cancel
Showing results for 
Search instead for 
Did you mean: 

Deprecated Scope

former_member1170711
Participant
0 Kudos

I have a transaction that runs fine from the workbench (12.2) but when I try to run it as a scheduled transaction it will not call a particular sub-transaction. The sub-transaction happens to be an old transaction that dates back to previous versions of MII.

The error I see in the log is:

Deprecated scope of type SERVERSESSION_AT_LEAST_ONE_APP_SCOPE is used! Please replace the usage of scopes with new mechanism based on "Cross application session communication API".

I can't see anything obvious in the transaction that would indicate the use of APP_SCOPE.  How can I find and correct this?  Is there something in particular I could look for if I exported the transaction XML?

Thank you,

Mike

Accepted Solutions (1)

Accepted Solutions (1)

former_member1170711
Participant
0 Kudos

FYI, I solved this by creating a new transaction, copying all of the sequences from the old transaction, and re-creating the transaction in the new transaction.

I thought it was very odd that the old transaction ran fine from the workbench but not when scheduled.  The new one runs fine either way.

Thanks,

Mike

Answers (1)

Answers (1)

former_member211944
Active Participant
0 Kudos

Hi Michael,

Could you share the old parent as well as child transaction?

Regards,

Rohit Negi.