Deploying connections (OpenInsight 32-bit Specific)
At 06 JUL 2010 12:56:26PM Ana Melisa Heras wrote:
How can I deploy a new ODBC connection?
I'm deploying the connection (Datasource,Connection,name_of_connection),then I verify the SYSUPGRADE file created and the only records created are %RUN%,%MODULE%, %PROCESS% and %REQLO%.
I have also tried to create the connection from within the Runtime OI, using the REPOSITORY function:
RESP= Repository( 'WRITE' , 'SYSPROG*CONNECTION*ODBC*ODBC_CONNECTION' ,
, 1, 1,
,,
,,
, 'ODBC_CONNECTION' , RECORD )The function executes succesfully, because the get_status return no error code, but the entity is not created into the repository.
Any idea that could help me solve this issue?