So I'm attempting to add an Operational Layer to my new project and I'm getting the error:
"Object reference not set to an instance of an object."
Am I doing something wrong? I am using the IP address of my server as it's not live yet with a FQDN. Do I need to include a port number? I'm just typing in http://serverip/arcgis/rest
[ATTACH=CONFIG]21043[/ATTACH] Am I missing something?
Yes, at ArcGIS 10.1 for Server the URL of a mobile data service takes new format & requires port number after server name: http://<servername>:<port number>/arcgis/services/<foldername (if applicable)>/<servicename>/<servicetype>