Pages

Wednesday, September 15, 2021

Error: Database error for or File could not be exported (SO315) when opening a document in Attachment list

 Problem:

While opening the DMS document its gets failed and create a copy of document under /usr/sap/<SID>/<InstanceNo>/work


Solution:

Check corresponding KPRO log exist.

For this execute steps:

1. Call transaction SLG1

2. Enter "SCMS" or "SDOK" in field "Object"

3. Check corresponding logs

4. Display complete log text and check for possible reason.

      Correcting RFC Destination:

1. Delete the RFC destinations SAPHTTP and SAPHTTPA from the transaction SM59.

2. Regenerate them with the report RSHTTP05.

3. Delete the RFC destinations SAPFTP and SAPFTPA from the transaction SM59.

5. Regenerate them with RSFTP005.


Note:

System files larger than 10 MB will be opened using the SAPFTP instead of GUI_DOWNLOAD.



SAP MAXDB Upgrade Using CLI

Problem:

How to Upgrade SAP MaxDB Database using CLI

Solution:

1. Download the MaxDB Software from Service Market Place

Software Download --> Database --> Database and Database Patches --> SAP MaxDB --> Database -->

MAXDB 64-bit --> Installation

2. Unzip the downloaded media

OS > unzip 51054410_2.zip

3. Shutdown the database




4. To start the Installation run SDBUPG with OS administrative privilege user or super user.

root > ./SDBUPG -d SDB -u control,password























5. Once Upgrade is finished check the version and start the database.













Note:

Take the full offline backup and filesystem backup before Upgrade

Do check PAM to analyse the supported platform of target version.

SAP MAXDB Upgrade using GUI

Problem:

How to Upgrade SAP MaxDB Database

Solution:

1. Download the MaxDB Software from Service Market Place

Software Download --> Database --> Database and Database Patches --> SAP MaxDB --> Database -->

MAXDB 64-bit --> Installation

2. Unzip the downloaded media

OS > unzip 51054410_2.zip

3. Stop the database






4. To start the Installation run SDBSETUP with OS administrative privilege user or super user.

root > ./SDBSETUP

5. Choose the option Update on selection screen

















6. On the screen select Upgrade an existing database and select your database name.


 
















7. Now Select the MaxDB Feature you want to Update.

















8. Provide the DB user to perform the action. User control or superdba can be use for upgrade.


9. Provide the Installation name



10. Now check the Summary of the Upgrade

















11. Start and Monitor the Upgrade































12. Now check the upgrade version and start the database













Note:

Please take full database backup and filesystem backup.

Do check PAM to analyse the supported platform of target version.