|
POST
|
do you see in manager web? Many thanks Domenico for the answer, I re-provided the authorization file and it worked fine now Best Jamal
... View more
02-07-2013
11:05 AM
|
0
|
0
|
1376
|
|
POST
|
Just an idea for you.... If you convert the CAD files to feature classes and then publish them as feature services, you can edit the feature service directly using ArcGIS for AutoCAD. That way, the data is stored and available to everyone and the updates can continue to be made with AutoCAD without converting back and forth. --Karen Thank you Karen for the very useful answer. As most of the work (drafting the design of urban master plan) is done in the AutoCAD level (due to the viability of very powerful tools in drawing), is it a good idea to convert the entire CAD file into feature classes (before starting drafting the design of urban master plan) and then publishing it as service such that the draft men can do their work as usual with no �??side effect�?� being work on the service. May be I need to have a go and see if this technique may provide an integrated solution for our case Best Jamal
... View more
02-07-2013
10:57 AM
|
0
|
0
|
1387
|
|
POST
|
There is a Windows trick that might work for you. Simply create a local account on the client machine which has the exact same username and password as the account that the server will use to access the client. Thank you Richard for the help, Could you please elaborate a bit more regarding this issue? �?� The screenshot below shown the map of user of a client machine [ATTACH=CONFIG]21581[/ATTACH] �?� The screenshot below shows the maps of users of the server machine (which includes the �??ArcGIS Server Account�?�) [ATTACH=CONFIG]21582[/ATTACH] �?� Do I need then to create a user on the client and server machine that has same credentials? Best Jamal
... View more
02-07-2013
10:42 AM
|
0
|
0
|
6249
|
|
POST
|
you might want to check securtiy permissions on the file geodatabase to see if you arc user is allowed access Many thanks guys for the help, But how to give the ArcGIS Server Account�?� user (which is a user on the server machine) permissions on the client machine where my data (mxd and file geodatabase) is stored? In the scenario of �??home network�?� there is no way to grant users of other machines some permissions in your machine as the users of other machines will never appear on your machine to be granted permissions. [ATTACH=CONFIG]21578[/ATTACH], [ATTACH=CONFIG]21579[/ATTACH], [ATTACH=CONFIG]21580[/ATTACH] This issue here is that we need to grant a user on the server machine a permission on the client machine. How this might be accomplished? Best Jamal
... View more
02-07-2013
10:04 AM
|
0
|
0
|
7701
|
|
POST
|
Editing on the web using �??ArcGIS Web ADF�?�, It tied to add the �??editor�?� task while working on the �??ArcGIS Web ADF�?� [ATTACH=CONFIG]21522[/ATTACH], [ATTACH=CONFIG]21523[/ATTACH], [ATTACH=CONFIG]21524[/ATTACH] but I got the message below: �??This task requires an ArcGIS Server Local Service that is based on a map document (MXD). Please add an ArcGIS Server Local Service that is based on a map document (MXD) on the previous step before configuring the task.�?� [ATTACH=CONFIG]21525[/ATTACH] What might be the issue? What is weird is that I used the same service in the �??ArcGIS viewer for flex�?� and I could edit on the web! [ATTACH=CONFIG]21526[/ATTACH] Thank you Best Jamal
... View more
02-06-2013
11:36 AM
|
0
|
2
|
3712
|
|
POST
|
Can you run Fiddler while accessing the FlexViewer app? Does the Builder return any information about crossdomain.xml file not found, or something to that effect? Many thanks Jonathan for the prompt answer, The screenshot below shows what I got from fiddler [ATTACH=CONFIG]21512[/ATTACH] How come the ArcGIS Web ADF and the Silverlight could be accessed with no problems while the issue is related to flex only [ATTACH=CONFIG]21513[/ATTACH] The web adaptor is installed [ATTACH=CONFIG]21514[/ATTACH] what might be wrong with the flex then? Best Jamal
... View more
02-06-2013
10:10 AM
|
0
|
0
|
3108
|
|
POST
|
Does the option "Feature Access" requires the database to be SDE? I???m not sure if the option that enables performing editing over the web requires the database to be SDE (not file or personal) [ATTACH=CONFIG]21478[/ATTACH], [ATTACH=CONFIG]21479[/ATTACH] Thank you Best Jamal
... View more
02-05-2013
01:25 PM
|
0
|
10
|
5231
|
|
POST
|
Jamal, Registering your databases and data directories does not grant the ArcGIS Server account permissions to access your data. You'll need to give the ArcGIS Server account at least read permissions to any folder or database that you register. Also, your trying to register a file geodatabase which means your supposed to register the folder that it resides in. The dialog to register databases that you're in, is meant for SDE geodatabases. See Registering your data with ArcGIS Server using ArcGIS for Desktop. Grant the ArcGIS Server account permissions to the folder, prior to registering the folder. See Making your data accessible to ArcGIS Server. Best, Eric Thank you Eric for the answer. In my current case, the data is stored on the client machine (named P1) while the ArcGIS sever is installed on the server machine (named P2). These two machines are connected by network workgroup without domain. Then how can I grant the ArcGIS Server Account (which is on the P2 machine p- server machine) permissions on a folder on the P1 machine knowing that these two computers are connected by workgroup (not by domain)? [ATTACH=CONFIG]21475[/ATTACH], [ATTACH=CONFIG]21476[/ATTACH], [ATTACH=CONFIG]21477[/ATTACH] Best Jamal
... View more
02-05-2013
12:24 PM
|
0
|
1
|
2894
|
|
POST
|
Try to unzip the supplied files into the C:\inetpub\wwwroot folder on your web server. Many thanks Jonathan for the help, These two files are already exist in that folder on the server machine (screenshot below) [ATTACH=CONFIG]21474[/ATTACH] What might be the issue then? Best Jamal
... View more
02-05-2013
11:42 AM
|
0
|
0
|
3108
|
|
POST
|
This is something be design at the moment. You can suggest a change in future release at the following site: http://ideas.arcgis.com/ Its a great site with many wonderful ideas, which the ESRI team looks at for implementing in future versions. Regards, Many thanks Asrujit for the help, I have already added it the ideas site as you have advised https://c.na9.visual.force.com/apex/ideaList?c=09a300000004xET&sort=recent all the best Jamal
... View more
02-05-2013
11:32 AM
|
0
|
0
|
3862
|
|
POST
|
Jamal, my first thought is that the password you are providing for the 'sde' user (geodatabase administrator) isn't working. If the sde login already exists on this server, the password you provide must match that of the existing login. If the sde login doesn't already exist and the tool creates this login, then the password must meet the password policy being used by SQL Server. You can find more information on the password policy here: http://msdn.microsoft.com/en-us/library/ms161959.aspx -Shannon Many thanks Shannon for the help, What�??s confusing here that we are required to enter our password without being asked to confirm it and thus may easily forget what we have entered before. On the other hand, in the sql one is asked to confirm this password [ATTACH=CONFIG]21420[/ATTACH] Best Jamal
... View more
02-04-2013
12:57 PM
|
0
|
0
|
3862
|
|
POST
|
CAD files are not supported in services. Please see this resource for more information. If it's not listed there, it's not supported. Many thanks Jonathan for the answer. This imposes much more work to publish CAD files. We need then to convert them to feature classes and then to publish them. It remains to say that this issue would be very challenging as the updates of CAD files are done in the AutoCAD and thus we need again to convert them to feature classes and so forth! Best Jamal
... View more
02-04-2013
12:34 PM
|
0
|
0
|
1387
|
|
POST
|
�??System�?� and �??Utility�?� are not embedded under a connection to an ArcGIS Server, I�??m wondering how come the �??System�?� and �??Utility�?� are not embedded under a connection to an ArcGIS Server. The only thing that I have is the �??Draft�?�. Please, have a look on the screenshot below: [ATTACH=CONFIG]21415[/ATTACH] Before, I used to have these components are depicted in the screenshot below: [ATTACH=CONFIG]21414[/ATTACH] For the time being, I�??m not able to publish anything (mxd, image, loc, tbx, ) How can I restore them (�??System�?� and �??Utility�?�)? can one publish without these components? Thank you for the help, Best Jamal
... View more
02-04-2013
11:59 AM
|
0
|
2
|
1737
|
|
POST
|
Jamal, Essentially what you are after is performing a compress on the database: http://resources.arcgis.com/en/help/main/10.1/index.html#/The_geodatabase_compress_operation/003n000000s5000000/ This can easily be done by a peice of python script: http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000000p000000 Regards Anthony Many thanks Anthony As I have very little experience is scripting and building script tool then I�??m kindly looking for an integrated Script Tool for an end user. All the best Jamal
... View more
02-04-2013
01:25 AM
|
0
|
0
|
1414
|
|
POST
|
Script tool to transfer the ???Add??? - ???Delete??? tables (Delta Tables) into the base table, I have been looking for a SCRIPT TOOL that transfer the content of the ???Add??? ???Delete??? into the base table (business table) but had no luck. This script is supposed to make both ???Add??? - ???Delete??? tables to be empty (no records). [ATTACH=CONFIG]21388[/ATTACH] Thank you Best Jamal
... View more
02-04-2013
12:31 AM
|
0
|
4
|
1662
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2026 08:17 AM | |
| 1 | 09-30-2022 10:43 PM | |
| 2 | 05-05-2025 10:33 AM | |
| 1 | 05-08-2025 09:49 PM | |
| 1 | 05-06-2025 11:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|