cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help - Fire Fighter(5.2 version) Background Job Fails

Former Member
0 Kudos

Hello Experts,

I need your help in a Fire Fighter issue. Recently we have upgraded firefighter to 5.2 version. After upgrade no mails going to controllers and back ground job is failing and taking very long time and giving ABAP dump.

The name of ABAP dump is DBIF_RSQL_SQL_ERROR and the description is SQL error 1555 occurred when accessing table CDCLS. some times it gives table CDHDR. This dump is coming after doing firefighting.

When no firefighter is used, the job runs(actually every hour scheduled) . Job is finished but in the job log it is giving " No Statistical record found for any server with given criteria".

why it is taking long time and giving the dump. before upgrade we do not have any issues.

Please help me in this.

Thanks for your help.

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you

Former Member
0 Kudos

Dear Vijay,

It could be that while the program is running, users are updating one or more of the tables used by your program. If the program runs too long, then the rollback segment becomes outdated and the program dumps.

You would need to run this program overnight when there is less chance of the tables being updated.

This error is caused when Database needs additional storage space in a rollback segment. Your Database must be running out of space.

If you are updating the database using the program and if you don't commit the work often, everything is stored for rollback and it will throw this error or If your program is running simultaneously with other programs , then also the storage space might get exceeded.

More over, CDCLS is a cluster table and takes a lot of time.

Also, go through <a href="https://websmp109.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=3155">OSS Note 3155</a>.

Regards,

Naveen.