Hi everyone,
I am currently migrating client's farm from 2010 to 2013 mostly using Export/Import-SPWeb, Restoring databases and some of things are copied using 3rd party tool (Sharegate).
Form is using REST to query some document in library on same SP Web. Since i am aware that InfoPath is not working with Claims i created Secure Store application and did all steps you can find on internet to resolve this problem. After setting up Secure Store application i can edit current forms but i am unable to create new one. When i try to submit new form, when i move from field which is using REST query, whole form first reset all fields and on second attempt i get this error:
Area | Category | EventID | Level | Message |
SharePoint Foundation | Logging Correlation Data | xmnv | Medium | Name=Request (POST:http://sptest:80/sites/Formulari/_layouts/15/Postback.FormServer.aspx) |
SharePoint Foundation | Authentication Authorization | agb9s | Medium | Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|int\sp2013install, ClaimsCount=26 |
SharePoint Server | State Service | bm1k | Medium | StateSqlSession.GetItemBytesInternal() Locked row in database for key 365ddb40d9b84834b22dd7ba52423b1c_b840bdcd29b34451869a7cabaa1d72fb for 10 seconds (lockCookie: 2) |
SharePoint Server | State Service | bm0t | Unexpected | StateManager.GetState() Locked data (b840bdcd-29b3-4451-869a-7cabaa1d72fb) |
InfoPath Forms Services | Runtime - State Service | m02x | Medium | MOSS StateService threw an exception: A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator. |
SharePoint Server | State Service | 8kfs | Medium | The StateManager is disposing and calling ReleaseLockedStates() (Count=0) |
SharePoint Foundation | Micro Trace | uls4 | Medium | Micro Trace Tags: 0 nasq,3 agb9s,5 bm1k,0 bm0t,0 m02x,4 8kfs |
SharePoint Foundation | Monitoring | b4ly | Medium | Leaving Monitored Scope (Request (POST:http://sptest:80/sites/Formulari/_layouts/15/Postback.FormServer.aspx)). Execution Time=14.1591319567152 |
What i tried also:
- Delete and recreate State Service application.
- Delete and recreate Secure Store application.
- Instead of using REST .svc we tried using REST API (In both cases when i manually copy REST query to browser it works)
- Disabled Loopbackcheck on server
- Exported Self-Signer ROOT CA which farm is using to sign services and imported it in Trusted Root Authorities on server.
- Checked permissions ("Browse Directories" and "Use Remote Interfaces")
- Disabled anonymous on IIS
- Checked available space on SQL Server
- Entered IP address of server and web application to host file (without this Visual Studio could not connect to farm to publish solution)
None of this resolves my problem. Fiddler also don't show anything suspicious.
Thanks in advance guys,
Regards.