cancel
Showing results for 
Search instead for 
Did you mean: 

Obsolete context programs will be regenerated by the system

Former Member
0 Kudos

Hi,

I´ve installed a SRM 7.0 SAP system and when I connect to the system I obtain this :

Note: Obsolete context programs will be regenerated by the system

Message no. 33018

can someone help me ???????

I know that is only a message but I want to remove it .

thanks a lot and best regards, sapera

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can Run CONTEXT_GENERATE_ALL in sa38 or se38.

This will resolve your problme.

Regards

Manjunath

Former Member
0 Kudos

Problem Solved, Thanks Manju

Regards,

Charles Anthony

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I did it:

1. $sqlplus "/as sysdba"

2. SQL> STARTUP UPGRADE

3. SQL>SPOOL patch.log

4. @?/rdbms/admin/catupgrd.sql

5. SQL> SPOOL OFF

6. SQL> SHUTDOWN IMMEDIATE

9. SQL> STARTUP

10. Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are SQL>@ /oracle/<SID>/102_64/rdbms/admin/utlrp.sql

11. Run the following command to check the status of all the components after the upgrade:

SQL> SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;

12. Stop the sap system

13. start sap system

You can find more information about this error in the Oracle documentation.

If you need more help, please let me know, Sapera

janlars_goedtke
Active Participant
0 Kudos

To bad, we are on db2

janlars_goedtke
Active Participant
0 Kudos

Hi,

I got the same message.

Did you solve it?

Thanks

Jan