We have windows server 2012 std hosting ArcGIS for Server 10.1 sp1 with clients running Win 7 Pro with ArcGIS for Desktop 10.1. In ArcGIS for Server, I've configured security to use the sql server identity store using the admin/rest site to update via json.
Now, when I try to "Add ArcGIS Server" connection in ArcCatalog using a valid user of a role type of "User", it will authenticate, but nothing will appear in ArcCatalog. I've verified that the user is associated with the correct role that's used for securing folders/services, but still nothing.
I've even used fiddler to track http error messages. This is what I got from Tomcat (Response):
HTTP Status 400 -
type Status report
message
description The request sent by the client was syntactically incorrect ().
My header request was:
POST http://gisdev1:6080/arcgis/services?...lhi7j-gZJTsO0f HTTP/1.1
Accept: */*
Content-Type: text/xml
SOAPAction: ""
Referer: http://www.esri.com/A99CFE30-BD5B-4A...3-984BCBF84E93
User-Agent: ArcGIS Client Using WinInet
Host: gisdev1:6080
Content-Length: 332
Connection: Keep-Alive
Pragma: no-cache
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.esri.com/schemas/ArcGIS/10.1"><soap:Body><tns:GetFolders></tns:GetFolders></soap:Body></soap:Envelope>
====================
Can anybody tell me what's going on or what I'm doing wrong? Thanks for any help.
Now, when I try to "Add ArcGIS Server" connection in ArcCatalog using a valid user of a role type of "User", it will authenticate, but nothing will appear in ArcCatalog. I've verified that the user is associated with the correct role that's used for securing folders/services, but still nothing.
I've even used fiddler to track http error messages. This is what I got from Tomcat (Response):
HTTP Status 400 -
type Status report
message
description The request sent by the client was syntactically incorrect ().
My header request was:
POST http://gisdev1:6080/arcgis/services?...lhi7j-gZJTsO0f HTTP/1.1
Accept: */*
Content-Type: text/xml
SOAPAction: ""
Referer: http://www.esri.com/A99CFE30-BD5B-4A...3-984BCBF84E93
User-Agent: ArcGIS Client Using WinInet
Host: gisdev1:6080
Content-Length: 332
Connection: Keep-Alive
Pragma: no-cache
<?xml version="1.0" encoding="utf-8" ?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.esri.com/schemas/ArcGIS/10.1"><soap:Body><tns:GetFolders></tns:GetFolders></soap:Body></soap:Envelope>
====================
Can anybody tell me what's going on or what I'm doing wrong? Thanks for any help.