|
POST
|
Cool, thank you Andrew for reminding me, I saw this and only installed on one of my test machines.
... View more
06-29-2010
10:11 AM
|
0
|
0
|
1259
|
|
POST
|
Machine name did not work. I have logged this with Support to resolve.
... View more
06-29-2010
10:10 AM
|
0
|
0
|
2523
|
|
POST
|
I will try that. I redid the post install 5 times to see if that would clear everything up, deleteing users, post install, again, again, and again. I have done: tcronin \tcronin ASRCLKREC\tcronin but not Machine name\tcronin I will have to VPN from home to test this out. On another note, I am stoked I got the feature access going, finally.
... View more
06-25-2010
09:26 AM
|
0
|
0
|
2523
|
|
POST
|
I have post out where I cannot manually clear cache in the Server forums. This is Server 10 final. http://forums.arcgis.com/threads/6984-Issues-with-Rest-Admin
... View more
06-25-2010
09:03 AM
|
0
|
0
|
2523
|
|
POST
|
How is this value calculated? How do we get a new one? Can this go bad where it prevents us from logging in to clear cache?
... View more
06-24-2010
02:55 PM
|
0
|
30
|
8688
|
|
POST
|
Hi Shannon, Thanks for your input. In my case, the SA setup one logical drive (D) which points to the SAN system. I don't know exactly how they configured the SAN, but believe it is RAID 5. It looks like our configuration matches the "single RAID configuration" you mentioned. From my SQL Server training class and a few SQL Server books, I got the impression that the .mdf file, which associates with the Primary filegroup, contains the database info. It is a good practice to create user-defined filegroup to store user data. Is my impression wrong? My SQL Server experience is only about 4 months, and no other DBA in my agency knows it better unfortunately. Thanks again! Hey Rob - Don doesn't even know the answer. This migration will be good for the TLMA team. Our setup down here is one filegroup with multiple files (Well for our Production and Pub databases), using RAID, along with Database Mirroring. Are you wanting to setup a multiple file instance akin to your current oracle setup?
... View more
06-23-2010
04:38 PM
|
0
|
0
|
1745
|
|
POST
|
The toolkit is included in the v2.0 RC. If you install it, you will get the extra DLL. Thank you.
... View more
06-23-2010
02:39 PM
|
0
|
0
|
1013
|
|
POST
|
Will there be a new Silverlight Toolkit for the version 2.0 API RC? Basically, where do I find this content Additional data sources are supported in a new library packaged with the ESRI Silverlight Toolkit. Data sources include GeoRSS, OpenStreetMap, WMS, and client generated heat maps. Note, source code for the toolkit will be available when 2.0 final is released in early July 2010. Is this part of the March 2010 - v1.2?
... View more
06-22-2010
05:16 PM
|
0
|
5
|
2786
|
|
POST
|
I will test this out. I agree I did not attach the reconcile piece. I totally left off the workspace, for whatever reason, perhaps I thought I could jump right in. Maybe this was a total brain fart. Running this: import arcpy arcpy.env.workspace = r"Database Connections\zzzyyyxxx_tcronin@sdemapper@[email protected]" wrksp = arcpy.env.workspace versionList = arcpy.ListVersions () versionList.remove ('dbo.DEFAULT') versionList.remove ('ACR_FINAL.Master') for version in versionList: print version #arcpy.ReconcileVersion_management (wrksp, version, 'ACR_FINAL.Master', "BY_OBJECT", "FAVOR_TARGET_VERSION", "NO_LOCK_AQUIRED", "NO_ABORT", "NO_POST") #print version I am receiving a windows error, so I will play with this a bit more
... View more
06-22-2010
07:58 AM
|
0
|
0
|
2218
|
|
POST
|
Thank you Shelly. Long time no hear. Good to know about 2008 Add ins, too bad, I don't have 2008 on my machine anymore.
... View more
06-22-2010
07:50 AM
|
0
|
0
|
1254
|
|
POST
|
Are there plans for an Explorer SDK for VS 2010 for AGX 1200, or will this be a part of the AGX 1500 release?
... View more
06-21-2010
04:51 PM
|
0
|
5
|
1569
|
|
POST
|
Damn Man, Andy, that was a really sweet feature that you had out there for awhile. Well at least I know I wasn't hallucinating:)
... View more
06-16-2010
06:02 PM
|
0
|
0
|
681
|
|
POST
|
So, is it possible to use ListVersions to list out all the versions as part of a list, have some versions removed from the list, and then proceed to process the list for say a ReconcileVersion_management. It seems like this should work. import arcpy versionList = arcpy.ListVersions ('Database Connections\zzzyyyxxx_tcronin@sdemapper@[email protected]') versionList.remove ('dbo.DEFAULT') versionList.remove ('ACR_FINAL.Master') for version in versionList: print version Printed Shows me: AVATCHAR.NopeTest MIHILLIG.Shared_AOI_Michael ACR_GIS.bk111_Jesusa ACR_GIS.bk222_Jesusa If i then un comment reconcile above and then run: RuntimeError: ERROR 087494: Object: Error in executing tool File "C:\Documents and Settings\tcronin\Desktop\BatchVersionReconcile.py", line 11, in <module> arcpy.ReconcileVersion_management (versionList, version, 'ACR_FINAL.Master', "BY_OBJECT", "FAVOR_TARGET_VERSION", "NO_LOCK_AQUIRED", "NO_ABORT", "NO_POST") File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\management.py", line 9000, in ReconcileVersion raise e If I manually run this tool, I can not see all the versions I want to reconcile, it seems like it is sde connection version specific, but a ListVersion does show me everything, so why is that the case. Or should I be running this directly in ArcMap, instead of wing. Wow, Management.py has 9221 lines of code, thats a lot of writing.;)
... View more
06-16-2010
05:52 PM
|
0
|
12
|
2831
|
|
POST
|
Need some sort of marker for the identify options Search tolerance, numbers 0-100, perhaps little markers. Note: I use to be able to right click, install local, now I cannot, something changed.
... View more
06-15-2010
04:55 PM
|
0
|
2
|
1135
|
|
POST
|
When using a 3D Mouse is the expected behavior at ArcGlobe 10, to switch from Globe View to Perspective View by clicking on the mouse, or should it be left up to the user to switch between the different perspectives. 3D Mouse is super responsive at 10.
... View more
06-10-2010
08:54 AM
|
0
|
0
|
1116
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 08-01-2022 02:13 PM | |
| 1 | 08-04-2022 02:37 PM | |
| 1 | 08-01-2022 02:10 PM | |
| 1 | 08-01-2022 02:30 PM | |
| 3 | 06-21-2022 02:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|