IDEA
|
come on, file based pGDB is more convinient than folder based. vote up!
... View more
12-18-2018
08:42 AM
|
1
|
0
|
56
|
POST
|
Yes, you can do that be opening the Results window and right clicking on the running tool. This is also a way to see all the messages as the tool runs. thank you, never knew it before.. 😄
... View more
01-14-2013
06:08 AM
|
0
|
0
|
0
|
POST
|
not sure how. but can we cancel the current process of the enabled background geoprocessing? with background geoprocessing disabled, we can simply cancel the process.
... View more
01-14-2013
02:41 AM
|
0
|
0
|
1
|
POST
|
It just weird, when you are using SQL Server EXPRESS 2008, you can Add Database Server, no more "Connections to this edition of the database server are not supported" And, no. What we are talking about is not "Add Database Connection", but Add Database Server . Add Database Connection just both works on SQL Server 2008 and SQL Server Express 2008. Why we resist to use Add Database Server, and consider it as important is because: to set privilege of ArcGISSOC user when we are using ArcGIS Server to create web editable map service layer (feature-access). In the manual help of ArcGIS Server, for ArcGIS server could use feature access properly, we have to right click the Database Server, and then select Permissions, and set ArcGISSOC user as user and admin on that database server. When we use SQL Server Express 2008, we could do that without problem. But on SQL Server 2008, we can't. Is it a bug? We need to use SQL Server, not SQL Server Express, because the Express one has limitation: only single core used, only support 4 GB database, and more limitation.
... View more
05-14-2012
03:10 PM
|
0
|
0
|
11
|
POST
|
You can use type="feature" with a layer in a map service too as long as it's queryable. i have same question, i read posts above. but i don't get it how you guys can use feature service without ArcSDE? I want to use some "popup identification" from my map service with Info Popup widget from FlexViewer 2.1. I am running ArcGIS Server 10, but i haven't install ArcSDE for some reason. Is there any way to use that "popup identification" with some picture inside it, without using ArcSDE-connected data? My map service doesn't have feature service , because i don't have ArcSDE stuff installed. When i tried to add that feature service , it tells me error. dpaddock tells it can be done, as long as that map service "queryable". and i checked my map service is queryable. The things I'm not so sure is how the code must be written. My map service name is "parcel" (i create that map service from MXD, inside that MXD there's only one layer). can i just put this code lines in config.xml 1st in <map> section: <operationallayers> <layer label="ParcelFeature" type="feature" visible="true" alpha="1" icon="" info="widgets/InfoTemplates/InfoPopupWidget.swf" infoconfig="widgets/InfoTemplates/myscript.xml" url="http://MYPC/ArcGIS/rest/services/parcel/MapServer/0"/> </operationallayers> and 2nd on this <widgetcontainer> section: <widget label="Identify" icon="assets/images/i_widget.png" config="widgets/InfoTemplates/myscript.xml" url="widgets/InfoTemplates/InfoPopupWidget.swf"/> and myscript.xml is looks like this: "bldgname" is field about building name (type: text 50) "url" is field about url to JPG image (type: text 254) <?xml version="1.0" ?> <configuration> <fields>bldgname,url</fields> <titlefield>bldgname</titlefield> <linkfield>url</linkfield> <datefield></datefield> <zoomscale>4000</zoomscale> </configuration> is there something wrong about what i did? because my "popup identification" doesn't show anything... it doesn't even show the popup identification window. please help...
... View more
11-30-2010
01:09 AM
|
0
|
0
|
0
|
Online Status |
Offline
|
Date Last Visited |
12-13-2020
09:58 AM
|