cancel
Showing results for 
Search instead for 
Did you mean: 

Exception CX_SDB_ORA_PROGRAM_ERROR occurred when activating Request in DSO

Former Member
0 Kudos

I have created a DSO for which data has to be loaded from 0mat_plant_attr datasource  . DTP is executed successfully. When I activate the request

, it is giving  error as follows

The exception 'CX_SDB_ORA_PROGRAM_ERROR' was raised, but it was not caught
  anywhere along
the call hierarchy.

Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
  'CL_SDB_ORA_UPDATE_STATS=======CP' has to be terminated.

Can anyone give solution ?

Regard

Jayaanand

Accepted Solutions (1)

Accepted Solutions (1)

MGrob
Active Contributor
0 Kudos

Hi

You might want to check Note 1417124.

Why are you loading 0mat_plant_attr to DSO instead of 0MAT_PLANT?

Martin

Former Member
0 Kudos

I have informed basis team about this issue.

I have also told them to apply the notes 1417124 and 963760 , I will get back once issue is solved

former_member182470
Active Contributor
0 Kudos

I am confident that the first note which i gave you will resolve the issue for sure..

Former Member
0 Kudos

thanks for all,

issue is resolved by our basis team. They said authorisation for SID table was provided.

Thanks for all

Former Member
0 Kudos

Sorry , but what do you mean for ".....authorization for SID table...."?

Could you provide the instuctions to do this?

Thanks.

Answers (2)

Answers (2)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

Try to use settings Tx -  RSODSO_SETTINGS for dso activation and try.

even though not solved try the mentioned oss note by Suman..

Mean while check with DB Team.

Thanks

former_member182470
Active Contributor
0 Kudos

1417124 - You can implement this Note

963760- Oracle databse

930712CX_SY_OPEN_SQL_DB exception when you execute DTPs