Hi colleagues,
We have an issue with AD form login, Nakisa OrgChart 4.0 SP1 built 0910026400. We have configured Nakisa AD form connection and user can login to OrgChart Application, we see in the up-right corner username: domain\user and the system can load OrgChart data (bases in sap structural authorizations)
We think that OrgChart can’t read SAP data because it tries to connect SAP using Domain\user.
If we debug the RFC_READ_TABLE (the first call after logon process) we have seen this:
The call to the RFC_READ_TABLE is done by using the correct login user. If we take a look to the OPTIONS table we can see that the uname parameter is initialized with ‘Domain\user’. This implies that the select always will fail because ‘Domain\user’ is not a valid SAP user:
It seems very strange the presence of the domain name in the options table. First of all because that will cause problems to obtain the correct authorizations, and in second place it seems that the next RFC’s calls are trying to use as uname for logon SAP the value Domain\user.
has anyone had the same problem?
thank for your help.
Albano