Book a Demo

Author Topic: Problem in EALite and Oracle  (Read 2270 times)

mac1929

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Problem in EALite and Oracle
« on: March 15, 2005, 07:47:46 am »

 We're right now working with EA corp 4.51.748. Our repository is in Oracle 9.2.0.5.0.

 When trying to connect to this repositori using EALite 4.51.749 we get an popup window with an error that reads:

  Title:EA
  ADODB.Recordset [-2146825069]
  La operación no está permitida en este contexto.

  But surprinsingly EALite works and we can view or repository. I wonder if EA generates a log file where we could get some info to fix the problem.

  cheers!
 

thomaskilian

  • Guest
Re: Problem in EALite and Oracle
« Reply #1 on: March 15, 2005, 08:23:35 am »
There is no log file AFAIK. But this message is from the jet database engine. You could search the internet or MS source for a more detailed description of this "operation not allow in this context". Good luck ;D

chrisHauert

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: Problem in EALite and Oracle
« Reply #2 on: October 04, 2005, 01:06:56 am »
Hi, I've got a similar problem when using a "Document Model"  class to generate an rtf document. We use an EA 4.61 version (can't remember the build) and are connected to an SQL-Server. It doesn't happen all the time. Seems to be an Microsoft issue (ADO). And as you say, it works nevertheless    :o.
The exact message is:
Window title: "EA"
Window message: "ADODB.Field[-2146825267]
Entweder BOF oder EOF ist True, oder der aktuelle Datensatz wurde gelöscht. Der angeforderte Vorgang benötigt einen aktuellen Datensatz."  ???
Cheers, Christoph