|
POST
|
Hello, I downloaded from myesri and installed SQL SERVER EXPRESS 2014 and enabled it spatially (all through the "Database Server Desktop" installer). I have added some windows logins to my instance and granted them sysadmin privileges (via ArcCatalog). From one of my sysadmin users I try to create a new Desktop gdb (via right click on the SQL EXPRESS instance in the catalog -> New Geodatabase). ArcMap is 10.4.1. I named it "test" and then created it leaving all other parameters as defaults. This is what I see: However, it can't go on... I am forced to shutdown ArcMap. I can then reopen ArcMap, see the gdb, but it is corrupted and I cannot use it. In the server machine where I installed SQL EXPRESS I can go in the logs (C:\Program Files\Microsoft SQL Server\MSSQL12.SQLEXPRESS\MSSQL\Log), and here are some rows I see in ERRORLOG. The full log is attached. 2018-12-20 10:42:56.01 spid51 Starting up database 'test'. 2018-12-20 10:42:56.76 spid51 Setting database option RECOVERY to SIMPLE for database 'test'. 2018-12-20 10:43:25.63 spid54 Setting database option READ_COMMITTED_SNAPSHOT to ON for database 'test'. 2018-12-20 10:43:25.69 spid54 Starting up database 'test'. 2018-12-20 10:43:25.91 spid54 Setting database option ALLOW_SNAPSHOT_ISOLATION to ON for database 'test'. 2018-12-20 10:43:44.89 spid54 AppDomain 29 (master.sys[runtime].28) created. 2018-12-20 10:43:47.01 spid33s AppDomain 29 (master.sys[runtime].28) is marked for unload due to memory pressure. 2018-12-20 10:43:47.01 spid33s AppDomain 29 (master.sys[runtime].28) unloaded. 2018-12-20 10:44:15.20 spid54 AppDomain 30 (master.sys[runtime].29) created. Specs of the server machine are: Any idea how to make it work?
... View more
12-20-2018
02:01 AM
|
0
|
7
|
2538
|
|
POST
|
Can I do that? Like, if I have a SQL Express instance and I have three licenses of ArcGIS Desktop Standard, can I have 3X3 connected Desktop users ("license limit" times "number of licenses")? I am not talking about the ArcGIS GIS Server Basic license which gives ten simultaneous Desktop connections and of which I am aware of. Thank you.
... View more
12-19-2018
03:32 AM
|
0
|
1
|
1341
|
|
POST
|
Ok, I think I got it. I am supposed to update the Feature Template to include the exact default attribute I am filtering with the definition query to make it appear in the Create Features window. For instance, in my simple example I just had my hydro network with a definition query set to ZONE=1. As soon as I update the missing Feature Template to iclude the default value 1 (right clicking on the layer -> Edit Features -> Organize Feature Templates..., entering in the Template Properites window), the Feature Template came back. Otherwise I am forced to clear the definition query, which is not really what I want.
... View more
12-05-2018
07:43 AM
|
0
|
0
|
1794
|
|
POST
|
Hi, I try to make my issue simple with an example. ISSUE: after defining a definition query in my layer, I cannot create features while editing because no feature templates are listed in the Create Features window. Reason is: EXAMPLE: I have a hydro network divided into categories primary and secondary (using subtypes). When imported in a map document, the layer is displayed in two categories as expecetd. The subtype is based on a field named "TYPE". Another field ("ZONE") defines an arbitrary zone to wich the features in this network belong to. I need to make a document where all my edits pertains to ZONE 1, and so I import the layer and make a definition query on ZONE=1. When I try to edit, I expect to see both the primary and secondary feature templates, but it seems the definition query has made them disappear. CONSIDERATION: it seems that having records which are both filtered and not by a definition query creates a conflicts which make feature templates complains about. EVEN SIMPLER EAXMPLE: To keep things even simpler, I tried with a layer without any subtypes, and with plain symbology (Single Symbol), and after applying the definition query, this seems to happen as well. Is there any way to make Feature Templates usable with definition query? Otherwise, one could not taka advantage of hem to make edits in many occasions.
... View more
12-05-2018
01:43 AM
|
0
|
1
|
1927
|
|
POST
|
Thank you Luba for taking the time to helping me. Unfortunately, my data are meant to be updated very frequently, and a tile layer is not the way to go for me. Anyway, now I know what should I do in order to do it and the limits of this feature as of today. Thank you for also pointing out the useful links.
... View more
11-30-2018
12:41 AM
|
1
|
0
|
527
|
|
POST
|
I have problems with a simbology in a linear layer. I defined the symbology using the "Categories -> Unique values, many fields" strategy in ArcMap. One of the two fields I am using is named STYLE and has only two values: VERTICAL and DEVIATED. VERTICAL defines lines which have vertical geometries, i.e. coincident XY coordinates and different Z coordinates. I defined the style in a way that is working fine in ArcMap, but after I published the mxd with this layer and this symbology to ArcGIS Server as a Map Service, the VERTICAL lines are not displayed. Here is how I defined the symbology (e.g. for values Dry, VERTICAL): In ArcMap I zoom in to a "Dry, VERTICAL" feature and I see it correctly. From ArcGIS Online I visualize my Map Service and zoom in the same zone but I can't see the feature (only a label is displayed but this stays in another layer): Also, look at the difference in the legend from AGOL: Looking at the service details in REST, here is what I see: Drawing Info: Renderer: Unique Value Renderer: Field 1: Edison.DBO.ITA_WELLS.RESULT Field 2: Edison.DBO.ITA_WELLS.STYLE Field 3: null Field Delimiter: , Default Symbol: N/A Default Label: null UniqueValueInfos: Value: Dry,DEVIATED Label: Dry, DEVIATED Description: Symbol: Style: esriSLSSolid Color: [0, 0, 0, 255] Width: 1 Value: Dry,VERTICAL Label: Dry, VERTICAL Description: Symbol: Style: esriSLSSolid Color: [0, 0, 0, 255] Width: 18 The version of ArcMap is 10.6, that of ArcGIS Server is 10.6. Anything I am missing?
... View more
11-27-2018
05:05 AM
|
0
|
2
|
1730
|
|
POST
|
Luba Hristova I tried to import my hosted layer in ArcMap but unfortunately the symbology is not preserved. Here is a print screen of what I see from AGOL and from ArcMap (only the relevant layer is shown). Here is a link to the public map where the heat map layer is present: https://arcg.is/iyuLG . Any hint is highly appreciated! Ah, I don't have the Spatial Analyst extension available...
... View more
11-13-2018
06:33 AM
|
0
|
0
|
4945
|
|
POST
|
Apparently, I cannot import the hosted heat map layer in ArcMap preserving the symbology. The point layer is symbolized as a unique value. So it seems I have to do it in ArcMap, but I don't know how. Luba Hristova is there a way to do it in ArcMap and then do what you suggest to have it published to AGOL and be able to have it drawn on top of the other layers? Thanks.
... View more
11-12-2018
02:30 AM
|
0
|
5
|
4945
|
|
POST
|
Thank you, it is clear now. One question: do I need to import the web feature layer of the heat map published on AGOL in ArcMap, make it a tile packageand do the rest of what you said? Because, as far as I know, it is not possible to produce a heat map layer in ArcMap, am I wrong? Thanks for your feedback.
... View more
11-12-2018
12:38 AM
|
0
|
6
|
4945
|
|
POST
|
Don't know if it happened to someone else, but I recently tried the heat map functionality in AGOL to style a point layer in a web map, but the result is always in background with respect to the other layers, although it is the uppermost in the TOC. Any idea why this is happening?
... View more
11-08-2018
12:41 AM
|
0
|
10
|
6530
|
|
POST
|
Just to add my last test with some customers. Assigning to different windows users the privilege to administer the entire server db is probably not the best, but has the great (for me and them) advantage to make all them being the "DBO" user, so that everytime one of them creates something, no matter who they are, they are seen by the application as the same user. This way I solved the problem of (e.g.) not being able to Register a dataset with another user, or adding feature classes to a feature dataset created by another user. I hope this could be of help for anybody.
... View more
11-05-2018
03:10 AM
|
0
|
0
|
2406
|
|
POST
|
Asrujit SenGupta Ok, I acknowledge this is the situation and I have to adapt to it. Thanks for clarifying.
... View more
11-05-2018
03:05 AM
|
0
|
0
|
2406
|
|
POST
|
Dan Patterson I know it, but 1 meter is totally fine for me. Thanks for reminding this anyway.
... View more
11-05-2018
03:03 AM
|
0
|
0
|
3047
|
|
POST
|
Unfortunately, I ended up applying a small (1m) shift to the firstPoint coordinate of my vertical lines to be able to see the labels. Thanks for the feedback though!
... View more
11-05-2018
01:44 AM
|
0
|
2
|
3047
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-23-2018 06:39 AM | |
| 1 | 01-31-2018 06:01 AM | |
| 1 | 10-16-2018 03:42 AM | |
| 1 | 10-24-2019 06:05 AM | |
| 1 | 06-26-2017 03:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|