SC 3.2: SYBASE agent

Hi,
anyone who is using the SYBASE agent with SC 3.2?
In principle it works, but my question is, if it's possible
to create SYBASE server with the agent in one resource group
and the SYBASE Backup server in another resource group.
We did that with VERITAS Cluster because there a different agents
for SYBASE server and SYBASE BACKUP server.
THX!
Heinz
Edited by: ONKELHEINZ on Feb 12, 2009 8:31 AM

my finding is :
if you add two "echo" in the program, will see one is up case and one is low case for the S of solaris. change it, works for me.
validate_target_platform() {
if [ "${kernelName}" = "SunOS" ] ; then
host_platform=`${allOS_unamE} -p| ${allOS_seD} 's/i3/x/g'`
echo "Solaris_${host_platform}\n"
echo "${arch_dir}"
if [ ! "${arch_dir}" = "Solaris_${host_platform}" ] ; then

Similar Messages

  • Sybase plugin install for oem 12c

    Hi, does anyone have the steps for installing sybase agent for oem cloud control 12c. The installation guides talk only about the installation of oracle agents. I want to know how we can install sybase agent in grid control 12c.
    Thanks

    I found the below link which sort of explains what I am trying to accomplish, hope this helps. I will write again, once I am successful with my problem.
    https://docs.google.com/viewer?a=v&pid=gmail&attid=0.1&thid=13d4ba79e39d4a82&mt=application/pdf&url=https://mail.google.com/mail/u/0/?ui%3D2%26ik%3D56a210ce37%26view%3Datt%26th%3D13d4ba79e39d4a82%26attid%3D0.1%26disp%3Dsafe%26realattid%3Df_he1se6gp0%26zw&sig=AHIEtbTHNBFEOll7jZxX3O4nLHIuPOpS-A

  • Any "Best Practice" regarding use of zfs in LDOM with zones

    I have 3 different networks and I want to create a guest-domain for each of the three networks on the same control domain.
    Inside each guest-domain, I want to create 3 zones.
    To make it easy to handle growth and also make the zones more portable, I want to create a zpool inside each guest domain and then a zfs for each zoneroot.
    By doing this I will be able to handle growth by adding vdisks to the zpool(in the guest domain) and also to migrate individual zones by using zfs send/receive.
    In the "LDoms Community Cookbook", I found a description on how to use zfs clone in the control domain to decrease deploy time of new guest domains:
    " You can use ZFS to very efficiently, easily and quickly, take a copy of a previously prepared "golden" boot disk for one domain and redeploy multiple copies of that image as a pre-installed boot disk for other domains."
    I can see clear advantages in using zfs in both the control domain and the guest domain, but what is the downside?
    I ends up with a kind of nested zfs where I create a zpool inside a zpool, the first in the control domain and the second inside a guest domain.
    How is zfs caching handled, will I end up with a solution with performance problems and a lot of I/O overhead?
    Kindest,
    Tor

    I'm not familiar with the Sybase agent code and you are correct, only 15.0.3 seems to be supported. I think we'd need a little more debug information to determine if there was a workaround. May be switching on *.info messages in syslogd.conf might get some more useful hints (no guarantee).
    Unfortunately, I can't comment on if, or when, Sybase 15.5.x might be supported.
    Regards,
    Tim
    ---

  • Enterprise Manager 11g Sybase Plugin architecture question

    Hi,
    have successfully installed and configured Grid 11g on RedHat Enterprise 5.5. Deployed and configured agents to solaris and linux environments..so far so good.
    However, we're going to test the Sybase ASE plugin to monitor ASE with EM. My question is a simple one and I think I know the answer but I'd like to see what you guys think of this.
    We'd like to go with a simple centralised agent rather than one agent/plugin per sybase machine, atleast for the tests. No doubt there may be pro's (first one clearly being one of a single point of failure - welll we can live with this for now) to this approach. My instinct is to install the oracle agent/plugin on a machine other than the grid machines itself, however the question arose - why not install the ASE plugin on the grid infrastructure machine agents themselves? Pros and cons?
    The architecture we have currently : repository database configured to failover between 2 redhat boxes. 2 OMS running 1 on each of these boxes configured behind SLB using nfs based shared upload directory. One 'physical agent' running on each box. Simple for now. But I have the feeling , given that the Sybase servers will communicate or be interrogated via the sybase plugin directly to the grid infrastructure machines placing load etc on them , and in case of problems might interfere with the healthy running of the grid. Or am I being over cautious?
    John
    Edited by: user1746618 on 12-Jan-2011 09:01

    well I have followed the common sense approach and avoided the potential problem by installing on a remote server and configuring the plugin on this.
    Seems to be working fine and keeps the install base clean..

  • ODBC Gateway on Linux error - connects ok with Sybase SQL Anywhere

    OS: CentOS 5.8 64-bit
    DB: Oracle XE 11gR1 64-bit
    Gateway: Oracle Gateway for ODBC 64-bit
    Database and gateway reside on same Linux Server.
    Connecting to remote Sybase SQL Anywhere 10 server on WindowsXP.
    Using SQL Anywhere 11 odbc driver and unixODBC driver manager on Linux server.
    isql tool connects without any problems.
    One LISTENER, service for db and gateway on same port.
    ===================================
    Via SQL*Plus, the following error occurs....
    SQL> select * from dual@dblink;
    select * from dual@dblink
    ERROR at line 1:
    ORA-28513: internal error in heterogeneous remote agent
    ORA-02063: preceding line from dblink
    ===================================
    sqlnet.ora
    # sqlnet.ora Network Configuration File: /u01/app/oracle/product/11.2.0/xe/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH=(TNSNAMES)
    ADR_BASE = /u01/app/oracle/product/11.2.0/xe
    ==================================
    tnsnames.ora
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mysystem)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    dblink =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)(HOST = mysystem)(PORT = 1521)
    (CONNECT_DATA =
    (SID = dblink))
    (HS=OK))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    =======================
    listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/xe)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = dblink)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/gtw)
    (PROGRAM = dg4odbc)
    (ENVS=LD_LIBRARY_PATH=/opt/sqlanywhere11/lib64:/u01/app/oracle/product/11.2.0/gtw/lib)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = mysystem)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    ========================
    initdblink.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO=dblink
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so
    HS_FDS_TRACE_LEVEL=255
    HS_LANGUAGE=american_america.we8iso8859p1
    HS_NLS_NCHAR=UTF-8
    # ODBC specific environment variables
    set ODBCINI=/etc/odbc.ini
    ========================
    Oracle Corporation --- MONDAY OCT 15 2012 17:23:39.915
    Heterogeneous Agent Release
    11.2.0.1.0
    Oracle Corporation --- MONDAY OCT 15 2012 17:23:39.914
    Version 11.2.0.1.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    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
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    HOSGIP returned value of "UTF-8" for HS_NLS_NCHAR
    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"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS 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"
    Parameter HS_FDS_QUOTE_IDENTIFIER is not set
    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"
    Default value of 64 assumed 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 "dblink"
    Product-Info:
    Port Rls/Upd:1/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.2.0.1.0_0008, Instance:dblink
    Exiting hgogprd, rc=0
    hostmstr: 0: HOA After hoagprd
    Invalid HS_NLS_NCHAR value UTF-8 specified
    Setting HS_NLS_NCHAR to Server Default 2000
    Invalid HS_NLS_NCHAR value UTF-8 specified
    Setting HS_NLS_NCHAR to Server Default 2000
    hostmstr: 0: HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=31
    HOCXU_DRV_NCHAR=2000
    HOCXU_DB_CSET=873
    HOCXU_SEM_VER=112000
    Exiting hgoinit, rc=28513
    hostmstr: 0: HOA After hoainit
    RPC Calling nscontrol(0), rc=0
    hostmstr: 0: RPC Before Exit Agent
    hostmstr: 0: HOA Before hoaexit
    Entered hgoexit
    HS Gateway: NULL connection context at exit
    Exiting hgoexit, rc=0 with error ptr FILE:hgoexit.c LINE:108 FUNCTION:hgoexit() ID:Connection context
    hostmstr: 0: HOA After hoaexit
    hostmstr: 0: RPC After Exit Agent
    =============================
    Also, does anyone know how to determine the location (full path) of the unixODBC driver manager ?
    Please assist if you can...thx.
    Edited by: user601798 on Oct 15, 2012 3:37 PM

    Let me start with the unixODBC driver:
    There's no generic location as it depends which package you've used to install the UnixODBC driver manager or how you compiled it from scratch. I commonly prefer to compile it from scratch as this offers me to install it to any location I like.
    If you're not sure where it is located, you could perform a search on your machine looking for libodbc.so. Then cross check it with "file <location>/libodbc.so" to see the lib is a 64bit library.
    So let's assume in the /usr/lib64 you found the libodbc.so library, then the setting
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so
    is correct. Else you need to adopt the parameter.
    Next step is to check out which unixODBC version is installed. That's commonly done by calling "odbcinst -j".
    Looking now ta the gateway init file there's a parameter HS_NLS_NCHAR set to UTF-8. UnixODBC is commonly compiled with UCS2 support, so please change it to HS_NLS_NCHAR=UCS2
    Could you also please post the content of the odbc.ini file "more /etc/odbc.ini"?
    Thanks,
    Klaus

  • Sybase replication server on HA / DR

    Hi Experts,
    We are in the process of setting up DR environment for Sybase ASE using replication server. The primary site has an HA configured.
    My doubt is when we need to install replication server at standby site, what host needs to be specified as the "primary system hostname" - The hostname of CI or the DB server.
    Additionally, do we need to install replication server on both nodes of HA cluster? and how would the DR agent configuration work in case of DB failover to the CI node?
    Unfortunately, there is very little documentation available online on how to setup the DR environment, apart from SAP note 1891560
    Would appreciate your invaluable inputs on this.
    Thanks in anticipation.
    Regards,
    Varun

    Hi Varun,
    Sorry - I don't have any experience with the IBM solution.  So I have comments, but not a solution.
    The HADR Solution will work well in HA / cluster systems where the IP address is dynamically re-assigned to the active node.  This allows the server configurations to point to just 'one' IP address and the cluster software (examples: MS Cluster, Veritas, HP Service Guard) assigns that IP to which ever node is active.
    Using the IBM solution, (based on a quick Google search) it appears we rely on Open Server HA capability to include both addresses in the interfaces file under a single Server name, so that both address can be attempted when making a connection.
    Unfortunately, the configurations created by the DR Agent do not support this type of configuration using Interfaces files.  Most server address are assigned a single IP address, and most address are assigned directly (not pointing to an Interfaces file entry).
    As an example, when the HADR nodes are configured in ASE, you define the other nodes in the HADR group with a command like the following:
    sp_hadr_admin addserver, <node_name>,<server_name>
    To use a interfaces file name for the server name, the command might look like:
    sp_hadr_admin addserver, 'D01_Site1', 'D01'
    But the configurations created by the DR Agent use a host:port syntax instead of an interfaces file server name, like:
    sp_hadr_admin addserver, 'D01_Site1', 'host1.my.domain.corp:5001'
    The point I am trying to make is that even if we edit the interfaces files to use the additional HA addresses, other configurations like the one above would need to be discovered and changed as well.
    Unfortunately, even if all this reconfiguration work is accomplished successfully, the DR Agent itself does not use interfaces files and has no support for specifying an alternate HA address.  And I am not aware of any workaround for that limitation.
    In summary, I think that short answer is that we don't have HADR support using DR Agent for HA environments without a dynamic IP address.  It might be possible to manually reconfigure some of it, but without support in the DR Agent itself, you would be missing failover and monitoring support the DR Agent provides.
    Sorry that I do not have a more encouraging answer.
    Regards,
    Stephen

  • Oracle Gateway Not Connecting to Sybase database

    Hi,
    I'm trying to setup an oracle gateway to connect to Sybase database. I followed in details the instructions but still can connect successfully. The Oracle database is in RAC environment. Below are the steps I took:
    The oracle gateway and oracle database are in the same server while Sybase is on a separate unix box.
    1. create an initdg4sybs.ora file
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Sybase
    # HS init parameters
    HS_FDS_CONNECT_INFO=[999.99.108.99]:4527/common ## IP address of sybase server
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    2. create a listener on the oracle gateway home
    # listener.ora Network Configuration File: /u03/app/oracle/gateway/11.2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER_DG4SYSBS =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1543))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 99.999.155.26)(PORT = 1543)(IP = FIRST)) #IP address of oracle gateway (node A)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 99.999.155.24)(PORT = 1543)(IP = FIRST)) #IP address of oracle gateway (node B)
    SID_LIST_LISTENER_DG4SYSBS=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4sybs)
    (ORACLE_HOME=/u03/app/oracle/gateway/11.2)
    (ENVS="LD_LIBRARY_PATH=/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib:/u03/app/oracle/gateway/11.2/lib")
    (PROGRAM=dg4sybs)
    ADR_BASE_LISTENER = /u03/app/oracle/gateway/11.2
    TRACE_LEVEL_LISTENER_DG4SYSBS = OFF
    TRACE_FILE_LISTENER_DG4SYSBS = /u03/app/oracle/gateway/11.2/network/admin/LISTENER_DG4SYBS.trc
    INBOUND_CONNECT_TIMEOUT_LISTENER_DG4SYSBS=0
    3. create tnsnames.ora in oracle database home
    dg4sybs =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 99.999.155.26)(PORT = 1543)) #IP address of Node A
    (CONNECT_DATA =
    (SERVER = DEDICATED) #added for single node test
    (SID = dg4sybs)
    (HS=OK)
    4. create database link
    create database link dg4sybs connect to "user" identified by "password" using 'dg4sybs'
    5. when testing the connection; i'm getting below error message. tried all the setup based my research and couldn't make it work.
    SQL> select * from dual@dg4sybs
    2 /
    select * from dual@dg4sybs
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 7427
    Session ID: 495 Serial number: 787
    I perform above settings on a standalone database running in windows and successfully connect to the sybase. In UNIX setup, been unsuccessful. Can someone please help.
    Also, below is the trace file error message:
    Oracle Corporation --- THURSDAY OCT 18 2012 10:57:55.747
    Heterogeneous Agent Release
    11.2.0.1.0
    Oracle Corporation --- THURSDAY OCT 18 2012 10:57:55.745
    Version 11.2.0.1.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    ODBCINST set to "/u03/app/oracle/gateway/11.2/dg4sybs/driver/dg4sybs.loc"
    RC=-1 from HOSGIP for "LD_LIBRARY_PATH_64"
    Setting LD_LIBRARY_PATH_64 to "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib"
    HOSGIP for "HS_FDS_SHAREABLE_NAME_ICU" returned "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib/libHGicu23.so"
    HOSGIP for "HS_FDS_SHAREABLE_NAME_INST" returned "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib/libodbcinst.so"
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib/libodbc.so"
    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"
    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_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using ro as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    SQL text from hgopars, id=1, len=20 ...
    00: 53454C45 4354202A 2046524F 4D202244 [SELECT * FROM "D]
    10: 55414C22 [UAL"]
    hgopars, line 526: calling SQLNumResultCols got sqlstate 42S02
    SQL text from hgopars, id=2, len=57 ...
    00: 53454C45 43542027 58272046 524F4D20 [SELECT 'X' FROM ]
    10: 2264626F 222E2273 79737573 65727322 ["dbo"."sysusers"]
    20: 20413120 57484552 45204131 2E226E61 [ A1 WHERE A1."na]
    30: 6D65223D 2764626F 27 [me"='dbo']
    Deferred open until first fetch.
    HS Agent received unexpected RPC disconnect
    Network error 1003:  NCR-01003: NCRS: Read error.
    Edited by: gonzroman on Oct 18, 2012 11:03 AM

    -=-=-=-=-=- tnsnames.ora on the UNIX side
    GTW_C100_COMN =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.26)(PORT = 1543)) #IP address of jrc1suvip01a
    #(ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.24)(PORT = 1543)) #IP address of jrc1sudb01a
    (CONNECT_DATA =
    (SERVER = DEDICATED) # added for single configuration
    (SID = dg4sybs_comn_c100)
    (HS=OK)
    -=-=-=-=-=- listener.ora of the GATEWAY
    LISTENER_DG4SYSBS =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1543))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.26)(PORT = 1543)(IP = FIRST)) #IP address of jrc1suvip01a
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.24)(PORT = 1543)(IP = FIRST)) #IP address of jrc1sudb01a
    #(ADDRESS = (PROTOCOL = TCP)(HOST = jrc1suvip01a)(PORT = 1543))
    SID_LIST_LISTENER_DG4SYSBS=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=dg4sybs)
    (ORACLE_HOME=/u03/app/oracle/gateway/11.2)
    (ENVS="LD_LIBRARY_PATH=/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib:/u03/app/oracle/gateway/11.2/lib")
    (PROGRAM=dg4sybs)
    (SID_DESC=
    (SID_NAME=dg4sybs_comn_c100)
    (ORACLE_HOME=/u03/app/oracle/gateway/11.2)
    (ENVS="LD_LIBRARY_PATH=/u03/app/oracle/gateway/11.2/dg4sybs/driver/lib:/u03/app/oracle/gateway/11.2/lib")
    (PROGRAM=dg4sybs)
    ADR_BASE_LISTENER = /u03/app/oracle/gateway/11.2
    TRACE_LEVEL_LISTENER_DG4SYSBS = OFF
    TRACE_FILE_LISTENER_DG4SYSBS = /u03/app/oracle/gateway/11.2/network/admin/LISTENER_DG4SYBS.trc
    INBOUND_CONNECT_TIMEOUT_LISTENER_DG4SYSBS=0
    -=-=-=-=- initdg4sybs_comn_c100.ora parameter
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Sybase
    # HS init parameters
    #HS_FDS_CONNECT_INFO=[glb0pod29.aexeo.citco.com]:4100/common
    HS_FDS_CONNECT_INFO=[209.87.108.99]:4527/common
    HS_FDS_TRACE_LEVEL=ON
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    -=-=-=-=- gateway listener status
    jrc1sudb01a:/u03/app/oracle/gateway/11.2/dg4sybs/admin $ lsnrctl status LISTENER_DG4SYSBS
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 20-OCT-2012 13:09:05
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1543)))
    STATUS of the LISTENER
    Alias LISTENER_DG4SYSBS
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 18-OCT-2012 13:16:24
    Uptime 1 days 23 hr. 52 min. 41 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u03/app/oracle/gateway/11.2/network/admin/listener.ora
    Listener Log File /u03/app/oracle/gateway/11.2/log/diag/tnslsnr/jrc1sudb01a/listener_dg4sysbs/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1543)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.124.155.26)(PORT=1543)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.124.155.24)(PORT=1543)))
    Services Summary...
    Service "dg4sybs" has 1 instance(s).
    Instance "dg4sybs", status UNKNOWN, has 1 handler(s) for this service...
    Service "dg4sybs_comn_c100" has 1 instance(s).
    Instance "dg4sybs_comn_c100", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    -=-=-=-=-=- tnsping output
    jrc1sudb01a:/u03/app/oracle/product/11.2.0.3/network/admin $ tnsping dg4sybs
    TNS Ping Utility for Solaris: Version 11.2.0.3.0 - Production on 20-OCT-2012 13:11:28
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.24)(PORT = 1543)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = dg4sybs)) (HS=OK))
    OK (10 msec)
    jrc1sudb01a:/u03/app/oracle/product/11.2.0.3/network/admin $ tnsping GTW_C100_COMN
    TNS Ping Utility for Solaris: Version 11.2.0.3.0 - Production on 20-OCT-2012 13:11:35
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.124.155.26)(PORT = 1543)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = dg4sybs_comn_c100)) (HS=OK))
    OK (0 msec)

  • Oracle ODBC Gateway SELECT from Sybase fails on large column

    OS: CentOS 5.8 64-bit
    DB: Oracle XE 11gR1 64-bit
    Gateway: Oracle Gateway for ODBC 64-bit
    Database and gateway reside on same Linux Server.
    Connecting to remote Sybase SQL Anywhere 10 server on WindowsXP.
    Using SQL Anywhere 11 odbc driver and unixODBC driver manager on Linux server.
    isql tool connects without any problems.
    One LISTENER, service for db and gateway on same port.
    ===================================
    Via SQL*Plus, the following error occurs....
    SQL> select * from mytable@dblink;
    select * from mytable@dblink
    ORA-02070: database dblink does not support outer joins in this context
    Gateway does not like the 'large' column which is varchar(3270) in length. Also it is the only
    column in the table that is a varchar.
    Take that column out and SELECT works fine.
    Here is the initdblink.ora file:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO=dblink
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so
    HS_FDS_TRACE_LEVEL=255
    HS_LANGUAGE=american_america.we8iso8859p1
    HS_NLS_NCHAR=UTF-8
    # ODBC specific environment variables
    set ODBCINI=/etc/odbc.ini
    Please advise....
    Edited by: user601798 on Oct 17, 2012 7:09 AM
    Edited by: user601798 on Oct 17, 2012 7:09 AM
    Edited by: user601798 on Oct 17, 2012 7:13 AM

    Here is the trace file:
    Oracle Corporation --- THURSDAY OCT 18 2012 14:55:34.259
    Heterogeneous Agent Release
    11.2.0.1.0
    Oracle Corporation --- THURSDAY OCT 18 2012 14:55:34.259
    Version 11.2.0.1.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    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
    setting HS_IDLE_TIMEOUT to default of 0
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "UCS2"
    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"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_RSET_RETURN_ROWCOUNT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS 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"
    Parameter HS_FDS_QUOTE_IDENTIFIER is not set
    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"
    Default value of 32 assumed 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 "dblink"
    Product-Info:
    Port Rls/Upd:1/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.2.0.1.0_0008, Instance:dblink
    Exiting hgogprd, rc=0
    hostmstr: 2056122368: HOA After hoagprd
    hostmstr: 2056122368: HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=31
    HOCXU_DRV_NCHAR=1000
    HOCXU_DB_CSET=873
    HOCXU_SEM_VER=110000
    Entered hgolofn at 2012/10/18-14:55:39
    Exiting hgolofn, rc=0 at 2012/10/18-14:55:39
    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"
    Invalid value of 32 given for HS_FDS_SQLLEN_INTERPRETATION
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2012/10/18-14:55:40
    hostmstr: 2056122368: HOA After hoainit
    hostmstr: 2056122368: HOA Before hoalgon
    Entered hgolgon at 2012/10/18-14:55:40
    reco:0, name:dba, tflag:0
    Entered hgosuec at 2012/10/18-14:55:41
    Exiting hgosuec, rc=0 at 2012/10/18-14:55:41
    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_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using dba as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2012/10/18-14:55:42
    HS_FDS_CONNECT_INFO = "dblink"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2012/10/18-14:55:43
    dsn:dblink, name:dba
    optn:
    Entered hgocip at 2012/10/18-14:55:43
    dsn:dblink
    Exiting hgocip, rc=0 at 2012/10/18-14:55:43
    ##>Connect Parameters (len=25)<##
    ## DSN=dblink;
    #! UID=dba;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2012/10/18-14:55:44
    Entered hgolosf at 2012/10/18-14:55:44
    ODBC Function-Available-Array 0xFFFE 0x01FF 0xFF00 0xFFFF 0x03FF 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    0x0000 0x0000 0xFE00 0x3F5F
    Exiting hgolosf, rc=0 at 2012/10/18-14:55:46
    DriverName:DBODBC10.DLL, DriverVer:10.00.0001
    DBMS Name:SQL Anywhere, DBMS Version:10.00.0001
    Exiting hgocont, rc=0 at 2012/10/18-14:55:47
    SQLGetInfo returns N for SQL_CATALOG_NAME
    Exiting hgolgon, rc=0 at 2012/10/18-14:55:48
    hostmstr: 2027339776: HOA After hoalgon
    RPC Calling nscontrol(0), rc=0
    hostmstr: 2027339776: RPC Before Upload Caps
    hostmstr: 2027339776: HOA Before hoaulcp
    Entered hgoulcp at 2012/10/18-14:55:48
    Entered hgowlst at 2012/10/18-14:55:48
    Exiting hgowlst, rc=0 at 2012/10/18-14:55:49
    SQLGetInfo returns 0x1f for SQL_OWNER_USAGE
    TXN Capable:3, Isolation Option:0xf
    SQLGetInfo returns 128 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo returns 128 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 128 for SQL_MAX_PROCEDURE_NAME_LEN
    SQLGetInfo returns " (0x22) for SQL_IDENTIFIER_QUOTE_CHAR
    SQLGetInfo returns Y for SQL_COLUMN_ALIAS
    3 instance capabilities will be uploaded
    capno:1989, context:0x00000000, add-info: 0
    capno:1991, context:0x0001ffff, add-info: 0
    capno:1992, context:0x0001ffff, add-info: 0
    Exiting hgoulcp, rc=0 at 2012/10/18-14:56:05
    hostmstr: 2026291200: HOA After hoaulcp
    hostmstr: 2026291200: RPC After Upload Caps
    hostmstr: 2026291200: RPC Before Upload DDTR
    hostmstr: 2026291200: HOA Before hoauldt
    Entered hgouldt at 2012/10/18-14:56:06
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2012/10/18-14:56:06
    hostmstr: 2026291200: HOA After hoauldt
    hostmstr: 2026291200: RPC After Upload DDTR
    hostmstr: 2026291200: RPC Before Begin Trans
    hostmstr: 2026291200: HOA Before hoabegn
    Entered hgobegn at 2012/10/18-14:56:06
    tflag:0 , initial:1
    hoi:0x12f094, ttid (len 27) is ...
    00: 44415441 5748442E 65623465 33343931 [DATAWHD.eb4e3491]
    10: 2E322E36 322E3839 363837 [.2.62.89687]
    tbid (len 24) is ...
    00: 44415441 5748445B 322E3632 2E383936 [DATAWHD[2.62.896]
    10: 38375D5B 312E345D [87][1.4]]
    Exiting hgobegn, rc=0 at 2012/10/18-14:56:08
    hostmstr: 2026291200: HOA After hoabegn
    hostmstr: 2026291200: RPC After Begin Trans
    hostmstr: 2026291200: RPC Before Describe Table
    hostmstr: 2026291200: HOA Before hoadtab
    Entered hgodtab at 2012/10/18-14:56:08
    count:1
    table: RSCCC.SR_SPEC_PGM_SPEC_ED
    Allocate hoada[0] @ 025B799C
    Entered hgopcda at 2012/10/18-14:56:12
    Column:1(SCH_YR): dtype:12 (VARCHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:13
    Entered hgopcda at 2012/10/18-14:56:13
    Column:2(CAMPUS_ID): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:13
    Entered hgopcda at 2012/10/18-14:56:14
    Column:3(STU_ID): dtype:12 (VARCHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:14
    Entered hgopcda at 2012/10/18-14:56:14
    Column:4(DT_ENTRY_STU): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:14
    Entered hgopcda at 2012/10/18-14:56:15
    Column:5(PRI_HANDI_IND): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:15
    Entered hgopcda at 2012/10/18-14:56:15
    Column:6(INSTRUCT_SET_CD): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:16
    Entered hgopcda at 2012/10/18-14:56:16
    Column:7(SPEECH_THRPY_IND): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:16
    Entered hgopcda at 2012/10/18-14:56:17
    Column:8(DT_WD): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:17
    Entered hgopcda at 2012/10/18-14:56:17
    Column:9(DT_ENTRY_STU_RECIP): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:18
    Entered hgopcda at 2012/10/18-14:56:18
    Column:10(WD_RSN_CD): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:18
    Entered hgopcda at 2012/10/18-14:56:19
    Column:11(VOC_HRS_ELIG): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:19
    Entered hgopcda at 2012/10/18-14:56:19
    Column:12(REG_DAY_SCH_PGM_DEAF): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:19
    The hoada for table RSCCC.SR_SPEC_PGM_SPEC_ED follows...
    hgodtab, line 904: Printing hoada @ 025B799C
    MAX:12, ACTUAL:12, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    12 VARCHAR N 4 4 0/ 0 0 0 200 SCH_YR
    12 VARCHAR N 3 3 0/ 0 0 0 200 CAMPUS_ID
    12 VARCHAR N 6 6 0/ 0 0 0 200 STU_ID
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_ENTRY_STU
    12 VARCHAR N 2 2 0/ 0 0 0 200 PRI_HANDI_IND
    12 VARCHAR N 2 2 0/ 0 0 0 200 INSTRUCT_SET_CD
    12 VARCHAR N 1 1 0/ 0 0 0 200 SPEECH_THRPY_IND
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_WD
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_ENTRY_STU_RECIP
    12 VARCHAR N 2 2 0/ 0 0 0 200 WD_RSN_CD
    12 VARCHAR N 1 1 0/ 0 0 0 200 VOC_HRS_ELIG
    12 VARCHAR N 1 1 0/ 0 0 0 200 REG_DAY_SCH_PGM_DEAF
    Exiting hgodtab, rc=0 at 2012/10/18-14:56:22
    hostmstr: 2026291200: HOA After hoadtab
    hostmstr: 2026291200: HOA Before hoadafr
    Entered hgodafr, cursor id 0 at 2012/10/18-14:56:23
    Free hoada @ 025B799C
    Exiting hgodafr, rc=0 at 2012/10/18-14:56:23
    hostmstr: 2026291200: HOA After hoadafr
    hostmstr: 2026291200: RPC After Describe Table
    hostmstr: 2026291200: RPC Before Describe Table
    hostmstr: 2026291200: HOA Before hoadtab
    Entered hgodtab at 2012/10/18-14:56:23
    count:1
    table: RSCCC.SR_DISCPLN
    Allocate hoada[0] @ 025B799C
    Entered hgopcda at 2012/10/18-14:56:27
    Column:1(SCH_YR): dtype:12 (VARCHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:28
    Entered hgopcda at 2012/10/18-14:56:28
    Column:2(STU_ID): dtype:12 (VARCHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:28
    Entered hgopcda at 2012/10/18-14:56:29
    Column:3(OFENS_STAMP): dtype:12 (VARCHAR), prc/scl:27/0, nullbl:0, octet:27, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:29
    Entered hgopcda at 2012/10/18-14:56:29
    Column:4(OFENS_TIME): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:29
    Entered hgopcda at 2012/10/18-14:56:30
    Column:5(CAMPUS_ID): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:30
    Entered hgopcda at 2012/10/18-14:56:30
    Column:6(DT_OFENS): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:30
    Entered hgopcda at 2012/10/18-14:56:31
    Column:7(MODIFIER): dtype:12 (VARCHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:31
    Entered hgopcda at 2012/10/18-14:56:31
    Column:8(OFENS_SEMCYC): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:32
    Entered hgopcda at 2012/10/18-14:56:32
    Column:9(REP_BY): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:32
    Entered hgopcda at 2012/10/18-14:56:33
    Column:10(REP_BY_NAME_F): dtype:12 (VARCHAR), prc/scl:17/0, nullbl:0, octet:17, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:33
    Entered hgopcda at 2012/10/18-14:56:33
    Column:11(REP_BY_NAME_L): dtype:12 (VARCHAR), prc/scl:25/0, nullbl:0, octet:25, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:33
    Entered hgopcda at 2012/10/18-14:56:34
    Column:12(INC_LOC): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:34
    Entered hgopcda at 2012/10/18-14:56:35
    Column:13(COURSE): dtype:12 (VARCHAR), prc/scl:4/0, nullbl:0, octet:4, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:35
    Entered hgopcda at 2012/10/18-14:56:35
    Column:14(SECTION): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:35
    Entered hgopcda at 2012/10/18-14:56:36
    Column:15(CRS_TITLE): dtype:12 (VARCHAR), prc/scl:15/0, nullbl:0, octet:15, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:36
    Entered hgopcda at 2012/10/18-14:56:36
    Column:16(PERIOD): dtype:12 (VARCHAR), prc/scl:2/0, nullbl:0, octet:2, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:36
    Entered hgopcda at 2012/10/18-14:56:37
    Column:17(INSTR): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:37
    Entered hgopcda at 2012/10/18-14:56:37
    Column:18(PARENT_CONTACT): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:37
    Entered hgopcda at 2012/10/18-14:56:38
    Column:19(CONTACT_DT): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:38
    Entered hgopcda at 2012/10/18-14:56:38
    Column:20(CONF_REQUESTED): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:38
    Entered hgopcda at 2012/10/18-14:56:39
    Column:21(CONF_DATE): dtype:12 (VARCHAR), prc/scl:8/0, nullbl:0, octet:8, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:39
    Entered hgopcda at 2012/10/18-14:56:39
    Column:22(INFORMAL_HEARING): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:39
    Entered hgopcda at 2012/10/18-14:56:40
    Column:23(APPEAL_EXP): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:40
    Entered hgopcda at 2012/10/18-14:56:40
    Column:24(WITNESS): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:41
    Entered hgopcda at 2012/10/18-14:56:41
    Column:25(DISCPLN_COMM): dtype:12 (VARCHAR), prc/scl:3270/0, nullbl:0, octet:3270, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:41
    Entered hgopcda at 2012/10/18-14:56:42
    Column:26(ADMIN_BY): dtype:12 (VARCHAR), prc/scl:3/0, nullbl:0, octet:3, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:42
    Entered hgopcda at 2012/10/18-14:56:42
    Column:27(ADMIN_BY_NAME_F): dtype:12 (VARCHAR), prc/scl:17/0, nullbl:0, octet:17, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:42
    Entered hgopcda at 2012/10/18-14:56:43
    Column:28(ADMIN_BY_NAME_L): dtype:12 (VARCHAR), prc/scl:25/0, nullbl:0, octet:25, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:43
    Entered hgopcda at 2012/10/18-14:56:43
    Column:29(REPORTED_BY_DESC): dtype:12 (VARCHAR), prc/scl:60/0, nullbl:0, octet:60, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:43
    Entered hgopcda at 2012/10/18-14:56:44
    Column:30(INCIDENT_NUM): dtype:12 (VARCHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:44
    Entered hgopcda at 2012/10/18-14:56:44
    Column:31(REPORT_PD): dtype:12 (VARCHAR), prc/scl:1/0, nullbl:0, octet:1, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/10/18-14:56:45
    The hoada for table RSCCC.SR_DISCPLN follows...
    hgodtab, line 904: Printing hoada @ 025B799C
    MAX:31, ACTUAL:31, BRC:1, WHT=6 (TABLE_DESCRIBE)
    hoadaMOD bit-values found (0x200:TREAT_AS_CHAR)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    12 VARCHAR N 4 4 0/ 0 0 0 200 SCH_YR
    12 VARCHAR N 6 6 0/ 0 0 0 200 STU_ID
    12 VARCHAR N 27 27 0/ 0 0 0 200 OFENS_STAMP
    12 VARCHAR N 8 8 0/ 0 0 0 200 OFENS_TIME
    12 VARCHAR N 3 3 0/ 0 0 0 200 CAMPUS_ID
    12 VARCHAR N 8 8 0/ 0 0 0 200 DT_OFENS
    12 VARCHAR N 10 10 0/ 0 0 0 200 MODIFIER
    12 VARCHAR N 2 2 0/ 0 0 0 200 OFENS_SEMCYC
    12 VARCHAR N 3 3 0/ 0 0 0 200 REP_BY
    12 VARCHAR N 17 17 0/ 0 0 0 200 REP_BY_NAME_F
    12 VARCHAR N 25 25 0/ 0 0 0 200 REP_BY_NAME_L
    12 VARCHAR N 3 3 0/ 0 0 0 200 INC_LOC
    12 VARCHAR N 4 4 0/ 0 0 0 200 COURSE
    12 VARCHAR N 2 2 0/ 0 0 0 200 SECTION
    12 VARCHAR N 15 15 0/ 0 0 0 200 CRS_TITLE
    12 VARCHAR N 2 2 0/ 0 0 0 200 PERIOD
    12 VARCHAR N 3 3 0/ 0 0 0 200 INSTR
    12 VARCHAR N 1 1 0/ 0 0 0 200 PARENT_CONTACT
    12 VARCHAR N 8 8 0/ 0 0 0 200 CONTACT_DT
    12 VARCHAR N 1 1 0/ 0 0 0 200 CONF_REQUESTED
    12 VARCHAR N 8 8 0/ 0 0 0 200 CONF_DATE
    12 VARCHAR N 1 1 0/ 0 0 0 200 INFORMAL_HEARING
    12 VARCHAR N 1 1 0/ 0 0 0 200 APPEAL_EXP
    12 VARCHAR N 1 1 0/ 0 0 0 200 WITNESS
    12 VARCHAR N 3270 3270 0/ 0 0 0 200 DISCPLN_COMM
    12 VARCHAR N 3 3 0/ 0 0 0 200 ADMIN_BY
    12 VARCHAR N 17 17 0/ 0 0 0 200 ADMIN_BY_NAME_F
    12 VARCHAR N 25 25 0/ 0 0 0 200 ADMIN_BY_NAME_L
    12 VARCHAR N 60 60 0/ 0 0 0 200 REPORTED_BY_DESC
    12 VARCHAR N 6 6 0/ 0 0 0 200 INCIDENT_NUM
    12 VARCHAR N 1 1 0/ 0 0 0 200 REPORT_PD
    Exiting hgodtab, rc=0 at 2012/10/18-14:56:50
    hostmstr: 2026291200: HOA After hoadtab
    hostmstr: 2026291200: HOA Before hoadafr
    Entered hgodafr, cursor id 0 at 2012/10/18-14:56:50
    Free hoada @ 025B799C
    Exiting hgodafr, rc=0 at 2012/10/18-14:56:50
    hostmstr: 2026291200: HOA After hoadafr
    hostmstr: 2026291200: RPC After Describe Table
    hostmstr: 2026291200: RPC Before Rollback Trans
    hostmstr: 2026291200: HOA Before hoaroll
    Entered hgoroll at 2012/10/18-14:56:51
    tflag:1 , cmt(0):
    hoi:0x12f098, ttid (len 27) is ...
    00: 44415441 5748442E 65623465 33343931 [DATAWHD.eb4e3491]
    10: 2E322E36 322E3839 363837 [.2.62.89687]
    tbid (len 24) is ...
    00: 44415441 5748445B 322E3632 2E383936 [DATAWHD[2.62.896]
    10: 38375D5B 312E345D [87][1.4]]
    Entered hgocpctx at 2012/10/18-14:56:52
    Exiting hgocpctx, rc=0 at 2012/10/18-14:56:52
    Exiting hgoroll, rc=0 at 2012/10/18-14:56:52
    hostmstr: 2026291200: HOA After hoaroll
    hostmstr: 2026291200: RPC After Rollback Trans
    Please advise and thanks..

  • Transparent gateway to Sybase: connection error

    I have been trying with little success to set up a transparent gateway to a sybase server.
    The gateway is an NT 4 workstation, with an oracle server 8.1.7 installed. The sybase server is an ASE 12.0 on a Solaris 8 box.
    Are these versions of the products supported? In the gateway documentation only Sybase 11 is mentioned...
    Moreover all the examples/schemas given refer to an installation of the gateway on the same machine as the sybase server, whereas in my case the gateway is installed on a separate machine (but it is also stated that this configuration is allowed, provided a sybase client is installed togheter with the gateway).
    From what I can make of the error messages / trace files, the problem lies in the gateway not finding the sybase server. But from the sybase client installed on the gateway machine I can connect to the same remote sybase server without hassles, so the sybase client is configured correctly.
    Thanks for help,
    Gaetano Giunta
    Here's the complete details about the situation:
    Sybase client version:
    Sybase ASE client, version 12.0
    sybase environment variables:
    SYBASE=e:\sybase
    SYBASE_OCS=OCS-12_0
    Sybase server:
    Sybase ASE 12.0 on Solaris 8
    The platform/OS on which the gateway and database reside:
    Windows NT 4.0 + SP6a
    Machine Name: fsiazi08
    Oracle database server:
    Oracle 8i enterprise edition, Version: 8.1.7
    Oracle SID of the Oracle database server
    SID: gate
    Full pathname to directory where the Oracle database server is installed
    ORACLE_HOME: e:\oracle\ora81
    Versions of Net8 Server / client used by the gateway & database
    Net8 Version: 8.1.7
    Net8 Adapter used by the gateway: TCP/IP
    Oracle Transparent Gateway for Sybase:
    Version: 8.1.6
    Full pathname to directory in which gateway resides:
    Path: e:\oracle\ora81\tg4sybs
    Listing of spool log if using SQL*Plus, or the SQL statement and error message received
    SQL*Plus: Release 8.0.5.0.0 - Production on Mon Feb 18 10:27:51 2002
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    SQL> select * from "bdvo"."arcofifo"@pollo
    2 /
    select * from "bdvo"."arcofifo"@pollo
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Transparent gateway for SYBASE]ct_connect(): directory service layer: internal directory control
    layer error: Requested server name not found.
    ORA-02063: preceding 2 lines from POLLO
    SQL>
    Listings of key files:
    tg4sybs_agt_pid.trc log file gathered with HS_FDS_TRACE_LEVEL=on
    (0) [Transparent gateway for SYBASE] version: 2.0.4.0.0009
    (0) connect string is:
    (0) YEAR2000_POLICY=-1;CONSUMER_API=1;SESSION_BEHAVIOR_FLAGS=4;PARSER_DEPTH=2000;E-
    (0) XEC_FLAGS = 131080;defTdpName=tg4sybs;binding=(tg4sybs,SYBASE,"sqlbdvlin1");
    (0) ORACLE SYBASE GATEWAY Log File Started at 15-Feb-02 16:54:43
    (0) ct_connect(): directory service layer: internal directory control layer error:
    (0) Requested server name not found.
    (0) Unexpected error: Get Sybase Logon: app:TG4SYBS$2, user:, pass:,
    (0) service:sqlbdvlin1.TG4SYBS$2, server:sqlbdvlin1
    (0) Unexpected error: , connect
    (0) ct_connect(): directory service layer: internal directory control layer error:
    (0) Requested server name not found.
    (0)
    (0) Closing log file at FRI FEB 15 16:54:44 2002.
    inittg4sybs.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an SYBASE gateway Agent.
    # HS init parameters
    #HS_FDS_CONNECT_INFO=sqlbdvlin1.master
    #HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_CONNECT_INFO=sqlbdvlin1.procs
    HS_FDS_TRACE_LEVEL=on
    # Environment variables required for the non-Oracle system
    set SYBASE=e:\sybase
    set SYBASE_OCS=OCS-12_0
    tnsnames.ora
    # TNSNAMES.ORA Network Configuration File: E:\oracle\ora81\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    GATE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = gate)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = gate)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    tg4sybs = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=fsiazi08)(PORT=1521))
    (CONNECT_DATA=(SID=tg4sybs))
    (HS=OK)
    listener.ora
    # LISTENER.ORA Network Configuration File: E:\oracle\ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = fsiazi08)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oracle\ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = gate)
    (ORACLE_HOME = E:\oracle\ora81)
    (SID_NAME = gate)
    (SID_DESC=
    (SID_NAME=tg4sybs)
    (ORACLE_HOME=E:\oracle\ora81)
    (PROGRAM=tg4sybs)
    CONNECT_TIMEOUT_LISTENER = 0
    Sybase interfaces file (e:\sybase\ini\sql.ini)
    ;; Sybase Interfaces file
    ;; <link_type>=<network_driver>,<connection_info>
    ;; Examples:
    ;; [JUPITER]
    ;; QUERY=NLMSNMP,\\JUPITER\pipe\sybase\query
    ;; WIN3_QUERY=WNLNMP,\\JUPITER\pipe\sybase\query
    [bdvlin1]
    master=TCP,10.1.1.238,4000
    query=TCP,10.1.1.238,4000
    Sybase net-library configuration (e:\sybase\ocs-12_0\ini\libtcl.cfg)
    ; This is the sample Net-Library configuration file which
    ; shows how to specify the different types of drivers which
    ; will be used by Client-Library and Server-Library
    ; applications.
    ;      This is the sample for NT platforms.
    [DRIVERS]
    NLWNSCK=TCP Sockets
    NLWNSCK=TCP/IP Sockets
    ;[NT_DIRECTORY]
    ;REGISTRY=LIBDREG ditbase=SOFTWARE\SYBASE\SERVER
    ;[SECURITY]
    ;NTLM=LIBSMSSP

    Gaetano,
    The supported products that we list in the manual is only what we have tested at print time. However we update our certification matrix regularly.
    Please refer to the certification matrix on Technet.com ( http://otn.oracle.com/products/gateways/pdf/certmatrix2.pdf) for the latest certified configurations.
    It looks like you have installed the gateway in the same Oracle home as the database. With v8.1.6 of the gateway this is not possible. With v9.x onwards this is possible.
    You can either reinstall the gateway in another Oracle home or upgrade to v9.x.
    I recommend that you upgrade to v9.x, since v8.x will be desupported shortly.
    As of v9.x the Sybase gateway is located on the database CD and you can install it by doing a custom install.
    Vira

  • Sybase JDBC Connection - OWB11gr2 Issue

    Hi All,
    We are uning OWB11gr2 on 64-bit linux box. Database is Oracle 11.1.0.6. We are trying to connect to Sybase database is ASA 9.0.
    Added the JAR files "jconn2.jar" and "jodbc.jar" under OWB_HOME/owb/lib/ext.
    Restarted Control Centre Agent and OWB client.
    Created a new platform for Sybase database connection.
    Under location Details -
    I entered Username and Password.
    Port Number of the database.
    I kept Schema option Blank.
    Driver Class - com.sybase.jdbc2.jdbc.SysDriver
    Url - jdbc:sybase:Tds:machine-name:port-number/databasename
    When I hit the test connection button it returns as Successful.
    But When i try to import database objects , I cannot see any database objects.
    After testing connection(successfully) when i hit the browse button to get schema names i get the following error -
    Failed: java.sql.SQLException:jZ0sj:Metadata accessor information was not found on this database. Please install the required tables as mentioned in the jconnect documentation.
    What could be the issue ?? I am not sure whether this problem is related to OWB or Sybase.
    When I use the ODBC connection on windows box with same username and password for the same database i see few views and tables.
    Any help is appreciated.
    Regards,
    Samurai.

    Hi David,
    I just edited the script. Since there are no tables( user just has read rights over few views) for the user I am trying to run , i modified the script to run against the views.
    The following is the output for the view which had the text column -
    DataType : varchar Column : nfsExportName Table : nfsExportView
    DataType : varchar Column : nfsExportActualPath Table : nfsExportView
    DataType : varchar Column : nfsExportAnonymousUserID Table : nfsExportView
    DataType : varchar Column : nfsExportNoSUID Table : nfsExportView
    DataType : long varchar Column : nfsExportReadOnlyAccess Table : nfsExportView
    DataType : long varchar Column : nfsExportReadWriteAccess Table : nfsExportView
    DataType : long varchar Column : nfsExportRootAccess Table : nfsExportView
    DataType : long varchar Column : nfsExportSecurity Table : nfsExportView
    DataType : unsigned int Column : nfsExportHostId Table : nfsExportView
    DataType : unsigned int Column : nfsExportVolId Table : nfsExportView
    DataType : unsigned int Column : nfsExportQtreeId Table : nfsExportView
    If you need the entire output please let me know , i will paste it.
    It looks like text is subsititued by long varchar. What can be done to overcome this situation ?
    Thanks,
    Samurai.

  • Sybase ASE 15.7.0.130 error - Attempted read from memory location...

    Hi all,
    i recently updated ASE 15.7 from SP 42 to SP 130.
    Everything was fine during update procedure. After the procedure terminated this error started appears (every five minutes) on the database log.
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  attempted read from memory location 0000000000000019 from instruction at location 0x0000000074AC346E
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  Adaptive Server Enterprise system exception (0xc0000005) generated by a storage access violation.
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  attempted read from memory location 0000000000000018 from instruction at location 0x0000000074AC346E
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EDAB6D4, 0x000000000EDABBC0, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  Adaptive Server Enterprise system exception (0xc0000005) generated by a storage access violation.
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EDACBD0, 0x00000000FFFF0000, 0x0000000000000019)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EEAB6D4, 0x000000000EEABBC0, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0952A0, 0x000000000EDABBC0, 0x000000000EDACBD0, 0x0000000000000061)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EEACBD0, 0x00000000FFFF0000, 0x0000000000000018)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x000000005B0952A0, 0x000000005B0952A0, 0x00000000805CE000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0B2890, 0x000000000EEABBC0, 0x000000000EEACBD0, 0x0000000000000061)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0952A0, 0x0000000000000000, 0x00000000FFFF0000, 0x000000000000002B)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x000000005B0B2890, 0x000000005B0B2890, 0x0000000080EF2800, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812BF000, 0x000000000000001C, 0x0000000000000012, 0x000000005B0952A0)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0B2890, 0x0000000000000000, 0x00000000FFFF0000, 0x000000000000002B)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BE6A2E proc_handle+ 0x9e (0x000000005B0AD420, 0x0000000000000000, 0x0000000000000012, 0x0000000000BE633A)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812C9000, 0x000000000000001C, 0x0000000000000012, 0x000000005B0B2890)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCE317 exc__raise+ 0x6c7 (0x000000005B0952A0, 0x0000000000400000, 0x0000000000000000, 0x0000000000000AF5)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BE6A2E proc_handle+ 0x9e (0x000000005B0CAA10, 0x0000000000000000, 0x0000000000000012, 0x0000000000BE633A)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCE96E exc_raise+ 0x11e (0x000000000102523B, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCE317 exc__raise+ 0x6c7 (0x000000005B0B2890, 0x0000000000400000, 0x0000000000000000, 0x0000000000000AF5)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BED3D4 proc_read+ 0xbe4 (0x0000000000000000, 0x0000000000000001, 0x000000005B0952A0, 0x000000004ED2AAB0)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000FCE96E exc_raise+ 0x11e (0x000000000102523B, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BEE1A7 proc_get+ 0x3f7 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BED3D4 proc_read+ 0xbe4 (0x0000000000000000, 0x0000000000000001, 0x000000005B0B2890, 0x000000004E7F98B0)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000F3E97B s_getTreeOrPlan+ 0x19b (0x000000005B0952A0, 0x000000000EDAE810, 0x0000000000000001, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000BEE1A7 proc_get+ 0x3f7 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000EDE2D4 execproc+ 0x3a4 (0x00000000000000E0, 0x0000000000000001, 0x000000000EDAED60, 0x00000000000000E0)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000F3E97B s_getTreeOrPlan+ 0x19b (0x000000005B0B2890, 0x000000000EEAE810, 0x0000000000000001, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000EE4D02 s_execute+ 0x4692 (0x000000005B0952A0, 0x000000005B0952A0, 0x0000000080760960, 0x0000000000000001)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000EDE2D4 execproc+ 0x3a4 (0x00000000000000E0, 0x0000000000000001, 0x000000000EEAED60, 0x00000000000000E0)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000EF7476 sequencer+ 0x1f86 (0x000000005B0952A0, 0x000000005B0952A0, 0x0000000000000021, 0x0000000000000001)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000EE4D02 s_execute+ 0x4692 (0x000000005B0B2890, 0x000000005B0B2890, 0x00000000806DD960, 0x0000000000000001)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000467406 tdsrecv_language+ 0x706 (0x0000000000000021, 0x0000000000400000, 0x0000000000000000, 0x0000000000000021)
    00:0007:00000:00153:2014/11/18 11:10:00.72 kernel  pc: 0x0000000000EF7476 sequencer+ 0x1f86 (0x000000005B0B2890, 0x000000005B0B2890, 0x0000000000000021, 0x0000000000000001)
    00:0006:00000:00152:2014/11/18 11:10:00.72 kernel  pc: 0x000000000042BF87 conn_hdlr+ 0x2307 (0x00000000284ACB70, 0x00000000284ACB70, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  pc: 0x0000000000467406 tdsrecv_language+ 0x706 (0x0000000000000021, 0x0000000000400000, 0x0000000000000000, 0x0000000000000021)
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  pc: 0x00000000013AFEF1 kpntwrapper+ 0x51 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  pc: 0x000000000042BF87 conn_hdlr+ 0x2307 (0x00000000284AD0B0, 0x00000000284AD0B0, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  pc: 0x0000000077248FED CreateFiberEx+ 0x27d (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  end of stack trace, spid 152, kpid 18677903, suid 4
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  pc: 0x00000000013AFEF1 kpntwrapper+ 0x51 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  pc: 0x0000000077248FED CreateFiberEx+ 0x27d (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  end of stack trace, spid 153, kpid 18808976, suid 4
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  DUMP OF LOADED MODULES:-
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  DUMP OF LOADED MODULES:-
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  sqlsrvr.exe loaded at 0000000000400000 [G:\sybase\DEV\ASE-15_0\bin\sqlsrvr.exe]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  sqlsrvr.exe loaded at 0000000000400000 [G:\sybase\DEV\ASE-15_0\bin\sqlsrvr.exe]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  ntdll.dll loaded at 0000000077360000 [C:\Windows\SYSTEM32\ntdll.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  ntdll.dll loaded at 0000000077360000 [C:\Windows\SYSTEM32\ntdll.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  kernel32.dll loaded at 0000000077240000 [C:\Windows\system32\kernel32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  kernel32.dll loaded at 0000000077240000 [C:\Windows\system32\kernel32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  KERNELBASE.dll loaded at 000007FEFD5B0000 [C:\Windows\system32\KERNELBASE.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  KERNELBASE.dll loaded at 000007FEFD5B0000 [C:\Windows\system32\KERNELBASE.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  MSVCR100.dll loaded at 0000000074A70000 [C:\Windows\system32\MSVCR100.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  MSVCR100.dll loaded at 0000000074A70000 [C:\Windows\system32\MSVCR100.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybblk64.dll loaded at 0000000180000000 [G:\sybase\DEV\ASE-15_0\bin\libsybblk64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybblk64.dll loaded at 0000000180000000 [G:\sybase\DEV\ASE-15_0\bin\libsybblk64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybct64.dll loaded at 0000000000110000 [G:\sybase\DEV\ASE-15_0\bin\libsybct64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybct64.dll loaded at 0000000000110000 [G:\sybase\DEV\ASE-15_0\bin\libsybct64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybcs64.dll loaded at 00000000001E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybcs64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybcs64.dll loaded at 00000000001E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybcs64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybcomn64.dll loaded at 0000000000310000 [G:\sybase\DEV\ASE-15_0\bin\libsybcomn64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybcomn64.dll loaded at 0000000000310000 [G:\sybase\DEV\ASE-15_0\bin\libsybcomn64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybintl64.dll loaded at 00000000003E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybintl64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybintl64.dll loaded at 00000000003E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybintl64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  ADVAPI32.dll loaded at 000007FEFDB50000 [C:\Windows\system32\ADVAPI32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  ADVAPI32.dll loaded at 000007FEFDB50000 [C:\Windows\system32\ADVAPI32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  msvcrt.dll loaded at 000007FEFDAB0000 [C:\Windows\system32\msvcrt.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  msvcrt.dll loaded at 000007FEFDAB0000 [C:\Windows\system32\msvcrt.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  sechost.dll loaded at 000007FEFE350000 [C:\Windows\SYSTEM32\sechost.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  sechost.dll loaded at 000007FEFE350000 [C:\Windows\SYSTEM32\sechost.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  RPCRT4.dll loaded at 000007FEFDDB0000 [C:\Windows\system32\RPCRT4.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  RPCRT4.dll loaded at 000007FEFDDB0000 [C:\Windows\system32\RPCRT4.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  MSVCR80.dll loaded at 000000006F690000 [C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6229_none_88dcc0bf2fb1b808\MSVCR80.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  MSVCR80.dll loaded at 000000006F690000 [C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6229_none_88dcc0bf2fb1b808\MSVCR80.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybunic64.dll loaded at 0000000002E70000 [G:\sybase\DEV\ASE-15_0\bin\libsybunic64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybunic64.dll loaded at 0000000002E70000 [G:\sybase\DEV\ASE-15_0\bin\libsybunic64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybtcl64.dll loaded at 0000000002EF0000 [G:\sybase\DEV\ASE-15_0\bin\libsybtcl64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybtcl64.dll loaded at 0000000002EF0000 [G:\sybase\DEV\ASE-15_0\bin\libsybtcl64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  WS2_32.dll loaded at 000007FEFE430000 [C:\Windows\system32\WS2_32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  WS2_32.dll loaded at 000007FEFE430000 [C:\Windows\system32\WS2_32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  NSI.dll loaded at 000007FEFE420000 [C:\Windows\system32\NSI.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  NSI.dll loaded at 000007FEFE420000 [C:\Windows\system32\NSI.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  WSOCK32.dll loaded at 000007FEFA6B0000 [C:\Windows\system32\WSOCK32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  WSOCK32.dll loaded at 000007FEFA6B0000 [C:\Windows\system32\WSOCK32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  MSWSOCK.DLL loaded at 000007FEFCAE0000 [C:\Windows\system32\MSWSOCK.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  MSWSOCK.DLL loaded at 000007FEFCAE0000 [C:\Windows\system32\MSWSOCK.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  user32.dll loaded at 0000000077140000 [C:\Windows\system32\user32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  user32.dll loaded at 0000000077140000 [C:\Windows\system32\user32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  GDI32.dll loaded at 000007FEFF290000 [C:\Windows\system32\GDI32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  GDI32.dll loaded at 000007FEFF290000 [C:\Windows\system32\GDI32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  LPK.dll loaded at 000007FEFE410000 [C:\Windows\system32\LPK.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  LPK.dll loaded at 000007FEFE410000 [C:\Windows\system32\LPK.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  USP10.dll loaded at 000007FEFDEE0000 [C:\Windows\system32\USP10.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  USP10.dll loaded at 000007FEFDEE0000 [C:\Windows\system32\USP10.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  COMDLG32.dll loaded at 000007FEFD8E0000 [C:\Windows\system32\COMDLG32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  COMDLG32.dll loaded at 000007FEFD8E0000 [C:\Windows\system32\COMDLG32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  SHLWAPI.dll loaded at 000007FEFE1C0000 [C:\Windows\system32\SHLWAPI.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  SHLWAPI.dll loaded at 000007FEFE1C0000 [C:\Windows\system32\SHLWAPI.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  COMCTL32.dll loaded at 000007FEFA140000 [C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\COMCTL32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  COMCTL32.dll loaded at 000007FEFA140000 [C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\COMCTL32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  SHELL32.dll loaded at 000007FEFE480000 [C:\Windows\system32\SHELL32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  SHELL32.dll loaded at 000007FEFE480000 [C:\Windows\system32\SHELL32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  NETAPI32.dll loaded at 000007FEFAC60000 [C:\Windows\system32\NETAPI32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  NETAPI32.dll loaded at 000007FEFAC60000 [C:\Windows\system32\NETAPI32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  netutils.dll loaded at 000007FEFC770000 [C:\Windows\system32\netutils.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  netutils.dll loaded at 000007FEFC770000 [C:\Windows\system32\netutils.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  srvcli.dll loaded at 000007FEFCDC0000 [C:\Windows\system32\srvcli.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  srvcli.dll loaded at 000007FEFCDC0000 [C:\Windows\system32\srvcli.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  wkscli.dll loaded at 000007FEFAC40000 [C:\Windows\system32\wkscli.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  wkscli.dll loaded at 000007FEFAC40000 [C:\Windows\system32\wkscli.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  dbghelp.dll loaded at 000007FEF9FB0000 [C:\Windows\system32\dbghelp.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  dbghelp.dll loaded at 000007FEF9FB0000 [C:\Windows\system32\dbghelp.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  PSAPI.DLL loaded at 0000000077520000 [C:\Windows\system32\PSAPI.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  PSAPI.DLL loaded at 0000000077520000 [C:\Windows\system32\PSAPI.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  IPHLPAPI.DLL loaded at 000007FEFB6B0000 [C:\Windows\system32\IPHLPAPI.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  IPHLPAPI.DLL loaded at 000007FEFB6B0000 [C:\Windows\system32\IPHLPAPI.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  WINNSI.DLL loaded at 000007FEFB660000 [C:\Windows\system32\WINNSI.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  WINNSI.DLL loaded at 000007FEFB660000 [C:\Windows\system32\WINNSI.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  loadperf.dll loaded at 000007FEF3B30000 [C:\Windows\system32\loadperf.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  loadperf.dll loaded at 000007FEF3B30000 [C:\Windows\system32\loadperf.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  ole32.dll loaded at 000007FEFDFB0000 [C:\Windows\system32\ole32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  ole32.dll loaded at 000007FEFDFB0000 [C:\Windows\system32\ole32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  OLEAUT32.dll loaded at 000007FEFF300000 [C:\Windows\system32\OLEAUT32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  OLEAUT32.dll loaded at 000007FEFF300000 [C:\Windows\system32\OLEAUT32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  sybcsi_core29.dll loaded at 0000000002F40000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_core29.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  sybcsi_core29.dll loaded at 0000000002F40000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_core29.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  sybcsi_profiler29.dll loaded at 0000000002FA0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_profiler29.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  sybcsi_profiler29.dll loaded at 0000000002FA0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_profiler29.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  sybcsi_propertiesconfig29.dll loaded at 0000000002FC0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_propertiesconfig29.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  sybcsi_propertiesconfig29.dll loaded at 0000000002FC0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_propertiesconfig29.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  sybcsi_openssl29.dll loaded at 0000000002FE0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_openssl29.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  sybcsi_openssl29.dll loaded at 0000000002FE0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_openssl29.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  MPR.dll loaded at 000007FEFA610000 [C:\Windows\system32\MPR.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  MPR.dll loaded at 000007FEFA610000 [C:\Windows\system32\MPR.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  IMM32.DLL loaded at 000007FEFF3E0000 [C:\Windows\system32\IMM32.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  IMM32.DLL loaded at 000007FEFF3E0000 [C:\Windows\system32\IMM32.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  MSCTF.dll loaded at 000007FEFE240000 [C:\Windows\system32\MSCTF.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  MSCTF.dll loaded at 000007FEFE240000 [C:\Windows\system32\MSCTF.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  ntmarta.dll loaded at 000007FEFC3D0000 [C:\Windows\system32\ntmarta.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  ntmarta.dll loaded at 000007FEFC3D0000 [C:\Windows\system32\ntmarta.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  WLDAP32.dll loaded at 000007FEFD860000 [C:\Windows\system32\WLDAP32.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  WLDAP32.dll loaded at 000007FEFD860000 [C:\Windows\system32\WLDAP32.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  SYBEVENT.DLL loaded at 0000000010000000 [G:\sybase\DEV\ASE-15_0\dll\SYBEVENT.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  SYBEVENT.DLL loaded at 0000000010000000 [G:\sybase\DEV\ASE-15_0\dll\SYBEVENT.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  DNSAPI.dll loaded at 000007FEFC960000 [C:\Windows\system32\DNSAPI.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  DNSAPI.dll loaded at 000007FEFC960000 [C:\Windows\system32\DNSAPI.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  dhcpcsvc6.DLL loaded at 000007FEFB330000 [C:\Windows\system32\dhcpcsvc6.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  dhcpcsvc6.DLL loaded at 000007FEFB330000 [C:\Windows\system32\dhcpcsvc6.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  dhcpcsvc.DLL loaded at 000007FEFB310000 [C:\Windows\system32\dhcpcsvc.DLL]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  dhcpcsvc.DLL loaded at 000007FEFB310000 [C:\Windows\system32\dhcpcsvc.DLL]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  icmp.Dll loaded at 0000000070890000 [C:\Windows\system32\icmp.Dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  icmp.Dll loaded at 0000000070890000 [C:\Windows\system32\icmp.Dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  wship6.dll loaded at 000007FEFCAD0000 [C:\Windows\System32\wship6.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  wship6.dll loaded at 000007FEFCAD0000 [C:\Windows\System32\wship6.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  libsybaseldap64.dll loaded at 0000000005160000 [G:\sybase\DEV\ASE-15_0\bin\libsybaseldap64.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  libsybaseldap64.dll loaded at 0000000005160000 [G:\sybase\DEV\ASE-15_0\bin\libsybaseldap64.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  CRYPTSP.dll loaded at 000007FEFCB40000 [C:\Windows\system32\CRYPTSP.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  CRYPTSP.dll loaded at 000007FEFCB40000 [C:\Windows\system32\CRYPTSP.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  rsaenh.dll loaded at 000007FEFC840000 [C:\Windows\system32\rsaenh.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  rsaenh.dll loaded at 000007FEFC840000 [C:\Windows\system32\rsaenh.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  CRYPTBASE.dll loaded at 000007FEFD1A0000 [C:\Windows\system32\CRYPTBASE.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  CRYPTBASE.dll loaded at 000007FEFD1A0000 [C:\Windows\system32\CRYPTBASE.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  wshtcpip.dll loaded at 000007FEFC4C0000 [C:\Windows\System32\wshtcpip.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  wshtcpip.dll loaded at 000007FEFC4C0000 [C:\Windows\System32\wshtcpip.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  rasadhlp.dll loaded at 000007FEFA890000 [C:\Windows\system32\rasadhlp.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  rasadhlp.dll loaded at 000007FEFA890000 [C:\Windows\system32\rasadhlp.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  fwpuclnt.dll loaded at 000007FEFB460000 [C:\Windows\System32\fwpuclnt.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  fwpuclnt.dll loaded at 000007FEFB460000 [C:\Windows\System32\fwpuclnt.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  apphelp.dll loaded at 000007FEFD140000 [C:\Windows\system32\apphelp.dll]
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  apphelp.dll loaded at 000007FEFD140000 [C:\Windows\system32\apphelp.dll]
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  ************************************
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  ************************************
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  SQL causing error : declare @js_runid int
    declare @js_sjobid int
    select @js_runid = 460200
    select @js_sjobid = 2
    set chained on exec saptools..SP_DBH_ERRORLOG
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  SQL causing error : declare @js_runid int
    declare @js_sjobid int
    select @js_runid = 460199
    select @js_sjobid = 13
    set chained on exec saptools..SP_DBH_THREADS
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  ************************************
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  ************************************
    00:0006:00000:00152:2014/11/18 11:10:00.73 server  SQL Text: declare @js_runid int
    declare @js_sjobid int
    select @js_runid = 460200
    select @js_sjobid = 2
    set chained on exec saptools..SP_DBH_ERRORLOG
    00:0007:00000:00153:2014/11/18 11:10:00.73 server  SQL Text: declare @js_runid int
    declare @js_sjobid int
    select @js_runid = 460199
    select @js_sjobid = 13
    set chained on exec saptools..SP_DBH_THREADS
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  curdb = 5 tempdb = 2 pstat = 0x10000 p2stat = 0x101000
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  curdb = 5 tempdb = 2 pstat = 0x10000 p2stat = 0x101000
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  p3stat = 0x80800 p4stat = 0x0 p5stat = 0x8 p6stat = 0x1 p7stat = 0x10000
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  p3stat = 0x80800 p4stat = 0x0 p5stat = 0x8 p6stat = 0x1 p7stat = 0x10000
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  lasterror = 2805 preverror = 0 transtate = 1
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  lasterror = 2805 preverror = 0 transtate = 1
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  curcmd = 224 program = JS Agent - sapsa             
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  curcmd = 224 program = JS Agent - sapsa             
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  extended error information: hostname:  login: sapsa
    00:0007:00000:00153:2014/11/18 11:10:00.73 kernel  extended error information: hostname:  login: sapsa
    00:0006:00000:00152:2014/11/18 11:10:00.73 kernel  pc: 0x0000000001403C58 os_get_cur_stk_desc+ 0xf8 (0x000000000EDA70F0, 0x000000000EDA70F0, 0x000000000EDA9080, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001403C58 os_get_cur_stk_desc+ 0xf8 (0x000000000EEA70F0, 0x000000000EEA70F0, 0x000000000EEA9080, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001382872 pcstkwalk+ 0x3e2 (0x0000000000000001, 0x00000000011D008F, 0x000000000000270F, 0x0000000077263566)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001382872 pcstkwalk+ 0x3e2 (0x0000000000000001, 0x00000000011F0090, 0x000000000000270F, 0x0000000077263566)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001383089 ucstkgentrace+ 0x339 (0x0000000000FAFEF1, 0x0000000000000001, 0x0000000000000000, 0x0000000000FAFEF1)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001383089 ucstkgentrace+ 0x339 (0x0000000000FAFEF1, 0x0000000000000001, 0x0000000000000000, 0x0000000000FAFEF1)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x000000000138135F ucbacktrace+ 0xbf (0x00000000C0000005, 0x000000000EDAA370, 0x000000000EDAA370, 0x00000000284ACB70)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x000000000138135F ucbacktrace+ 0xbf (0x00000000C0000005, 0x000000000EEAA370, 0x000000000EEAA370, 0x00000000284AD0B0)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000409C4B terminate_process+ 0x1b3b (0x00000000011D008F, 0x00000000FFFFFFFF, 0x00000000284ACB70, 0x0000000074A70000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000409C4B terminate_process+ 0x1b3b (0x00000000011F0090, 0x00000000FFFFFFFF, 0x00000000284AD0B0, 0x0000000074A70000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x00000000013CEEFF kiexception+ 0x50f (0x00000000013AFEF1, 0x0000000077389B3E, 0x000000000EDAA470, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x00000000013CEEFF kiexception+ 0x50f (0x00000000013AFEF1, 0x0000000077389B3E, 0x000000000EEAA470, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001CEC2F3 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00000000000002B7, 0x0000000000000000, 0x0000000000004000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000001CEC2F3 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00000000000002B7, 0x0000000000000000, 0x0000000000004000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000074AE12E3 _C_specific_handler+ 0x97 (0x000000000EDB0000, 0x000000000EDAFF80, 0x000000000EDAFF80, 0x0000000002E11F5C)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000074AE12E3 _C_specific_handler+ 0x97 (0x000000000EEB0000, 0x000000000EEAFF80, 0x000000000EEAFF80, 0x0000000002E11F5C)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000077389D0D RtlDecodePointer+ 0xbd (0x000000000EDB0000, 0x0000000002D87194, 0x00000000000CB3AC, 0x000000000026AC80)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000077389D0D RtlDecodePointer+ 0xbd (0x000000000EEB0000, 0x0000000002D87194, 0x00000000000CB3AC, 0x000000000026AC80)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x00000000773791AF RtlUnwindEx+ 0xbbf (0x000000000EDAAFB0, 0x000000000EDAAAC0, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x00000000773791AF RtlUnwindEx+ 0xbbf (0x000000000EEAAFB0, 0x000000000EEAAAC0, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x00000000773B1278 KiUserExceptionDispatcher+ 0x2e (0x000000000EDAB7B0, 0x000000000EDAB2E0, 0x000000000EDAB510, 0xFFFFFFFFFFFFFFFF)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x00000000773B1278 KiUserExceptionDispatcher+ 0x2e (0x000000000EEAB7B0, 0x000000000EEAB2E0, 0x000000000EEAB510, 0xFFFFFFFFFFFFFFFF)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EDAB6D4, 0x000000000EDABBC0, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EEAB6D4, 0x000000000EEABBC0, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EDACBD0, 0x00000000FFFF0000, 0x0000000000000019)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EEACBD0, 0x00000000FFFF0000, 0x0000000000000018)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0952A0, 0x000000000EDABBC0, 0x000000000EDACBD0, 0x0000000000000061)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0B2890, 0x000000000EEABBC0, 0x000000000EEACBD0, 0x0000000000000061)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x000000005B0952A0, 0x000000005B0952A0, 0x00000000805CE000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x000000005B0B2890, 0x000000005B0B2890, 0x0000000080EF2800, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0952A0, 0x0000000000000000, 0x00000000FFFF0000, 0x000000000000002B)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0B2890, 0x0000000000000000, 0x00000000FFFF0000, 0x000000000000002B)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812BF000, 0x000000000000001C, 0x0000000000000012, 0x000000005B0952A0)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812C9000, 0x000000000000001C, 0x0000000000000012, 0x000000005B0B2890)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BE6A2E proc_handle+ 0x9e (0x000000005B0AD420, 0x0000000000000000, 0x0000000000000012, 0x0000000000BE633A)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BE6A2E proc_handle+ 0x9e (0x000000005B0CAA10, 0x0000000000000000, 0x0000000000000012, 0x0000000000BE633A)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCE317 exc__raise+ 0x6c7 (0x000000005B0952A0, 0x0000000000400000, 0x0000000000000000, 0x0000000000000AF5)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCE317 exc__raise+ 0x6c7 (0x000000005B0B2890, 0x0000000000400000, 0x0000000000000000, 0x0000000000000AF5)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCE96E exc_raise+ 0x11e (0x000000000102523B, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000FCE96E exc_raise+ 0x11e (0x000000000102523B, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BED3D4 proc_read+ 0xbe4 (0x0000000000000000, 0x0000000000000001, 0x000000005B0952A0, 0x000000004ED2AAB0)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BED3D4 proc_read+ 0xbe4 (0x0000000000000000, 0x0000000000000001, 0x000000005B0B2890, 0x000000004E7F98B0)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BEE1A7 proc_get+ 0x3f7 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000BEE1A7 proc_get+ 0x3f7 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000F3E97B s_getTreeOrPlan+ 0x19b (0x000000005B0952A0, 0x000000000EDAE810, 0x0000000000000001, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000F3E97B s_getTreeOrPlan+ 0x19b (0x000000005B0B2890, 0x000000000EEAE810, 0x0000000000000001, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000EDE2D4 execproc+ 0x3a4 (0x00000000000000E0, 0x0000000000000001, 0x000000000EDAED60, 0x00000000000000E0)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000EDE2D4 execproc+ 0x3a4 (0x00000000000000E0, 0x0000000000000001, 0x000000000EEAED60, 0x00000000000000E0)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000EE4D02 s_execute+ 0x4692 (0x000000005B0952A0, 0x000000005B0952A0, 0x0000000080760960, 0x0000000000000001)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000EE4D02 s_execute+ 0x4692 (0x000000005B0B2890, 0x000000005B0B2890, 0x00000000806DD960, 0x0000000000000001)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000EF7476 sequencer+ 0x1f86 (0x000000005B0952A0, 0x000000005B0952A0, 0x0000000000000021, 0x0000000000000001)
    00:0007:00000:00153:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000EF7476 sequencer+ 0x1f86 (0x000000005B0B2890, 0x000000005B0B2890, 0x0000000000000021, 0x0000000000000001)
    00:0006:00000:00152:2014/11/18 11:10:00.75 kernel  pc: 0x0000000000467406 tdsrecv_language+ 0x706 (0x0000000000000021, 0x0000000000400000, 0x0000000000000000, 0x0000000000000021)
    00:0007:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000467406 tdsrecv_language+ 0x706 (0x0000000000000021, 0x0000000000400000, 0x0000000000000000, 0x0000000000000021)
    00:0006:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x000000000042BF87 conn_hdlr+ 0x2307 (0x00000000284ACB70, 0x00000000284ACB70, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x000000000042BF87 conn_hdlr+ 0x2307 (0x00000000284AD0B0, 0x00000000284AD0B0, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x00000000013AFEF1 kpntwrapper+ 0x51 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x00000000013AFEF1 kpntwrapper+ 0x51 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000077248FED CreateFiberEx+ 0x27d (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000077248FED CreateFiberEx+ 0x27d (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00152:2014/11/18 11:10:00.77 kernel  end of stack trace, spid 152, kpid 18677903, suid 4
    00:0007:00000:00153:2014/11/18 11:10:00.77 kernel  end of stack trace, spid 153, kpid 18808976, suid 4
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  attempted read from memory location 0000000000000018 from instruction at location 0x0000000074AC346E
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  Adaptive Server Enterprise system exception (0xc0000005) generated by a storage access violation.
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EEA7DC4, 0x000000000EEA82B0, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EEA92C0, 0x00000000812C9000, 0x0000000000000018)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0B2890, 0x000000000EEA82B0, 0x000000000EEA92C0, 0x0000000000000061)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x00000000FFFFFFFF, 0x000007FEFCAE24A1, 0x000000000471F7A0, 0x000007FEFE4317C0)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0B2890, 0x0000000000000000, 0x00000000812C9000, 0x00000000812C9000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812C9000, 0x000000000EEA9899, 0x000000000EEAA370, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000428D85 kill_proc+ 0x1f5 (0x0000000000000000, 0x00000000C0000005, 0x000000000EEAA370, 0x00000000284AD0B0)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x000000000040A2B4 terminate_process+ 0x21a4 (0x00000000011F0090, 0x00000000FFFFFFFF, 0x00000000284AD0B0, 0x0000000074A70000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  attempted read from memory location 0000000000000019 from instruction at location 0x0000000074AC346E
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  Adaptive Server Enterprise system exception (0xc0000005) generated by a storage access violation.
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x00000000013CEEFF kiexception+ 0x50f (0x00000000013AFEF1, 0x0000000077389B3E, 0x000000000EEAA470, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EDA7DC4, 0x000000000EDA82B0, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000001CEC2F3 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00000000000002B7, 0x0000000000000000, 0x0000000000004000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EDA92C0, 0x00000000812BF000, 0x0000000000000019)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AE12E3 _C_specific_handler+ 0x97 (0x000000000EEB0000, 0x000000000EEAFF80, 0x000000000EEAFF80, 0x0000000002E11F5C)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0952A0, 0x000000000EDA82B0, 0x000000000EDA92C0, 0x0000000000000061)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000077389D0D RtlDecodePointer+ 0xbd (0x000000000EEB0000, 0x0000000002D87194, 0x00000000000CB3AC, 0x000000000026AC80)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x00000000FFFFFFFF, 0x000007FEFCAE24A1, 0x000000000471FE80, 0x000007FEFE4317C0)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x00000000773791AF RtlUnwindEx+ 0xbbf (0x000000000EEAAFB0, 0x000000000EEAAAC0, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0952A0, 0x0000000000000000, 0x00000000812BF000, 0x00000000812BF000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x00000000773B1278 KiUserExceptionDispatcher+ 0x2e (0x000000000EEAB7B0, 0x000000000EEAB2E0, 0x000000000EEAB510, 0xFFFFFFFFFFFFFFFF)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812BF000, 0x000000000EDA9899, 0x000000000EDAA370, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EEAB6D4, 0x000000000EEABBC0, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000428D85 kill_proc+ 0x1f5 (0x0000000000000000, 0x00000000C0000005, 0x000000000EDAA370, 0x00000000284ACB70)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EEACBD0, 0x00000000FFFF0000, 0x0000000000000018)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x000000000040A2B4 terminate_process+ 0x21a4 (0x00000000011D008F, 0x00000000FFFFFFFF, 0x00000000284ACB70, 0x0000000074A70000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0B2890, 0x000000000EEABBC0, 0x000000000EEACBD0, 0x0000000000000061)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x00000000013CEEFF kiexception+ 0x50f (0x00000000013AFEF1, 0x0000000077389B3E, 0x000000000EDAA470, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x000000005B0B2890, 0x000000005B0B2890, 0x0000000080EF2800, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000001CEC2F3 kpntwrapper$filt$0+ 0x13 (0x0000000000000000, 0x00000000000002B7, 0x0000000000000000, 0x0000000000004000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0B2890, 0x0000000000000000, 0x00000000FFFF0000, 0x000000000000002B)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AE12E3 _C_specific_handler+ 0x97 (0x000000000EDB0000, 0x000000000EDAFF80, 0x000000000EDAFF80, 0x0000000002E11F5C)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812C9000, 0x000000000000001C, 0x0000000000000012, 0x000000005B0B2890)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000077389D0D RtlDecodePointer+ 0xbd (0x000000000EDB0000, 0x0000000002D87194, 0x00000000000CB3AC, 0x000000000026AC80)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000BE6A2E proc_handle+ 0x9e (0x000000005B0CAA10, 0x0000000000000000, 0x0000000000000012, 0x0000000000BE633A)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x00000000773791AF RtlUnwindEx+ 0xbbf (0x000000000EDAAFB0, 0x000000000EDAAAC0, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x00000000773B1278 KiUserExceptionDispatcher+ 0x2e (0x000000000EDAB7B0, 0x000000000EDAB2E0, 0x000000000EDAB510, 0xFFFFFFFFFFFFFFFF)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCE317 exc__raise+ 0x6c7 (0x000000005B0B2890, 0x0000000000400000, 0x0000000000000000, 0x0000000000000AF5)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AC346E vcwprintf_s+ 0x26ce (0x0000000000000001, 0x000000000EDAB6D4, 0x000000000EDABBC0, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCE96E exc_raise+ 0x11e (0x000000000102523B, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000074AA1AA3 sprintf+ 0x7b (0x0000000000000000, 0x000000000EDACBD0, 0x00000000FFFF0000, 0x0000000000000019)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000BED3D4 proc_read+ 0xbe4 (0x0000000000000000, 0x0000000000000001, 0x000000005B0B2890, 0x000000004E7F98B0)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FC9C87 ex_stuffp+ 0x4f7 (0x000000005B0952A0, 0x000000000EDABBC0, 0x000000000EDACBD0, 0x0000000000000061)
    00:0006:00000:00153:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000BEE1A7 proc_get+ 0x3f7 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.77 kernel  pc: 0x0000000000FCB1FD ex__logprint+ 0x38d (0x000000005B0952A0, 0x000000005B0952A0, 0x00000000805CE000, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000F3E97B s_getTreeOrPlan+ 0x19b (0x000000005B0B2890, 0x000000000EEAE810, 0x0000000000000001, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000FCB776 ex_logprint+ 0xe6 (0x000000005B0952A0, 0x0000000000000000, 0x00000000FFFF0000, 0x000000000000002B)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000EDE2D4 execproc+ 0x3a4 (0x00000000000000E0, 0x0000000000000001, 0x000000000EEAED60, 0x00000000000000E0)
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000BE6C31 proc_read__backout+ 0x1d1 (0x00000000812BF000, 0x000000000000001C, 0x0000000000000012, 0x000000005B0952A0)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000EE4D02 s_execute+ 0x4692 (0x000000005B0B2890, 0x000000005B0B2890, 0x00000000806DD960, 0x0000000000000001)
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000BE6A2E proc_handle+ 0x9e (0x000000005B0AD420, 0x0000000000000000, 0x0000000000000012, 0x0000000000BE633A)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000EF7476 sequencer+ 0x1f86 (0x000000005B0B2890, 0x000000005B0B2890, 0x0000000000000021, 0x0000000000000001)
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000FCE317 exc__raise+ 0x6c7 (0x000000005B0952A0, 0x0000000000400000, 0x0000000000000000, 0x0000000000000AF5)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000467406 tdsrecv_language+ 0x706 (0x0000000000000021, 0x0000000000400000, 0x0000000000000000, 0x0000000000000021)
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000FCE96E exc_raise+ 0x11e (0x000000000102523B, 0x000000000000001C, 0x0000000000000005, 0x0000000000000012)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  pc: 0x000000000042BF87 conn_hdlr+ 0x2307 (0x00000000284AD0B0, 0x00000000284AD0B0, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  end of stack trace, spid 153, kpid 18808976, suid 4
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000BED3D4 proc_read+ 0xbe4 (0x0000000000000000, 0x0000000000000001, 0x000000005B0952A0, 0x000000004ED2AAB0)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  DUMP OF LOADED MODULES:-
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  sqlsrvr.exe loaded at 0000000000400000 [G:\sybase\DEV\ASE-15_0\bin\sqlsrvr.exe]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000BEE1A7 proc_get+ 0x3f7 (0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  ntdll.dll loaded at 0000000077360000 [C:\Windows\SYSTEM32\ntdll.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  kernel32.dll loaded at 0000000077240000 [C:\Windows\system32\kernel32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  KERNELBASE.dll loaded at 000007FEFD5B0000 [C:\Windows\system32\KERNELBASE.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  MSVCR100.dll loaded at 0000000074A70000 [C:\Windows\system32\MSVCR100.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000F3E97B s_getTreeOrPlan+ 0x19b (0x000000005B0952A0, 0x000000000EDAE810, 0x0000000000000001, 0x0000000000000000)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybblk64.dll loaded at 0000000180000000 [G:\sybase\DEV\ASE-15_0\bin\libsybblk64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybct64.dll loaded at 0000000000110000 [G:\sybase\DEV\ASE-15_0\bin\libsybct64.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000EDE2D4 execproc+ 0x3a4 (0x00000000000000E0, 0x0000000000000001, 0x000000000EDAED60, 0x00000000000000E0)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybcs64.dll loaded at 00000000001E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybcs64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybcomn64.dll loaded at 0000000000310000 [G:\sybase\DEV\ASE-15_0\bin\libsybcomn64.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000EE4D02 s_execute+ 0x4692 (0x000000005B0952A0, 0x000000005B0952A0, 0x0000000080760960, 0x0000000000000001)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybintl64.dll loaded at 00000000003E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybintl64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  ADVAPI32.dll loaded at 000007FEFDB50000 [C:\Windows\system32\ADVAPI32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  msvcrt.dll loaded at 000007FEFDAB0000 [C:\Windows\system32\msvcrt.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000EF7476 sequencer+ 0x1f86 (0x000000005B0952A0, 0x000000005B0952A0, 0x0000000000000021, 0x0000000000000001)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  sechost.dll loaded at 000007FEFE350000 [C:\Windows\SYSTEM32\sechost.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  RPCRT4.dll loaded at 000007FEFDDB0000 [C:\Windows\system32\RPCRT4.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  MSVCR80.dll loaded at 000000006F690000 [C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6229_none_88dcc0bf2fb1b808\MSVCR80.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x0000000000467406 tdsrecv_language+ 0x706 (0x0000000000000021, 0x0000000000400000, 0x0000000000000000, 0x0000000000000021)
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybunic64.dll loaded at 0000000002E70000 [G:\sybase\DEV\ASE-15_0\bin\libsybunic64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybtcl64.dll loaded at 0000000002EF0000 [G:\sybase\DEV\ASE-15_0\bin\libsybtcl64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  WS2_32.dll loaded at 000007FEFE430000 [C:\Windows\system32\WS2_32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  pc: 0x000000000042BF87 conn_hdlr+ 0x2307 (0x00000000284ACB70, 0x00000000284ACB70, 0x0000000000000000, 0x0000000000000000)
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  end of stack trace, spid 152, kpid 18677903, suid 4
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  NSI.dll loaded at 000007FEFE420000 [C:\Windows\system32\NSI.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  DUMP OF LOADED MODULES:-
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  WSOCK32.dll loaded at 000007FEFA6B0000 [C:\Windows\system32\WSOCK32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  sqlsrvr.exe loaded at 0000000000400000 [G:\sybase\DEV\ASE-15_0\bin\sqlsrvr.exe]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  MSWSOCK.DLL loaded at 000007FEFCAE0000 [C:\Windows\system32\MSWSOCK.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  ntdll.dll loaded at 0000000077360000 [C:\Windows\SYSTEM32\ntdll.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  user32.dll loaded at 0000000077140000 [C:\Windows\system32\user32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  kernel32.dll loaded at 0000000077240000 [C:\Windows\system32\kernel32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  GDI32.dll loaded at 000007FEFF290000 [C:\Windows\system32\GDI32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  KERNELBASE.dll loaded at 000007FEFD5B0000 [C:\Windows\system32\KERNELBASE.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  LPK.dll loaded at 000007FEFE410000 [C:\Windows\system32\LPK.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  MSVCR100.dll loaded at 0000000074A70000 [C:\Windows\system32\MSVCR100.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  USP10.dll loaded at 000007FEFDEE0000 [C:\Windows\system32\USP10.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybblk64.dll loaded at 0000000180000000 [G:\sybase\DEV\ASE-15_0\bin\libsybblk64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  COMDLG32.dll loaded at 000007FEFD8E0000 [C:\Windows\system32\COMDLG32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybct64.dll loaded at 0000000000110000 [G:\sybase\DEV\ASE-15_0\bin\libsybct64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  SHLWAPI.dll loaded at 000007FEFE1C0000 [C:\Windows\system32\SHLWAPI.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybcs64.dll loaded at 00000000001E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybcs64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  COMCTL32.dll loaded at 000007FEFA140000 [C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\COMCTL32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybcomn64.dll loaded at 0000000000310000 [G:\sybase\DEV\ASE-15_0\bin\libsybcomn64.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybintl64.dll loaded at 00000000003E0000 [G:\sybase\DEV\ASE-15_0\bin\libsybintl64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  SHELL32.dll loaded at 000007FEFE480000 [C:\Windows\system32\SHELL32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  ADVAPI32.dll loaded at 000007FEFDB50000 [C:\Windows\system32\ADVAPI32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  NETAPI32.dll loaded at 000007FEFAC60000 [C:\Windows\system32\NETAPI32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  msvcrt.dll loaded at 000007FEFDAB0000 [C:\Windows\system32\msvcrt.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  netutils.dll loaded at 000007FEFC770000 [C:\Windows\system32\netutils.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  sechost.dll loaded at 000007FEFE350000 [C:\Windows\SYSTEM32\sechost.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  srvcli.dll loaded at 000007FEFCDC0000 [C:\Windows\system32\srvcli.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  RPCRT4.dll loaded at 000007FEFDDB0000 [C:\Windows\system32\RPCRT4.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  wkscli.dll loaded at 000007FEFAC40000 [C:\Windows\system32\wkscli.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  MSVCR80.dll loaded at 000000006F690000 [C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6229_none_88dcc0bf2fb1b808\MSVCR80.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  dbghelp.dll loaded at 000007FEF9FB0000 [C:\Windows\system32\dbghelp.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybunic64.dll loaded at 0000000002E70000 [G:\sybase\DEV\ASE-15_0\bin\libsybunic64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  PSAPI.DLL loaded at 0000000077520000 [C:\Windows\system32\PSAPI.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  libsybtcl64.dll loaded at 0000000002EF0000 [G:\sybase\DEV\ASE-15_0\bin\libsybtcl64.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  IPHLPAPI.DLL loaded at 000007FEFB6B0000 [C:\Windows\system32\IPHLPAPI.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  WS2_32.dll loaded at 000007FEFE430000 [C:\Windows\system32\WS2_32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  WINNSI.DLL loaded at 000007FEFB660000 [C:\Windows\system32\WINNSI.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  NSI.dll loaded at 000007FEFE420000 [C:\Windows\system32\NSI.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  loadperf.dll loaded at 000007FEF3B30000 [C:\Windows\system32\loadperf.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  WSOCK32.dll loaded at 000007FEFA6B0000 [C:\Windows\system32\WSOCK32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  ole32.dll loaded at 000007FEFDFB0000 [C:\Windows\system32\ole32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  MSWSOCK.DLL loaded at 000007FEFCAE0000 [C:\Windows\system32\MSWSOCK.DLL]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  OLEAUT32.dll loaded at 000007FEFF300000 [C:\Windows\system32\OLEAUT32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  user32.dll loaded at 0000000077140000 [C:\Windows\system32\user32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  sybcsi_core29.dll loaded at 0000000002F40000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_core29.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  GDI32.dll loaded at 000007FEFF290000 [C:\Windows\system32\GDI32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  sybcsi_profiler29.dll loaded at 0000000002FA0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_profiler29.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  LPK.dll loaded at 000007FEFE410000 [C:\Windows\system32\LPK.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  USP10.dll loaded at 000007FEFDEE0000 [C:\Windows\system32\USP10.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  sybcsi_propertiesconfig29.dll loaded at 0000000002FC0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_propertiesconfig29.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  COMDLG32.dll loaded at 000007FEFD8E0000 [C:\Windows\system32\COMDLG32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  sybcsi_openssl29.dll loaded at 0000000002FE0000 [G:\sybase\DEV\ASE-15_0\bin\sybcsi_openssl29.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  SHLWAPI.dll loaded at 000007FEFE1C0000 [C:\Windows\system32\SHLWAPI.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  MPR.dll loaded at 000007FEFA610000 [C:\Windows\system32\MPR.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  COMCTL32.dll loaded at 000007FEFA140000 [C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\COMCTL32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  IMM32.DLL loaded at 000007FEFF3E0000 [C:\Windows\system32\IMM32.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  SHELL32.dll loaded at 000007FEFE480000 [C:\Windows\system32\SHELL32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  MSCTF.dll loaded at 000007FEFE240000 [C:\Windows\system32\MSCTF.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  NETAPI32.dll loaded at 000007FEFAC60000 [C:\Windows\system32\NETAPI32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  ntmarta.dll loaded at 000007FEFC3D0000 [C:\Windows\system32\ntmarta.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  netutils.dll loaded at 000007FEFC770000 [C:\Windows\system32\netutils.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  WLDAP32.dll loaded at 000007FEFD860000 [C:\Windows\system32\WLDAP32.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  srvcli.dll loaded at 000007FEFCDC0000 [C:\Windows\system32\srvcli.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  SYBEVENT.DLL loaded at 0000000010000000 [G:\sybase\DEV\ASE-15_0\dll\SYBEVENT.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  wkscli.dll loaded at 000007FEFAC40000 [C:\Windows\system32\wkscli.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  DNSAPI.dll loaded at 000007FEFC960000 [C:\Windows\system32\DNSAPI.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  dbghelp.dll loaded at 000007FEF9FB0000 [C:\Windows\system32\dbghelp.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  dhcpcsvc6.DLL loaded at 000007FEFB330000 [C:\Windows\system32\dhcpcsvc6.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  PSAPI.DLL loaded at 0000000077520000 [C:\Windows\system32\PSAPI.DLL]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  dhcpcsvc.DLL loaded at 000007FEFB310000 [C:\Windows\system32\dhcpcsvc.DLL]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  IPHLPAPI.DLL loaded at 000007FEFB6B0000 [C:\Windows\system32\IPHLPAPI.DLL]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  icmp.Dll loaded at 0000000070890000 [C:\Windows\system32\icmp.Dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  WINNSI.DLL loaded at 000007FEFB660000 [C:\Windows\system32\WINNSI.DLL]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  wship6.dll loaded at 000007FEFCAD0000 [C:\Windows\System32\wship6.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  loadperf.dll loaded at 000007FEF3B30000 [C:\Windows\system32\loadperf.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  libsybaseldap64.dll loaded at 0000000005160000 [G:\sybase\DEV\ASE-15_0\bin\libsybaseldap64.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  ole32.dll loaded at 000007FEFDFB0000 [C:\Windows\system32\ole32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  CRYPTSP.dll loaded at 000007FEFCB40000 [C:\Windows\system32\CRYPTSP.dll]
    00:0007:00000:00152:2014/11/18 11:10:00.78 kernel  OLEAUT32.dll loaded at 000007FEFF300000 [C:\Windows\system32\OLEAUT32.dll]
    00:0006:00000:00153:2014/11/18 11:10:00.78 kernel  rsaenh.dll loaded at

    Hi,
    i forgot to update the status, sorry!
    Opened a support incident; the upgrade procedure was not fine for saptools database because it was not able to enlarge automatically. Increased the size manually and restart the database.
    Upgrade was terminated fine and error in log file disappeared.
    Regards.

  • Zen Agent 11.3 upgrade issue

    Hi All,
    So I just successfully migrated my entire company that I work for from a single ZCM11.2 Primary, to 2 ZCM11.3 Virtual Appliances and a remote sybase database server. Was fun, but now im trying to update all of our existing machines Zenworks Agents to 11.3, most of them upgraded and moved to successful status in the deployment history, but some just stay in pending even though the agent has indeed been upgraded. Those machines already have been rebooted and verified that it installed correctly. These machines are keeping this system update Deployment from baselining. How do i manually change their status to Successful?
    Thanks all!

    I have what sounds like this same problem. At the moment, 880 out of roughly 4300 computers are sitting in "Pending" status, even though the overwhelming majority of them were actually installed from scratch with the Agent version which is due to be deployed. (We install the Agent on the image, for what that may matter.)
    One thing I've noticed is that although the System Update in question lists those computers as Pending, and the same System Update is listed in the "Assigned System Updates" pane in the workstation objects for those computers, if I go to primaryserver/zenworks-systemupdate/, select "Test service", select the "getAssignedSystemUpdates" option, and enter the GUID from one of those computers, it lists no system updates as available.
    I've noticed that behavior both for computers which have the new Agent already, and for ones which still have an older one. In the cases of computers which have an older one, if I enter the system's GUID and the appropriate system-update GUID into the "setDeviceUpdateStatus" form, the System Update then shows up under getAssignedSystemUpdates and the computer initiates the update normally. (However, even assuming it would be safe - see below - doing this with 880 computers would not be practical.)
    I have not tried doing this with one of the computers which already has the new Agent, because I don't know what trying to deploy a System Update that's already installed might do, and I don't have a test case (exhibiting the symptoms) which I know I can safely risk.
    We recently reimaged a large number of computers, and I noticed that at that point the number of systems with Pending status went down significantly - it used to be well over 1000, I think by a good few hundred. I don't know what bearing this might have on matters, but it seemed worth mentioning.
    Any ideas of anything I could try here?
    Just for the record, this is with ZENworks 11.2.2. We're looking at deploying 11.2.4 or possibly 11.3 within the next couple of months, but I'd like to get 11.2.2 officially Baselined before doing that, and that requires clearing up these hundreds of computers which are showing Pending status.

  • Agent Primary Server Failover

    Hi All
    Can someone tell me how the adaptive agent decides to choose which server to connect to?, we have two primary servers in our zone and it always connects to the same one, even when the first primary server is switched off they agent authentication will fail.
    We moved the sybase database from one server to another and still the agent will not authenticate. So we added a DNS round robin so that the second server had the same DNS name as the primary and that kind of works (slow access) but seems like a very dodgy way of getting things to work from the second server.
    So just to clarify:-
    Server1 (First Primary On) When this is on all works well.
    Server1 (First Primary Down) The Second Zone Member Server2 does not work even when it holds the database, the agent still tries to connect to Server1.
    We make a DNS Round Robin so that Server1&Server2 resolve to the DNS of Server1.ourcomany.com it appears to work but seems a bit of a cowboy fix to me, is this really the way we would recover from a primary crash if we did not use remote databases.

    I'm guessing the failure to the 2nd Server is failing when the first server
    is down because that is your Certificate Authority.
    Are you using an Internal or External Cert?
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "106666" <[email protected]> wrote in message
    news:[email protected]..
    >
    > Hi All
    >
    >
    > Can someone tell me how the adaptive agent decides to choose which
    > server to connect to?, we have two primary servers in our zone and it
    > always connects to the same one, even when the first primary server is
    > switched off they agent authentication will fail.
    >
    > We moved the sybase database from one server to another and still the
    > agent will not authenticate. So we added a DNS round robin so that the
    > second server had the same DNS name as the primary and that kind of
    > works (slow access) but seems like a very dodgy way of getting things
    > to work from the second server.
    >
    > So just to clarify:-
    >
    > Server1 (First Primary On) When this is on all works well.
    >
    > Server1 (First Primary Down) The Second Zone Member Server2 does not
    > work even when it holds the database, the agent still tries to connect
    > to Server1.
    >
    > We make a DNS Round Robin so that Server1&Server2 resolve to the DNS of
    > Server1.ourcomany.com it appears to work but seems a bit of a cowboy fix
    > to me, is this really the way we would recover from a primary crash if
    > we did not use remote databases.
    >
    >
    > --
    > 106666
    > ------------------------------------------------------------------------
    > 106666's Profile: http://forums.novell.com/member.php?userid=6795
    > View this thread: http://forums.novell.com/showthread.php?t=314104
    >

  • Sybase ASE integrator to Oracle 10g use Synchronous mode?

    I want to use ODI to replicate Sybase ASE data into Oracle 10g, what I've done is using "JKM Sybase simple" and "LKM SQL to SQL" and "IKM Oracle Incremental Update", then create a interface, create a scenario, create a scheduling running in Scheduler Agent, every 5 seconds get the journalized data from Sybase and refresh to Oracle.
    This is acceptable, but my question is: Can I set this scenario in synchronous mode, not pulling changed data every 5 seconds but instead of pushing changed data to Oracle just after DML committed in Sybase?

    No, not the current workbench. We will be bringing out support for Sybase 15 in SQL Developer at the next release.
    You could try bringing the db down to 12 if that was an option and then migrate from that.
    Barry

  • Audit Vault Agent DB2 AS /400

    Hi
    Any body know if Audit Vault can support DB2 running on AS/400 ?
    Regards

    I'm not sure I understand your follow-on query. There is no such thing as an "Agent for DB2". Audit Vault only has one agent, and it can collect audit trails from all supported types of sources, including Oracle , SQL Server, Sybase, and DB2 LUW databases. The agent runs on several platforms - Linux on Intel (both 32-bit and 64-bit variants), Solaris on SPARC, AIX on POWER, HP-UX on PA-RISC and Itanium, and 32-bit Windows on Intel. It does not run on the AS400 at this time.
    Regards.

Maybe you are looking for

  • Blue Screen Error from iTunes to iPod Transfer

    When I hit update (iPod Name), it would update the device. However, upon completion, my computer always crashes, giving me the b.s.o.d (blue screen of death). Is there any way I can fix this? Other Notes: Files transfer completely into the iPod. The

  • After upgrading calender changed to a book

    I upgraded iLife to '08 and also upgraded my OS from Panther to Leopard. When I opened iPhoto for the first time after upgrading, one of my projects had changed file type. I had several calenders in progress and a book, and one of the calenders is no

  • Symbol & Text Substitution

    Pages 09 seems to use a similar symbol & text substitution facility to Snow Leopard; why it doesn't use the OS's I don't know. But I found a way of entering another 2,000 typos in the OS's version through this web-site http://db.tidbits.com/article/1

  • Can anyone help? I want to prioritize my preferred WIFI networks. I cannot remember how.

    Can anyone help? I know there is a way to prioritize the WIFI networks that my MacBook connects to in a certain order, and I cannot remember how. Thanks.

  • Centering One DIV in Another DIV

    Hi -- On this page: http://www.mort.thelegatogroup.com/ the DIV #navigation is set to extend left to right across the viewport. Within #navigation is another DIV -- #navbuttons -- that I want centered on the screen. While it's centered in IE6 I canno