}

Solved_errors Index Page 8

Bash: How to use loops?

Detailed explanation on how to use bash loop using "for". See here some example how to iterate using bash.

How to Extract .zip File in AIX

If using AIX unzip throws the error End-of-central-directory signature not found. Check here for solutions

SAP GUI Logon Error Message: SAP System Message N

Solution to SAP GUI Login error: SAP System Message N. If someone changed the SAN volume name you will need to restart the system. Check here for more details. Sometimes restating the SAPMMC solves the issue.

Oracle: SQL query to Select Column Names From the Table

Check here how to retrieve column names on Oracle database: Select column_name from user_ta.....

Solution for ABAP Runtime Error: DBIF_RSQL_INVALID_REQUEST

If you have an ABAP runtime error DBIF_RSQL_INVALID_REQUEST on your SAP system, check here the solution. For windows you will need the loopback adapter and in linux you will need to verify the /etc/hosts file.

SAP Error Message No. 00058: Causes and Solutions [Complete Guide]

Fix SAP Error Message No. 00058 with our complete guide. Learn the causes, solutions via SE16/SPRO, and step-by-step resolution for country table errors.

Not Able to Login to Oracle Database from SQL*Plus

SAP

Extract SAP Users with Email Addresses

To extract user name and their address from SAP you will need to join tables ADR6 and USR21. Check here for more details

SAP

How to List of All Tables in SAP?

We show how to list al SAP tables. Use SE16 to open data browser and browse the tavles DD02...

Python3: ModuleNotFoundError No module named _sqlite3

We explain how to solve the common error -> ModuleNotFoundError: No module named '\_sqlite3' while using python3. Use sudo apt-get install libsqlite3-dev to fix the issue.