![]() |
Active Topics Memberlist Calendar Search |
| |
| DEVELOPMENT (x++) | |
Topic: AIF access rights |
|
| Author | Message |
|
Steen
Newbie
Joined: 14 Jul 2010 Online Status: Offline Posts: 1 |
![]() Topic: AIF access rightsPosted: 14 Jul 2010 at 2:02pm |
|
Hello, Is there a recommended setup or a guideline on how to make the AIF (available to users without giving the user Admin rights (Basic->Periodic->Application integration framework)
Thanks in advance. Kind regards
|
|
IP Logged |
|
|
mikedole
Newbie
Joined: 20 Aug 2010 Location: Netherlands Online Status: Offline Posts: 1 |
![]() Posted: 20 Aug 2010 at 8:07am |
|
Even though you've setup an endpoint with a user group (which isn't an admin group) AX won't proces tasks created by this user
Shows up as errors in the queue without specifying what the error exactly's about...
I guess there's a hotfix available
Problem is that in the tables AIFDocumentlog and AIFMessagelog the following method doesn't return a sid, if you change them to:
public boolean aosValidateInsert()
{ #Admin boolean ret; userId currentUserId; sid currentUserSid; AifMessageLog messageLog; ; ret = super(); if(ret) if (AifUtil::isGroupMember(currentUserId, #AdminUserGroup)) currentUserSid = AifUtil::getAxUserSid(currentUserId); //REM ORG_CODE:
//ret = currentUserSid == AifUtil::getWindowsUserSid(messageLog.SourceEndpointUserId)); ret = (!messageLog.SourceEndpointUserId || currentUserSid == AifUtil::getWindowsUserSid(messageLog.SourceEndpointUserId)); // NSP_end } } return ret; you should be able to let 'any user' (if specified in the endpoint) use the AIF
Regards,
Mike Dole Edited by mikedole - 20 Aug 2010 at 8:07am |
|
IP Logged |
|
|
||
Forum Jump |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
|