Error Server Error - remote server returned an error: (403) Access denied. Code: 500
Solved! Go to Solution.
https://mysite.com/ArcGIS/rest/services/MyServices/FS/MapServer/27/95/attachments/96?token=7K4eyWBlaHoIwkz_Cfu2pprK9oaNMb678HJ4w7VelTs.
https://mysite.com/ArcGIS/rest/services/MyServices/FS/MapServer/27/95/attachments/96
Hi,
I'm trying to configure and lauch an FV application to work with attachments. First I configured my SDE feature to use attachments. Then I've added some to features.
Then I've created my application, added my features (which is as Feature Service). Everything works it displays ok. But when I'm turning on attachments view and then I'm trying to see theese attachments server throws me an error saying:Error Server Error - remote server returned an error: (403) Access denied. Code: 500
Why?
All my REST applications runs ok. My site is SSLed, security ON over MSSQL, token correctly configured (logins and passwords works no problem), and ArcGIS Server Manager logs are empty.
GISDev01, could You explain more detailed?
All attachments are stored in SDE over PostgreSQL. Aren't SDE permissions enought to read attachments? Where do I have to check permissions? On SDE attachment table? If so, who do I need to add to enable attachment read? My ArcGIS Users which are stored in MS SQL ie. myUser?
Then see how the ArcGIS Server service is accessing SDE, ie. with which SDE connection parameters.
1. I can access attachments through ArcMap (write and read).
2. Sorry for noob question, but how can I check that?