Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1.  Edit the ErrorConfig.xml in the Studio\Config folder. 
  2.  Copy the ogr_OCI.dll to the correct location.


 

Info

Currently the 32 bit Oracle client is required.

Anchor
edit
edit
Edit ErrorConfig.xml

...

Code Block
titleErrorConfig.xml
<CheckError>
  <!-- Example entries below -->
  <IgnoreClauses>
    <IgnoreClause>
      <Entry>ORA-04043:</Entry>
      <ExceptIn></ExceptIn>
    </IgnoreClause>
    <IgnoreClause>
      <Entry>Warning 6: Normalized</Entry>
      <ExceptIn></ExceptIn>
    </IgnoreClause>
    <IgnoreClause>
      <Entry>ERROR 1: Server is read-only WFS;</Entry>
      <ExceptIn></ExceptIn>
    </IgnoreClause>
  </IgnoreClauses>
  <WarningClauses>
    <WarningClause>
      <Entry>Warning</Entry>
    </WarningClause>
  </WarningClauses>
</CheckError>

 


You will need to add the following IgnoreClause in the IgnoreClauses section:

...


Where the database string is of the form


Code Block
<DATABASE>:<SCHEMA NAME>.<TABLE NAME>.


To specify a different table in the Spatial Data Transformation, add the following as an advanced parameter:

...