cancel
Showing results for 
Search instead for 
Did you mean: 

MII Scheduler Permissions

Former Member
0 Kudos

Hi experts,

I created a transaction which calls a text loader to the following URL:

     ~/XMII/Illuminator?Service=SystemInfo&Mode=UserList&Group=SAP_XMII_User&Content-Type=text/xml

I myself have super administrator rights and have access to the MII Systeminfo. When running the transaction without this role however, i get a message that permission to SystemInfo is not allowed.

The transaction should be executed in background by the scheduler. I tried running it with the scheduler but the output suggests the scheduler does not have the permissions to view SystemInfo.

My question:

- Can I adjust the permissions / roles of the Scheduler so it is allowed to view SystemInfo

OR

- How do I pass credentials of a user with the correct permissions to the text loader. I tried this but it doesn't seem to work.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193964
Active Participant
0 Kudos

Philippe,

Try to to find a Assigned Actions in UME with (*xmii*admin*).

Then put this action in your role.

Regards,

Marcelo

Former Member
0 Kudos

Thank you for your response.

My problem however is how to assign these permissions to the Scheduler. This is technically not a user and can't be found in UME.