|
POST
|
Side note: you mentioned that you also migrated to "...to user based geodatabase schema." You may want to revisit that if you created a new geodatabase for each schema as support for those will be going away in the future. Support for creating a geodatabase in a user's schema in Oracle: We are announcing the deprecation of the creation of new user schema geodatabases in Oracle. ArcGIS 10.6.x and the companion release of ArcGIS Pro will be the last release to support creation. At 10.6.x upgrade and connection to existing user-schema geodatabases will still be supported, though not recommended. The ability to upgrade or connect will be deprecated in subsequent releases. Please note that we have had the following warning in our documentation since 10.1: “Be aware that the amount of time it takes to connect to the Oracle database will increase as the number of user-schema geodatabases you create and use increases. This is especially true if the user-schema geodatabases contain a mix of geodatabase tables and tables that are not registered with the geodatabase.” http://downloads.esri.com/Support/downloads/other_/DEPRECATED%20FEATURES%20PLAN%20FOR%20ARCGIS%2010.6%20and%20ArcGIS%20R… Current doc and limits of user-schema geodatabases in Oracle: Create a geodatabase in Oracle—Help | ArcGIS Desktop
... View more
05-02-2018
06:27 AM
|
1
|
0
|
2022
|
|
POST
|
It is possible that you are encountering that specific issue or another one (unknown). If you wanted to test that defect theory out, install an ArcGIS 10.5.1 Desktop client and re-test just the connection speeds. That is the version that it was corrected in. You may want to get a new case created with Esri Technical Support to confirm that is the correct issue. Hope this helps.
... View more
05-02-2018
06:20 AM
|
0
|
1
|
2022
|
|
POST
|
Hi Hitesh Jilka thanks for the follow up. If other non-ArcGIS applications are having the same issues, then that confirms a possible cause. Please follow up when you have a final answer from the other teams as this may help another user down the road.
... View more
05-01-2018
03:42 AM
|
0
|
1
|
19144
|
|
POST
|
Is there something on the PC that is having issues that "resets" every 30 minutes. Being that you mention that time frame it seems to be related to PC or the network, maybe a timeout of some type. You may want to move this to a more appropriate group like; Geodatabase or other spaces.
... View more
04-30-2018
09:32 AM
|
0
|
2
|
1949
|
|
POST
|
If you using EzConnect there is no reason to change the SQLNET file. Does the SQLNET file look something like this? SQLNET.AUTHENTICATION_SERVICES= (NTS) NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT) This would be under the 32-bit full client. Have you reached out to the DBA and see if there are any error messages on the DBMS side at the time that you are connection.
... View more
04-30-2018
06:28 AM
|
1
|
3
|
19144
|
|
POST
|
- How are you connecting to the Oracle DB: TNS or EzConnect? It looks like there is a connection issue between the ArcGIS Client and the DBMS. No sure if it is related to ArcGIS yet. ***Adding Geodatabase for more visibility.
... View more
04-30-2018
05:47 AM
|
0
|
5
|
19144
|
|
POST
|
I have not tested at 10.6 and am unsure. It looks like in the logs that the PublishingGP Service did not restart? Is that accurate?
... View more
04-03-2018
09:12 AM
|
0
|
1
|
12145
|
|
POST
|
Are the users in the groups with issues from within the same domain or nested in another domain? What version is your SQL Server level (select @@version) and version of the Enterprise Geodatabase? https://community.esri.com/groups/geodatabase?sr=search&searchId=ddaa33fc-0a2c-4a86-b097-26f4a616dd08&searchIndex=0
... View more
03-29-2018
04:23 AM
|
0
|
0
|
1366
|
|
POST
|
Adding a larger audience: Geodatabase Enterprise GISArcGIS Enterprise It also looks like you can have enterprise geodatabases on AWS with PostgreSQL or SQL Server. Geodatabases on Amazon Web Services—ArcGIS Enterprise on AWS | ArcGIS Enterprise Geodatabases in PostgreSQL included with ArcGIS Enterprise on Amazon Web Services—ArcGIS Enterprise on AWS | ArcGIS Ente… Enterprise geodatabases in SQL Server on Amazon Web Services—ArcGIS Enterprise on AWS | ArcGIS Enterprise Optional enterprise geodatabase management—ArcGIS Enterprise on AWS | ArcGIS Enterprise
... View more
03-26-2018
09:50 AM
|
0
|
0
|
1150
|
|
POST
|
Hi Ezequias - One thing to consider when using workgroup geodatabases is related to the SQL Server Express. Microsoft limits the use of SQL Server Express to one CPU (or core within a socket) and 1GB of RAM. The maximum database size for SQL Server 2005 or 2008 Express is limited to 4GB. The maximum database size for SQL Server 2008 Express R2 is 10GB. (Consult your Esri license agreement for specific information on the instance size limitations for your implementation.) Types of geodatabases—ArcGIS Help | ArcGIS Desktop Here is the Microsoft documentation on the limitations: Compute Capacity Limits by Edition of SQL Server https://community.esri.com/groups/geodatabase?sr=search&searchId=63411611-3a1b-48fb-8b32-c2af8515830a&searchIndex=0
... View more
03-16-2018
05:10 AM
|
4
|
0
|
2434
|
|
POST
|
Ok, I see the tool is an ArcGIS Pro tool (Summarize Elevation—Help | ArcGIS Desktop). You may need to write a script that only selects 1000 records at a time and then combines them back together. Due to the 1000 record limit of the tool.
... View more
03-09-2018
09:20 AM
|
1
|
1
|
3444
|
|
POST
|
What is the exact name of the GP tool in ArcGIS Desktop that you are trying to use?
... View more
03-09-2018
08:58 AM
|
0
|
1
|
3444
|
|
POST
|
You may need to delete the view in ArcCatalog in order to remove if from the Geodatabase. If you do it on the RDBMS side, it may leave an orphaned entry. You are correct that there is no longer an "unregister" tool. The data in registered or unregistered views cannot be edited from ArcGIS. Once you register a view with the geodatabase, you should not edit its definition or the data it contains outside ArcGIS. Register a table or view with the geodatabase—ArcGIS Help | ArcGIS Desktop Geodatabase
... View more
03-09-2018
05:59 AM
|
2
|
1
|
6138
|
|
POST
|
This is in the help documentation: Add logins and users to SQL Server—Help | ArcGIS Desktop You must be connected to the database with a login that has sysadmin privileges to the SQL Server instance to run the Create Database User tool https://community.esri.com/groups/geodatabase?sr=search&searchId=75a376dc-9534-47be-9169-f145cdbadaa8&searchIndex=0
... View more
03-08-2018
05:00 AM
|
1
|
0
|
3470
|
|
POST
|
Here is the info on user-schema upgrades: Upgrade a user-schema geodatabase—Help | ArcGIS Desktop Here is the info on deprecation of new user-schema GDB's in Oracle: http://downloads.esri.com/Support/downloads/other_/DEPRECATED%20FEATURES%20PLAN%20FOR%20ARCGIS%2010.6%20and%20ArcGIS%20R…
... View more
03-05-2018
06:21 AM
|
2
|
0
|
2381
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | a month ago | |
| 1 | a month ago | |
| 2 | 07-01-2026 04:09 AM |
| Online Status |
Offline
|
| Date Last Visited |
20 hours ago
|