Problem using SAMSys driver

Hi,
I am trying to connect via TCP/IP a SAMSys 9320 2.8e reader to SES and I get the following error:
Thu Nov 23 17:20:30 PST 2006(16): DriverManager: initializing
Thu Nov 23 17:20:30 PST 2006(16): DriverManager: processing group:Default
Thu Nov 23 17:20:30 PST 2006(8): DriverManager: creating device group:Default
Thu Nov 23 17:20:30 PST 2006(8): DriverManager: warning group:Default has no devices. skipping it.
Thu Nov 23 17:20:30 PST 2006(16): DriverManager: processing group:WAREHOUSE
Thu Nov 23 17:20:30 PST 2006(8): DriverManager: creating device group:WAREHOUSE
Thu Nov 23 17:20:30 PST 2006(2): DriverManager: creating device:CORRIDOR
Thu Nov 23 17:20:30 PST 2006(8): SamsysDriver:Initializing...
Thu Nov 23 17:20:30 PST 2006(2):DriverManager: create device:CORRIDOR failed due to exception>>
java.lang.NullPointerException
     at oracle.edge.impl.driver.SamsysDriver.doInit(Unknown Source)
I believe that it has nothing to do with a possible incompatibility between ver2.7 and 2.8e, i tried it with valid and invalid IPs just in case.
Does anyone have a clue about this?

If have 3 clients editions (10.1, 10.2, 11.1) installed on my machine (Oracle full client installations, DBA full package install) and in all 3 ORACLE_HOME directories the file orageneric10.dll can be found.
I didn't use the Oracle instant client installations option during install.

Similar Messages

  • Problem using JDBC driver with JSP

    Hi, I am trying to connecto to my mysql server via a JSP page, but it seems that there is a problem with the driver call or something in my configuration that unables me to connect. I have the mysql-connector-java-3.0.7-stable driver.
    This is how my classpath looks like:
    CLASSPATH=/home/hooper/Sources/mysql-connector-java-4.0.7-stable/lib:/home/hooper/Sources/mysql-connector-java-3.0.7-stable/com:/home/hooper/Sources/mysql-connector-java-3.0.7-stable/mysql-connector-java-3.0.7-stable-bin.jar:/usr/java/j2sdk1.4.1_02:.:/usr/java/j2sdk1.4.1_02/lib/tools.jar:/usr/java/j2sdk1.4.1_02
    And this is my JSP page code:
    <%@ page language="java" import= "java.sql.*"%>
    <%
    Connection con = null;
         String userName = "hooper";
         String password = ""; //No password
         String url = "jdbc:mysql://localhost/test";
         //Load the Driver class file
         Class.forName("com.mysql.jdbc.Driver");
         //Make a connection to the MySQL database
         con = DriverManager.getConnection (url, userName, password);
         out.println ("Database connection established");
              if (con != null){
                   //Close the connection
                   con.close();
    %>
    And this is the error I get from Tomcat4.1.18:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: com.mysql.jdbc.Driver
    root cause
    javax.servlet.ServletException: com.mysql.jdbc.Driver
    I hope someone can help me with this.
    Thanks,
    Luis

    Hi..
    Try using this way
    String userName = "hooper";
    String password = ""; //No password
    String url = "jdbc:mysql://localhost:3306/test";
    Class.forName("org.gjt.mm.mysql.Driver");
    try to download the driver for mysql and add it to your classpath
    Hope this works
    Regd
    Vasi

  • Big problem using cd drive

    hello!
    (sorry if my english is bad, I am a russian guy)
    some time ago I faced a problem using my cd drive (I have an oldie iMac and mac os 9.2.2).
    every time I was feeding a cd to the drive, this computer was telling me something like "cannot intialize the disk"
    then I looked through "mac help" and found out, that I have no "high sierra access " file from "extensions" folder.
    And there was no help for me from russian service centers. tht guys told me something like: "chill out punk and install os x, because os 9 is a bag of crap"
    Ill be very glad if some of you wil send me that file at {post edited by moderator}
    zaranee spasibo!

    idunno, welcome to Apple Discussions.
    I sent you the extension "High Sierra File Access".
    You should not post your email address in your message. It will be harvested by spammers. An Apple host will remove the email address.
    You can show your email address as asphalt2006(at)ya(dot)ru, or put your address in your discussions profile.
     Cheers, Tom

  • Home Hub 3 - problems using network drive with OS ...

    Hi , 
    I have recently switched back to BT and received the HH3 , all wifi connectivity is good . However , I am having problems connecting to the external hard drive I have plugged into it . We have to macbook pros in the household one running Leopard and mine which unfortunately ( it seems ) is running Lion.
    The MBP running leopard can see and connect to the network drive (1tb Seagate Expansion Drive FAT32)perfectly. However I am having problems doing the same via Lion . The HH3 is visible in Finder under shared and the usb_disk folder is visible , however when I click on it to access the external hard drive I am presented with this error :
    As I said the MBP running Leopard has no issues and connects perfectly :
    I have checked the HH3 which is running the latest firmware and checked to see if there was any firmware update to the Seagate , which the isn't !!
    ANY advice or suggestions would be greatly appreciated  

    Ah! that might be the problem, something residual, I did have a machine dual boot W7 and Ubuntu, now it just runs Unbuntu, but I decided to do a clean install.
    I dont think the macs have a problem with HH3, yes I picked that post about dual booting, interesting cos the obvious thing to do would be apply different static ip addresses to each O/S, that way the Hub sees them as static addresses for 2 machines, rather than setting them as dynamic by selecting always use the same ip address.
    Anyway there's a recent post on here regarding printers and Lion which got resolved, but again I looked at that from a windows pint of view.
    I've googled a couple of links which you have probably already found, https://discussions.apple.com/thread/3213886?start=0&tstart=0 https://discussions.apple.com/thread/3213886?start=0&tstart=0 the second one I know relates to ntfs external drives, but what I'm looking at is the solution using sudo mount and the various switches used.
    But you may just have to bite the bullet and do a clean install.

  • Problems using unixODBC Driver for 64-bit Linux

    Good morning
    We are incurring a problem with the unixODBC Driver via Oracle Heterogeneous Services for connecting from a 64-bit SUSE Linux Server to a Windows PostgreSQL database (8.2). Oracle is 11.2.0.3. We are receiving an error when retrieving SMALLINT data from PostGreSQL. This should "automagically" convert to NUMBER(5) in Oracle but we are receiving a conversion error.
    Here is the text of the HS Trace file. Any help in diagnosing this would be much appreciated.
    Oracle Corporation --- MONDAY DEC 17 2012 17:14:36.779
    Heterogeneous Agent Release
    11.2.0.3.0
    Oracle Corporation --- MONDAY DEC 17 2012 17:14:36.778
    Version 11.2.0.3.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    HOSGIP returned value of "50" for HS_OPEN_CURSORS
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    HOSGIP returned value of "0" for HS_IDLE_TIMEOUT
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    HOSGIP returned value of "100" for HS_FDS_FETCH_ROWS
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    HOSGIP returned value of "TRUE" for HS_FDS_RSET_RETURN_ROWCOUNT
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    setting HS_FDS_QUOTE_IDENTIFIER to default of "TRUE"
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    HOSGIP returned value of "64" for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dev"
    Product-Info:
    Port Rls/Upd:3/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.2.0.3.0_0011, Instance:dev
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=178
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HS_LANGUAGE is american_america.we8mswin1252
    LANG=en_US.UTF-8
    HOCXU_SEM_VER=112000
    HOSGIP for "HS_FDS_REMOTE_DB_CHARSET" returned "we8mswin1252"
    Entered hgolofn at 2012/12/17-17:14:36
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/lib64/psqlodbcw.so"
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9530
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f4e70
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f8110
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f4f30
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f6d20
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5610
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f98e0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5790
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5880
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9b20
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5980
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5a60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9de0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5b20
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f7370
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5d80
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5e00
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5f10
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5fa0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa160
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa130
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f97c0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f4f60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f52e0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5530
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f53a0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5680
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f6eb0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9ec0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9bf0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9c60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9c90
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9d40
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5bc0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9f60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5cd0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5e80
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f74f0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f77a0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f7af0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa020
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa280
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa0b0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f63e0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f66d0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Exiting hgolofn, rc=0 at 2012/12/17-17:14:36
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2012/12/17-17:14:36
    Entered hgolgon at 2012/12/17-17:14:36
    reco:0, name:onstar, tflag:0
    Entered hgosuec at 2012/12/17-17:14:36
    Exiting hgosuec, rc=0 at 2012/12/17-17:14:36
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "TRUE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using onstar as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2012/12/17-17:14:36
    HS_FDS_CONNECT_INFO = "PecanStreetDB"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2012/12/17-17:14:36
    dsn:PecanStreetDB, name:onstar
    optn:
    Entered hgocip at 2012/12/17-17:14:36
    dsn:PecanStreetDB
    Exiting hgocip, rc=0 at 2012/12/17-17:14:36
    Exiting hgogenconstr, rc=0 at 2012/12/17-17:14:36
    Entered hgolosf at 2012/12/17-17:14:37
    Exiting hgolosf, rc=0 at 2012/12/17-17:14:37
    DriverName:psqlodbcw.so, DriverVer:08.03.0200
    DBMS Name:PostgreSQL, DBMS Version:PostgreSQL 8.2.15 (Greenplum Database 4.1.1.1 build 1 Community Edition) on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC)
    Exiting hgocont, rc=0 at 2012/12/17-17:14:37
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 0 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2012/12/17-17:14:37
    Entered hgoulcp at 2012/12/17-17:14:37
    Entered hgowlst at 2012/12/17-17:14:37
    Exiting hgowlst, rc=0 at 2012/12/17-17:14:37
    SQLGetInfo returns 0x1d for SQL_OWNER_USAGE
    TXN Capable:2, Isolation Option:0xa
    SQLGetInfo returns 64 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo returns 64 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 0 for SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned value of "TRUE" for HS_FDS_QUOTE_IDENTIFIER
    SQLGetInfo returns " (0x22) for SQL_IDENTIFIER_QUOTE_CHAR
    2 instance capabilities will be uploaded
    capno:1989, context:0x00000000, add-info: 0
    capno:1992, context:0x0001ffff, add-info: 0
    Exiting hgoulcp, rc=0 at 2012/12/17-17:14:37
    Entered hgouldt at 2012/12/17-17:14:37
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2012/12/17-17:14:37
    Entered hgobegn at 2012/12/17-17:14:37
    tflag:0 , initial:1
    hoi:0xcca42008, ttid (len 27) is ...
    00: 534D5254 47524444 2E306635 35343862 [SMRTGRDD.0f5548b]
    10: 352E392E 392E3732 323038 [5.9.9.72208]
    tbid (len 24) is ...
    00: 534D5254 47524444 5B392E39 2E373232 [SMRTGRDD[9.9.722]
    10: 30385D5B 312E345D [08][1.4]]
    Exiting hgobegn, rc=0 at 2012/12/17-17:14:38
    Entered hgodtab at 2012/12/17-17:14:38
    count:1
    table: dev.onstar_view
    Allocate hoada[0] @ 0x7794d0
    Entered hgopcda at 2012/12/17-17:14:38
    Column:1(dataid): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:2(timestamp_localtime): dtype:93 (TIMESTAMP), prc/scl:19/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:3(use): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:4(gen): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:5(grid): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:6(air): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:7(furnace): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:8(car): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    The hoada for table dev.onstar_view follows...
    hgodtab, line 1092: Printing hoada @ 0x7794d0
    MAX:8, ACTUAL:8, BRC:1, WHT=6 (TABLE_DESCRIBE)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    5 SMALLINT Y 2 2 0/ 0 0 0 0 dataid
    91 DATE Y 16 16 0/ 0 0 0 0 timestamp_localtime
    3 DECIMAL Y 31 31 28/ 6 0 0 0 use
    3 DECIMAL Y 31 31 28/ 6 0 0 0 gen
    3 DECIMAL Y 31 31 28/ 6 0 0 0 grid
    3 DECIMAL Y 31 31 28/ 6 0 0 0 air
    3 DECIMAL Y 31 31 28/ 6 0 0 0 furnace
    3 DECIMAL Y 31 31 28/ 6 0 0 0 car
    Exiting hgodtab, rc=0 at 2012/12/17-17:14:38
    Entered hgodafr, cursor id 0 at 2012/12/17-17:14:38
    Free hoada @ 0x7794d0
    Exiting hgodafr, rc=0 at 2012/12/17-17:14:38
    Entered hgopars, cursor id 1 at 2012/12/17-17:14:38
    type:0
    SQL text from hgopars, id=1, len=40 ...
    00: 53454C45 43542022 64617461 69642220 [SELECT "dataid" ]
    10: 46524F4D 20226465 76222E22 6F6E7374 [FROM "dev"."onst]
    20: 61725F76 69657722 [ar_view"]
    Exiting hgopars, rc=0 at 2012/12/17-17:14:40
    Entered hgoopen, cursor id 1 at 2012/12/17-17:14:40
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2012/12/17-17:14:40
    Entered hgodscr, cursor id 1 at 2012/12/17-17:14:40
    Allocate hoada @ 0x779478
    Entered hgodscr_process_sellist_description at 2012/12/17-17:14:40
    Entered hgopcda at 2012/12/17-17:14:40
    Column:1(dataid): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:40
    hgodscr, line 464: Printing hoada @ 0x779478
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    5 SMALLINT Y 2 2 0/ 0 0 0 0 dataid
    Exiting hgodscr, rc=0 at 2012/12/17-17:14:40
    Entered hgoftch, cursor id 1 at 2012/12/17-17:14:40
    hgoftch, line 133: Printing hoada @ 0x779478
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    5 SMALLINT Y 2 2 0/ 0 0 0 0 dataid
    Performing delayed open.
    SQLBindCol: column 1, cdatatype: -15, bflsz: 2
    SQLFetch: row: 1, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 1, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 2, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 2, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 3, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 3, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 4, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 4, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 5, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 5, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 6, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 6, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 7, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 7, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 8, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 8, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 9, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 9, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 10, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 10, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 11, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 11, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 12, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 12, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 13, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 13, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 14, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 14, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 15, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 15, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 16, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 16, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 17, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 17, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 18, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 18, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 19, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 19, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 20, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 20, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 21, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 21, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 22, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 22, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 23, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 23, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 24, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 24, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 25, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 25, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 26, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 26, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 27, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 27, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 28, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 28, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 29, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 29, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 30, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 30, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 31, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 31, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 32, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 32, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 33, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 33, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 34, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 34, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 35, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 35, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 36, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 36, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 37, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 37, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 38, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 38, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 39, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 39, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 40, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 40, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 41, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 41, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 42, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 42, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 43, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 43, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 44, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 44, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 45, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 45, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 46, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 46, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 47, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 47, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 48, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 48, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 49, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 49, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 50, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 50, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 51, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 51, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 52, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 52, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 53, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 53, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 54, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 54, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 55, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 55, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 56, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 56, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 57, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 57, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 58, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 58, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 59, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 59, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 60, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 60, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 61, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 61, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 62, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 62, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 63, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 63, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 64, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 64, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 65, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 65, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 66, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 66, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 67, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 67, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 68, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 68, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 69, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 69, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 70, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 70, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 71, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 71, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 72, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 72, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 73, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 73, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 74, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 74, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 75, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 75, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 76, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 76, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 77, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 77, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 78, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 78, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 79, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 79, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 80, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 80, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 81, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 81, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 82, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 82, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 83, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 83, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 84, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 84, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 85, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 85, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 86, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 86, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 87, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 87, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 88, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 88, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 89, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 89, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 90, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 90, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 91, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 91, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 92, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 92, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 93, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 93, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 94, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 94, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 95, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 95, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 96, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 96, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 97, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 97, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 98, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 98, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 99, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 99, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 100, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 100, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    100 rows fetched
    Exiting hgoftch, rc=0 at 2012/12/17-17:14:40
    HS Agent received unexpected RPC disconnect
    Network error 1003: NCR-01003: NCRS: Read error.
    Entered hgoroll at 2012/12/17-17:15:36
    tflag:0 , cmt(38):Unexpected EOF from Oracle - Rollback
    hoi:0x756988, ttid (len 27) is ...
    00: 534D5254 47524444 2E306635 35343862 [SMRTGRDD.0f5548b]
    10: 352E392E 392E3732 323038 [5.9.9.72208]
    tbid (len 24) is ...
    00: 534D5254 47524444 5B392E39 2E373232 [SMRTGRDD[9.9.722]
    10: 30385D5B 312E345D [08][1.4]]
    Entered hgocpctx at 2012/12/17-17:15:36
    Exiting hgocpctx, rc=0 at 2012/12/17-17:15:36
    Exiting hgoroll, rc=0 at 2012/12/17-17:15:36
    Entered hgodafr, cursor id 1 at 2012/12/17-17:15:36
    Free hoada @ 0x779478
    Exiting hgodafr, rc=0 at 2012/12/17-17:15:36
    Entered hgolgof at 2012/12/17-17:15:36
    tflag:0
    Exiting hgolgof, rc=0 at 2012/12/17-17:15:36
    Entered hgoexit at 2012/12/17-17:15:36
    Exiting hgoexit, rc=0

    Update
    Changed the support flag to 32 bit and all now works.
    SPK

  • Problems using Lacie drive as scratch disk

    I'm trying to capture footage into FCE and saving the project to the external Lacie drive and i keep getting this timecode error and the recording stops. It seems like it's putting timecode breaks where there aren't even cuts in the footage. I've searched around and found other people with the same problem but can't find an answer. I'm using this professionally and am under a deadline! Please help!

    Thank you for this suggestion...I recently purchased a new system and upgraded to FCE 4; never had this problem with version 2.
    In my case, I was trying to capture to an external Maxtor drive from a Canon GL 2. Simply capturing to the internal drive (something which Apple, curiously, advises against) solved the problem, and I didn't have to remove the external drive. It's a kludge, since I'll have to manually move the footage over to the Maxtor, but it's an effective kludge.

  • Problem using eSATA drive with my G5

    I recently bought an eSATA card for my G5, hoping that it would speed up my backups and other transfers of large quantities of data. The card is a FirmTek SeriTek/1VE4 PCI-X. The drive I am using is a Seagate Freeagent Pro 750gb.
    The drive works perfectly when used with either the USB or Firewire connections. But when I tried to hook up via the eSATA cable I got this message - "SeriTek/1VE4 in slot 2: configuration changed. Finalize all changes (connecting/removing devices) before closing this window". I then have the option of clicking on "Done - Show More Details" or "Done". Clicking on either simply causes the message to reappear.
    Unfortunately I have no idea what this means, and what I need to do. The drive is not showing on my screen when hooked up via eSATA; all that happens is the message above appearing on the screen. I have to disconnect the drive to get the message to go away.
    While I suspect (and hope!) this problem has an easy resolution I have no clue what to do at this point. Any help will be greatly appreciated!

    You checked first that the card is okay with those consumer style dual/quad interface cases?
    Sonnet cards specifically warn against.
    Your best bet is always to avoid vendor name brand drive cases for external drives.
    Go get yourself a plain simple dual SATA only case that doesn't have USB/eSATA (or USB/FW/eSATA).
    http://eshop.macsales.com/item/Other%20World%20Computing/MESATATBEK/
    FirmTek's own dual drive hot-swap
    http://eshop.macsales.com/item/Firmtek/SATA2EN2/
    FirmTek 5PM
    http://eshop.macsales.com/item/Firmtek/SATA5PM/

  • Problems using ODBC Driver. Connection never opens.

    Hi,
    I have a problem with the ODBC driver for oracle.
    This is the behaviour: the first attemp of connection doesn't work, the connection never opens. the second attempt is almost instantaneous but 10 minutes later the connection fails again. It is neccesary to close and open the app using the odbc driver again.
    I've tried everything.
    Thanks in advance,Regards.

    Hi,
    Quote: "ERROR [IM002] [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified".
    This error is typically thrown because the code is specifying a DSN that does not exist. So, please make sure you are referencing a DSN that has been created.
    You can refer to this article below:
    https://community.microfocus.com/borland/test/silk_test/w/knowledge_base/10737.how-do-i-resolve-error-im002-microsoft-odbc-driver-manager-data-source-name-not-found-and-no-default-driver-specified.aspx
    Or please add the right conenction string. You can look at following website:
    http://www.connectionstrings.com/
    Note This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and
    has not tested any software or information found on these sites.
    Andy Altmann
    TechNet Community Support

  • Problem using audio driver in hp r045tx

    hi folks ,
    i am facing problems in using the skype video calling function as it also pops up with a message "problem with recording devce " or "problem with the playback device "  . and secondly i also used adobe audition and in that also i was facing problems with the audio driver .
    and whenever this problem occurs the speaker icon on the bottom right of the screen pops up a message " the audio service is not running " and opening the troubleshooter fixes the problem but again when i use skype it reappears .
    i am having this major issue . can someone please help me out  ???  

    Hi there @shivam17,
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I understand that you are having a problem with your audio on your system when using Skype. I am happy to help you with this.
    Do you experience any other problems with sound, or is it only when trying to use Skype?
    Here is something I found related to this issue from the Skype support Forums:
    Problem with playback device?   -community.skype.com
    Further down on that page is a post which includes the following which I am including verbatim. Give it a try.
    1)Go to Control Panel.
    2)Go to Hardware and Sound.
    3)Click on Sound.
    4)Click on your default speakers, and select as "Default Speakers".
    5)Click on properties.
    6)Go to the "Advanced" tab.
    7)Click on "Restore Defaults".
    Tip: Don't forget to press "OK".
    You're done with the system part!
    1)Now, go to Skype.
    2)Go to Tools>Options.
    3)Click on Audio Settings.
    4)Click on the green button with the arrow. If it works, you're done. Or, click on the drop-down menu, and select your default speakers. If it still doesn't work, then read on.
    5)Click on "Show Advanced Options".
    6)Select your default speakers, then click on move up, until it's at the very top.
    7)Test your speakers!
    Tip: Don't forget to save.
    Let me know if that works for you.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Problem using external drive with hdiutil

    Hello,
    I use hdiutil to produce CDR masters for our educational software. Works great if I only use my built in CD-RW/DVD-ROM drive on my 15" AL PowerBook. But it won't recognize my external LaCie 1394 CDRW firewire 400 drive. The -anydevice option has no effect. But if I insert a blank CDR, the Finder recognizes it and asks what to do. I've tried the -device option with the device name and still no joy. This is on 10.3.9, so I repeated the tests on 10.4.6 with no luck. The 10.4 Finder also regnizes the device. I've tried hdiutil burn -list and the firewire drive shows up as DRDeviceSupportLevelAppleSupported.
    Any ideas?
    Cole

    It seems you need to include "IOService:" in front of the OF path.
    On my iMac (10.4):
    imac$ hdiutil burn -list
    PIONEER DVD-RW DVR-K06 via ATAPI (DRDeviceSupportLevelAppleShipping)
    IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PATA@1F,1/AppleIntelPIIX ATARoot/PRID@0/AppleIntelPIIXPATA/ATADeviceNub@0/IOATAPIProtocolTransport/IOSCSI PeripheralDeviceNub/IOSCSIPeripheralDeviceType05/IODVDServices
    and the following seems to work:
    imac$ hdiutil burn test.dmg -device IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PATA@1F,1/AppleIntelPIIX ATARoot/PRID@0/AppleIntelPIIXPATA/ATADeviceNub@0/IOATAPIProtocolTransport/IOSCSI PeripheralDeviceNub/IOSCSIPeripheralDeviceType05/IODVDServices -sizequery
    On 10.3 you may need to add "-anydrive" option.

  • Problem using external drive as library for iTunes

    I am using iTunes on a Mac, with a linked hard drive as the library for my music. Using the "add to library" feature, I am able to link the music on the external drive to iTunes (given the size of the library, I don't want it added to the Mac hard drive). This works perfectly until I need to reboot the Mac. After rebooting, all the songs in iTunes are displayed with an exclamation point and iTunes needs to be individually directed to their location. Basically, I am forced to add the entire library (and remove all the old songs) every time I reboot the Mac.
    Is there a better solution to this? In addition to being inconvenient, it also causes me to lose all my old playlists, so I would like a more efficient solution to keeping the library after rebooting.

    It sounds like the locations of your music files is not the same as the location identified within iTunes. In Preferences / Advanced, make sure "Keep iTunes music folder organized" is checked and verify that the location of your iTunes music folder is the same folder where your music files are located. If it isn't, you are going to want to change the location to the folder on your external HD and then consolidate your library. The next time you start iTunes, you won't have to re-add your music to your library as iTunes will be able to find it.
    Click this link for clear direction on the necessary steps.

  • Problems using CD Drive

    After updating my ITunes to version 7, my computer can't seem to detect any type of CD. I've tried reinstalling, and it didn't work for me.
    Here's the diagnostics if it helps (It says the drive is empty when there is a CD in it - a commercial audio CD):
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    AVERATEC E1200
    iTunes 7.0.1.8
    CD Driver 2.0.6.0
    CD Driver DLL 2.0.6.0
    LowerFilters: Pfc (2.5.0.204),
    UpperFilters: GEARAspiWDM (2.0.6.0),
    Video Driver: Intel(R) 82852/82855 GM/GME Graphics Controller\Intel(R) 82852/55 GM/GME Controller
    IDE\DiskIC25N060ATMR04-0______________________MO3OAD4A, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomSlimtypeDVDRW_SOSW-852S________________PSD1___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is an administrator.
    D: Slimtype DVDRW SOSW-852S, Rev PSD1
    Drive is empty.
    The last failed data CD or DVD burn had error code -128(0xffffff80). It happened on drive D: Slimtype DVDRW SOSW-852S on -128(0xffffff80) media at speed 0X.

    Since my last post I have tried cleaning the lens in the CD drive of my iBook G4 (the discs are not dirty or scratched but I cleaned them as well just to be sure). The problem still occurs.
    I have also tried attaching an external CD drive to my iBook G4. The problem discs won't load into the iBook from there either.
    I have tried inserting the problem discs into my dad's new iMac. No problems there, the discs all loaded first time.
    So I'm guessing the problem must be to do with the iBook G4 actually reading the discs. And, as this has only recently started happening, I am concerned that it might be the start of a problem that will worsen over time.
    I'm really stuck with this one and would be extremely grateful for any advice or suggestions.
    Thanks

  • Problem using odbc driver 10g with SQL Server 2005

    We are getting following error. Any solution?
    cannot retrieve the column codepage info from the OLE DB provider

    there is an additional error message
    The output column SR_CONTACT_POINT_ID (58) has a precision which is not valid. Precision must be between 1 and 38.

  • Problems with Pages and Numbers using iCloud Drive on early 2008 MacPro, Yosemite

    One of my computers, an early 2008 MacPro running Yosemite, will NOT save Pages or Numbers documents to iCloud Drive from within those applications.  I see the little iCloud Drive error badge next to the file name in Finder after I try to save.  However, on the SAME computer I can save Pages and Numbers documents to a local drive (e.g., to my Desktop) and then use the Finder to drag the documents to iCloud Drive successfully.  Another computer, a MacBook Pro running Yosemite, has no problems using iCloud Drive to create, edit and then save Pages and Numbers documents stored on iCloud Drive.  I have tried "turning off" iCloud Drive for Pages and Numbers in System Preferences on the Mac Pro and then turning it back on to no effect.  I have also logged out of iCloud Drive on all of my devices (which include two iOS devices) and then logging back in to ensure that I'm using the same login id on all devices, again with no apparent change.
    Any suggestions for my next steps in attempting to solve this issue?  Is there any way to get more information about precisely what type of error is occurring?  Hovering over the badge only shows "Error".
    Thanks in advance.
    Jon

    Found a solution, but it is odd:
    On the 2008 Mac Pro, I UNCHECK the boxes beside Pages and Numbers in System Preferences > iCloud > iCloud Drive > Options. Now Pages and Numbers will properly save edited documents to the appropriate folders on iCloud Drive.
    Go figure ...
    Hope that this helps someone else.
    Jon

  • HELP! Problem using HPSCAN.exe or TWAIN driver for HP Laserjet Pro cm1415fnw using Windows 7

    I have been using the HP Laserjet Pro cm1415fnw for over a year without a problem.  At the time when I first purchased the unit, I was using a Dell desktop with Windows XP and connected the printer via USB port.  I was able to print and scan from my computer, including from within applications that use TWAIN scanning driver such as Word, Acrobat, etc.
    I have since upgraded to an HP slimline s5-1160 computer using Windows 7.  I installed the Laserjet software from my installation CD's without a problem.  The printer is connected to the computer by USB port.  I can continue to print without a problem.  However, I no longer am able to scan using the HP software (HPscan.exe) nor from within applications that use TWAIN scanning driver such as Word, Acrobat, etc.  When I attempt to do so, it takes a long time before it asks me what TWAIN scan driver to select.  When I select the HP cm1410 MFP series, the program either crashes or reverts to the state it was before I attempted to scan an image into a document from within the program.
    I can however scan successfully using the Windows Scan and Fax wizard or if I choose "Devices and Printers" from the Start Menu and select "Start scan" from the menu after right-clicking the HP printer icon.  However this option limits my use of the scanner -- I cannot scan to a PDF nor can I scan multiple pages into an OCR application.  I'm forced to scan to either a JPG or TIF or PNG.
    As for attempting to resolve this problem I have done the following with no success:
    Uninstall and reinstall the full software and drivers (and using the most recent version on the HP website)
    Change USB ports and/or cables
    Run the HP scan diagnostic utility, which seems to show an error at the WIA scanning step and then recommends that I uuninstall and reinstall the full software.  When I skip that and allow it to check for TWAIN scanning, it gives me a similar error, suggesting that I use the most recent version of the drivers (the driver that I am using is v 3.0 dated 11/12/2009)  Therefore in this case the HP scan diagnostic utility does NOT provide a fix for this problem other than uninstall and reinstall, which I have done several times to no avail
    Contact HP support both for the computer and the multifunction printer (which as I understand are different support staff).  The printer staff claims it's a software problem and that the computer staff should be able to resolve it (something about not having "launchpad" installed properly.  When I contact the computer staff, they claim it's a printer driver issue.  So I am at a standstill
    I researched the HP support forums only to find from this link - http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02661093&cc=us&dlc=en&lc=en&product=4089468&tmp​... - that if you cannot scan from HP software that you can use the programs that rely on WIA drivers (Windows Fax and Scan) which I already know I can do but implies that HP does NOT have a solution for how to scan using their own software!
    My gut tells me that this is one of those problems that many others may have but for which there is no workable solution.  It's possible that during the course of uninstalling and reinstalling the software, remnants may remain behind that prevent proper functioning of the drivers, but without knowing how to specifically "clean" those remnants before reinstalling the software, I am at a loss.  Oh and by the way, I've also tried using CCleaner and Norton Registry Cleaner in an attempt to clean those remnants, but that effort didn't help.  
    My question is basically this... does anyone know of a fix around this problem or must I resign myself to using the Windows Fax and Scan wizard to scan in documents and images and forget about using TWAIN programs as HP seems to be suggesting?  I would think that given that I am using an HP printer/scanner along with an HP computer with Windows 7 that this problem should NOT be a problem!  
    This question was solved.
    View Solution.

    Before attempting to install the printer on my computer (HP slimline s5-1160), I had been able to successfully install the printer previously on two other computers: a Lenovo T-410 laptop (work computer using Windows XP) and an HP Pavilion Elite HPE (wife's computer using Windows 7).
    On those computers, I can use the TWAIN driver from within applications without a problem, and the HPSCAN.exe file works as well.  Both computers connect to the printer wirelessly.
    It is while trying to install the printer on my home computer via USB that I am having all sorts of difficulty. I have also tried to connect my s5-1160 to the printer wirelessly from my computer. I also checked the Windows Services, and all seems fine there.  I also tried switching USB ports and cables.   Again, no luck with the scanning using TWAIN driver. 
    One other point: when I use the original installation CD that came with the printer to install on the s5-1160, the installation seems to stop when it says "Checking requirements for installation"  That didn't happen with the two other computers.   However, that problem doesn't happen the s5-1160 when I used the more recent version of the full software from the HP website.
    Let me reiterate.  I have never had any problems with printing from any computer.  The scanner works fine from my s5-1160 if I resort to using the scanner and fax wizard using the WIA drivers.  What I am unable to do is to get the scanner to work from within an application using the TWAIN driver or if I use the native HP application (hpscan.exe).  Nothing seems to happen.   Because of that I cannot scan directly into a PDF.
    And the only fix that the HP scan diagnostic utility continues to recommend is that I uninstall and reinstall the software.  It shows errors in the WIA scanning step and TWAIN step.
    Is it possible that because of behind-the-scenes Windows updates that my s5-1160 is receiving that a software conflict is created that prevents the TWAIN driver from functioning properly?  Other than that I am at a loss to figure out why this is happening.

Maybe you are looking for