cancel
Showing results for 
Search instead for 
Did you mean: 

liveCache COM routine ended with own error code 3

Former Member
0 Kudos

Hello Experts,

We have a custom program which uses some live cache function modules. Some times the program goes for a dump with the message 'liveCache COM routine ended with own error code 3'. But we restart it again its getting executed successfully. Please let me know the reason for this.

Thanks in advance.

Best Regards,

Siva.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Olaf,

Everything seems to fine. But still I get the error.

But it's happening regularly. May be once or twice a month.

Regards,

Siva.

Former Member
0 Kudos

Hello Olaf,

Yes, I use the SIM Session (TS_DM_SIMSESSION) in my program.

But still it gives me an error. Please let me know can I handle this case?

Best Regards,

Siva.

Former Member
0 Kudos

Hi Siva,

you have to ensure that the field IV_SIMSESSION at the calls of the

/SAPAPO/OM_* function modules is filled properly with a GUID.

Regards

Olaf

Former Member
0 Kudos

Hello Olaf,

Thanks for your quick response.

Yes u r right, we are executing the program in a parallel sessions.What you mean by 'transactional simulations'? Is that the sim session you mean? Please clarify.

Thanks once again.

Best Regards,

Siva.

Former Member
0 Kudos

Hi Siva,

yes, transactional simulation is another term for sim session.

Regards

Olaf

Former Member
0 Kudos

Dear Siva,

this error means "Object out of date". This error is raised when liveCache tries to access an object that has been changed by a different transaction since the start of the current transaction. This usually happens during highly parallel operation on real data.

If possible, try using transactional simulations to bypass this error.

Regards

Olaf