First of all, I installed Oracle 11gR2 64bit as the database system, and 32bit client as well .Then, I follow the arcgis guide book to set the nautical product library.When I tried to make the class in "Desktop nautical environment" and import existing ENC 000 file to library, some problem came to me as attached.You can see the error: " Underlying DBMS error [ORA-00936: missing expression] [SDE.CKB_File] ".It also happens while in enterprise environment.However, when I did same processing in MSSQL 2008R2, it went well.Is there any bug in "New nautical product"?Thanks a lot!BTW, I'm asked to study ESRI ArcGIS maritime solution as reference for my company's contract.
@echo off mkdir C:\temp mkdir C:\temp\SDEINTERCEPTLOG DEL /F /Q C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog DEL /F /Q C:\temp\SDEINTERCEPTLOG\SDEINTERCEPTLOG.* date /t > C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog time /t >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog SET SDEINTERCEPT=crwTf SET SDEINTERCEPTLOC=C:\temp\SDEINTERCEPTLOG\SDEINTERCEPTLOG ECHO Check SET >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog SET | find "SDEINTERCEPT" >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog ECHO Starting ArcMap >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog "C:\Program Files (x86)\ArcGIS\Desktop10.1\bin\ArcMap.exe" ECHO ArcMap stopped >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog ECHO Check SET >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog SET | find "SDEINTERCEPT" >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog SET SDEINTERCEPT= SET SDEINTERCEPTLOC= ECHO Check UNSET >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog SET | find "SDEINTERCEPT" >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog date /t >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog time /t >> C:\temp\SDEINTERCEPTLOG\SDEINTERCEPT.doslog ECHO Done ...
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.