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

server publish a mosaicDataset ,image do not show

$
0
0
hi,i created a mosaicDataset and add some rasters(.tif)in int . the tif file is from another machine . in arcmap i can see the image. befor i publish the mosaicDataset i can also see it. but i can not see it when the services published. if the tif file is in local like D:\ or E:\ ,it works. i can see the image . is there some one run into it?
this is my mosaicDataset info, the Z:\ is a disk from another machine .
Attachment 23641

and i also register the folder
Attachment 23642

help ,help me
Attached Thumbnails
Click image for larger version

Name:	QQ截图20130419175828.jpg‎
Views:	N/A
Size:	54.3 KB
ID:	23641   Click image for larger version

Name:	xx.jpg‎
Views:	N/A
Size:	46.9 KB
ID:	23642  

How to cancel the execution of a SOE?

$
0
0
After starting an operation of an ArcSOE, how to cancel it programmatically in Flex? Thanks!

SOAP API not honoring the Java http.nonProxyHosts system property

$
0
0
When using a proxy via the http.proxyHost setting it looks like the SOAP API in 10.1 ignores any servers listed using the http.nonProxyHosts list and tries to send the requests via the proxy anyway.
This worked correctly with earlier versions on the SOAP API (I've tested and confirmed it works as expected with 9.3, not sure with 10.0).

Has anyone else seen this? Or can confirm if I'm correct.

Thanks,
Shaun

UPDATE: Looks like this is fixed in SP1.

AGS 10.1 Python SHP with non-ascii chars append to File GDB or SDE => error

$
0
0
Hi,

I'm facing a serious problem doing simple task - have a arcgis model (10.1), which is just taking shapefile and appending it into file geodatabase feature class or into sde (10.0, oracle 11.2)

Shapefile contains some national chars, until now tried win1250 and utf-8 versions, both worked perfectly inside Arcgis for Dektop (10.1), ldid byte in dbf file is set correctly, cpg file is also OK, all characters (their hex representations) are OK (I have checked its codes with win 1250 and utf 8 chars tables, both versions are correct, so I'm pretty sure the problem is not shapefile itself.

Executing model from within Arc Catalog (10.1) is OK, result is perfect without any error in character representation.
Executing model by python (2.7) at desktop (10.1, win xp cz) is OK too, result is the same as if executed from Arc Catalog

But - executing model by python (2.7) at server (10.1 sp1, win2008 en), using same python script, same shp, same target SDE or File Geodatabase - results in strange behavior - some (not all!) non ascii characters are replaced by their near (non diacritical) ascii equivalents (for example "ů" is stored as "u", "ř" as "r" ... but - also non-ascii "š" or "ž" are stored correctly)

It has nothing to do with fonts or displaying attribute table at all, data really is malformed ... but only if executing model by python at Arcgis for Server.

I have tried to change windows cmd shell encoding (chcp), I labored with various python default encodings - but it has zero effect at all. Only changing ldid byte inside shapefile dbf file led to really bad result (all non-ascii characters erroneous)


Is there any other parameter, settings or something inside python/arcgis for server/windows what should i try to change to get it work ? the best would be if I could import utf-8 shapefiles, but solution for particular codepage (1250) will be also ok :)

Thanks

Radek Pohl

Features Supported by ESRI

$
0
0
Hi All,

I am very new to ESRI tools and need help.

We are reviewing options for a web based map application with the features below.

a) Multiple users with different view of the map for each user based on the users location
b) To show shape files specific to the user that logs in and selects.
c) Capabilities for editing shape files (points/lines/polygon).
d) Java API's to support development of additional features.

Could you please suggest if ArcIMS / ArcGIS server (online) support these features on Unix platform.

Any answer or direction is greatly appreciated.

Thanks...

Unregistered data copied to ArcGIS Server with service

$
0
0
When publishing a map service, if the .mxd contains unregistered (w/ArcGIS Server) data, the data is copied to ArcGIS Server. My questions are,

1. What is the location where the data is copied? Is it \config-store\data ?
2. Is the data deleted when the service is deleted? If not, how does one go about deleting it?

Thank you

Multi Machine site failover

$
0
0
I have 2 GIS servers participating in a site with a web adaptor in front of them. Site A is the primary site and hosts both the web adaptor as well as the config-store and server directories. In this scenario if site A goes down will site B still be able to host clients?

If this is the case then is there any scenario to create a truly fault-tolerant ArcGIS server site, because the deployment scenarios all show the Data Store, Config-Store and server directories on a server, which it appears to suggest if that server is down then the entire site is down.

edintg related class table

$
0
0
hi My devt envt is Arcgis server 10.1 / arcgis silverlight API. Am using feature class in which one-many relationship is built with table. Is it possible to edit the related table data using out-of-box funationality for web application

Publishing multiple service definitions without publishing duplicate geodatabase

$
0
0
I am trying to publish several mxds as service definitions that use the same geodatabase (ArcGIS 10.1). Is there a way to publish these mxds without having to publish the same geodatabase multiple times? I appreciate any help on this issue.
Mehrshad
US Census Bureau

Converting .mxd to .tpk map files - corrupt JPEG

$
0
0
Hello, after creating a map file using ArcMap 10.1 I convert the files from the .mxd format to the .tpk format for offline viewing on an Android tablet. I use the python script described here:

http://resources.arcgis.com/en/help/...0000017w000000

For the past few months this has worked perfectly for ArcMap basemap types 'Topographic' and 'Bing Maps Hybrid'. For the first time today I used 'Imagery', and during the conversion I got the following error in the command prompt:

Corrupt JPEG data: premature end of data segment
Invalid JPEG file structure: two SOI markers

Has anyone else experienced this or can anyone explain to me what this means and how to correct it?

Thank you in advance for your help.

Registering Folder Issue

$
0
0
I am running ArcGIS Server 10.1 on a new virtual Windows 2012 server. I have partitioned part of the hard drive to put the data on including my imagery files. I tried to register the folders some of the data so it is not copied and I get an error invalid folder location unable to access location.
It works fine when I created a test folder ont he C drive but wont work on my e drive - set all permissions etc just no clue why it wont see the folder and access it.

Do cached services use an instance?

$
0
0
If you have the minimum number of instances set on a cached service to 0, and nobody makes any queries against that service (meaning it's for display purposes only), will the number of instances ever go more than 0?

I'm confused because I have a lot of cached services being consumed by a flex application, but the number of instances running for all of the cached services are always 0 for the cached services I have set to a minimum # of instances to 0.

Can I publish service for all users on internet with AG Server Workgroup license?

$
0
0
Dear all,

My company intend to buy an ArcGIS for Server for publish shapefile/personal-geodatabase on internet.
The map service will serve for everyone, so that can I buy a Standard Workgroup license?

Please help me and thank you so much.
Regards.

REST Services Query for distinct values

$
0
0
In SQL, it is easy to get distinct values from a table. When open a map service on browser, how can retrieve distinct values of an attribute using a query statement? Thanks.

publishing services without Arcgis for Desktop

$
0
0
I have installed Arcgis for Server 10.1 and I want to publish some services on this server, but I don't have licenses of Arcgis for Desktop. I want to know can I publish a service without Arcgis for Desktop. I know the module Arcpy can build and publish a service, but I didn't find this module in my disc of Arcgis for Server, can I get this module without Arcgis for Desktop?

Cache Import / Export

$
0
0
ArcServer 10.1

Have two large Cached Map Services, would like to have One Map Service.
Using Compressed / Mixed with same Tiling level schema.

Attempted several times to manage Cache via Catalog >> Import Cache...
always receive
"Failed to Import Cache Extent xxxx"
(extents of BOTH services are the same)

Tried Exporting from the other Map Cache and receive error:
000840 - Value is not a feature set. ?? not sure what this means, what feature? what GP option is this talking about?

Tried exporting cache to a registered folder.. same result as above


Long story short, have three large cached services in total and would like to have them merged to one.
What is the best means of doing so, which will not throw an error as seen above?

Does Compact Format not work in Export / Import Geoprocesses?

Problems logging into server manager with domain account

$
0
0
Hello,

I am having problems logging into my server manager site using my domain account. I switched the configuration settings to use Windows domain and using ArcGIS server built-in roles. Then, I created a new admin role and added my domain account to it. However, when I attempt to log in to the http://mysite:8080/arcgis/manager site with my domain account, I get a invalid credentails login failed error. I try this with the built-in siteadmin and it works perfectly. Any ideas why I can't log in with my domain account?

Thanks,
Igor

Add users in bulk to ArcGIS Server 10.1

$
0
0
Does anyone know of a way to add a large number of users to ArcGIS Server 10.1 that is faster than adding them one by one with Manager?

Thanks, Mike S

Database connections exceeded or unable to connect

$
0
0
We've run into this problem a couple times now during testing.

After several users have launched the web application and we go back to doing desktop work we run into a couple errors (see screen shot) and the other error message is "have exceeded the maximum number of connections". If someone was alreay using a database connection they could still work but no additional data connections coule be made. Also, we could still use the web app and all data displays without problems.

I've checked with our dba and he says we are not eve nclose to exceeding our db connection limit. So what gives? Is there a setting in ArcServer that will reduce or eliminate the number of database connections? Is this an SDE issue or an ArcServer issue?

Doug
Attached Thumbnails
Click image for larger version

Name:	sde database connections.png‎
Views:	N/A
Size:	33.1 KB
ID:	23779  

AGS 10.1 SP1 won't start in Windows 7

$
0
0
Perfectly fine installation of ArcGIS for Server 10.1 SP1 suddenly failed to start. Problems started after system boot due some MS updates. OS is Windows 7 x64 (active directory -domain, OS installed about two months ago). AGS is originally installed from "ArcGIS for Server 10.1 SP1" -installation media. I have tried several tricks to solve this.

I have uninstalled those MS updates one by one. Booting system after those uninstalls. Trying then to start "ArcGIS Server" -service. AGS is also "repair installed" and fully uninstalled and then reinstalled. Also "configure arcgis server account" -tool is runned several times. All these lead to same result. Server just wont start.

Machine is even restored to earlier state with Windows Restore point. No luck.

Common for all tryouts when starting server are the events. Events 4,5,4096 (twice) and 4098 are registered in windows event log in that order. There is no explanation of those events in Event log. I also find out that AGS have not wrote anything to logs located at C:\arcgisserver\logs\<machinename>\server after the first failure in startup.

Does anyone have similar issues?
Viewing all 1579 articles
Browse latest View live