Recent content by rguillen

  1. rguillen

    E2202 Required Package 'designide' not found

    Do you have a plan to split the packages for 64 bit in runtime and designtime only for future versions?
  2. rguillen

    E2202 Required Package 'designide' not found

    Hi Marco, Thanks for the post reference! According to the post, I need to create a new run time package avoiding the design time packages (which are for 32 bits only), but Where can I find the source pas files? My DOA Folder installation (C:\Program Files (x86)\Embarcadero\Studio\19.0\DOA) only...
  3. rguillen

    E2202 Required Package 'designide' not found

    Hi team, What do I need to do in order to compile a package using DOA in 64bit platform? When I want to compile it I got the compiler message "PackageName. E2202 Required Package 'designide' not found" and the compiler goes to the line where DOA package is doa41d102. Is there a special package...
  4. rguillen

    QBE column ambiguously defined

    Hi Marco, I have fully qualified the query to: SELECT TSYS.DD_F_EVENTS.ROWID, TSYS.DD_F_EVENTS.J_LOCATION_ID, TSYS.DD_F_EVENTS.J_EVENT_ID, TSYS.DD_F_EVENTS.J_EVENT_DATE, TSYS.DD_L_EVENTTYPES.J_EVENTTYPES_NUMBER, TSYS.DD_F_EVENTS.J_EVENT_MESSAGE, TSYS.DD_F_EVENTS.J_EVENT_COMMENT...
  5. rguillen

    QBE column ambiguously defined

    Hi, I have the following query: SELECT E.ROWID, E.J_LOCATION_ID, E.J_EVENT_ID, E.J_EVENT_DATE, T.J_EVENTTYPES_NUMBER, E.J_EVENT_MESSAGE, E.J_EVENT_COMMENT, E.J_EVENTSTATUS_ID, S.J_EVENTSTATUS_NUMBER FROM TSYS.DD_F_EVENTS E, TSYS.DD_L_EVENTTYPES T, TSYS.DD_L_EVENTSTATUS S WHERE...
  6. rguillen

    TOracleDirectPathLoader question

    Hi Marco, I have changed the fields definitions on Item Collection to AnsiString instead String and it works perfect. Whit this approach I have improved the routine from process 48K rows in 3 hours to 163K in 9 minutes. Thanks a lot.
  7. rguillen

    TOracleDirectPathLoader question

    Hi Marco, Thanks for your replay. It was solve, I was using different user than the owner. But now I get the error: "ORA-01460: unimplemented or unreasonable conversion requested" when I try to execute the procedure Loader.Load(Row). All fields on the table are varchar2 I fill the columns in...
  8. rguillen

    TOracleDirectPathLoader question

    Hi, I'm using TOracleDirectPathLoader component and when I execute the sentence "Loader.prepare" I got the following error: "ORA-00604: error occurred at recursive SQL level 1 ORA-01031: insufficient privileges" What privilege do I need assign to the user. The user is the object owner. I'm...
  9. rguillen

    Delphi DOA on 64 bit error

    Thanks Alberto, I have upgraded to newest version and it works now. Thanks for your help, all you are great! Regards
  10. rguillen

    Delphi DOA on 64 bit error

    Thanks Marco, I have compiled on 64 bits and It didn't give me the error but when I try to add one record on a grid, it doesn't work, the record is not added. Any idea? Richard. DOA 4.1.3.2 RAD Studio XE3 Enterprise Windows 7 64bits Oracle 11g 11.2.0.3.0 64bit
  11. rguillen

    Delphi DOA on 64 bit error

    Hi, What do I need to do to DOA works on 64 bit machine? It send the following error: Initialization error Could not initialize "C:\Oracle\product\11.2.0\dbhome_1\BIN\Oci.dll" Make sure you have 32 bits Oracle Client istalled. Why do I need to have 32 bit client installed? OCIDLL forced to...
  12. rguillen

    DOA 4.1 and Access Violation in orageneric11.dll

    I having similar problems. 02/29/2012 23:26:48 Error: Access violation at address 62CC7597 in module 'OraClient11.Dll'. Read of address 00000010 or 02/29/2012 22:24:07 Error: Access violation at address 00571770 in module 'AppServEtiquetas.exe'. Read of address 00000010 or 09/14/2012...
  13. rguillen

    Strange behavior with Unicode Program

    It seems that in almost of case it was fixed. But there is a particular case when it occur again. It's in a column NCHAR(2), it contain values from '10' to '99', but when it has 'MM' it bring 'M '.
Back
Top