cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a ROLLBACK WORK within an update is not allowed

Former Member
0 Kudos

Dear experts,

We are facing a problem while updating records, for example, when we try to add a G/L account item with transaction code FB01.

The short dump shows the following error:

Calling a ROLLBACK WORK within an update is not allowed because

the function modules triggered in a Logical Unit of Work cannot

then be processed correctly.

I attached the WP update trace file.

Please help us to analyse it.

many thanks

Kind rgards

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_koehler
Active Contributor
0 Kudos

Hi Abdellatif,

well the error is pretty obvious and the "calling a rollback work within an update is not allowed" issue is just a subsequent error.

B  SQL code: 376, SQL text: ORA-00376: file 94 cannot be read at this time

B  ORA-01111: name for data file 94 is unknown - rename to correct file

B  ORA-01110: data file 94: '/oracle/CH7/112_64/dbs/MISSING00094'

It seems like you have done some control file (or recovery) operations and now the Oracle DDIC and control file does not match anymore. Fix this inconsistency and everything should work fine.

Regards

Stefan