DOA 4.0 / MTS / Oracle 10

rpynor

Member²
Hi, we're just in the process of updating our client to Oracle 10; we've upgraded oracle service for mts to 10 too, and also just purchased DOA 4.0.

When we try using mts now, we get an exception: "could not locate c:\oracle\prodct\10.1.0\client_1\bin\oramts.dll" there is an Oramts10.dll.

Is this a problem with our configuration, or an issue with DOA 4.0?

Thanks
 
As an Addendum to this, i have looked through the DOA source, and in the OracleCL.pas file, on line 3003, it is explicitly searching for oramts.dll.

if i change this to search for oramts10.dll:

if MTSDLL = '' then MTSDLL := ExtractFilePath(OCIDLL) + 'oramts10.dll';

and copy the OracleCL.dcu to the units output directory and recompile my application, it seems to work.
 
Marco,

Thanks for the response. Can you please give me an ETA on this - obviously we'd prefer to be using an official release of the software..

Thanks
 
Back
Top