Need some assistance... ODAC .NET

I am upgrading our 6.1.4 system to 8.1 and need to figure out how to get the Oracle .NET Assemblies into IAM so I can

use the Imports System.Data.OracleProvider in a few custom scripts I need to write.

Thanks for any help.

Robin Stone

Longwood University

Parents
  • Hi,

    Normally as a first pass we can just copy those assemblies to the One Identity Manager folder on your administrative client machine.  Launch Designer from the same folder and test a short snippet of one of your scripts to make sure all is OK.  The DLLs can also be made available via the Windows GAC.

    To industrialise this you can upload those assemblies to the OneIM DB via Software Loader, to allow for auto distribution.  Notably the Job Server instance that will execute your scripts needs to have those DLLs too.

    You can off course write your own scripts in v8.1 but you might want to investigate the 8.1 DB Connectors: maybe a standard DB connector with the right mapping in Sync Editor would give you what you need.  No-code nirvana...

    hth,

    Rob.

  • That would be nice if I could get a connector and sync to do the job. Unfortunately the script calls a PL bases API that writes back to our ERP.

    I will be using Sync to do other things in the near future. Thanks for the information on the DLL's.

Reply Children
No Data