cancel
Showing results for 
Search instead for 
Did you mean: 

Process chains

Former Member
0 Kudos

I triggered a process chain with an infospoke, and it is failed. The infospoke has to write the information to DB table. I believe this is authorization problem. To perform this process successfully (process chain should run the infospoke and the infospoke should extract the data to db table), what kind of authorization is required /how could I find the missing authorization? Where can I find the failed jobs?

Thanks and regards,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try to run the Infospoke alone(not through the process chain) to see if you have any authorization issue. If it works then it would work if you run it in the process chain also.

Bye

Dinesh

Former Member
0 Kudos

since you suspect the infospoke in the process chain, try running it manually using your user id. if you have some authorization problem, turn on trace in transaction: ST02 and verify them. The logs will describe the exact authorization object and the return codes.

Via the process chain the infospoke may be invoked using user id ALEREMOTE (depends on who your remote user is).

cheers...elango

former_member188975
Active Contributor
0 Kudos

Hi SJ,

With your process chain visible in the right hand side of the screen in RSPC, click on the Logs button. You will be able to see where exactly the chain failed. Right click on the failed process to see the messages and jobs. You can also check out ST22 in case the logs yield no useful information.

Hope this helps...