cancel
Showing results for 
Search instead for 
Did you mean: 

JOB_RSSTORPA

Former Member
0 Kudos

Hi

I have a severe error in my upgrade.

Job was running on shadow instance.

Batchjob rsstorpa failed.

Severe error: Batchjob rsstorpa aborted.

Log files:

1 ETQ201XEntering upgrade-phase "JOB_RSSTORPA" ("20070824090939")

2 ETQ366 Connect variables are set for shadow instance access

4 ETQ399 System-nr = '01', GwService = 'sapgw01'

4 ETQ399 Environment variables:

4 ETQ399 dbs_d4a_schema=SAPR3

4 ETQ399 auth_shadow_upgrade=1

4 ETQ260 Starting batchjob "RSSTORPA"

4 ETQ010 Date & Time: 20070824090939

4 ETQ260 Starting batchjob "RSSTORPA"

4 ETQ230 Starting RFC Login to: System = "BNP", GwHost = "SAP001", GwService = "sapgw01"

4 ETQ359 RFC Login to: System="BNP", Nr="01", GwHost="SAP001", GwService="sapgw01"

4 ETQ232 RFC Login succeeded

4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC

4 ETQ234 Call of function module "SUBST_START_BATCHJOB" by RFC succeeded

4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC

4 ETQ010 Date & Time: 20070824090952

4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded

4 ETQ239 Logging off from SAP system

1EETQ242 Error code "-1" during analysis of logfiles matching "RSSTORPA\.BNP"

2EETQ262 Batchjob "RSSTORPA" aborted

4 ETQ359 RFC Login to: System="BNP", Nr="01", GwHost="SAP001", GwService="sapgw01"

4 ETQ232 RFC Login succeeded

2WETQ360 RFC of "subst_list_sys_logs" failed:

2WETQ361 code/exception : DUMP_ERROR

4 ETQ359 RFC Login to: System="BNP", Nr="01", GwHost="SAP001", GwService="sapgw01"

4 ETQ232 RFC Login succeeded

1EETQ204 Upgrade phase "JOB_RSSTORPA" aborted with severe errors ("20070824090952")

Hope that someone can help

Mfg

Mads Hammer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

help ok, but without error message, this will not be possible ;-((

You need at least to post the corresponding joblog in the SAP system ...

Regards

Volker Gueldenpfennig, consolut.gmbh

http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

Former Member
0 Kudos

Hi Volker

I think that SQL catalogs are the problem and off course I should attach log files but you are to fast

I did find this SAP note containing IS_SPANNING_INDEX.

Solution

In order to regenerate the local library system catalog views in the library <mylib> (e.g. the ABAP or Java data libraries R3<SID>DATA or

SAP<SID>DB), proceed as follows:

1. Logon to the oerating system as <sid>OFR

2. Delete the old catalog views with the command

CALL QSYS2/QSQXRLF PARM(DLT <mylib>)

3. Regenerate the catalog views with the command

CALL QSYS2/QSQXRLF PARM(CRT <mylib>

Note 852158 - iSeries: Regenerating the System Catalog Views

Hope this helps.......

Mfg

Mads Hammer

Answers (2)

Answers (2)

Former Member
0 Kudos

Se Note 852158

Former Member
0 Kudos

Hi again

It was the SQL Catalogs....

Mfg

Mads Hammer