|
POST
|
This is typically a security issue on a server. Restricted permission to example the inetpub\wwwroot folder Never a good idea to give unrestricted access to these folders Better alternative is to deploy on a desktop/laptop and to copy application over to the server using the appropriate permissions Alternatively, use a folder other than in wwwroot and share it in IIS Many thanks Pieta, This sounds to be a better practice. Your help is appreciated Best Jamal
... View more
03-22-2013
01:13 AM
|
0
|
0
|
2733
|
|
POST
|
I never discovered what was wrong. But since the server has been rebooted, the error has not re-surfaced. I�??m still having the same problem �??packaging failed�?� despite the fact that o have rebooted my server! Facts 1. The �??ArcGIS Server Account�?� is shared to the folder containing the data (*.mdf) 2. �??ArcGIS Server Account�?� has full control on the folder containing the data (*.mdf) 3. The SDE data is registered What might be the issue then?
... View more
03-22-2013
01:09 AM
|
0
|
0
|
1533
|
|
POST
|
Hi, I wanted to add a small clarification to this: There is no default password for the sde user. If you are running the Create Enterprise Geodatabase tool against a SQL Server instance and have "Sde Owned Schema" checked, you must type a password in the Geodatabase Administrator Password field. If you do not, the tool returns "Error 000152: Administrator username and password are required." Many thanks Kimberly for the contribution Best Jamal
... View more
03-21-2013
11:04 AM
|
0
|
0
|
3982
|
|
POST
|
Johan, I am very interested in this code you provided or any guidance you might have. Did you develop this tool as a add-in? Jamal, If your tool works in desktop, then it should work in the server environment. At this time, I do not have any other suggestions that I can think of at this time. Try running the tool in desktop again, and re-publish as a service. You are running ArcGIS Server 10.1 and ArcGIS Desktop 10.1 correct? Thank you Ian for the time and effort, This is what confused me the most! 1. I have ArcGIS 10.1 (desktop and server) 2. The python is working fine in the ArcGIS desktop Nevertheless, it fails to work on the silverligth (I repeated it multiple times but never work) I�??m attaching (in the link below) the screenshots for ALL the steps that I did to publish the service and to build a web application. Please, if your time permits, have a look and let me know what I might be missing in my steps? http://www.mediafire.com/view/?k2dqyzi3y18g412 All the best Jamal
... View more
03-20-2013
01:43 PM
|
0
|
0
|
1786
|
|
POST
|
Jamal, Its a permissions based issue. Right click on SQL Server Management Studio and Run As Administrator. Try the attach. It should resolve the issue for you. Regards, Hi guys, I got the solution in the link below http://social.msdn.microsoft.com/Forums/en-US/databasedesign/thread/274d3860-137e-4cd5-9635-5558edc682bd best Jamal
... View more
03-15-2013
02:03 PM
|
0
|
0
|
4874
|
|
POST
|
[RIGHT][/RIGHT] Hochas, Please do. I reallly appreciate that :). Curious to see how you got this to work. Hi Ian, This tool is really interesting. I think all users would like to have it. Also Ian, I couldn�??t manage to let the great code (that you have sent) work. it still shows the same error. I�??m not sure what to do to let it work. it should be something wrong in my case considering that fact that it is working fine with your Silverlight as obviously displayed in the screenshot you have already supplied. It is only you who has helped in this thread http://forums.arcgis.com/threads/78352-Displaying-more-than-one- What other issues should I consider to let it work? Best Jamal
... View more
03-14-2013
11:01 AM
|
0
|
0
|
1786
|
|
POST
|
Jamal, Its a permissions based issue. Right click on SQL Server Management Studio and Run As Administrator. Try the attach. It should resolve the issue for you. Regards, Thank you guys for the contribution, 1. First, I thought that this problem is because it is stored in an external hard drive or on the root. In other cases, this file is neither stored in an external nor in the root, nevertheless it didn�??t work and the error persists to exit! 2. I tried to start the �??SQL Server Management Studio�?� but the the error persists to exit! [ATTACH=CONFIG]22613[/ATTACH], [ATTACH=CONFIG]22614[/ATTACH], [ATTACH=CONFIG]22615[/ATTACH][ATTACH=CONFIG]22615[/ATTACH] What other alternatives should I try?
... View more
03-14-2013
10:49 AM
|
0
|
0
|
4874
|
|
POST
|
(Again) �??Table to table�?� & �??table to domain�?�, This may be the third time I�??m highlighting this issue. Importing table to domain is really very frustrating issue and regularly ends up with error. 1. I tried to apply the tool �??table to domain�?� from an excel table to SDE database but ends up with an error. 2. Mr. Whitley recommended to import the excel table to the geodatabase and then to apply the command �??table to domain�?� from there. The issue is that this approach works in certain cases but fails on others. For example, the attached goedatabase contains two tables which I fail to stick in the domain by the command �??table to domain�?�. [ATTACH=CONFIG]22180[/ATTACH], [ATTACH=CONFIG]22181[/ATTACH] I�??m not sure if there might be a root solution for this very frequent problem. In the past, I have encountered a similar a very frustrating problem�?� Paste failed: �??The spatial references don�??t match�?�. I got help from many of the experts on the forum but sounds not to work. Josh Thompson has introduced a root solution for this issue. Without his very appreciated input I will be struggling each single time I import feature classes to geodatabase. If you are interested, please, access the link below: http://forums.arcgis.com/threads/75651-Paste-failed-%E2%80%9CThe-spatial-references-don%E2%80%99t-match%E2%80%9D?p=267361#post267361 I think this is the sort of solution that might form an end for the �??tragedy�?� when using the command �??table to domain�?� Thank you Best Jamal
... View more
02-26-2013
09:59 AM
|
0
|
2
|
1192
|
|
POST
|
Displaying more than one (x,y) point, One of the very powerful tool to get information at a particular location is to have its xy coordinates and then to go to it. In certain cases, providing one point is not sufficient particularly if the information is required for an area (polygon)! In this case we need to provide more points to better represent the boundary of that area. [ATTACH=CONFIG]22108[/ATTACH] Such tool is not built in the ???ArcGIS Viewer for Silverlight???! And if it is there as add-ins it is not as powerful as the one in the ArcGIS Desktop 1. ???ArcGIS Viewer for Silverlight??? doesn???t recognize the coordinate system of the operational layer as the ???ArcGIS Web ADF??? does. [ATTACH=CONFIG]22109[/ATTACH] 2. The tool will never include functions the ???add callout??? and ???add labeled point??? [ATTACH=CONFIG]22110[/ATTACH] 3. The other issue is that the ???go to xy??? is not a tool on the ArcGIS so that it can be published! [ATTACH=CONFIG]22111[/ATTACH] What might be the solution then to have such tool? Thank you Best Jamal
... View more
02-22-2013
10:00 PM
|
0
|
9
|
18603
|