This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Intrust 11.3 Data Source

After using InTrustPDOimport.exe command to import the Original Oracle Text Log data source, I can't find it any where under InTrust Manager - Configuration - DataSource. Does any one know how to get missing Data SOurce back on. I had tried to uninstall and reinstall the Intrust extended suite but no help.

Thank you

  • Hi 72abw,

    First of all, no need to uninstall and reinstall the whole suite, this data source is installed by the IT_SERVER_AUD_KM_Oracle.XXX.msi, in your case by the IT_SERVER_AUD_KM_Oracle.11.3.0.1464.msi.

    1. The default properties for Oracle Text Log data source are: Name: "Oracle Text Log", Type: "Custom Text Log Events", Description: "Oracle 9i, 10g and 11g audit log on UNIX computers. The default directory is %ORACLE_HOME%/rdbms/audit.", LogName: "Oracle Audit Log", GUID: "53DB2F31-75B3-46C8-B4EE-3875593D2929". Please go to "InTrust Manager|Configuration|Data Sources" and try to find something similar (maybe with different name and description if someone have changed them).

    2. If cannot find, run the sql query against your Config DB:
    SELECT * FROM [ITRTDataSource]
    where [Guid] like '53DB2F31-75B3-46C8-B4EE-3875593D2929'

    3. If still cannot find, then probably the object was deleted.
    Use InTrustPDOImport.exe to import the Oracle_CTL_DataSource.adcconfig object from the attachment. Run the command under proper account having access to InTrust and SQL (the good choice is to use the account of InTrust Server service). It is better to type the command rather than copy-paste because of the "-" symbol:
    InTrustPDOImport.exe -import Oracle_CTL_DataSource.adcconfig
    The result should be the following:
    "Importing ...
    Import finished."


    Oracle_CTL_DataSource.zip