Skip to main content
Nintex Community Menu Bar

error in inserting user to group

  • July 8, 2019
  • 10 replies
  • 43 views

Forum|alt.badge.img+2

I have a list with people picker named as incident Risk incident contact and a group in sharepoint named as Risk contact.

So now i want to update the group as soon as i update people into RIsk incident contact.

i tried calling web service and get error.

3053i615CE62568BFE5BA.png3054i28C96ED68FB56F37.png3055i17ED7F4443920F9D.png

10 replies

Forum|alt.badge.img+14
  • Scholar
  • July 8, 2019

within Run Now you have to replace all the variable references with some sample/actual values. 


Forum|alt.badge.img+2
  • Author
  • July 22, 2019
its still not accepting can u help me???

Forum|alt.badge.img+2
  • Author
  • July 22, 2019

when i find the error report usl log it give me:

 

w3wp.exe (0x247C) 0x2D54 SharePoint Foundation General 8e2s Medium Unknown SPRequest error occurred. More information: 0x80070005 fdaf3166-3dac-4cd6-b86b-20de77218038

 


Forum|alt.badge.img+14
  • Scholar
  • July 24, 2019

its still not accepting can u help me???

you have to provide more details.

post a screenshot/content how does your request exactly looks like.

if you get a different error then that internal error (500) post the whole error message as well.

 

 

 

when i find the error report usl log it give me:

identify a correlation ID from that line and export all the lines with the same correlation ID from ULS logs to get more details on the error.

if you're not identify the problem out of that post the snippet here 

 

 

 


Forum|alt.badge.img+2
  • Author
  • July 25, 2019

Forum|alt.badge.img+14
  • Scholar
  • July 25, 2019

Error returned from server

so you semm to have some permissions issue. either the user you configured to make a service call is not allowed to consume the service or s/he is not allowed to change group membership.

 

 

 

And the ULS log is

at first it doesn't look like as a ULS log entry, at second it seems to be stripped by the comminuty engine.

save ULS log snippets to a text file and upload it as attachment.


Forum|alt.badge.img+2
  • Author
  • July 25, 2019

Plz find the USL Log as attachment


ms7
Forum|alt.badge.img+4
  • July 26, 2019

Hi please ensure the format of your XML in Risk Incident Contact is as follows:

 

<Users>
  <User LoginName="domainuser1"/>
  <User LoginName="domainuser2"/>
  <User LoginName="domainuser3"/>
</Users>

 

You may need a claims prefix (e.g. i:0#.w|domainuser1) so as a test use the GetUserCollectionFromGroup web service and target Risk Contact group to see how the usernames are returned.


ms7
Forum|alt.badge.img+4
  • July 26, 2019

Oh and one other thing, the AddUserCollectionToGroup will only accept a maximum of 100 users. If Risk Incident Contact contains 101 or more users then the action will fail.


Forum|alt.badge.img+14
  • Scholar
  • July 30, 2019

first of all, you supply loginname within a mail address, so it doesn't follow mail format and can cause problems.

similarly you do for username. some characters need not be valid for a user name. I'd try with a simple string.

 

result code 0x80070005 is the same as above where it was appended with access denied message. so I'd suggest to focus on permission issues