|
POST
|
Layer is added while the mdf file remains with same size, I�??m wondering how the mdf file remains with same size despite the fact that a layer is copied and past to it (mdf) [ATTACH=CONFIG]23969[/ATTACH], [ATTACH=CONFIG]23970[/ATTACH], [ATTACH=CONFIG]23971[/ATTACH] What might be the issue here? Thank you Best Jamal
... View more
05-02-2013
11:29 AM
|
0
|
8
|
3680
|
|
POST
|
Changing computer name affects editing the already built web application, The computer name is changed and thus editing the built web application are affected. I�??m not able to edit web applications built by (Access is Denied): 1. ArcGIS Web Applications for the Microsoft .NET Framework (ADF) 2. ArcGIS Viewer for Silverlight 3. ArcGIS Viewer for Flex [ATTACH=CONFIG]23925[/ATTACH], [ATTACH=CONFIG]23926[/ATTACH], [ATTACH=CONFIG]23927[/ATTACH], [ATTACH=CONFIG]23928[/ATTACH] How to be able to edit the web application after the name of computer is changed? Thank you Best Jamal
... View more
05-02-2013
12:39 AM
|
0
|
4
|
6018
|
|
POST
|
It is very much possible but it is beyond the scope. We also got that requirement few months earlier. Small answer is use DB and a server side language (PHP/ JSF / ASP or whatever you are comfortable with). Detail answer is: 1. Introduce a token mechanism before redirecting users to viewer page, save their details in DB. Ensure that users land on default page of the site, save their detail and then redirect them to main application page that should check token first else should redirect them back. 2. Convert index.html page of the viewer into dynamic server side language page like index.asp or index.php that should log entries in DB when fired. Hope that it will help you. Many thanks Abdul, Sound to be a bit heavy for non-developer or IT! I thought it might be straightforward and quite easy to be handled by an end user Best Jamal
... View more
04-24-2013
10:39 AM
|
0
|
0
|
1084
|
|
POST
|
I am not sure what the problem is, but try the following: 1. Delete the uploaded add-in from the Builder > Settings. 2. Upload it again and make sure the .xap file is accessible to the machine from which you use Builder. 3. Restart the IE and open the Builder again. The QueryAddIn should show the description (Settings menu). 4. Clear the IE cache if it still doesn't show up. 5. Install SL Viewer 3.1 (I am pretty sure the add-in is supposed to work with 3.0 too, but I am personally running 3.1) and run the upload again. Many thanks Alexey for the massive efforts, Correct, it was an issue of internet brewer! I used the IE instead of Chrome and it worked fine By the way, the tool is very powerful. Really very useful [ATTACH=CONFIG]23681[/ATTACH] Appreciated Best Jamal
... View more
04-19-2013
01:54 PM
|
0
|
0
|
10301
|
|
POST
|
Hi Jamal, You would need to export the features in each polygon to it's own separate feature class, then assign privileges for the desired user to each feature class. The option you mentioned for the replication limits the features that are replicated. It essentially just clips the feature class being replicated. For a web application, you have a little more flexibility when it comes to editing features when Editor Tracking is enabled. You have the ability to 'Enable ownership-based access control on features'. [ATTACH=CONFIG]23644[/ATTACH] This is based on features though, not an extent. This will only allow editors to make edits to features they created. They cannot edit other features unless 'Update' and 'Delete' are granted. Many thanks Jake for the elaboration, It sounds that I couldn�??t express what I wanted to achieve, Scenario: Suppose that I have the following layers (which extend across country): 1. roads, 2. rivers 3. forest 4. governorates (district, states) boundary Now, what I wanted is to give a particular user the permission to edit the portion of the layer of roads, river and forest that lies with his/her governorate (state) ONLY. For example, if I need to grant a particular user the permission to edit the portion of the layers (roads, river and forest) that lies only within the CALIFORNIA state, then this user is supposed to edit these layers only within the boundary of CALIFORNIA and not able to edit the portion of these layers that lies within the NEW YORK state. It should be considered that I need to keep the layer of roads, river and forest all across the country; I don�??t need to clip them for each state (as an example). Otherwise, it is easy to do what I want On other words, I�??m looking for permissions that are granted based a particular boundary such that a user is permitted to edit/update/delete inside this boundary and have no permissions outside it. Is that possible? On database level? Web level? Best Jamal
... View more
04-19-2013
05:03 AM
|
0
|
0
|
3008
|
|
POST
|
Jamal, there is a small user guide that is included in the .zip file you download. From this file: Deploy, enable, use, and debug the Query Tool add-in as describled in the sections below. =================== Tool deployment =================== 1.) Open the ArcGIS Viewer for Silverlight's Application Builder 2.) In the Application Builder, click Settings 3.) On the Settings page, click the Add-Ins tab. 4.) On the Add-Ins tab, click the Upload Add-In button. 5.) In the Open File dialog, browse to the QueryTool.AddIns.xap file (included with the sample) and double-click it. Once these steps are complete, the Query Tool will be available in the Application Builder for users to add to their Viewer Applications. ===================================================== Enabling the Query Tool in a Viewer application ===================================================== 1.) From the Application Builder home page, start creating a new Viewer application by clicking the Create New Application button. 2.) Choose the map you wish to start with in your Viewer application. 3.) On the Tools tab of the Application Builder's toolbar, click the Add Tool button. 4.) In the Add Tool dialog, select the Query Layer tool from the Query category and click Next. 5.) Define the tool's toolbar, label, toolbar, and icon as desired. Then click Next. 6.) Specify the URL to the layer to query and click connect. The URL must be to a layer or table within a map or feature service, such as http://serverapps10.esri.com/ArcGIS/rest/services/California/MapServer/1. Once the connection completes, click Next. 7.) Choose the field and operator to use for the query statement. Optionally, you may specify a default value or a list of values to choose from. Then click Next. 8.) To add another query statement, click the Add New link. Otherwise, click the Next button. 9.) Specify the desired options for the behavior of the query tool and click Next. 10.) Specify the tool's dialog title and labels. Optionally, query statements can be hidden by unchecking the associated checkbox. Click OK to complete tool configuration. ========================== Using the Query Tool ========================== 1.) Click the Query Layer button. If there is at least one visible (non-hidden) query statement, the query dialog will appear. Otherwise, the configured query will execute and results will be shown. 2.) If the query dialog is shown, specify the desired values to query against. Then click OK to run the query. 3.) When the query is complete, results will be shown. If the results are geographic, they will be shown on the map and in the attribute table. If they are tabular (i.e. non-geographic), they will only be shown in the attribute table. =============================================== Setting up the Query Tool for development =============================================== The source code for the Query Tool has been provided so that developers may customize the tool's behavior and use it as a reference for developing other add-ins. To setup the tool for development: 1.) Open the QueryTool.sln file contained in the Source Code folder that was packaged with the add-in. This solution contains two projects - a Silverlight project containing code for the Query Tool and a Viewer website project for debugging the add-in. 2.) To debug the add-in, press the F5 key or the play button in Visual Studio. This will load a Silverlight Viewer website with the Search Tool included on the main toolbar. Many thanks Alexey for the help, The tool is added but it doesn�??t appear under the query category. Please, have a look in the screenshots below [ATTACH=CONFIG]23638[/ATTACH], [ATTACH=CONFIG]23639[/ATTACH] What might be the issue? Best Jamal
... View more
04-19-2013
12:29 AM
|
0
|
0
|
10301
|
|
POST
|
Permissions/privileges for editing (in web) within particular feature class (or feature), I�??m wondering if there is a way to grant permissions for editing based on particular feature class (or a feature) such that a user will be able to edit objects that are within that feature class ONLY. For example, in the screenshot below, I wanted particular users to be able to edit features of feature classes that are within a particular area [ATTACH=CONFIG]23634[/ATTACH] This option is already possible when working with replication. Editing in the created replica can be limited by a feature class such that editing outside that feature class are ignored when synchronized [ATTACH=CONFIG]23635[/ATTACH] Does this option (in the web) require heavy programing? Thank you Best Jamal
... View more
04-18-2013
09:38 PM
|
0
|
0
|
1274
|
|
POST
|
Permissions/privileges for editing within a particular feature class (or feature), I???m wondering if there is a way to grant Permissions for editing based on particular feature class (or a feature) such that a user will be able to edit objects that are within that feature class ONLY. For example, in the screenshot below, I wanted the user ???u3??? to be able to edit features (feature classes) that are located within the indicated polygon while this user is not allow to edit features that are outside the indicated polygon [ATTACH=CONFIG]23629[/ATTACH] 1. This is already possible when working with replication. Editing in the created replica can be limited by a feature class such that editing outside that feature class are ignored when synchronized [ATTACH=CONFIG]23630[/ATTACH] 2. How about having this feature in the web application, i.e. restricting user's editing within particular area? [ATTACH=CONFIG]23631[/ATTACH] Thank you Best Jamal
... View more
04-18-2013
09:30 PM
|
0
|
3
|
3345
|
|
POST
|
Jamal, I have found recently a great Query Add-in Esri has just released a couple of weeks ago. It looks almost the same as the Query task we had in WMA in Server 9.3. I don't think you need to try get your model working - just download the add-in and enjoy! Ready-to-use query tool for the ArcGIS Viewer for Silverlight http://www.arcgis.com/home/item.html?id=451259f8e47440f2b727442fe1b2f7c2 Hi Alexey, I�??ve added the tool but it is not appearing anywhere in the application! [ATTACH=CONFIG]23616[/ATTACH] Where I�??m supposed to have it? [ATTACH=CONFIG]23617[/ATTACH] Best Jamal
... View more
04-18-2013
12:22 PM
|
0
|
0
|
10301
|
|
POST
|
Users accessing the GIS web application over intranet (local network), For the time being, our GIS web application (.NET, Silverlight, Flex) is working over intranet and I wanted to know: [ATTACH=CONFIG]23573[/ATTACH] 1. How many users are accessing our web application per day? 2. How many users are accessing the web application at each instant? 3. The number of unique users how have accessed the web application so far? Is this possible over intranet? Thank you Best Jamal
... View more
04-17-2013
10:40 AM
|
0
|
2
|
1316
|
|
POST
|
Users accessing the GIS web application over intranet (local network), For the time being, our GIS web application (.NET, Silverlight, Flex) is working over intranet and I wanted to know: [ATTACH=CONFIG]23572[/ATTACH] 1. How many users are accessing our web application per day 2. How many users are accessing the web application at each instant 3. The number of unique users how have accessed the web application so far? Is this possible over intranet? Thank you Best Jamal
... View more
04-17-2013
10:35 AM
|
0
|
0
|
713
|
|
POST
|
Accessing web application with username/password (.Net/Silverlight/Flex), Currently, we are sharing our GIS web application over intranet but we wanted users to access this web site based on their username and password. Previously, I was advised to lock the service from the �??arcgis server manager�?� but in that case only the Flex viewers will be requested to provide their username/password to access the web application while .Net and Silverlight will never have this option!! [ATTACH=CONFIG]23523[/ATTACH], [ATTACH=CONFIG]23524[/ATTACH] Then how the users of .Net and silverlight can still have the option to access the web application by their username/password? Thank you Best Jamal
... View more
04-15-2013
12:08 PM
|
0
|
4
|
7304
|
|
POST
|
disabling export tool for particular users, I�??m wondering if there is a way to disable the export tool for particular users such that those users will never be able to copy/export/store the date (features class) [ATTACH=CONFIG]23484[/ATTACH], [ATTACH=CONFIG]23485[/ATTACH], [ATTACH=CONFIG]23486[/ATTACH] Is that possible? Is this done in SQL or ArcGIS? Thank you Best Jamal
... View more
04-14-2013
01:21 PM
|
0
|
3
|
1987
|
|
POST
|
Jamal, I have found recently a great Query Add-in Esri has just released a couple of weeks ago. It looks almost the same as the Query task we had in WMA in Server 9.3. I don't think you need to try get your model working - just download the add-in and enjoy! Ready-to-use query tool for the ArcGIS Viewer for Silverlight http://www.arcgis.com/home/item.html?id=451259f8e47440f2b727442fe1b2f7c2 Many thanks Alexey, I�??ll be trying it and see if it works for me Best Jamal
... View more
04-14-2013
01:02 PM
|
0
|
0
|
10301
|
|
POST
|
Python script tool works in Desktop but fails in Web, Ian Peebles has generously shared a python script tool that display xy coordinates. For me it is worked fine on the ArcGIS desktop, and published successfully on the server, but as it is added to the one of the web applications builders like (.Net, Silverlight, Flex), it fails to work [ATTACH=CONFIG]23481[/ATTACH], [ATTACH=CONFIG]23482[/ATTACH], [ATTACH=CONFIG]23483[/ATTACH] Where might be my mistake? The python script tool, instructions and screenshots can be downloaded from the link below http://www.mediafire.com/?5ay8m6yu777606r Thank you Best Jamal ---------------- Developed by "Ian Peebles" http://forums.arcgis.com/threads/78352-Displaying-more-than-one- displaying (x,y) in Desktop and Web application 1. outputworkspace (folder used for scratch) 2. Script (folder that contains the XY.py script) 3. Symbology (folder that contains the output symbology as layer files) 4. Toolbox.tbx (contains the FindCoordinate script tool) The script contains a creation of an event layer that uses your coordinate system. Steps to follow: 1. Copy these files into a folder to your local drive or server. You might name it Coordinates. 2. Set the scratch workspace in your .mxd. In this case, I used: C:\Files\GIS\Coordinates\outputworkspace (Geoprocessing -- Environment -- Workspace -- Scratch Workspace) 3. Open the Toolbox and run the tool. 4. Enter in the coordinate and click OK. Takes about 1 second to run. 5. The results will appear in the table of contents, symbolized with the coordinates labeled based on the referenced layer file. 6. If the script successfully runs, in ArcMap go to: Geoprocessing -- Results -- Current Session. 7. Right Click on the last geoprocessing results and choose Share as Geoprocessing Service. 8. Following the publishing of your geoprocessing service, you can add this into your silverlight application as a tool. ------------------------------------------------------------------
... View more
04-14-2013
12:29 PM
|
0
|
5
|
8844
|
| 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 |
a week ago
|