Recent content by rpynor

  1. R

    DOA 4.0 / MTS / Oracle 10

    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
  2. R

    DOA 4.0 / MTS / Oracle 10

    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...
  3. R

    DOA 4.0 / MTS / Oracle 10

    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...
  4. R

    Problems with ORA-03114 / Internal Pooling

    Hi there, We are experiencing a strange problem, and i am not sure if it is because of the way we are using DOA. Basically, we have an COM application, using DOA 3.4.6.4, against an oracle 9i database. This com application is called every few seconds from an NT Service application. Our...
  5. R

    MTS / COM+ Issue

    Thats all we get! Details: dllhost.exe - Application Error The instruction at "0x013a716e" referenced memory at "0x013a716e". The memory could not be "read". Click Ok to terminate the program. Click on Cancel to debug the program. If we debug...nothing happens. This happens when the MTS...
  6. R

    MTS / COM+ Issue

    Application Error in dllhost.exe.
  7. R

    MTS / COM+ Issue

    As a further note...we have just upgraded to 4.0 trial version, and we still get the error..
  8. R

    MTS / COM+ Issue

    Hi there, We have a COM+ application, which is basically a wrapper for the TOracleQuery component, allowing us to execute dyanamic sql. -> Transactional support is set to 'Supported' -> Database behaviour / mts transactional behaviour is correct. -> we are using MTS pooling, with moImplicit...
  9. R

    MTS Errror 1002: Failure to Create Dispen

    I have also noticed that i get this MTS error when an Invalid Username or password is passed to the session..The following code generates the same exception: procedure TForm1.BitBtn1Click(Sender: TObject); var lSess : TOracleSession; begin lSess:= TOracleSession.Create(self)...
  10. R

    MTS Errror 1002: Failure to Create Dispen

    I am getting an error when i make a connection to the database: MTS Error 1002: Failure to create dispen. This error does not occur all the time, it appears for the first few connection attempts after leaving the COM+ application running overnight. Is it possible that the Oracle server is...
Back
Top