Hello,
With Tero's help, I've resolved one error I had with provisioning to a new ABAP system, however I now have a new error related to the checking of an entry type. To resolve the first error I needed to ensure privileges were set to 'inherit'. After the initial load privileges didn't have this set originally.
The next think I had to change were the links to the provisioning tasks. Here is how the repository links are now set.
It's important to note that in order to get the provisioning tasks to execute, I needed to link the provisioning task from the provisioning framework to both the 'add task' under assignment as well as the 'provisioning task' under the Privilege tasks.
I originally didn't think was necessary, but I tested provisioning with and without these links and the provisioning framework task would only be triggered with this configuration.
I then tested provisioning a privilege that inherits the provisioning tasks. In the provisioning audit log, you can see that the provisioning tasks execute, but it's the 'check entrytype' fails and gives the message:
ERROR!AuditId, variable does not exist in mxpt_get_entrytype.
I haven't had this error message before, so I'm unsure what to check first. Thoughts?
Appreciate the help.
Paul