Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Objects for successful program to run

Former Member
0 Likes
784

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
759

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

5 REPLIES 5
Read only

Former Member
0 Likes
760

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

Read only

0 Likes
759

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.

Read only

0 Likes
759

Maritza,

Possibly. Trace or do a test once you've added it to verify.

Cheers,

Ben

Read only

0 Likes
759

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

Read only

0 Likes
759

It was actually btcsubmt I checked the error logs and that solved the problem.