Incompletely published layers

1896
0
04-19-2016 05:38 AM
ChristopheSCILLIERI
New Contributor II

Hi All,

Not expert into map making, I am trying to publish on my ArcgiServer 10.3.1 several kind of layer types as a test of my Javascript application.

I have made 8 layers for that, with Arcmap 10.3.1, and they are very simple with few data (see images below).

But the server does not publish all objects, nor all layers.

Let me know if you need more information, as long as I used simplest way to configure my publications and server.

I have created different types of layers in arcmap from new feature class on my.gdb : all types  except multipatch.

This screen capture shows how it appears into argis desktop :

desktop_view.jpg

See image below how it comes out when displayed on a web page using simple API javascript

with code lines like :

new esri.layers.FeatureLayer( "http://win2:6080/arcgis/rest/services/Siv/MapServer/0", {mode: esri.layers.FeatureLayer.MODE_AUTO,outFields: ["*"]}); ... same for each service indexes...

api_javascript_web_view.png

It should work fine as it does with other layers, but I might not have configured something in service parameters on server side, or in arcgis desktop at publishing time ?

Regards,

Chris.

0 Kudos
0 Replies