|
POST
|
I would recommend that you open a support case and have them research to see if it may be supported in the future. It may take some time to have the research completed and reach out to the proper contacts. At this point it looks like FP5 may not be supported, based on the issue with FP4. Thanks! George
... View more
04-02-2015
11:20 AM
|
0
|
2
|
1886
|
|
POST
|
Hi Jeff, I would say that the safest bet is to use the same level that is certified for 10.3, which is DB2 v10.5 FP2. In the notes for the DB2 FP section there is a reference to an issue in which FP4 is not supported DB2 10.5 Fix Pack 4 is not supported due to IT05709: SQL0901N "ISCAN PLAN NOT FOUND" RETURNED FOR DB2 SPATIAL EXTENDER QUERY If you go past the certified (or listed) requirements it falls under the Supported Environment Policy But as stated above there is an issue with FP4, so I would guess that those fixes are included in FP5 also which could make it a no-go. Hopefully this helps. -George
... View more
04-02-2015
10:05 AM
|
0
|
4
|
1886
|
|
POST
|
Hi Jim, We are supporting the SDE Command Line tools at 10.2.x. Starting at 10.3, the command line tools were not released. You can use the 10.2.2 command line tools and run the SDEGDBREPAIR, if needed, against your 10.2.2 geodatabase. The SDEGDBREPAIR tools have been ported to a Geoprocessing Tool in ArcToolbox --> Data Management --> Geodatabase Administration toolbox. Here is some more information on the ArcGIS 10.3 GP tools: Diagnose Version Metadata Diagnose Version Tables Repair Version Metadata Repair Version Tables Hope this help.... -George
... View more
04-01-2015
09:43 AM
|
0
|
2
|
3507
|
|
POST
|
Did you enable the geodatabase functionality on the SQL Server Express instance? (I am assuming that this is a geodatabase). The native client is a separate install that can be downloaded form the MyEsri site. I would think that it was installed if the SQL Express and ArcGIS Desktop client are on the same machine. You may want to open an Esri Technical Support case if you need more help. -George Geodatabase
... View more
03-31-2015
10:50 AM
|
0
|
0
|
1775
|
|
POST
|
Hi Adam, Can you re-install the SQL Server native client and re-test creating the version in ArcCatalog? -George
... View more
03-31-2015
10:39 AM
|
0
|
2
|
1775
|
|
POST
|
Hi Jim, Adding this question to a few more groups.... Geodatabase Managing Data ArcGIS for Server -George
... View more
03-31-2015
10:38 AM
|
0
|
0
|
1743
|
|
POST
|
I understand what you are saying, I think that this is specific to an Oracle library and not another product library. If you are still having issues, you may need to contact Oracle support to have them help configure your EXTPROC to be configured properly. Do you have another Oracle instance that you can test a clean workflow on? -George
... View more
03-31-2015
05:09 AM
|
0
|
1
|
4828
|
|
POST
|
Did you remove the reference from the listener.ora file (see underlined info below)? The issue seems to be a mix up of the configuration settings. -Does the oracle account have access to the location of the .so file and permissions to execute against it? SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = /u01/app/oracle11/product/11.2.0/dbhome_1) (PROGRAM = extproc) ) (SID_DESC = (GLOBAL_DBNAME = PGEO01) (ORACLE_HOME = /u01/app/oracle11/product/11.2.0/dbhome_1) (SID_NAME = PGEO01) ) (SID_DESC = (SID_NAME = PLSExtProcSDE) (ORACLE_HOME = /u01/app/oracle11/product/11.2.0/dbhome_1) (PROGRAM = extproc) (ENVS="EXTPROC_DLLS=/geocode/arcgis/server/lib/libst_shapelib.so") ) (SID_DESC = (SID_NAME = xxxxxx) (ORACLE_HOME = /u01/app/oracle11/product/11.2.0/dbhome_1) (PROGRAM = dg4odbc) (ENVS="LD_LIBRARY_PATH=/u01/app/oracle11/product/11.2.0/dbhome_1/bin") ) Here is what my listener looks like. I know that is on Windows, but should be very similar. SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME = CLRExtProc) (ORACLE_HOME = C:\app\[install location]\product\11.2.0\dbhome_1) (PROGRAM = extproc) (ENVS = "EXTPROC_DLLS=ONLY:C:\app\[install location]\product\11.2.0\dbhome_1\bin\oraclr11.dll") ) ) LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = [machine name].esri.com)(PORT = 1521)) (ADDRESS = (PROTOCOL = NMP)(SERVER = [machine name])(PIPE = ORAPIPE)) (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) ) ) ADR_BASE_LISTENER = C:\app\[install location] Hope this helps!! -George
... View more
03-31-2015
04:27 AM
|
0
|
3
|
4828
|
|
POST
|
I would not recommend modifying the listener.ora file for the configuration of the ST_Functions with Oracle 11.2. Please review the following documentation for setting this up within your Oracle geodatabase. Configuring the Oracle extproc to access the geodatabase with SQL - Look at the section for Oracle 11g only!!! Be sure to update the EXTPROC.ora to ANY or the location of the .so file. Include the .so file name in the path. Let us know the results.
... View more
03-30-2015
07:12 AM
|
1
|
5
|
4828
|
|
POST
|
Hi Kendie, You need to install the 32-bit libraries for ArcGIS Desktop. This is a 32-bit client. I attached a screenshot of the libraries from the MyEsri site. If you have issue from MyEsri you may need to look at the PostgreSQL site for the correct version of the 32-bit libraries. Hope this help! -George
... View more
03-23-2015
04:50 AM
|
0
|
1
|
5426
|
|
POST
|
Hi Kendie, You need to install the PostgreSQL client libraries in the ArcGIS Desktop installation folder here: C:\Program Files (x86)\ArcGIS\[Desktop Version]\bin. You can download the client libraries from your MyEsri site. Setting up a connection to PostgreSQL Make sure you also configure the pg_hba.config to accept connections. -George
... View more
03-23-2015
04:02 AM
|
0
|
3
|
5426
|
|
POST
|
The client libs are included in ArcGIS Desktop and Server 10.3. You do not need to do anything but provide the correct connection information. Connection to PostgreSQL from ArcGIS: PostgreSQL client files are included with ArcGIS for Desktop. You need to configure the database to accept connections, and create a database connection from the Catalog tree to connect to PostgreSQL from ArcGIS for Desktop ArcGIS for Server includes PostgreSQL client files; therefore, you do not need to download and copy PostgreSQL client files to connect. Hope this clears up any confusion! -George Geodatabase Managing Data
... View more
03-20-2015
08:40 AM
|
1
|
0
|
1573
|
|
POST
|
Adding a few spaces to help with your question. Enterprise GIS Esri Technical Support -George
... View more
03-19-2015
11:26 AM
|
0
|
0
|
983
|
|
POST
|
You would need to grant permissions of select on those specific tables to the user. I would not recommend this as modification of these table can cause geodatabase issues (and is unsupported). Why does that data owner need access to those tables? -George
... View more
03-17-2015
05:26 AM
|
0
|
15
|
3376
|
|
POST
|
Hi Jon, When you use that tool it creates a user that can own data in the geodatabase. Unless the GFPTest user has an data owned there will be nothing to display in SQLPlus. Create a new feature class (just a empty, dummy one) on ArcCatalog as that GFPTest user then look in SQLPlus, does that user now have tables listed? -George
... View more
03-17-2015
05:08 AM
|
1
|
17
|
3376
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Wednesday | |
| 1 | Wednesday | |
| 2 | a week ago | |
| 1 | 3 weeks ago | |
| 1 | 06-02-2026 09:27 AM |
| Online Status |
Online
|
| Date Last Visited |
Thursday
|