|
POST
|
Geoff, What you are experiencing, is the expected behaviour of the software. This is something by design. Locks are of various kinds....Shared Locks, Exclusive Locks... While editing or viewing data, a Shared Lock is established.... Any number of shared locks can be established on a single feature class or table at any given time. When you use ArcGIS to modify your geodatabase schema???for example, to add a field or alter rules???ArcGIS attempts to establish an exclusive lock on the data being altered. However, if a shared lock exists on that dataset, an exclusive lock cannot be established. An exclusive lock is used to lock a dataset in the geodatabase from use by others to make necessary changes to it; for example, to alter the dataset's schema. Once a user with proper permissions starts to make changes to a dataset in the geodatabase, ArcGIS will automatically establish an exclusive lock on the individual attribute table, feature class table, raster table, or other dataset. If a user wants to make changes to a geodatabase schema, the specific datasets with which he or she is working must not be in use by others. In other words, to make changes to a dataset, a shared lock must not exist on that dataset. Mentioned in detail in the below link: Schema locking: http://resources.arcgis.com/en/help/main/10.1/index.html#//003n0000002m000000 FAQ: How are the various lock mechanisms implemented in ArcSDE and the geodatabase? http://support.esri.com/en/knowledgebase/techarticles/detail/27034 Hope this helps!
... View more
09-30-2013
08:44 AM
|
1
|
0
|
4217
|
|
POST
|
the database connection error still remains Are you observing connection issues now? ** Did you check for Reserved Keywords in that table, as I had indicated in one of my previous posts?
... View more
09-19-2013
08:29 AM
|
0
|
0
|
1052
|
|
POST
|
on a side note...please mention the version of ArcGIS being used for a better understanding (my guess, it's either 10.1 or 10.2....SQL Server 2005 is not supported with either). Also, its preferable to have the SQL Server and the Native Client at the same version (2005 in your case)....
... View more
09-13-2013
04:18 PM
|
0
|
0
|
1052
|
|
POST
|
You are able to see the table...and I guess, the Schema(Fields) as well.. I think the issue could be with one of the Field names......check for Reserved Keywords for that particular SQL Server version..
... View more
09-13-2013
04:14 PM
|
0
|
0
|
1808
|
|
POST
|
If it is not an SDE Enterprise geodatabase, then even the Non_Versioned editing won't work. You'll have to run the Enable Enterprise Geodatabase tool, connected as the "SDE" user....then reload the Feature Classes... Enabling geodatabase functionality in a DB2 database: http://resources.arcgis.com/en/help/main/10.1/index.html#//0029000000sn000000 The geodatabase administrator in DB2: http://resources.arcgis.com/en/help/main/10.1/index.html#//002900000035000000 Regards,
... View more
09-13-2013
09:15 AM
|
0
|
0
|
1219
|
|
POST
|
I think a query of the VERSION table at the database end will provide the best answer.....did the version of the geodatabase change to 10.x? (login into SQLPLUS--> Select * from sde.version;) If this shows as 9.3.x, then the gdb was not upgraded o 10.x....but something else might have occurred.. However, just running the Pre-requisite check shouldn't upgrade the gdb..
... View more
08-30-2013
02:39 PM
|
0
|
0
|
1055
|
|
POST
|
Michael, The user seems to be lacking enough permissions to create the logfiles. The following permissions are required to use shared log file tables in Oracle: CREATE SESSION CREATE TABLE CREATE SEQUENCE (The default ArcSDE log file table configuration for Oracle is shared ArcSDE log files.) The log file are created in the schema of the connecting user the first time the user makes a selection that exceeds the selection threshold. For ArcGIS for Desktop, this threshold is 100 records. Log file table configuration options for geodatabases in Oracle(10.1) http://resources.arcgis.com/en/help/main/10.2/index.html#//002n00000014000000 Note: If you don't want that user to have those permissions in the long run, grant those permissions--> Select more than 100 records in ArcMap (logfiles will be created)--> Revoke the permissions. Regards,
... View more
08-29-2013
04:07 PM
|
0
|
0
|
644
|
|
POST
|
Regarding the "login and schema name do not match" issue that you are facing....unlike in Oracle....in SQL Server we have to manually make the "Default Schema" same as the "Username", unless the user is a 'sysadmin' as that would automattically take the "dbo" schema. Open SQL Server Management Studio--> Connect to the Instance--> Expand Security--> Expand Logins--> R-Click on the Username--> User Mapping--> Select the correct database--> Make sure the "Default Schema" is exactly same as the "Username". This should solve that issue. Regards,
... View more
08-29-2013
03:58 PM
|
0
|
0
|
1591
|
|
POST
|
James, The ECP files are still used to authorize/create new sde geodatabase. rather prvc files cannot be used to create new sde geodatabases 10.1 onwards. To download a ECP file, use below link: https://customers.esri.com/index.cfm?event=pub.ecpAuthorizations While filling out the form to download the ECP file, you'll require the ECP #. You can verify that from the ESRI Customer Care Portal.
... View more
08-29-2013
03:54 PM
|
0
|
0
|
1591
|
|
POST
|
Just like Vince suggested, could be a Firewall security issue. Try turning off the Firewall for a test connection. If the connection goes through after turning off the Firewall, you might need to add the ports that SQL Server uses(1433 & 1434) to the Firewall exceptions. Regards,
... View more
08-27-2013
01:38 PM
|
0
|
0
|
1036
|
|
POST
|
Ahmed, Below are some basic steps that you can consider (it may differ sightly based on environment and your need): 1. Create a complete backup of the database on current machine using datapump 2. Create a new Oracle database on a new machine 3. Copy the dump created in step 1 to the new machine. 4. Create all necessary user tablespaces. 5. Grant these two permissions to PUBLIC by logging as 'sys' user in SQLPLUS: SQL> grant execute on dbms_lock to public; SQL> grant execute on dbms_pipe to public; 6. Import the Oracle dump file into the new Oracle database. 7. Check if there are any invalid objects for SDE schema, then re-compile those invalid objects by logging as 'sys' user in SQLPLUS: SQL> select object_name,object_type from dba_objects where status='INVALID' and owner='SDE'; If you find any 'INVALID' objects, recompile then using following command; SQL> exec dbms_utility.compile_schema(schema=>'SDE'); 8. Install the correct (if required) version of ArcSDE on new machine. Hope this helps 🙂 !
... View more
08-19-2013
07:20 AM
|
0
|
0
|
2034
|
|
POST
|
Jan, As mentioned in the link that you pointed out: Upgrading Existing Geodatabases If there is a valid license in the geodatabase when upgrading (Upgrade Geodatabase tool), you will not be prompted for this information. If the license has expired, you will be prompted to navigate to a valid license to update the database tables. So, it seems that your sde geodatabase still has valid license (license which has not expired yet). You can check the license of that sde gdb by: Opening SQL Server management Studio-->Expand the concerned Database tables--> Look for a table named "server_config"--> In that table, a parameter named "AUTH_KEY" contains the license details. If the license has no expiry date, then you can continue using this geodatabase without worrying about licensing. Anyway, to answer your main concern....you do not need to license this sde gdb, until the current license expires. Still, if you do want to re-authorize...you'll have to install ArcSDE Command line tools and use the "sdesetup -o update_key" command to update with the new license. Hope this helps! Regards,
... View more
08-19-2013
07:00 AM
|
0
|
0
|
1232
|
|
POST
|
Leo, Yes, I believe the "prvc" file could be used to authorize till 10.0. The Post Installation wizard when pointed to the prvc file, would take the ECP number. But 10.1 onwards we need to provide the keycodes or the ECP file to authorize a geodatabase. Regards,
... View more
08-16-2013
08:16 AM
|
0
|
0
|
1232
|
|
POST
|
Georg, Scripting geodatabase creation in Oracle: http://resources.arcgis.com/en/help/main/10.2/index.html#//002n000000t8000000 Regards,
... View more
08-16-2013
06:13 AM
|
0
|
0
|
915
|
| 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
|