‎2007 Jul 23 4:44 PM
I am getting the following error dump, which appears to be an authorization issue between a user and a program they are trying to run.
Here is the error message:BP_CHECK_REPORT_VALUES: Invalid program values found. Reason:> You are not authorized to schedule program RFBIDE00
Any objects that I can double check.
Thanks,
‎2007 Jul 23 4:48 PM
Maritza,
Try running an ST01 trace to see what is failing.
It may be object S_PROGRAM. See if the program has an auth group (SE38 attributes) then give S_PROGRAM for the auth group.
Cheers,
Ben
‎2007 Jul 23 4:48 PM
Maritza,
Try running an ST01 trace to see what is failing.
It may be object S_PROGRAM. See if the program has an auth group (SE38 attributes) then give S_PROGRAM for the auth group.
Cheers,
Ben
‎2007 Jul 23 4:51 PM
I checked s_program and it is missing btcsubmit.
could this be it?
I need a user to use this in production to verify just wanted to see if im covering all grounds.
‎2007 Jul 23 4:55 PM
Maritza,
Possibly. Trace or do a test once you've added it to verify.
Cheers,
Ben
‎2007 Jul 25 2:36 PM
Hi,
If you have a real authorization error you should ask the user run transaction su53. If you do this together with the user you can also see it on your session, see the buttons on top of su53. It gives the object needed and on which it failed and if you have roles with the object it show it to you so you can see what you have. You can decide to update one of the shown roles or create a new one and add it to the process that is used. It might be that you have to do this a few times.
have fun
Jan
‎2007 Jul 25 2:38 PM
It was actually btcsubmt I checked the error logs and that solved the problem.