|
POST
|
Tamara, You cannot upgrade a sde gdb to 10.1, without having Desktop 10.1. To upgrade the gdb to 10.1, you will have to install Desktop 10.1. As far as for compatibility, YES the Desktop 10.0 clients can work with a sde 10.1 gdb. Client and geodatabase compatibility: http://resources.arcgis.com/en/help/main/10.1/index.html#//003n00000008000000 The above link mentions: 1. ArcGIS 10 can open and edit a 10.1 geodatabase. Be aware, though, that the ArcGIS 10 client will not have access to 10.1 functionality and will not be able to edit data, such as network datasets or mosaic datasets, that are using 10.1 functionality. 2. Your ArcGIS 10 clients should be patched to at least service pack 2 if you will be connecting to a 10.1 geodatabase. When you make a connection between releases�??for example, if you connect from ArcGIS for Desktop 10.1 to an ArcSDE 9.3 geodatabase�??the functionality available to you is limited by the lowest release number. In this example, you would not have access to functionality available in 10.1 since the geodatabase is still at the 9.3 release. Similarly, though ArcGIS 10 clients can open, query, edit, and save data in 10.1 geodatabases, they cannot open datasets with 10.1 functionality. For example, you cannot access file geodatabases that were compressed using ArcGIS 10.1, the editor tracking fields in 10.1 feature classes will not be populated when connecting or editing from 10 clients, and you cannot use 10.1 network dataset or mosaic dataset functionality Regards,
... View more
07-16-2013
09:54 AM
|
0
|
0
|
1033
|
|
POST
|
Cole, I don't know if this can be a valid answer to your questions, but you can simply "Copy/Paste" or "Export/Import from XML Workspace Document" the data to maintain the OBJECTIDs if desired... Its only the Import/Export process which changes the OBJECTIDs.... Just might help! Regards,
... View more
07-12-2013
02:01 PM
|
0
|
0
|
3773
|
|
POST
|
Yunkex, I think you can simply perform this task using your ArcCatalog interface. From ArcCatalog, create a folder connection and browse to the folder where your SDC dataset is stored. Right-Click on the SDC Feature Class and use the "Export to Shapefile" option to get the desired Shapefile. ** You didn't provide the version of ArcGIS you are using. The workflow above is suggested for 10.1. NOTE: If converting large amounts of data, it's probably best to use a geodatabase format for space efficiency and better capabilities; shapefiles are useful for interchange among different vendors' spatial data processing products. Regards,
... View more
07-12-2013
01:50 PM
|
0
|
0
|
675
|
|
POST
|
Ben, Open SQL Server management Studio--> Connect to the Instance-->Expand Databases-->R-Click on the required database-->Properties-->Permissions-->Select the user you want to revoke the permissions from--> Scroll down in the permissions list below and revoke the permissions under the "GRANT" tab here. Mainly, the user shouldn't have: CREATE FUNCTION CREATE PROCEDURE CREATE TABLE CREATE VIEW Hope this helps! Regards,
... View more
06-19-2013
03:49 PM
|
0
|
0
|
1041
|
|
POST
|
Make sure you have the recent database backup before trying anything...:)
... View more
06-17-2013
12:51 PM
|
0
|
0
|
1139
|
|
POST
|
Laura, The Domain ownership can be changed by using the following workaround: 1. Export 'Domains' owned by 'User1' to tables using 'Domain to Table' tool 2. Import/Create 'Domains' from the tables created in step 1 using 'Table to Domain' tool connected as the new owner 3. Remove original 'Domains' owned by 'User1' from the field 4. Assign newly created 'Domains' in step 2 to fields from which they were removed in step 3 5. Delete the 'Domains' owned by 'User1' Finding domain owners using SQL: http://resources.arcgis.com/en/help/main/10.1/index.html#//006z000000ts000000 --SQL Server SELECT items.Name AS "Domain Name", items.Definition.value('(/*/Owner)[1]','nvarchar(max)') AS "Owner" FROM dbo.GDB_ITEMS AS items INNER JOIN dbo.GDB_ITEMTYPES AS itemtypes ON items.Type = itemtypes.UUID WHERE itemtypes.Name IN ('Coded Value Domain', 'Range Domain') There are actually some Ideas submitted for these purposes, which you can have a look at: Domain Management Toolset: http://esri.force.com/ideaView?id=087300000008Hzc&returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26category%3DGeodatabase Add Change Domain Owner Tool: http://ideas.arcgis.com/ideaView?id=08730000000c1vc Regards,
... View more
06-17-2013
12:40 PM
|
0
|
0
|
1139
|
|
POST
|
Laura, The number of GDB tables in a 10.1 sde geodatabase has reduced to 6. Have a look at this link for the detailed information on these tables: System tables of a geodatabase in SQL Server http://resources.arcgis.com/en/help/main/10.1/index.html#//002q00000080000000 GDB_ITEMS Items are any object used in the ArcGIS system that can be indexed and searched, including tables, domains, topologies, and networks. The GDB_ITEMS table maintains information about all the items stored in the geodatabase. Hope this helps! Regards,
... View more
06-17-2013
11:47 AM
|
0
|
0
|
1139
|
|
POST
|
Jamal, As mentioned in the link: http://support.esri.com/en/bugs/nimbus/TklNMDQwMjgz "This is a expected behaviour", so I don't think there will a fix out for this. The Direct method that you are looking for is as follows: Use distributed geodatabase toolbar in ArcMap to create the replica The above method will replicate the records too. Regards,
... View more
06-17-2013
11:43 AM
|
1
|
0
|
5049
|
|
POST
|
Richard, Here are your answers: - You must have the SQL Server Native Client installed in order to use direct connect Correct - Version 10 of ArcGIS Desktop and Server installed this automatically but that is no longer true in 10.1 Correct. More Info: http://wiki.gis.com/wiki/index.php/ArcGIS_10_vs._ArcGIS_10.1 (Check under: Client libraries for Geodatabase Connection) "The installation of ArcGIS 10.1 doesn't include client libraries for the various relational database management systems (DBMS). These have been provided on the Esri Customer Care Portal for user downloads to set up connections to the intended DBMS." - In order to connect to SQL Server 2012 you must use the SQL Server 2012 native client, i.e. you cannot use the SQL Server 2008 native client No, the SQL Server Native Client 2008 should be able to connect too. I personally have connected using 2008 R2, but haven't tested the 2008 Native Client, with SQL Server 2012 yet. - The SQL Server 2012 native client is not supported on XP. Correct. http://www.microsoft.com/en-in/download/details.aspx?id=29065 - The SQL Server Native Client must be explicitly installed, i.e. is not included with any OS or with current ESRI products. Correct. Same as answer #2 Hope this helps! Regards,
... View more
06-17-2013
04:45 AM
|
0
|
0
|
2158
|
|
POST
|
Jamal, This is by design. Please have a look at the below link for more details: [ NIM040283 - Using GP tool (create replica) to create replica and set ALL_ROWS for expand feature classes and tables, the attribute table only has its schema replicated.] http://support.esri.com/en/bugs/nimbus/TklNMDQwMjgz You can also have a look at the below post for a good workaround: http://forums.arcgis.com/threads/481...604#post166604 (look at the last post) Hope this helps! Regards,
... View more
06-17-2013
04:31 AM
|
1
|
0
|
1207
|
|
POST
|
Trevor, While looking into the issue, I came across the below link, which provides details about all the Permissions of Fixed Database Roles: http://msdn.microsoft.com/en-us/library/ms189612(v=sql.105).aspx So, it seems that the permissions "CREATE TABLE, CREATE PROCEDURE, CREATE VIEW, CREATE FUNCTION" are granted along with the "db_ddladmin" role. I also came across the below link, which mentions that "Role db_ddladmin not working properly on SQL Server 2008" (I know you mentioned 2008R2)...but still, you might want to check this as the link mentions some issues with 2008 R2 too: http://dba.stackexchange.com/questions/4081/role-db-ddladmin-not-working-properly-on-sql-server-2008 Hope this helps!
... View more
06-05-2013
10:01 AM
|
0
|
0
|
641
|
|
POST
|
I think you guys might be encountering the following Bug: http://support.esri.com/en/bugs/nimbus/TklNMDg0OTg3 [NIM084987 - When upgrading an ArcGIS 10 SP5 geodatabase to ArcGIS 10.1, while connecting with the syntax 'sde:oracle11g:TNSNAME' the upgrade fails with the error 'ERROR: geodatabase schema object install not completed (-522).'] Regards,
... View more
05-07-2013
08:32 AM
|
0
|
0
|
205
|
|
POST
|
Foram, As Jake suggested, try connecting as the SDE user and then Register as Versioned, because the data is owned by SDE and not a dbo user. You can only perform certain operations as a Data Owner (in this case 'SDE'), even though the 'sa' or other 'dbo' users have all the rights. Regards,
... View more
04-22-2013
05:51 AM
|
0
|
0
|
2356
|
|
POST
|
Tamara. This shouldn't be a Bug. Can you crosscheck with the IDs of the a- & d- tables having edits, that which FCs they are referring to? Check the Table_registry for verifying the ID of the FCs. Do you have any Geometric Network, Topology, etc in your geodatabase?
... View more
04-16-2013
09:51 AM
|
0
|
0
|
2105
|
|
POST
|
Tamara, As the below link mentions: If you decide to register a feature dataset, stand-alone feature class, or table as versioned with the option to move edits to base, right-click it in the Catalog tree, point to Manage, then click Register As Versioned to open the Register As Versioned dialog box. Check Register the selected objects with the option to move edits to base. Checking this option causes edits that have been saved to the DEFAULT version, whether edited directly or merged from other versions, to be saved in the base (business) tables. Edits to other versions remain in the delta tables when you save. http://resources.arcgis.com/en/help/main/10.1/index.html#//003n000000rp000000 So basically, the edits done in DEFAULT version will directly go to the base tables. Edits done in other versions will go to the Delta (a- & d-) tables, for your case. Hope this helps! Regards,
... View more
04-15-2013
08:39 AM
|
0
|
0
|
2105
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-14-2015 09:19 AM | |
| 1 | 06-17-2013 11:43 AM | |
| 3 | 03-21-2014 08:24 AM | |
| 1 | 03-22-2016 03:04 PM | |
| 1 | 09-29-2015 09:47 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|