Quantcast
Channel: Forums - ArcGIS for Server - General
Viewing all 1579 articles
Browse latest View live

Arcgis server 10.1 Memory Support

$
0
0
The arcgis server 10.1 is fully 64-bit application, so does that means it can fully use the memory? For example, if a computer has 5000 GB memory, does arcgis server 10.1 can fully use them all?

Best Method for using a Parameter file in a Python Web Service?

$
0
0
What is the best method for including environment parameters in a SD file, such as the sde instance name, password, etc.

Our SD file has to migrate through 2 staging servers and to production, we can't recompile for each environment. There isn't a clean way for the script to know what environment it's in, and any config file is compiled within the SD.

What's the best way to have different parameters in each environment?
I've thought about putting them in a table inside a GDB, is there a better way?

new problem REST query 10.1 - every other request fails (400 unable to complete oper)

$
0
0
Hi

We are upgrading to ArcGIS Server 10.1 SP1 from 10.0.

We have noticed a new problem where REST layer queries are failing every other request. It is quite strange, but you can reproduce it by simply reissuing requests in browser or Fiddler.

Here is an example request (can use &f=html also, same result).

http://serverx/arcgis/rest/services/...s=false&f=json

Every other request fails with this result (json):

{"error":{"code":400,"message":"Unable to complete operation.","details":[]}}

Clue:I started looking this while tracking down possible change to how ESRI is treating OutputFields in 10.1 compared to 10.0.

Anybody else seeing this?

Any recommendations on where to check next to narrow this one down?

Thanks,

-Cory

Raster catalog layer and clip and ship service does not work, please help

$
0
0
Hi All,

We are trying to make local data available to academic community via ArcGIS Server and geoportal server at an educational institute. As part of that work, we have managed to have vector data services and clip and ship functionality successfully working and so now I am trying to get the same thing working with Raster data. So we have a raster orthophoto imagery (1 foot) loaded as a map service, right now dynamic, but I am just testing. We will make it tiled or use a mosaic dataset eventually. So the service can be seen here http://geodev.usc.edu:6080/arcgis/re...ft/MapServer/0 and it shows up when zoomed under 1:15000. However our extract data model, does not work with this raster catalog layer, and errors out when clipping it, with a message that this tool does not work with raster catalog layer. Therefore I tried to convert this layer into a raster dataset, and it simply does not get converted, there is an unknown error 999999 and otherwise even if I make a single band raster, it doesn't display in ArcMap although there is no error message. I don't know what I am doing wrong?
Should we have data loaded in sde as raster dataset vs raster catalog? the layer has 3 bands - RGB. Our IT person informed me that sde does not give them an option of the data format when loading it. How else can I address this issue, we want students to be able to clip rasters for their study area. Kindly help. All suggestions welcome. We are using ArcGIS Server 10.1. Currently we are not using image services extension, in future we may get that.

Thanks in advance.

Sincerely,
Ashwini

Gazetteer Service at ArcGIs Server

$
0
0
I have dispute to use gazetteer service in ArcGis Server 10, I want to load gazetteer metadata services, but most of reference in arcgis resources center are using ArcIMS as a sample for gazetteer metadata loader.

i need a guidance how I launch a gazetteer metadata services if I use ArcGIs Server? as we know that ArcIMS has been discontinue by ESRI.

is there any possibilities that Gazetteer Metadata Service has been changed into different name at ArcGIS Server

Thank You

Publish custom .NET/ArcObjects tool in ArcGIS Server 10.1

$
0
0
Hello,

I’d like to know if it is still possible to publish a custom-made vb.net/ArcObjects geoprocessing tool in ArcGIS Server 10.1. Documentation is not very clear on this subject.

Furthermore, when installing AGS 10.1 on Windows, can you still choose whether to install for the Java or .NET framework (or both)?

Thanks for your help,
Joukje

Content Mobile - Web adaptor - Name instance

$
0
0
I have configurated Web Adaptor IIS for ags 10.1 sp1. The web adaptor have name != arcgis so when I connect to mobile content using
http://myserver/myname/mobile/content, I see the page but the references are to 'arcgis' and not 'myname'. While url for admin, services is all ok.

Have a problem the combination: webadaptor & content mobile & Name of web adaptor != arcgis ? Seems don't get name of web adaptor so all url in page aren't right.

If I connect with http://myserver:6080/arcgis/mobile/content I haven't problems.

Configuring two web adaptors to use the same token

$
0
0
I am in the process of setting up an environment where there will be two web adaptors behind a load balancer to serve a high-availability site. The configuration looks something like this:

Attachment 20023

Essentially, two physically separate ArcGIS Server sites are mirrored and attached with a NLB on the front end. Each site serves the same secured services and are configured to use the same shared key for token generation. In this scenario, ideally when the client logs in (authenticating against the built-in store) a token will be generated which will be recognized by both server sites.

Is this possible? If so, what needs to be done for this to happen? I know we can adjust the affinity settings on the NLB to prevent requests from the same client from being distributed across the two sites, but the goal is complete failover.

Thanks.
Attached Thumbnails
Click image for larger version

Name:	image002.jpg‎
Views:	N/A
Size:	39.7 KB
ID:	20023  

How do you access local group/users in Server Manager - Security roles/users?

$
0
0
I can't figure this out, but am hoping it can be done. In Server 10.0 I could grab a group from the local server and us it for security on a folder of services. Is this possible in 10.1? I've tried the following config settings which don't work -

Users from existing system (Windows Domain) & Roles from built-in store
when prompted for the windows credentials, I've tried entering <server>\local_user .\local_user and it allows returns an ldap related error. only if I give it a domain\domain_user will it work.

I found it very easy in 10.0 to set up local groups and add domain accounts to them for security. If I can only get users from Active Directory, how do I add everyone to a 'users' group, so our open access/base data services can be viewed by anyone on the domain?

Any and all suggestions welcome!

Thanks,

Terry

ERROR 001272: Analyzer errors were encountered

$
0
0
ERROR 001272: Analyzer errors were encountered (codes = 90)
When trying to publish a feature service of a single SDE feature class: default symbology, no definition query, non-versioned data. All 'Analyze' results have been remedied.

ERROR 001272: Analyzer errors were encountered (codes = 52)
When trying to publish the same service with two non-versioned tables from the same data source

Suggestions anybody?

How to filter on a layer that uses cache tiles ?

$
0
0
Hi

I am using a dynamic map service in a web application (Rest api). I have a filter option on the map service, where I used the filter property of rest api option.

Now I need to use tile cache service to get better performace. But my problem is , I did not find any way to do filtering on the tile map service. Can anyone help or suggest a solution ... how I can manage filtering on a pregenerated tile cache service...

Thanks
Naym

3d globe service in web applications?

$
0
0
I heard once that 10.1 for Server will support the 3d Globe service in web applications, but do not see any mention of this in the 10.1 online help documentation. Is this, that I was told, inaccurate?

Change default of 1000 for Maximum number of records?

$
0
0
I create USA county maps often and there are over 3000 counties in the US.

The default value when publishing a service in ArcGIS Server is 1000 for the maximum number of records returned by the server.

Is there a way to change that default from 1000 to 4000?

This change would save me an extra step on at least 50% of the maps that I create.

Thank you in advance,
James Cucinelli

Updating service with an image that changes daily

$
0
0
I have created a service using an image that updates nightly. I created a directory on my desktop that contains the image, and a duplicate directory on the server in the same location. I registered the folder with ArcGIS server. I created a service that contains the image. When I created the service I did not get any message about copying data to the server. I also created a scheduled task on the server that runs a python script daily to update the image. The image in the directory on the server is changing as expected. However, the image from the service is not updating, even when I manually force it. So is my methodology flawed? How would you create a service that contains an image that updates nightly?

Thanks

Problem updating a service created from an .msd

$
0
0
In order to migrate from 10.0 to 10.1, I modified a script from this post in the 10.1 Help:
http://resources.arcgis.com/en/help/...00005rw000000/

which takes a JSON input of the service parameters and the .mxd, and creates an .msd from which the service is published. This worked great, however during this publishing an .sd was not generated.

The problem I'm having comes when I need to update the service via a "File" --> Share as Service --> "overwrite an existing service" in ArcMap. The tool basically crashes - I get through the first 2 windows on the dialogue (selecting the service to overwrite) and then the window goes away and nothing happens. So my question is why is this happening - can a service created from an .msd not be updated in this way? How does one update a service like this, or how to easily script to get an .sd from either the .msd or from JSON?

Thanks,
-Doug Curl

Enabling “Feature Access” introduces errors when publishing,

$
0
0
Enabling “Feature Access” introduces errors when publishing,

Despite the fact that all the feature classes included in my mxd file are registered (as shown in the screenshots below), the system produces errors requiring registration of the feature classes!

Attachment 20129, Attachment 20130

What might be the problem?

Thank you

Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_13.jpg‎
Views:	N/A
Size:	236.4 KB
ID:	20129   Click image for larger version

Name:	Clip_14.jpg‎
Views:	N/A
Size:	164.8 KB
ID:	20130  

ArcGIS Server Properties (data store): “the data item is an inaccessible”,

$
0
0
ArcGIS Server Properties (data store): “the data item is an inaccessible”,

I tried to register the folder and the database to avoid copying them to the server in the publishing process. The registration process failed in I got the message “the data item is an inaccessible” as shown in the screenshot below

Attachment 20134

What might be the problem?

Thank you

Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_18.jpg‎
Views:	N/A
Size:	136.4 KB
ID:	20134  

PrintingTools (GP server) Export Web Map Task -> execute fails - 404 error

$
0
0
I have an ArcGIS server 10.1 installation with the GIS server behind the firewall, and the Web adaptor installed on a public web server. I am trying to test our server's Utilities->PrintingTools (GPServer)->Export Web Map Task->execute function using the REST services directory. I have all the parameters correct and can Exectute (POST) from inside our network. When I try to execute it from outside our firewall I am able to get to the execute page, but when I hit the Execute (POST) button, I get a 404 page not found error. The utilities folder and the Printing Tools service are unsecured on our server. I am able to access our other published unsecured map services and am able to carry out a function such as Query (POST) on that map service from outside our network.

Does anyone have an idea of why this might be happening, or suggestions for troubleshooting methods?
Thanks in Advance,
S. Roberts

The url for our print service is http://webServer/arcgis/rest/service...0Task/execute/ where webServer should be replaced with gis.nevcounty.net

I am using these parameters
Format: PDF
Layout Template: A4 Landscape
Web Map as JSON string:
{"mapOptions":{"extent":{"xmin":-13469468.571186269,"ymin":4768589.386064244,"xmax":-13440441.609695012,"ymax":4781488.134587351,"spatialReference":{"wkid":102100}},"spatialReference":{"wkid":102100}},"baseMap":{"title":"Shared Imagery Basemap","baseMapLayers":[{"url":"http://gis.nevcounty.net/ArcGIS/rest/services/web_public/web_cache_base/MapServer"}]},"exportOptions":{"dpi":300,"outputSize":[500,500]},"layoutOptions":{"titleText":"TestMap","scaleBarOptions":{"metricUnit":"kilometers","metricLabel":"km","nonMetricUnit":"miles","nonMetricLabel":"mi"}}}

Link to donwload ESRI System Designer Tool?

$
0
0
Can anyone provide a link to where this can be downloaded?

Haven't been able to find it anywhere. This would be the System Designer Tool and not the CPT (Capacity Planning Tool)

Thanks!

The changes on the mxd file are not reflected on its published service,

$
0
0
The changes on the mxd file are not reflected in its published service,

The mxd file is shared as service as shown in the screenshot below:

Attachment 20149

After that, some changes took place on the mxd file. Those changes are not automatically reflected on its service. How to update the service so that all the changes on the original mxd file are reflected on the published version?

Attachment 20150, Attachment 20151


Thank you for the answer


Best

Jamal
Attached Thumbnails
Click image for larger version

Name:	Clip_36.jpg‎
Views:	N/A
Size:	152.6 KB
ID:	20149   Click image for larger version

Name:	Clip_37.jpg‎
Views:	N/A
Size:	151.5 KB
ID:	20150   Click image for larger version

Name:	Clip_38.jpg‎
Views:	N/A
Size:	159.8 KB
ID:	20151  
Viewing all 1579 articles
Browse latest View live