No connect due to DbSl Load Lib Failure - During upgrade

Hi,
  I am in the middle of performing PREPARE on a ECC 5.0 system to upgrade to ECC 6.0. During the phase PR_DBPAR the following error is coming:
SAPup> Starting subprocess 15413368 at 20080525190758
ENV <0x1105f2e90>: ORACLE_PSRV=DR5
ENV <0x1105f2ed0>: PATH=/oracle/DR5/102_64/bin:.:/home/dr5adm:/usr/sap/DR5/SYS/e
xe/runU:/usr/sap/DR5/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/
sbin:/usr/java14_64/jre/bin:/usr/java14_64/bin
ENV <0x1105f3070>: NLS_LANG=AMERICAN_AMERICA.UTF8
ENV <0x1105f30d0>: ORACLE_BASE=/oracle
ENV <0x1105f3290>: dbs_ora_tnsname=DR5
ENV <0x1105f32d0>: ORACLE_SID=DR5
ENV <0x1105f34b0>: DIR_LIBRARY=/usr/sap/put/exe
ENV <0x1105f3670>: dbs_ora_schema=SAPDR2
ENV <0x1105f3830>: ORA_NLS33=/oracle/client/9208/ocommon/nls/admin/data
ENV <0x1105f3990>: ORACLE_HOME=/oracle/DR5/102_64
ENV <0x1105f3a70>: dbms_type=ORA
ENV <0x1105f3c30>: LIBPATH=/usr/sap/put/exe:/usr/sap/DR5/SYS/exe/run
ENV <0x1105f3d50>: auth_shadow_upgrade=0
EXECUTING /usr/sap/put/exe/tp (tp) pf=/usr/sap/put/bin/DEFAULT.TPP execdbscript
DR5 -x SQLDBSCRIPT.TQL
This is /usr/sap/put/exe/tp version 372.04.08 (release 700, unicode enabled)
ERROR: No connect due to DbSl Load Lib Failure
ERROR: The values set for DIR_LIBRARY ('/usr/sap/put/exe') or dbms_type ('ORA')
ERROR: Connect to DR5 failed (20080525190759).
Warning: Parameter INTERRUPT is no longer used.
Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
Warning: Parameter WITH_TACOB is no longer used.
Warning: Parameter IMPDP_BY_EVENT is no longer used.
Warning: Parameter INTERRUPT is no longer used.
Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
Warning: Parameter WITH_TACOB is no longer used.
Warning: Parameter IMPDP_BY_EVENT is no longer used.
Warning: Parameter DBCONFPATH is no longer used.
Warning: Parameter STARTDB is no longer used.
Warning: Parameter STOPDB is no longer used.
TRACE-INFO: 1:  [dev trc     ,00000]  Sun May 25 19:07:59 2008                 
                   4777  0.004777
TRACE-INFO: 2:  [dlux.c      ,00000]  *** ERROR => DlLoadLib: dlopen()=        
0509-130 Symbol resolution failed for /usr/sap/put/exe/dboraslib.o because:
TRACE-INFO: 3:                          0509-136   Symbol OCIClientVersion (numb
er 130) is not exported from
TRACE-INFO: 4:                                     dependent module /usr/sap/DR5
/SYS/exe/run/libclntsh.a[shr.o].
TRACE-INFO: 5:                          0509-022 Cannot load module /usr/sap/put
/exe/dboraslib.o.
TRACE-INFO: 6:                          0509-026 System error: Cannot run a file
that does not have a valid format.
TRACE-INFO: 7:                          0509-192 Examine .loader section symbols
with the             58  0.004835
TRACE-INFO: 8:                                   'dump -Tv' command. -> DLENOACC
ESS (8,Exec format error)
tp returncode summary:
TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0249
tp finished with return code: 249
meaning:
  connect failed due to DbSL load lib failure
Process with ID 15413368 terminated with status 249
We are having oracle 10g on AIX 5.3.
I tried options like setting LIBPATH with /oracle/client/10x_64/instantclient (instead of the default /oracle/client/9208/lib) along with /usr/sap/DR5/SYS/exe/run and having LIBPATH only with /usr/sap/DR5/SYS/exe/run and having env variable DBS_LIBPATH_EXT=/oracle/client/10x_64/instantclient (as per note 836517)
but if i try to restart PREPARE again, it is picking up the changes happening in LIBPATH (but same error) and also it not picking up DBS_LIBPATH_EXT env variable at all (may be if i try to make it permanent using .sh file it will pick up but i dont want that)
With all the above said, anyone has any perfect idea to have this issue fixed and continue the prepare process ?
Thanks,
Murali.

Hi Markus,
  Thanks for your reply. The issue is as follows:
If i keep the current default value of the env variable LIBPATH which is
LIBPATH=/usr/lib:/lib:/usr/sap/DR5/SYS/exe/run:/usr/sap/DR5/SYS/exe/runU:/oracle
/client/9208/lib
and being in /usr/sap/SID/SYS/exe/run (which is 6.40 kernel ECC 5.0) if i execute
ldd dboraslib.o the following is the output:
dboraslib.o needs:
         /usr/sap/DR5/SYS/exe/run/libsapu16.so
         /usr/sap/DR5/SYS/exe/run/libclntsh.a(shr.o)
         /oracle/client/9208/lib/libwtc9.so
         /usr/lib/libc.a(shr_64.o)
         /usr/lib/libpthreads.a(shr_xpg5_64.o)
         /usr/lib/libdl.a(shr_64.o)
         /usr/lib/libodm.a(shr_64.o)
         /usr/lib/libc.a(aio_64.o)
         /unix
         /usr/lib/libcrypt.a(shr_64.o)
being in /usr/sap/put/exe (which is in the middle of PREPARE step for ECC 6.0 upgrade, so it put kernel 7.0 files), the following is the output:
dboraslib.o needs:
         /usr/lib/libc.a(shr_64.o)
         /usr/sap/DR5/SYS/exe/run/libclntsh.a(shr.o)
         /unix
         /usr/lib/libcrypt.a(shr_64.o)
         /usr/lib/libpthreads.a(shr_xpg5_64.o)
         /usr/lib/libdl.a(shr_64.o)
         /usr/lib/libodm.a(shr_64.o)
         /usr/lib/libc.a(aio_64.o)
But if i change the environment variable for LIBPATH as follows:
LIBPATH=/oracle/client/10x_64/instantclient:/usr/lib:/lib:/usr/sap/DR5/SYS/exe/run:
/usr/sap/DR5/SYS/exe/runU  (since we have already installed oracle 10g which is up and running and so we have already installed instant client also during that process)
  the following is what the output for both the path as mentioned earlier:
#[/usr/sap/put/exe]
#dr5adm@sapdr5-3d[DR5]> ldd dboraslib.o
dboraslib.o needs:
         /usr/lib/libc.a(shr_64.o)
         /oracle/client/10x_64/instantclient/libclntsh.a(shr.o)
         /unix
         /usr/lib/libcrypt.a(shr_64.o)
         /usr/lib/libpthreads.a(shr_xpg5_64.o)
         /usr/lib/libdl.a(shr_64.o)
         /usr/lib/libodm.a(shr_64.o)
         /usr/lib/libperfstat.a(shr_64.o)
         /usr/lib/libcfg.a(shr_64.o)
         /usr/lib/liblvm.a(shr_64.o)
#[/usr/sap/DR5/SYS/exe/run]
#dr5adm@sapdr5-3d[DR5]> ldd dboraslib.o
dboraslib.o needs:
         /usr/sap/DR5/SYS/exe/run/libsapu16.so
         /oracle/client/10x_64/instantclient/libclntsh.a(shr.o)
         /oracle/client/92x_64/lib/libwtc9.so
         /usr/lib/libc.a(shr_64.o)
         /usr/lib/libpthreads.a(shr_xpg5_64.o)
         /usr/lib/libdl.a(shr_64.o)
         /usr/lib/libodm.a(shr_64.o)
         /usr/lib/libperfstat.a(shr_64.o)
         /usr/lib/libc.a(aio_64.o)
         /unix
         /usr/lib/libcrypt.a(shr_64.o)
         /usr/lib/libcfg.a(shr_64.o)
         /usr/lib/liblvm.a(shr_64.o)
DIR_LIBRARY on both the cases and by default also is /usr/sap/SID/SYS/exe/run (pointing to running 6.40 kernel)
But if i try the PREPARE with or without this changes, the issue what i reported is what happening. Let me know your ideas on this.
Thanks,
Murali.

Similar Messages

  • ERROR: No connect due to DbSl Load Lib Failure

    Hi Everyone,
    I am working on EHP 7 upgrade and currently at Extraction phase of SUM tool. There are numerous issues i have faced and resolved one by one. now i got stuck in this error
          Severe error(s) occurred in phase PREP_INPUT/CONFCHK_IMP!
          Last error code set: Calling 'D:\usr\sap\<SID>\DVEBMGS01\exe/tp' failed
          with return code 249, check D:\usr\sap\<SID>\SUM\abap\log\TOOLOUT.LOG for
          details
    Toolout:
    iles\Microsoft SQL Server\110\Tools\Binn\;D:\usr\sap\<SID>\SYS\exe\uc\NTAMD64
        ENV: SAPSYSTEMNAME=<SID>
        ENV: dbs_mss_schema=<sid>
        ENV: rsdb_ssfs_connect=0
    EXECUTING D:\usr\sap\RES\DVEBMGS01\exe\tp.EXE "pf=D:\usr\sap\<SID>\SUM\abap\var\DEFAULT.TPP" getdbinfo SID
    TRACE-INFO: 1:  [     dev trc,00000]  Mon Aug 11 20:14:06 2014                                                       104676  0.104676
    TRACE-INFO: 2:  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dbmssslib.dll"), hdl 0, count 1, addr 00007FFABDAD0000
    TRACE-INFO: 3:                                                                                                            7  0.104683
    TRACE-INFO: 4:  [     dev trc,00000]      using "D:\usr\sap\<sid>\DVEBMGS01\exe\dbmssslib.dll"                              7  0.104690
    ERROR: No connect due to DbSl Load Lib Failure
    ERROR: Possible reasons are:
    ERROR:  - The value set for dbms_type ('mss') is invalid.
    ERROR:  - Cannot find the DLL dbmssslib.dll in path
    ERROR:  - problems when loading DB-dependent DLLs
    ERROR: Connect to <SID>failed (20140811201406).
    SAPup> Process with PID 3224 terminated with status 249 at 20140811201406!
    R3trans -d returns following error (note: everything is normal at MMC and i am able to login SAP asusuall)
    This is r3trans version 6.24 (release 741 - 10.06.14 - 20:14:07).
    unicode enabled version
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
    r3trans finished (0012).
    i have checked/ tried the following things but did not help
    1. dbms_type is correct and check other parametrs aswell
    2. downloaded latest dbmssslib.dll and tried replacing but did not help
    3.replaced r3trans and TP with new patch level
    4.checked scn for similar posts
    please help me resolve this issue
    thanks,
    Shiv

    getting following error now
    Checks after phase PREP_IMPORT/TOOLIMP_TOOLDEL_PRE were negative!
    Last error code set: Detected 1 aborted activities in 'PHASES.ELG'<br/> Calling 'D:\usr\sap\<sid>\DVEBMGS01\exe/tp' failed with return code 12, check D:\usr\sap\<sid>\SUM\abap\log\SAPup.ECO for details
    ERROR: Detected the following errors:
    # D:\usr\sap\<sid>\SUM\abap\log\LM1I000099.<sid>: 4 ETW000 > parallel 3 4 ETW000 > 4 ETW000 > excluding 'R3TRDDDD','R3TRDOMA','R3TRDTEL','R3TRENQU','R3TRMACO','R3TRMCID','R3TRMCOB','R3TRSHLP','R3TRSQLT','R3TRTABL','R3TRTTYP','R3TRUENO','R3TRVIEW' 4 ETW000 R3trans was called as follows: D:\usr\sap\<sid>\DVEBMGS01\exe\R3trans.exe -u 26 -w D:\usr\sap\<sid>\SUM\abap\tmp\LM1I000099.<sid> D:\usr\sap\<sid>\SUM\abap\tmp\LM1KK000099.<sid> 4 ETW000 active unconditional modes: 26 2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
    thanks,
    Shhiv

  • TP return code 0249 /  No connect due to DbSl Load Lib Failure

    Hi,
    When I try to release a Transport in Transaction - SE01, we are
    encountering the following error and the task gets released but the
    Transport doesn't get released. Please find the error message below:
    Test call of transport control program (tp) ended with return code 0249
    Message no. TK094
    Diagnosis
    Your transport request could not be exported, since all requirements were not fulfilled.
    Calling the transport control program tp
    "tp EXPCHK RDDK123345 pf=C:\usr\sap\trans\bin\TP_DOMAIN_R3D.PFL
    -Dtransdir=C:\usr\sa"
    which checks the export requirements, returned the following
    information:
    Return code from tp: 0249
    Error text from tp: ERROR: No connect due to DbSl Load Lib Failure
    System response
    Further processing is terminated.
    Procedure
    Check the following points:
    o Feasibility of the transport control program tp
    o Parameter settings in the transport profile
    o Availability of the transport directory and the subdirectories
    (cofiles, data, log, sapnames, bin)
    o Write authorization for the subdirectories
    o Write authorization for the files of the subdirectories cofiles,
    data, log, sapnames
    Release the request again when the error has been removed
    Appreciate any help to resolve this error.
    Thanks,
    Rajesh

    Hi!
    I have the same issue, but the windows enviroment variable has been set or should the parameter be set in the instance profile?
    Thanks!
    rollo
    //solved
    It was an issue with the RFC's and some mising services in the service file
    Edited by: rollo on Jan 12, 2009 2:40 PM

  • TP error: connect failed due to DbSL load lib failure

    Hi All,
    I have prepared Quality system from Production system as System copy.I have upgarded Kernel from 620 to 640 in Quality system.
    After Kernel upgrade , Server details are as below
    Operating System : windows 2003 IA 64
    Database : SQL server 2000 IA 64
    Kernel :640 and compiled for 64 bit non unicode system ,
    patch number is 43.
    SAP : SAP R/3 4.7
    Before kernel upgrade , server details are as below
    Operating System : windows 2000 server
    Database : SQL server 2000
    Kernel :620 and compiled for Non unicode system ,patch number
    is 1363
    SAP : SAP R/3 4.7
    I am able to transport request from Development to Quality . But when I try to import request from Quality I am getting error message "Connect failed due to DBSL Load lib failure"
    Error message is " connect failed due to DBSL load lib failure
    cannot find the DLL dbmssslib.dll in path( K:\usr\sap\NBQ\SYS\exe\run)
    problem when loading DB-dependent DLLs."
    I have set Environmnet variable ( DBMS_TYPE value as mss) for nbqadm user.
    I have seen that dbmssslib.dll file is exist in exe/run path.
    Does anyone having an Idea , how to resolve this issue.Pls help me
    Thanks in advance
    Regards
    Venu

    Hi ,
    Thanks for all
    Issue is resolved by myself.
    Instead of update Kernel to 640 , I have downloaded latest 620 kernel patch on IA 64 .
    Since my production server is running on x86 and 620 kernel , i have downloaded 620 kernel for IA 64 .
    That resolved my issue.
    Regards
    Sai

  • Erro: connect failed due to DbSL load lib failure

    Error when trying to transport request
    Error Attach.
    My database is SQL 2008
    Version of the kernel source: 201
    Version of the kernel target: 225
    Can you help me?
    Tks,
    Renato

    Hi,
    I include the environment variables that were gone and rebooted the server, the error changed:
    Erro: connect failed
    Error code 0232
    Tks,
    Renato

  • Import of a request failing : ERROR: connect failed due to DbSL load lib fa

    Hi,
    I am using ecc6, on hp-unix and oracle as database.
    When i try to import a request from stms, i get this error.
    DURING IMPORT ERROR:
        Transport control program tp ended with error code 0249
        Errors: connect failed due to DbSL load lib failure
    TP ERROR:
    Transport control program tp ended with error code 0249
        Message no. XT200
    Diagnosis
        An error occurred when executing a tp command.
          Command:        IMPORT E07K901512 DEV client100 U01 pf=/usr/sap/tr
          Return code:    0249
          Error text:     connect failed due to DbSL load lib failure
          Request:        E08K901525
    System Response
        The function terminates.
    Procedure
        Correct the error and execute the command again if necessary.
    THEN I TRIED TO IMPORT USING TP COMMAND:
    WITH OUT DIR_LIBRARY
    % ./tp connect DEV
    This is ./tp version 370.00.09 (release 700, unicode enabled)
    E-TPSETTINGS could not be opened.
    EXIT
    ERROR: System : Parameter SAPEVTPATH not set. Batch jobs cannot be started.
    Error in TPSETTINGS: transdir not set.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    % ./R3trans -d
    This is ./R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    unicode enabled version
    2EETW169 no connect possible: "environment variable DIR_LIBRARY is not set."
    ./R3trans finished (0012).
    % # export DIR_LIBRARY=/usr/sap/DEV/SYS/exe/run
    % ./R3trans -d
    This is ./R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = ORACLE                           --- ORACLE_SID =
    'DEV'"
    ./R3trans finished (0012).
    % ./tp connect DEV
    This is ./tp version 370.00.09 (release 700, unicode enabled)
    E-TPSETTINGS could not be opened.
    EXIT
    ERROR: System : Parameter SAPEVTPATH not set. Batch jobs cannot be started.
    Error in TPSETTINGS: transdir not set.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0208
    tp finished with return code: 208
    meaning:
      error in transportprofil (param missing, unknown,...)
    COULD SOMEONE GIVE ME A SOLUTION TO OVERCOME THIS.
    YOUR SOLUTION AND GREATELY APPRITIATED.
    REGARDS,
    DHANANJAY

    Hi Dhanajay,
    Firstly check if R3trans -d is working fine.
    If so, please chek if the following parameters are set properly.
    DIR_LIBRARY=/usr/sap/<SID>/SYS/exe/run
    TRANSDIR = ....\trans
    <SID>/DBHOST = <HOSTNAME>
    <SID>/DBNAME = <SID>
    <SID>/DBTYPE = ora
    Execute the below command and check the transport profile:
    tp check all pf=/usr/sap/trans/bin/TP_DOMAIN_<SID>.PFL
    Please confirm the permission of the /oracle/ directory
    The permission of the /oracle should be 755.
    Also check if the import queue is not locked.
    Also please ensure the Kernel is of latest version, if not, please update the DBSL shared library.Please look at the note 19466.
    Finally you can try once distributing and activating the transport routes once.
    When you executed command R3trans -d logfile trans.log will be created.
    Please check this file for exact error information.
    Paste the log file here.
    Let us know the outcome.
    Regards,
    Sujit.

  • Mac-connected with USB - RFU LOAD ERROR-send RFU UPGRADE - Mac will not see printer driver

    Here's another question about this seemingly well-worn path.  I've been researching this issue for about 5 hours and have only found a couple of solutions that are purported to work. 
    I have an apple laptop running 10.9.4 (mavericks).  My 5200tn was formatting some print output differently than the HP driver suggested that it would (landscape vs portrait etc).   The first tier tech person at HP suggested that I need a firmware update.    
    BIG mistake.  It appears that the mac and the firmware update do NOT play well together. 
    I tried using the driver to 'upload file' with the latest firmware.   I simply got the 'beach ball' on the mac for a long long time. 
    I powercycled the printer and now I have this common status message - RFU LOAD ERROR etc.     NOW the printer can't be seen by the mac.   Any suggestions?     I tried a cold reset - no luck.  I tried to reset VRM - no luck. 
    Thanks in advance. 
    -hh

    Hello NYCmusic,
    To get your issue more exposure I would suggest posting it in the commercial forums since the HP Laserjet 5200tn is a commercial product. You can do this at HP Enterprise Business Community.
    The support page for your product may be helpful in the meantime:
    HP Support Center.
    I hope this helps!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Connect failed due to dbsl

    Hi gurus,
    We are upgrading the test server.we face a problem.the error message is "connect failed due to dbsl load lib failure".
    "cannot find the dll dboraslib.dll in path"
    But dboraslib.dll in the Dir_executable path.
    Please provide the solution.
    regards
    gunamoorthy d

    you must check the system path or user path, not dir_executable.
    try this:
    start -> Run
    CMD
    set
    you will see a list of parameters, check the values for PATH. you must have an entry equivalent to your dir_executable. if not, do this:
    right click on MY COMPUTER
    choose PROPERTIES
    click on ADVANCED tab
    click on button ENVIRONMENT VARIABLE
    change PATH to add the needed path.
    once this is completed, you will need to restart SAP services and close down all command prompts... then try again.

  • Mysql error java.sql.SQLException: Communication failure during handshake.

    Hi !!!
    I was working ok, with hibernate and mysql but yesterday I try to install the new mysql version (4.1.10) and receive the following error when I try to connect
    Initializing Hibernate
    INFO - Hibernate 2.1.6
    INFO - hibernate.properties not found
    INFO - using CGLIB reflection optimizer
    INFO - configuring from resource: /hibernate.cfg.xml
    INFO - Configuration resource: /hibernate.cfg.xml
    INFO - Mapping resource: com/tutorial/hibernate/core/News.hbm.xml
    INFO - Mapping class: com.tutorial.hibernate.core.News -> news
    INFO - Configured SessionFactory: null
    INFO - processing one-to-many association mappings
    INFO - processing one-to-one association property references
    INFO - processing foreign key constraints
    INFO - Using dialect: net.sf.hibernate.dialect.MySQLDialect
    INFO - Maximim outer join fetch depth: 2
    INFO - Use outer join fetching: true
    INFO - Using Hibernate built-in connection pool (not for production use!)
    INFO - Hibernate connection pool size: 20
    INFO - using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://localhost/unnobanews
    INFO - connection properties: {user=news, password=news}
    INFO - Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory
    INFO - No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
    WARN - Could not obtain connection metadata
    java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?
    at org.gjt.mm.mysql.MysqlIO.init(Unknown Source)
    at org.gjt.mm.mysql.Connection.connectionInit(Unknown Source)
    at org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Unknown Source)
    at org.gjt.mm.mysql.Driver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    Somewhere I red that was necessary to update the jdbc driver, so I updated it from version nro 2 to version nro 3.1.7 but still the error
    Phpmyadmin works ok and mysql control center can connect ok too.
    But when I try a telnet localhost:3306 I receive and error of connection filed
    Anyway the mysql status thowme correct information, that it working ok!
    Any idea ?
    King regards
    Naty

    Hibernate 2.1.6
    loaded properties from resource hibernate.properties: {hibernate.connection.username=root, hibernate.connection.password="", hibernate.cglib.use_reflection_optimizer=true, hibernate.connection.pool_size=10, hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect, hibernate.connection.url=jdbc:mysql://manoj/manoj, hibernate.connection.driver_class=org.gjt.mm.mysql.Driver}
    using CGLIB reflection optimizer
    configuring from resource: /hibernate.cfg.xml
    Configuration resource: /hibernate.cfg.xml
    Mapping resource: com/mec/emp.hbm.xml
    Mapping class: com.mec.Employee -> emp
    Configured SessionFactory: null
    processing one-to-many association mappings
    processing one-to-one association property references
    processing foreign key constraints
    Using dialect: net.sf.hibernate.dialect.MySQLDialect
    Maximim outer join fetch depth: 2
    Use outer join fetching: true
    Using Hibernate built-in connection pool (not for production use!)
    Hibernate connection pool size: 10
    using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://manoj/manoj
    connection properties: {user=root, password=""}
    No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
    Could not obtain connection metadata
    java.sql.SQLException: Server configuration denies access to data source
         at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:144)
         at org.gjt.mm.mysql.Connection.<init>(Connection.java:230)
         at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:73)
         at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1155)
         at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:789)
         at com.mec.CreateSession.getCurrentSession(CreateSession.java:35)
         at com.mec.TestEmployee.createEmployee(TestEmployee.java:37)
         at com.mec.TestEmployee.main(TestEmployee.java:24)
         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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
    Use scrollable result sets: false
    Use JDBC3 getGeneratedKeys(): false
    Optimize cache for minimal puts: false
    Query language substitutions: {}
    cache provider: net.sf.hibernate.cache.EhCacheProvider
    instantiating and configuring caches
    building session factory
    Not binding factory to JNDI, no JNDI name configured
    SQL Error: 0, SQLState: 08001
    Server configuration denies access to data source
    Cannot open connection
    java.sql.SQLException: Server configuration denies access to data source
         at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:144)
         at org.gjt.mm.mysql.Connection.<init>(Connection.java:230)
         at org.gjt.mm.mysql.Driver.connect(Driver.java:126)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.impl.BatcherImpl.openConnection(BatcherImpl.java:286)
         at net.sf.hibernate.impl.SessionImpl.connect(SessionImpl.java:3326)
         at net.sf.hibernate.impl.SessionImpl.connection(SessionImpl.java:3286)
         at net.sf.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:40)
         at net.sf.hibernate.transaction.JDBCTransactionFactory.beginTransaction(JDBCTransactionFactory.java:19)
         at net.sf.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:2231)
         at com.mec.TestEmployee.createEmployee(TestEmployee.java:38)
         at com.mec.TestEmployee.main(TestEmployee.java:24)
         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 com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
    Process finished with exit code 0

  • VMware SQL 2008R2 bcp error - SQLState = 08001, NativeError = 0 Error = [Microsoft][SQL Server Client 10.0] Client unable to establish connection due to prelogin failure

    Can someone help me resolve this error?   Thanks  
    Windows Server 2008 R2  Standard SP1 64-bit -  SQL Server 2008R2 Standard 64-bit 
    VMware vCenter Server Version 5.1.0
    SQLState = 08001, NativeError = 0
    Error = [Microsoft][SQL Server Native Client 10.0]Client unable to establish connection due to prelogin failure
    bcp program: 
    bcp SYM.dbo.ACCOUNT in "D:\Data\SQLExtract\EXTRACT.ACCOUNT" -f"D:\Data\SQLCommands\FMT.ACCOUNT" -S DEV-DATA\TEST\ -T -oSYMLOAD.LOG Type SYMLOAD.LOG >> SYMLOAD.LOG.CUMULATIVE
    The bcp program executes successfully on a local instance of SQL Server.

    The error has nothing to do with BCP as such, but it is a connection problem. That is, for some reason you cannot connect to your instance from the VM. I would exect that you face a similar problem if you tried SSMS.
    It could be a firewall issue, but prelogin suggests that you reach the instance. But possibly you don't come far enough for the login failure to be recorded. Possibly the instance is not configured to audit login failures.
    The message you would see would be similar to
    2010-08-18 14:11:30.91 Logon       Error: 17809, Severity: 20, State: 3
    Possibly followed by a a line that details the message. The error number may be different.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure

    Hi,
    I have an ASA5510 running version 8.2(5). I have set up a new network on interface Ethernet0/1.777 of the fwl. The firewall works perfectly with remote access VPNs but has now given me the error with the new network that has been set up:
    %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure
    The difference between the other networks and the new one that I have set up is that this is the first one using a private addressing scheme. I understand that NAT is not allowing something along the way but I cant figure out what needs to change in order to get it to work. My config is as follows:
    interface Ethernet0/1.777
    description TRU 777
    vlan 777
    nameif tru777
    security-level 50
    ip address 10.1.34.17 255.255.255.240 standby 10.1.34.18
    access-list acl_tru777 remark * ALLOW ALL OUTBOUND *
    access-list acl_tru777 extended permit ip any any
    access-list RA-VPN extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 10.0.0.0 255.0.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 172.16.0.0 255.240.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list acl_ra-lock-tru777 extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_ra-lock-tru777 extended permit ip 10.159.159.0 255.255.255.0 10.1.34.16 255.255.255.240
    ip local pool ra-pool 10.159.159.0-10.159.159.254 mask 255.255.255.0
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    global (outside) 2 x.x.x.x
    crypto isakmp nat-traversal 20
    I think that is everything you should need, if not please just ask.
    Thank you very much in advance,
    Chris

    Hi Julio,
    Here you go:
    FWL01# sh nameif
    Interface                Name                     Security
    Ethernet0/0              outside                    0
    Ethernet0/1              CLIENTS                 50
    Ethernet0/1.314        tru01                      50
    Ethernet0/1.313        dmz01                    50
    Ethernet0/1.316        tru02                      50
    Ethernet0/1.776        dmz776                  50
    Ethernet0/1.777        tru777                     50
    Management0/0       management           100
    FWL01#  sh run nat
    nat (tru02) 1 192.168.3.0 255.255.255.240
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    FWL01#    sh run glob
    global (outside) 1 interface
    global (outside) 2 x.x.x.x
    Thanks,
    Chris

  • My daughter has not used her ipod touch for 16 months and has forgotten her passcode.  restore factory settings keeps failing due to a software update failure!

    my daughter has not used her ipod touch for 16 months and has forgotten her passcode.  restore factory settings keeps failing due to a software update failure!
    how can i get this ipod reset.  She now has an iphone so this is going to be used by someone else in the family and should be simple to do but itunes just keeps booting it out even though it recognises that it was previously connected to our itunes account as all of the children were on my account

    That has nothing to do with an update server. Do the following:
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:                         
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
      If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes

  • Fatal: Could not load /lib/modules/2.6.39-ARCH/modules.dep

    Hi, after doing a pacman -Syu today, my system will not boot.
    Before being sent to a recover shell, with no usb drivers and therefore no keyboard, I get the following two errors, in order of appearance:
    FATAL: Could not load /lib/modules/2.6.39-ARCH/modules.dep
    and
    ERROR: Unable to determine major/minor number of root device /dev/disk/by-uuid/xxx
    I realise this may be little information to go by, but I'll appreciate any ideas and provide information as requested.
    Thank you

    Unable to determine major/minor number of root device /dev/disk/by-uuid/xxx
      This error has come up before in the community but I don't recall how to fix it.  Search the forums first then the wiki for an answer.  It may be the fix is over your head due to your inexperience, but at least attempting to find a solution, will go a long way in this forum. (hint:we highly value people who try, on their own, to fix things that break or malfunction.  DIY is queen bee here.  )

  • Time Machine doesn't back up anymore due to a failure during copying. Get this message for several weeks. And all my back ups are lost!

    Can anybody help me, because suddenly all my back ups on the the time capsule are gone, and time machine cannot make any back up due to a failure during copying. I already installed the latest firmware on the time capsule, but nothing seems to help. I also changed the back up disk to the HDD in my Mac (programs and mavericks are running on an SSD. Hope someone can help me out.

    Check the TC disk with finder. The sparsebundle should still be there.. simply open it from Finder and mount the backups.
    Follow Pondini's instructions to see if your files are there.
    Q15 here http://pondini.org/TM/FAQ.html
    You don't have to restore the files.. you are just checking the backup is accessible and intact.
    http://pondini.org/TM/Troubleshooting.html
    I would also recommend you do a verify.. A5 in the reference above.
    TM is problematic on Mavericks.. some of the problems are due to its poor networking.
    Exactly how is the TC setup?? By that I mean is it wired to the main modem and doing either router or bridge?
    Is the computer using wireless to the TC? If not please make sure the wireless connection is via the TC and not via modem router or extender.
    I strongly recommend you reset the TC to factory. No files are deleted.
    The Factory Reset universal
    Unplug your TC/AE. Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. The time is not important.. it is the front LED rapid flashing that indicates you are in factory mode.
    Release reset.
    If it doesn’t flash rapidly you have released reset at some point and try again.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Redo the setup of the TC.. please use all short names, no spaces and pure alphanumeric. Do not use the names the airport utility setup wizard will recommend to you. eg TCgenx (base station name.. x can be a number which is your gen TC). Wireless name.. TCwifi.
    Wireless Security will be WPA2 personal and use 10-20 character pure alphanumeric password with mix of case and numbers.
    Reset TM as per A4 in the Pondini reference above.
    If you still have issues.. manually mount the TC in the computer.. in Finder use Go, Connect to server.
    AFP://TCgenx or AFP://10.0.1.1 (where you replace my example name with your actual name.. or replace the IP which is default with your actual IP).
    The computer should find the network resource and request a password. Type that in (your disk access password) and save it in the keychain.
    Then try again with TM.
    Strongly also recommend even if you get TM to work.. it is problematic on Mavericks.. buy CCC or one of the other 3rd party backups.. With CCC you can do a bootable clone to a USB drive.. easily the best way to get a dead Mac going again.

  • Note: Due to heavy load, the latest workflow operation has been queued. It will attempt to resume at a later time

    Dear all,
    sorry for opening another thread on this.
    I think I have a performance issue with workflows attached to document sets in SharePoint. And I say “I think” because people keep telling me that this is the way it just is.
    The user creates a new document set, which triggers a workflow in which the user has to confirm/review/approve a series of tasks. The time it takes from clicking the OK button on those task form to the workflow status moving to the next step is about 4 seconds.
    And visiting that status page within those 4 seconds brings up the infamous “Note: Due to heavy load, the latest workflow operation has been queued. It will attempt to resume at a later time.” message.
    Hitting Refresh in the browser after those 4 seconds will make the new workflow status appear and the red text go away.
    Is that normal? Is that the performance that everyone else is seeing as well?
    I struggle to see why simply moving a workflow from one task to another should take that on a machine that isn’t doing anything else at the time.
    (1)   
    I have a standalone (non-clustered) SharePoint box, 4 CPUs, 8 GB of memory, more than half of that available, acting as application server and wfe; only the database is on different box.
    (2)   
    The CPU only goes up to 18 or 19%, so CPU does not seem to be the bottleneck. Half the RAM is also still free.
    (3)   
    The workflow is designed with Nintex, and has about 9 flexi and review tasks – the last 2 of them in a loop iterating over typically 3 or 4 items.
    (4)   
    Looking at the logs it looks like the processing in Nintex only takes about 1 second – I don’t know where the other 3 seconds are going.
    (5)   
    There is nothing obvious in the logs.
    (6)   
    We’ve looked at all the “theoretical” improvements around throttling and batch sizes etc. – none of them appeared make any difference. And the workflow is so small that it looks like my tasks gets executed straight away. The problem appears
    to be that the execution takes too long(?) and therefore has not finished by the time the page get redrawn.
    (7)   
    I am running perfmon and I can e.g. see one(!) workflow being loaded into memory – as expected as I am the only user.
    (8)   
    I am seeing a total of 3(?) SQL queries being executed(?). I get the Bytes Sent/sec spiking at 25K, and Bytes received at 18K. But is this good or bad or a bottleneck?
    Where do I take it from here?
    I have been told that “[…] most customers have no issue with this as they are used to the way SP operates and it can be slow at times.” Is it really that bad?
    If it is worth watching more performance counters then I’d need to know what to compare them to.
    Is there something else I am missing?
    Thanks
    Martin

    Hi,
    Before considering an additional hardware try to change following configurations for workflow:
    Increase Throttle Size
    Increase Batch Size
    Time Out
    Workflow Timer Interval
    AutoCleanUpDays
    Increase Throttle Size
    The Workflow throttle setting controls how many Workflows can be processing at any one time on the entire server farm. By increasing the throttle it will allow the number of Workflows execution or can be initiated at a time.
    Use below PowerShell command to get the current Throttle Size:
    Get-SPFarmConfig | Select WorkflowPostponeThreshold
    Use below PowerShell command to set new Throttle Size:
    Set-SPFarmConfig -WorkflowPostponeThreshold 100
    Increase Batch Size
    This is the size that determines number of events processed for a single Workflow instance. Default value is 100, but it can be range from 1 to any number.
    Use below PowerShell command to get the current Batch Size:
    Get-SPFarmConfig | Select WorkflowBatchSize
    Use below PowerShell command to set new Batch Size:
    Set-SPFarmConfig -WorkflowBatchSize 200
    Time Out
    This decides the time out of the Workflow event. The default value is 5 and can be any integer. The time is in minute.
    Use below STSADM command to get the current Time Out value:
    stsadm -o getproperty -pn workflow-eventdelivery-timeout
    Use below STSADM command to get the current Time Out value:
    stsadm -o setproperty -pn workflow-eventdelivery-timeout -pv “15″
    Workflow Timer Interval
    This setting is applicable at Web Application level and not the farm level. The workflow timer interval specifies how often the workflow SPTimer job fires to process pending workflow tasks. This interval also represents the granularity of delay timers within
    your workflow. If a timer is set to delay for one minute, but the interval timer fires only every five minutes, the workflow delays for five minutes, not one minute.
    Use below STSADM command to get the current Workflow Timer Interval value:
    stsadm -o getproperty -pn job-workflow -url <Web Application Url>
    Use below STSADM command to get the current Workflow Timer Interval value:
    stsadm -o setproperty -pn job-workflow -pv “Every 10 minutes between 0 and 30″ -url <Web Application Url>
    Here is the url for reference :
    http://praveenkasireddy.wordpress.com/2013/06/14/workflow-due-to-heavy-load-the-latest-workflow-operation-has-been-queued-it-will-attempt-to-resume-at-a-later-time/

Maybe you are looking for

  • Script to change Advanced TCP/IP Settings in Win XP

    First I should ask if there should be entries in both the "Append these DNS suffixes (in order)" field and the "DNS suffix for this connection" field or will that cause issues? If I should only have entries in the "Append these DNS suffixes (in order

  • Business Process harmonization

    Hi My Client operates in multiple SAP environments from 4.6c to ECC 5.0 across the globe apart from many other legacy applications. Legacy applications interface with SAP on predominantly accounting functions They want to consolidate and reduce the n

  • Adobe Standard 9 - Typewriter in Browser

    We currently have adobe 9 standard, and the typewriter function works just fine if you open a PDF directly We are paperless and we open PDF's from our system and the typewriter is not available if we mark Display PDF in Browser If we unselect it then

  • Dependent process chains design

    HI,     we need to create the transactional process chains design based on the master data flow status. since this both are present in the different flows, we can't have them in the same chains,once the master data process chains are completed then t

  • Need to merge similar charecterstics comming from two sources

    Hi Experts, I have a requirement to upload data into BI from Two sources. one from ECC is business Sellout history data and from flat file is market sellout history data. Now one source has fields CALMONTH, Market, Sales Organization, Segment, Super