Hi everyone,
I’ve created a custom data service for our ArcGIS Enterprise 11.1 environment. Everything works as expected when running the service locally—I can test it successfully using localhost and see the data in Map Viewer.
I packaged the provider into a .cdpk file, uploaded it, and registered it as a custom data feed. I then created a Feature Service from it. However, when I try to access the service, I receive the following error:
Error: Service <serviceName>/MapServer not found (404)
From my understanding, custom data feeds are designed to expose only Feature Services (via /FeatureServer), and a MapServer endpoint isn’t required or expected. Has anyone else run into this issue or found a workaround?
I’ve opened a support ticket with Esri, but I wanted to reach out to the community as well in case others have encountered this.
Thanks in advance for any insights!