- If you populate Roles, Activity Groups, or
Parameters when creating a user or employee, the values for these
attributes must exist in SAP. Otherwise the Roles, Activity Groups,
or Parameters will not be populated in SAP. An
"exported-change-not-reimported" error will occur on the next
import.
- When adding the ERP MA to FIM , it cannot be
named "SAPMA" as it will cause conflicts between the extension dll
and the SAP Proxy dll created by the configuration tool.
- In SAP, the maximum size for a user id is 12
characters. If you export a user to SAP with an user id that
exceeds 12 characters SAP will truncate the ID and you will get an
error on the next import (exported-change-not-reimported).
- For load balancing purposes, application
servers within SAP system are usually group together to support
different kinds of users; these groups are known as logon groups.
To specify a logon group for the ERP MA, you must specify the group
within the ERP MA connection string. Contact the SAP administrator
for the correct connection string for this purpose.
For reference, the below sample shows a connection string which specifies the 'SAPADM' logon group:
Copy Code | |
---|---|
/M/mySap.sap-ag.de/S/4253/G/SAPADM '/M/' (message server host name) '/S/' (message server port) '/G/' (logon group) |