cancel
Showing results for 
Search instead for 
Did you mean: 

Read error on database

Former Member
0 Kudos

Hi guys,

When trying to click save, an error msg is displayed "Read Error on database /ISDFPS/FORCE" (Message no. /ISDFPS/FORCE100). This however, only appears if we execute this on WEBGUI, but doesn't happen using the SAP GUI thick client. I'm not familiar with ABAP. Can anyone please advise how i can go about finding the cause of this problem?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The SAP_BASIS is release 7, SP 15. We noticed that this error occured in our QA environment but was ok in Development environment. We've actually gotten an ABAPer to debug through the codes and found that method GET_PROPERTY_CACHE in Class CL_GUI_OBJECT was being called to retrieve a value that was incrementing in Development but remaining constant in QA and since this is a cache value, we thus suspected it might have to do with some cache at the backend.

Former Member
0 Kudos

Hello,

In spite of the message text this is not necessarily a database error. If an error did occur at Oracle level there might be a record of it in the system log (SM21). The error could also be application-related however. Could you check whether note 703721 applies (it's quite old but you never know)? If none of this helps, debugging the transaction code is the logical next step but of course you will need the assistance of someone with ABAP knowledge for that.

Regards,

Mark

former_member204746
Active Contributor
0 Kudos

what basis support pack level was installed?