DB2 Connect OTD problem in JCAPS 6

Hi,
I am getting the error "could not locate jdbc driver com.ibm.db2.jcc.db2driver" Where do i need to place the DB2 jar files??
Regards,
Munaf

I've used the DB2Connect 3rd party library installer that shipped with JCAPS 6. That didn't work at all (console reported that it moved 3 files to a certain directory, navigate to that directory and only 1 file is there.)
Here is the stacktrace from messages.log:
INFO [com.stc.otd.forest.provider.OtdRepositoryContext]: LookUpOtd: XMLDB2/otdSQLServLookup from Repository.......
WARNING [com.stc.bpms.common.model.wsdl.visitor.SAXParseVisitor]: Parent Project Element must be specified in order for imports to function correctly.
INFO [com.stc.otd.forest.provider.OtdRepositoryContext]: LookUpOtd: XMLDB2/otdSQLServLookup from Repository.......
WARNING [org.openide.util.IconManager]: Initial slashes in Utilities.loadImage deprecated (cf. #20072): /com/stc/deployment/module/resources/deployment.png
INFO [com.stc.otd.forest.provider.OtdRepositoryContext]: LookUpOtd: XMLDB2/KFC/OTD/otdKFCToDB2 from Repository.......
WARNING [com.stc.bpms.common.model.wsdl.visitor.SAXParseVisitor]: Parent Project Element must be specified in order for imports to function correctly.
Warning: use of system property netbeans.home in com.stc.db2connect.wizard.ConnectionVisualPanel has been obsoleted in favor of InstalledFileLocator
java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver
     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:244)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:164)
     at com.stc.db2connect.builder.DBMetaData.connectDB(DBMetaData.java:324)
     at com.stc.db2connect.wizard.ConnectionPanel.canConnectToDb(ConnectionPanel.java:278)
     at com.stc.db2connect.wizard.DbIterator.nextPanel(DbIterator.java:520)
     at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:1857)
     at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1316)
     at org.openide.WizardDescriptor.access$1200(WizardDescriptor.java:119)
     at org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1880)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:449)
     at $Proxy21.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicRootPaneUI$Actions.actionPerformed(BasicRootPaneUI.java:190)
     at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1571)
     at javax.swing.JComponent.processKeyBinding(JComponent.java:2772)
     at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:255)
     at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:204)
     at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2849)
     at javax.swing.JComponent.processKeyBindings(JComponent.java:2841)
     at javax.swing.JComponent.processKeyEvent(JComponent.java:2735)
     at java.awt.Component.processEvent(Component.java:5294)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3984)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1826)
     at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:681)
     at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:938)
     at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:810)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:645)
     at java.awt.Component.dispatchEventImpl(Component.java:3857)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Window.dispatchEventImpl(Window.java:1791)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
     at java.awt.Dialog$1.run(Dialog.java:535)
     at java.awt.Dialog$2.run(Dialog.java:565)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:563)
     at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:835)
     at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:869)
     at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:857)
     at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:108)
     at org.openide.util.Mutex.doEventAccess(Mutex.java:1355)
     at org.openide.util.Mutex.readAccess(Mutex.java:268)
     at org.netbeans.core.windows.services.NbPresenter.show(NbPresenter.java:842)
     at com.stc.db2connect.wizard.Db2ConnectDatabaseOtdEditAction.performAction(Db2ConnectDatabaseOtdEditAction.java:132)
     at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
     at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
     at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1051)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1092)
     at java.awt.Component.processMouseEvent(Component.java:5517)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
     at java.awt.Component.processEvent(Component.java:5282)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3984)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1791)
     at java.awt.Component.dispatchEvent(Component.java:3819)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Similar Messages

  • DB2 Connection Problem - Can't find - COM.ibm.db2.jdbc.app.DB2Driver

    Hi All,
    when executing an application and attempting to connect to DB2 I get;
    error java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver
    I've added the 'db2java.zip' library to the java.conf file (and the native db2 libs) and can make db2 connections using the database connect via the IDE. But not when executing my application - what am I missing.
    TIA
    Bill

    Hi Deepak,
    I added the db2java.zip to the
    project properties/libraries/classpath
    and it works fine. (well my code fails - but that's another problem <g>.)
    Thanks for all your help.
    Bill

  • DB2 Connection pooling

    Hi friends :
    I am writing a DB2 Connection pooling class.In oracle we set the mininmum connections like
    ocacheimpl = new OracleConnectionCacheImpl(DataSource );
    ocacheimpl.setMinLimit(minConnections)
    ocacheimpl.setMaxLimit()
    Like this is there any methods to set the min connections in the DB2.
    Please help me in this.
    Thanks
    Mandava

    Hi,
    i´ve got the same problem as Stephen.
    can anybody check my start-script, in my eyes it seems
    to be correct concerning the paths.
    thanks for urgent help
    Andreas Koch
    NetFidelity Consulting GmbH
    [email protected]
    Stephen Davies <[email protected]> wrote:
    Scott,
    is SQLLIB\bin on the path?
    Joseph Weinstein wrote:
    Hi. For 5.1, you need to edit your startWebLogic script,
    and add the DB2 driver classes to the weblogic.classpath.
    Also any native libraries needed for this driver should be
    available to the WLS process.
    Can you run a simple DB2 JDBC example program (no WebLogic code)
    in this environment?
    Joe
    scott rogan wrote:
    i'm having difficulty setting up a DB2 connection pool in WL 5.1.
    Getting this error on server startup: <E> <JDBC Pool> Failed to create
    connection pool "db2Pool"weblogic.common.ResourceException: Could not
    load 'COM.ibm.db2.jdbc.app.DB2Driver' because System.loadLibrary threw
    java.lang.UnsatisfiedLinkError with the message '[IBM][JDBC Driver]
    CLI0647E Error allocating DB2 environment handle, rc=db2jdbc.'.any
    ideas?thanks
    Stephen Davies
    Davies Consulting Pty. Ltd.
    Sydney, Australia
    Ph. +61 2 9527 4274
    [startWebLogic.sh]

  • DB2 Connect Server appear after Migrating DB2 from v8.2 to v9.5

    I migrated the database software of SAP ECC 5.0 System from DB2 v8 fixpak 17 to DB2 v9.5 fix pack 4.  After I installed the SAP DB2 licenses, I noticed that a new product "DB2 Connect Server" remained in 'Trail' status.
    Product name:                     "DB2 Connect Server"
    License type:                     "Trial"
    Expiry date:                      "01/02/2010"
    Product identifier:               "db2consv"
    Version information:              "9.5"
    I did not select this product during the installation of Enterprise Server Edition.
    Do I need to remove the product "DB2 Connect Server"?
    Is there any problem with let the product "DB2 Connect Server" expired?
    Will the following command remove the product?
    db2licm -r db2consv
    Thanks in advance!

    Dear Sameer,
    DB2 Connect Server is independent component whose purpose is to connect applications to data.
    DB2 Connect provides connectivity to mainframe and midrange databases from Linux, UNIX, and Windows based platforms. You can connect to DB2® databases on OS/390 and z/OS, iSeries, VSE, and VM. You can also connect to non-IBM databases that comply with the Distributed Relational Database Architectureu2122 (DRDA®).
    If you are not having any scenarios (in you system landscape) to use DB2 server/client Connectivity to mainframe/mid-range databases, then you can remove that product by executing db2licm -r db2consv
    If your DB2 connect Server license is already expired, and you are not able to remove it, then following workaround will be helpful.
    Workaround may be:
    1. db2stop
    2. Adjust your system clock at some point in past when this license was still trial.
    3. db2licm -r db2consv
    You can get some useful information about DB2 connect role in SAP landscape in this document[ Streamlining DB2 Connect for SAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207c5c32-51ea-2a10-c7bc-bcfca74552d5&overridelayout=true].
    Regards,
    Bhavik G. Shroff

  • Oracle.DataAccess 2.112.1.0 - Connection Pool Problem

    Hi,
    Oracle.DataAccess 2.112.1.0 is having connection pool problem. The no. of TCP connections to Oracle database keep increasing untill the server's session run out of limit. My application created connections, use them, close them, and dispose them properly. When using previous Oracle.DataAccess 2.111.6.20, the no. of TCP connections do not increase.
    My database connection string has "Min Pool Size = 3 and Max Pool Size = 150".
    With 2.111.6.20 version, TCP connection stays at 3.
    With 2.112.1.0, TCP connection keep increasing for every 5 minutes. I've tried to disable Self Tuning, but still can't prevent the connections from increasing.
    Later today, I downloaded Oracle.DataAccess 2.112.1.2 (it comes with ODAC 11.2.0.1.2) and test again, the problem is resolved... no more connection increases... but.... it is only for 32 bit Windows.
    Unfortunately, there is no Oracle.DataAccess 2.112.1.2 for 64 bit Windows Server 2008.
    May I know how can i resolve this problem on 64bit Window installed with Oracle 11g R2 client, which comes with Oracle.DataAccess 2.112.1.0, which has serious problems...(according to this 11.2 ODP.NET causing test runner failures )
    Many thanks for your time and answers!
    Edited by: user1502907 on 04-Sep-2010 23:01

    Hi,
    The only thing that jumps out within your problem description is that connections are being increased every 5 minutes. Are you sure its every 5 minutes and not 3 minutes which is the timing interval used by the Connection Pool facility to perform connection pool maintenance. If this occurs even when the application is idle then you could be running into the following known issue filed against 11.2.0.1.0 and fixed in 11.2.0.1.2.
    Bug 9711600 - CONNECTIONS INCREASE BEYOND MAX POOL SIZE EVERY 3 MINUTE
    This is specific to using the option CommandBehavior.CloseConnection when calling execute reader. Are you using this option and then also closing the connection in code before the datareader object is closed, if so you may be hitting this bug. You can also generate an ODP trace at level 15 of the behavior and if you see negative pool counts, that is also a diagnostic that points to this bug.
    This is fixed in 11.2.0.1.0 Patch 3 or later for x64. If you have support, I recommend you open a service request to verify if this is your issue and if a patch set may help you.
    Regards
    Jenny B.

  • Trying to connect my replacement Iphone 3GS to my windows 7 laptop but it is not recognised at all, my ipod can connect no problem, my iphone can connect to my windows vista computer no problem. Any ideas?

    Trying to connect my replacement Iphone 3GS to my windows 7 laptop but it is not recognised at all, my ipod can connect no problem, my iphone can connect to my windows vista computer no problem. Any ideas?

    More info,
    I have bootcamp with Windows 7 installed, do I need to run some "Driver compatibility checker" after the Windows 7install?
    if so what is the name of it?
    thanks

  • Why can I not connect any apple i pad to our e fibre. All other devices connect no problem

    We are a tourism service provider and since we have upgraded to e fibre we are not able to connect any apple i pads to our WiFi.All othe devices connect no problem. What is the solution to this issue.

     
    Hi carramore, 
    The best advice I can offer is to contact our support team on 1890 260 260 (telephone number and option 0) or use our webchat facility -  http://www.eircom.net/about/contact/
    They'll be able to help you with this, it will just be a settings change over.
    Thanks 
    Tracey 

  • DB2 Connect installation for more as one application-server...

    Greetings,
    We've installed SAP 4.6D and migrated to ECC 6.0...
    also migrated from ICLI to DB2 Connect.
    We've 4 application server's on Win2k3.
    What's the perfect, with best performance - installation from DB2 Connect ?
    DB2 Connect on every appication server or on central instance server (connect-mode: server client) ?
    I'm not found tips or document's on SAP Notes (description installation procedure for <b>more as one</b> SAP application server's).
    Regards, Markus

    Hay Markus,
    You have the classic tradeoff here: like Thomas mentioned installing a DB2 connect on every server reduce latency but give you more work on an upgrade or definition change, installing just one DB2 connect is easier and more secure but have an inherent performance leg.
    I’d recommend installing on all servers with a shared parameter file or write a distribution script to distribute the file to all severs from a central location.
    Good luck,
    Uri Lifshitz.

  • ASP  db2 connection

    I'm new to ASP and experienced db2 user in C/S applications.
    I have developed a dynamiz page with Dreamweaver usin ASP
    VBscript and tried to connect db2 satabase. In defining the
    connection and preparing the record set everything went well and
    with DW I connected to dns, tested the connection and played with
    SQL everything fine. But when I tried the same thing using ASP
    page, the connection did not work and I got an error message
    showing the connection line on the program. The connections string
    seemed O.K. and the ASP program seems O.K. but application does not
    work and I get error.
    I do the same thing to Access tables everything works well,
    again with ODBC.
    Probably there is an issue with IBM DB2 connection using
    ODBC.
    Attached the connection code and the line of ASP program
    where I get error message
    <%
    ' FileName="Connection_odbc_conn_dsn.htm"
    ' Type="ADO"
    ' DesigntimeType="ADO"
    ' HTTP="false"
    ' Catalog=""
    ' Schema="DB2ADMIN"
    Dim MM_connMedbase_STRING
    MM_connMedbase_STRING =
    "dsn=MEDBASE;uid=db2admin;pwd=db2admin;"
    %>
    <%
    Dim rsMedbase
    Dim rsMedbase_numRows
    Set rsMedbase = Server.CreateObject("ADODB.Recordset")
    rsMedbase.ActiveConnection = MM_connMedbase_STRING ******here
    I get error*******
    rsMedbase.Source = "SELECT * FROM DB2ADMIN.RAND0102 ORDER BY
    RAND_TIME ASC"
    rsMedbase.CursorType = 0
    rsMedbase.CursorLocation = 2
    rsMedbase.LockType = 1
    rsMedbase.Open()
    rsMedbase_numRows = 0
    %>
    appreciate any help, thx in advance

    One thing I like about MSSQL databases is that you can manage them using Access itself. This is done by creating an Access project file with an ADP extension. It presentsna dialog for the server connection which uses the same information as the connection string. Once connected, you can manage the database the same way as you would a regular Access database in almost every aspect. You can import and export, create tables and Queries, etc. One noticeable difference is that you're presented a lot more options for datatypes for your table fields. One downside is that the web Hist must allow remote connections which some do not for security reasons. Another is that I don't know how applicable this would be in a ASP.net environment, but that's not supported by DW and even classic ASP is fading fast.  Beyond MS-based solutions is PHP with MySQL, a different animal in many respects but conceptually similar to the overall principles of dynamic websites. I still manage a small number of ASP sites, and a couple years ago decided I was overdue in choosing which technology I needed to learn. I went  the PHP route because I still wanted to use DW and many Web Assist extension which many now only support PHP. (not to say I won't ever delve into dot net, but I need to be able to hand code PHP at least to the extent that I can with VBscript)

  • Db2-connect error  - dboraslib.dll - specified module could not be found

    While I am trying to START SAP server, its giving the db2-connect error . showing the following error, can anybody throw some light.
    Thanks
    trc file: "dev_w1", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Sat Sep 30 19:06:25 2006
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\DWK\SYS\exe\run\dboraslib.dll' ...

    M Sat Sep 30 19:06:45 2006
    M  *** ERROR => DlLoadLib: LoadLibrary(D:\usr\sap\DWK\SYS\exe\run\dboraslib.dll) Error 126 [dlnt.c       226]
    M          Error 126 Error 126 = "The specified module could not be found."
    B  *** ERROR => Couldn't load library 'D:\usr\sap\DWK\SYS\exe\run\dboraslib.dll'
    [dbcon.c      3789]
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    251
    M  intno      20020600
    M  pid        1580

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 1 1580) [dpxxdisp.c   1016]
    I  MtxInit: -2 0 0

    X Sat Sep 30 19:06:46 2006
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 1 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Sat Sep 30 19:06:48 2006
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\DWK\SYS\exe\run\dboraslib.dll' ...
    M  *** ERROR => DlLoadLib: LoadLibrary(D:\usr\sap\DWK\SYS\exe\run\dboraslib.dll) Error 126 [dlnt.c       226]
    M          Error 126 = "The specified module could not be found."
    B  *** ERROR => Couldn't load library 'D:\usr\sap\DWK\SYS\exe\run\dboraslib.dll'
    [dbcon.c      3789]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 008192) [thxxhead.c   1098]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   8277]

    M  Info for wp 1

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server star47e_DWK_00 on host star47e (wp 1)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Sat Sep 30 19:06:48 2006
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8408
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************


    M Sat Sep 30 19:06:49 2006
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  235]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  dbtbxbuf: Buffer TBX_SINGLE not available
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 1 1580) [dpnttool.c   345]

    thanks cyrus.
    I just updated the kernel and it got me passed the error but now it stops somewhere else.
    Previous error OK:
    B Library 'C:\usr\sap\DRS\SYS\exe\run\dboraslib.dll' loaded
    B Version of 'C:\usr\sap\DRS\SYS\exe\run\dboraslib.dll' is "640.00", patchlevel (0.79)
    B New connection 0 created
    M sysno 00
    M sid DRS
    M systemid 560 (PC with Windows NT)
    M relno 6400
    M patchlevel 0
    M patchno 87
    M intno 20020600
    M make: multithreaded, ASCII
    M pid 3360
    New error:
    X ES initialized.
    M
    M Mon Oct 23 16:42:37 2006
    M calling db_connect ...
    C Prepending C:\oracle\ora81 to Path.
    C got NLS_LANG='AMERICAN_AMERICA.WE8DEC' from environment
    C *** ERROR => Couldn't initialize Oracle client library,
    please check your installation!
    [dbsloci.c 1935]
    M ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c 1273]
    M in_ThErrHandle: 1
    M *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 9530]
    M
    This look familiar?
    Thanks again.

  • DB2 connection in IDT

    Hi All,
    I'm on BI 4.1 SP03 and trying to create a connection to DB2 V7 using IDT. When i go to the database middleware driver section and did the following.
    * Selected DB2 for i v7
    * Entered username and password and Alias (database name)
    1. What is the Alias in the above step?
    2. Do i have to install or do any steps in the server to get the DB2 connection?
    3. I'm getting the error message in the screenshot.
    Any help is highly appreciated.
    Regards,
    DTD

    HI,
    I don't know much about DB2 but as per the IDT tutorial
    Alias - For DB2 connections, this is the alias of the database that you have created in the DB2 configuration assistant.
    Page number -94
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_info_design_tool_en.pdf

  • SQL0904N and SQL30081N while using DB2-Connect driver

    Scenario:
    Application program : Java on Unix
    Database : DB2 on Mainframe
    Database driver : IBM's DB2 connect
    Usage : A number of connections are taken by the program and are used as long as the program is alive
    (Life time of the program is variable. It can be as long as many days -- in a sense the program acts like a daemon process that runs as long it is not stopped).
    Scenario:
    -To one of the table using a load utility, such as BMC, data is loaded
    -Database goes to copy-pending status
    -Database is started by using the following command : "START DATABASE(database name) SPACENAM(table space name) ACCESS(FORCE)"
    Doubts:
    1. What happens to the connections that the program has opened to the database?
    2. Does the database relinquish all the resources (like the sockets it would have opened for the communication with the driver) held by it during restarting?
    (at least before restarting, it is evident that no query on the table in question is possible. A typical SQL0904N, which is non-availability of resources, is thrown)
    3. Can the above scenario cause a SQL30081N, which is resetting of connection by peer i.e. database in this case?

    Yes, there is a high probability for such things, you may want to consider using a connection pool instead of opening 2 connections once at the start of the program and using them all for days.
    Have a look at the following link to get an idea on how to implement a simple connection pool.
    http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html

  • Upgrading db2 connect thin client from v9.1 to v9.5

    I'm looking for instructions on how to upgrade the db2 connect thin client CLI and JDBC drivers from v9.1 to v9.5 (latest fixpack). I found note 867976 describing how to update the JDBC portion. I'm wondering if there is an official way of upgrading the CLI client, now that this is normally automatically installed as part of the SAPINST process.  We want to upgrade our system from v9.1 thin client ot v9.5 thin client to use the new functionality.
    (We have instructions for upgrading from v9 Fat client to v9.5 thin client.)

    1.Copied new driver version into db2_clidriver and jdbc folders.
    2. Ran db2radm to bind new collection
    3. Used sappad to change connect.ini file back to Unix format.
    4. Restarted Cluster.
    New version working now.

  • Firefox is configured to use a proxy server that is refusing connections. Problem loading page appears. What do I do?

    When clicking onto the Firefox Icon a window pops up stating the following:
    Proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    Problem loading page.
    What do I do?

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]

  • Need to find out a way to figure out how DB2 connect to Oracle and data mirroring etc.

    Hi, Gurus,
    I just take over a project which source is ICOMS as400 db2 database. Seems data mirro CDC is used to replicate from DB2 to oracle.
    I am very new to this datamirror CDC , plus I am new to figure out how db2 connect to oracle, is that through db link or what? or is there tnsnames entry?
    I would like anybody in this forum can point me to the right direction.
    Thanks in advance.

    user9233598, if mirroring/replication from DB2 to Oracle already exists then question is what product is being used?  If the product has already been purchased then I do not think it is very likely that management is going to want to purchase another product so I do not see how extra-cost Golden Gate or other Oracle Gateway features apply if those are not currently in use.  If Golden Gate or the Oracle Transparent Gateway are in use then you already have your answer
    Oracle supports ODBC/JODBC and the replication application on the AS400 likely uses these features or a thick Oracle client as the interface to Oracle.
    HTH -- Mark D Powell --

Maybe you are looking for