Library vs Environment?

I've added (by hand) my Roland JV-1010 synth module to the environment in a project. I can import that into another project (though it's a little tedious, importing one layer of the environment from the other project). But the patches for that instrument don't show up in the Library. What shows up in the Library at this point is several versions of the JV1010 I've experimented with, and the "patches" column doesn't let me choose anything useful--I have to go back into the Environment and select patches there.
Two questions:
1. How do I erase something from the Library? Those old versions aren't helping, but I can't find a Delete item anywhere.
2. Is there any way to get the Library's patch list to show what's really in the instrument (according to its representation in the Environment)? And is there any way to change banks and select patches by name, without going back into the Environment over and over?
I hope this makes sense, and I hope somebody can help me make sense of this. Where does the Library really live?

In relation to having multiple libraries, how do you attach all of the field level scripting for an individual service?
Do you have an automated attach routine or do you manually attach scripting?
I have been able to come up with a method to automatically attach a script library associated only with a particular service, but I'm still working on trying to update our automated attach routine to create/attach the field level functions.  Any insight someone would have in this area would be

Similar Messages

  • NOT WORKING: Putting a jar file requiring native library in bootclasspath

    Hi,
    I put my own jar file into the bootclasspath like this:
    java -Xbootclasspath/p:myboot.jar TestClass
    Some classes in the jar require a native library. For JVM 1.3 on Solaris, I put the native library in $JAVA_HOME/jre/lib/sparc and everything works just fine.
    However, when I try the same thing on JVM1.4, I got the following error when my class containing the native methods is called:
    Failed to load the native library: myboot_native
    java.lang.UnsatisfiedLinkError: no myboot_native in java.library.path
    I tried to put that native library in several different directories in jre/lib but still had no luck.
    Is there anybody know the solution? Does JVM1.4 allow me to put a custom jar file that requires a native library in the bootclasspath?
    Regards,
    Eman

    Well is your file in a directory included in the java.library.path environement variable. I use java on windows but I have to add the directory where my native library is to the path variable (not classpath) in order to avoid the error you get.

  • Unable to Logon to the SAP System after Installing SAPNW2004sSneakPreviewAB

    Hi
       I Installed SAPNW2004sSneakPreviewABAP.
       If i am trying to run the NSP Server it first Starting (Showing Blue Color ) and after few seconds it is becoming Yellow in Color. When i cross checked in Process list it is showing one of the process in yellow color i.e.
    disp+work.EXE whose description is Dispatcher
    and Status is showing as "Running but Dialog Queue standstill"
    May be because of this i am unable to log on the SAP System.
    One more thing i got a licence key from SAP but when i am trying to intall licence key using saplicence -install this is also not working it is showing following error message.
    SAPLICENSE (Release 700) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    Could you please help in this

    Please refer to this post as this is a duplicate.
    Problem after installing SAPNW2004sSneakPreviewABAP
    Please close this post.  Thanks.
    Regards,
    Rich Heilman

  • Re: SAPlicense installation problem on NW04/WAS640/Linux

    Hi Friends,
    I have installed NW04/linux test drive on fedora linux. After that I try to install saplicense under user nw4adm. But I get following error:
    SAPLICENSE (Release 640) ERROR *** ERROR: Can not set DbSl trace function DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20 RC-INFO: error loading dynamic db-library - check environment for: dbms_type = <db-type> (e.g. ora) DIR_LIBRARY = <path to db-dll> (e.g. /usr/sap/SID/SYS/exe/run)
    any help would be highly appreciated
    Thanks,
    Krishna

    Hi Krishna,
    After the installation of SAP Netweacer Testdrive on Linux, we need to Get the hardware key by executing the following line:
    $ /usr/sap/NW4/SYS/exe/run/saplicense -get
    Once we done this, Request the license key for your TestDrive by entering your data at this site
    http://www50.sap.com/linux/eval/nw4/
    Shortly you will receive an email which you mentioned in the site with attached rpm file .
    Note to install the RPM license MaxDB must be running.
    Once you start the server with comnmand "startsap nw4host".
    after this check whether all the processes started properly with the following command
    "startsap check nw4host"
    Hope this will be useful.
    Regards
    Kishore Ch

  • Oracle application server 10.1.3.1.0 install - JAVA error

    Hi Everyone,
    I am trying to Install Oracle Application Server 10.1.3.1.0 on 32 bit Red Hat Enterprise Linux Server release 5.8 (Tikanga)
    When running the Installer, I use the -ignoreSysPrereqs option because 10.1.3.1.0 is only supported with Linux Server 4, I believe. But I know people have installed it on Linux 5.7 and 5.8
    anyways, Oracle application server gets installed and asks me to run root.sh. I run root.sh and then hit the OK button to proceed,
    At this point, it tries to run the configuration assistant and fails right away with the following error:
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Application Server Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: '/u01/app/oracle/product/10.1.3.1/jdk/bin/java -cp /u01/app/oracle/product/10.1.3.1/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/ascontrol.jar:/u01/app/oracle/product/10.1.3.1/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/log4j-core.jar:/u01/app/oracle/product/10.1.3.1/jlib/oraclepki.jar:/u01/app/oracle/product/10.1.3.1/jlib/ojmisc.jar: oracle.sysman.ias.studio.installer.ASControlConfigAssistant -sso false -j2eeinstance home -username oc4jadmin -password Protected value, not to be logged -oraclehome /u01/app/oracle/product/10.1.3.1'
    Start output from spawned process:
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/ias/studio/installer/ASControlConfigAssistant
    End output from spawned process.
    Configuration assistant "Oracle Application Server Configuration Assistant" failed
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/ias/studio/installer/ASControlConfigAssistant
    Any ideas? am i missing a library or environment variable?
    Thanks

    I have now set the following environment variables
    ORACLE_BASE
    ORACLE_HOME
    TNS_ADMIN
    PATH
    JAVA HOME
    and now when I try to run opmnctl startall, I get:
    opmnctl: starting opmn and all managed processes...
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    main: NLS initialization failed!!
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    main: NLS initialization failed!!
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    main: NLS initialization failed!!
    opmnctl: opmn start failed.

  • Where do I put db.jar when using in a servlet?

    servlet container library level, or servlet library? I am guessing that because db.jar uses JNI code, reloading would be a problem, so it should reside at the servlet container library level, but it would be nice to know for sure.

    Hi Garey,
    Because using the Java API in Berkeley DB (BDB) implies making JNI calls, you should place the "db.jar" JAR file under your servlet container library directory (e.g. for Tomcat this should be "common/lib").
    All servlet engines use separate classloaders for each web application. You need to ensure that the native BDB library is loaded by the servlet engine's common classloader.
    If you place the "db.jar" file under your web app's WEB-INF/lib directory you will get errors like "UnsatisfiedLinkError: Native library <path_to_BDB_lib>\libdbNN.dll already loaded in another classloader" when reloading your servlet.
    Of course, the directory where the native library resides, should be included the PATH or LD_LIBRARY_PATH (java.library.path) environment variables.
    Regards,
    Andrei

  • SAP License Problem in EP System

    Hi
    After completed the EP 7.0 ((SAP EHP1 for SAP Netweaver 7.0) installation on Sunsolaries with Oracle 10g. I start with the license installation.
    I manage to get the license ,but when i try to install the license into the server it show invalid.. i already key in everything correctly still invalid.
    i try to install the license manually using "saplicense" command it show this error.
    qepadm> saplicense -show
    SAPLICENSE (Release 701) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
                 LD_LIBRARY_PATH = <path do db and sap libs> (e.g. /oracle/SID/lib)
    I have already set the environment variables.. like below..
    qepadm> env
    DB_SID=QEP
    DIR_LIBRARY=/usr/sap/QEP/SYS/exe/run
    HOME=/export/home/qepadm
    HZ=
    JAVA_HOME=/usr/jdk/j2sdk1.4.2_19
    LD_LIBRARY_PATH=/usr/sap/QEP/SYS/exe/run:/oracle/client/10x_64/instantclient
    LOGNAME=qepadm
    MAIL=/var/mail/qepadm
    NLS_LANG=AMERICAN_AMERICA.UTF8
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle/QEP/102_64
    ORACLE_SID=QEP
    PATH=/oracle/QEP/102_64/bin:/usr/jdk/j2sdk1.4.2_19/bin:.:/export/home/qepadm:/usr/sap/QEP/SYS/exe/run:/usr/bin::/usr/ccs/bin:/usr/ucb
    PS1=
    qepadm>
    SAPDATA_HOME=/oracle/QEP
    SAPSYSTEMNAME=QEP
    SHELL=/bin/sh
    TERM=xterm
    THREAD=NOPS
    TNS_ADMIN=/usr/sap/QEP/SYS/profile/oracle
    TZ=Asia/Calcutta
    dbms_type=ORA
    dbs_ora_tnsname=QEP
    Please help....
    Regards,
    Suresh

    Hi,
    I have already applied the SAPlicense through Visual Administrator.
    start the Visual Administrator tool (usr\sap\SID\JC<xx>\j2ee\admin\go) and from there you can find the "Licensing Adapter" when you select correct server and "Services" underneath it.
    But the problem is while executing the saplicense -show at OS level... i am getting below error..
    qepadm> saplicense -show
    SAPLICENSE (Release 701) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
                 LD_LIBRARY_PATH = <path do db and sap libs> (e.g. /oracle/SID/lib)
    Regards,
    Suresh

  • SAP License Key configuration procedure in Web AS(J2EE)

    Hi,
    We installed Web AS 6.4 (J2ee). It is running on temporary license and going to expire in one week time. I applied for license key and got the permanent license key as a text file attachment through email. It is a simple text file containing the license key, system NR and etc. I saved that text file into my machine.
    I tried to configure that license file into Web AS using visual administrator.
    Server 0 --> Services --> Licensing Adapter --> Install License from file
    I selected the text file which was sent by SAP to my mail.
    It is giving error like
    License file C:\(license file name).txt contains an incorrect SAP license key: Header or empty line expected.
    License key(s) not completely installed.
    I don't know what to do now. I think we can do through this through cmd. But I don't know how to do that.
    Shall I delete the temporary license? Will the system allow me to enter the value manually.
    Can any one guide me on this?
    Thanks.

    Srikishan,
    I am getting error lilke this.
    D:\usr\sap\SID\SYS\exe\run>saplicense -install
    SAPLICENSE (Release 640) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    Any idea about it?
    I set the system variable like
    dbms_type = mss
    DIR_LIBRARY = D:\usr\sap\SID\SYS\exe\run
    But still getting the error.
    Do I need to set dbms_type in environment variables? I don't know it's value. My db is MS SQL DB.
    Thanks.

  • RESTORE DATABASE IN WINDOWS MSSQL-2005

    Hi
    We have installed a new sap ecc 6.0 on windows ms-sql2005.
    After installing a new system we have tried restoring the data base of the existing system.
    we were having few issues but after applying the sapnote : 1294762. executing the script mentioned in the note we are able to start our sap successfully.
    Did i miss any of the steps i need to perform after restoring the data.
    Do i need to update the database to replace the existing database after restore.
    please help
    Thanks!
    Vardhan.

    HI
    Sorry i haven't explained you the process how i restored my database.
    1. i have installed a new sap system with same sid and dbsid of  existing system.
    2.i have detached the database of the newly installed system.
    3. i have attached the database of the existing system which i planned to restored the database.
    4.then applied the sap note1294762 to start    sap.
    every thing is fine till now.
    now the problem is i am unable to login to system using sapgui. " unable to login to system (error in license check)".
    when i try to install a sap-license i get the following error
    C:\usr\sap\DE1\SYS\exe\uc\NTI386>saplicense -install
    SAPLICENSE (Release 700) ERROR ***
    ERROR: Can not set DbSl trace function
    DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
    RC-INFO: error loading dynamic db-library - check environment for:
    dbms_type = <db-type> (e.g. ora)
    DIR_LIBRARY = <path to db-dll> (e.g. /usr/sap/SID/SYS/exe/run
    But when i say saplicence -show i get the following error
    This application has failed to start because libSQLDBC76.dll was not found. Re-installing the application may fix this problem
    please need help.
    Regards
    Vardhan.

  • SH file error after Documaker 12.2 to 12.3 upgrade

    Hi all,
    We have a unix batch file that uses the gen files to generate PDF. After we upgraded to 12.3, we encountered the error:
    GenData
    Transaction Error Report - System timestamp: thu nov 27 11:09:39 2014
    DM12041:  Error : FAP library error: Transaction:<>, area:<JFNLIB>
              code1:<0>, code2:<0>
              message:<Unable to find the Java runtime for JFNLIB.>.
    DM12041:  Error : FAP library error: Transaction:<>, area:<JFNLIB>
              code1:<0>, code2:<0>
              message:<Error loading JNILib!
    Unable to find the Java runtime for JFNLIB.
    >.
    DM13025:  Warning in RCBSendToErrBatch(): The transaction is being assigned to the error batch.
    ==> Warning  count:    1
    ==> Error    count:    2
    End of Transaction Error Report - System timestamp: thu nov 27 11:09:39 2014
    Elapsed Time: 0 seconds
    GenPrint
    Transaction Error Report - System timestamp: thu nov 27 11:09:39 2014
    DM17115:  Warning : The DownLoadFAP INI option is set to YES, this option should be set to NO for optimal performance. Check the RunMode control group, DownLoadFAP option.
    DM17065:  Warning in GENGetRecipientSet(): Batch1 batch is empty, Unable to RCBGetFirstRcpSetRec(NULL).
    DM17065:  Warning in GENGetRecipientSet(): Batch2 batch is empty, Unable to RCBGetFirstRcpSetRec(NULL).
    DM17065:  Warning in GENGetRecipientSet(): DEFAULT batch is empty, Unable to RCBGetFirstRcpSetRec(NULL).
    ==> Warning  count:    4
    ==> Error    count:    0
    End of Transaction Error Report - System timestamp: thu nov 27 11:09:39 2014
    Elapsed Time: 0 seconds
    The sh file goes like:
    export myextract=/scratch/loc/app/c/project_workspace_db/input/polska.xml
    export PATH=/scratch/loc/app/documaker123/fap/bin:$PATH
    export PATH=/scratch/loc/app/documaker123/fap/bin/lib:$PATH
    export LIBPATH=$LIBPATH:$loc_HOME/lib:$JAVA_HOME/lib:/scratch/loc/app/documaker123/fap/bin/lib:$LIBPATH
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$loc_HOME:$loc_HOME/lib:$JAVA_HOME/lib:/scratch/loc/app/documaker123/fap/bin/lib/jfnlib.jar:/scratch/loc/app/documaker123/fap/bin
    export CLASSPATH=$LD_LIBRARY_PATH:$CLASSPATH
    cd /scratch/loc/app/documaker123/fap/bin
    ldd gendata
    #gendata /ini=/opt/loc/documaker_beta/docstudio/fsiuserat.ini
    gendata /ini=/scratch/loc/app/c/project_workspace_db/fsiuser.ini
    genprint /ini=/scratch/loc/app/c/project_workspace_db/fsiuser.ini
    rm /scratch/loc/app/c/project_workspace_db/print/*noname*
    jfnlib.jar is correctly placed in the lib folder. Any help would be welcome.
    We are running Documaker Studio 12.3. Thanks!

    Your custom wrapper shell script does not have a path for all the JRE primary JVM shared object (libjvm.so) and also all supporting shared objects needed to load the JRE.  It is not clear what UNIX flavor this is because you have mix of library path environment variables from different OSs, e.g. LIBPATH is for AIX but LD_LIBRARY_PATH is for Linux and Solaris. 
    You need multiple entries to the appropriate platform directories of the 32-bit JRE so that all the supporting shared objects are in the library path.  
    Example:
    For AIX it should include the JRE 32-bit subdirectories:
         $JRE_HOME/lib/ppc/classic:$JRE_HOME/lib:.$JRE_HOME/lib/ppc
    For Linux x86 it should include the JRE 32-bit subdirectories:
         $JRE_HOME/lib/i386/server:$JRE_HOME/lib:$JRE_HOME/lib/i386/server
    For Solaris (SPARC) it should include the JRE 32-bit subdirectories:
         $JRE_HOME/lib/sparc/server:$JRE_HOME/lib:$JRE_HOME/lib/sparc
    Hope this helps,
    -Steve

  • Problems with JDBC-ODBC Driver

    Hello,
    I am trying to access a DSN on my windows with a dedicated DB driver of some company. so i used the JDBC-ODBC connector.
    when launching the java code, and debugging the problem i get the following error:
    DriverManager.getConnection("jdbc:odbc:priority32;UID=Manager;PWD=keren")
        trying driver--className=com.mysql.jdbc.Driver,com.mysql.jdbc.Driver@16caf43--
        trying driver--className=sun.jdbc.odbc.JdbcOdbcDriver,sun.jdbc.odbc.JdbcOdbcDriver@66848c--
    *Driver.connect (jdbc:odbc:priority32;UID=Manager;PWD=keren)
    JDBC to ODBC Bridge: Checking security
    No SecurityManager present, assuming trusted application/applet
    JDBC to ODBC Bridge 2.0001
    Current Date/Time: Tue Aug 12 07:50:37 VET 2008
    Loading JdbcOdbc library
    Allocating Environment handle (SQLAllocEnv)
    hEnv=50338088
    Allocating Connection handle (SQLAllocConnect)
    hDbc=50338256
    Connecting (SQLDriverConnect), hDbc=50338256, szConnStrIn=DSN=priority32;UID=Manager;PWD=keren
    *Connection.getMetaData
    *DatabaseMetaData.getDriverName
    Get connection info string (SQLGetInfo), hDbc=50338256, fInfoType=6, len=300
    tabula.dll
    *DatabaseMetaData.getDriverVersion
    Get connection info string (SQLGetInfo), hDbc=50338256, fInfoType=7, len=300
    07.00.0000
    *DatabaseMetaData.getDriverName
    Get connection info string (SQLGetInfo), hDbc=50338256, fInfoType=6, len=300
    tabula.dll
    Driver name:    JDBC-ODBC Bridge (tabula.dll)
    *DatabaseMetaData.getDriverVersion
    Get connection info string (SQLGetInfo), hDbc=50338256, fInfoType=7, len=300
    07.00.0000
    Driver version: 2.0001 (07.00.0000)
    Caching SQL type information
    *Connection.getMetaData
    *DatabaseMetaData.getTypeInfo
    Allocating Statement Handle (SQLAllocStmt), hDbc=50338256
    hStmt=50339424
    Get type info (SQLGetTypeInfo), hStmt=50339424, fSqlType=0
    Number of result columns (SQLNumResultCols), hStmt=50339424
    value=15
    Get connection info string (SQLGetInfo), hDbc=50338256, fInfoType=10, len=300
    03.52.0000
    Fetching (SQLFetch), hStmt=50339424
    Column attributes (SQLColAttributes), hStmt=50339424, icol=1, type=2
    value (int)=12
    Column attributes (SQLColAttributes), hStmt=50339424, icol=1, type=3
    value (int)=129
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    CHAR
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=12
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    CHAR(1)
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=1
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    RCHAR
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=12
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    REAL
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=6
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    INT
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=4
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    UNSIGNED
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=4
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    TIME
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=10
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    DATE
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=11
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    DATE
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=9
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    DAY
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=4
    Fetching (SQLFetch), hStmt=50339424
    Get string data (SQLGetData), hStmt=50339424, column=1, maxLen=130
    DECIMAL
    Get integer data (SQLGetData), hStmt=50339424, column=2
    value=3
    Get integer data (SQLGetData), hStmt=50339424, column=3
    value=0
    Fetching (SQLFetch), hStmt=50339424
    End of result set (SQL_NO_DATA)
    *ResultSet.close
    Free statement (SQLFreeStmt), hStmt=50339424, fOption=1
    *ResultSet has been closed
    Get connection info (SQLGetInfo), hDbc=50338256, fInfoType=44
    int value=0
    Get connection info (SQLGetInfo), hDbc=50338256, fInfoType=121
    RETCODE = -1
    ERROR - Generating SQLException...
    SQLState(S1096) vendor code(0)
    java.sql.SQLException: [Microsoft][ODBC Driver Manager] Information type out of range
        at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
        at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
        at sun.jdbc.odbc.JdbcOdbc.SQLGetInfo(Unknown Source)
        at sun.jdbc.odbc.JdbcOdbcConnection.checkBatchUpdateSupport(Unknown Source)
        at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
        at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at WigsUpdate.main(WigsUpdate.java:25)
    getConnection returning driver--className=sun.jdbc.odbc.JdbcOdbcDriver,sun.jdbc.odbc.JdbcOdbcDriver@66848c--what can be done?
    thank you very much

    HimberJack wrote:
    oh now i understand.
    i got a very unknown company which supplied the ODBC driver, but they dont have java driver...
    so I have nothing to do about it?The choices are find a different driver or use the one you have.
    The one you have doesn't do batches.
    Finding a different driver could involve the following.
    - Buying one from somewhere else
    - Pay someone to write one.
    - Write a driver yourself.
    All of those are somewhat dependent that the "unknown company" has an API that supports that. You (or someone) could also figure out the file format of the "unknown company" as well and then write one.

  • License upgrade program for demo NSP version

    My NSP 2004 preview has expired and I requested a new license from the website. I got the email with a new license. But when I tried to update the license, I got the following error. What is wrong? Urgent, please help.
    C:\usr\sap\NSP\DVEBMGS00\exe>saplicense -install HFKOTJYWCWA9DPVZPZ7N8YB1
    SAPLICENSE (Release 700) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    C:\usr\sap\NSP\DVEBMGS00\exe>

    You can use SLICENSE in ABAP, however for me it started to hang.
    Or use command prompt in the name of nspadm and type saplicense -install WITHOUT the install key. You have to enter the license key in the coming dialog.
    I found my notes for WA1, but it's the same for NSP.
    C:MiniWAS>saplicense -show
    LICENSE system: MBS hardware key: TEMPLICENSE expiration_date: 20020809
            installation no: INITIAL    key: O98ZY6MRKRCJRUXOQOLTLW58
            userlimit: 0 productid: R3_ADA
            system-nr: INITIAL_SYSTEM_IDX
            *** license expired ***
    LICENSE system: WA1 hardware key: TEMPLICENSE expiration_date: 20030814
            installation no: INITIAL    key: HOZTCS3MGTGACLWOQCI249KU
            userlimit: 0 productid: R3_ADA
            system-nr: INITIAL_SYSTEM_IDX
            *** license useable ***
    C:MiniWAS>saplicense -get
    saplicense: HARDWARE KEY = F1500206791
    C:MiniWAS>saplicense -install
    Specify your SAP System ID:
    SAP SYSTEM ID = WA1
    Specify your unique System idenfification:
    If you have no systemnumber specified just press enter.
    SYSTEM-NR =
    Set unique System-ID to INITIAL_SYSTEM_IDX
    Specify your hardware key:
    HARDWARE KEY = F1500206791
    Specify your installation number:
    INSTALLATION NO = DEMOSYSTEM
    Specify your expiration date:
    EXPIRATION_DATE [YYYYMMDD] = 20031030
    Specify your license key:
    LICENSE_KEY   1...5....0....5....0...4
    LICENSE_KEY = CYEKCGJDFDBIALSLOM7AYBMT
    saplicense: License successfully installed
    Peter

  • Install license via C.L.I

    Hi people,
    I need to install the license using saplicense.exe -install ifile=. I´ve logged with user sidadm and execute this command and I get the next message error:
    SAPLICENSE (Release 701) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type =   (e.g. /usr/sap/SID/SYS/exe/run)
    The E.V dbms_type and DIR LIBRARY, are corrects.What can i do?

    Hi,
       Could you go through the following note which states of similar problem ?
    SAP Note 359944 - saplicense: Can not set DbSl trace function
    But yes, the affected releases is not for your release, I do believe its because of version mismatch of executables.
    cheers !
    PRADi

  • Cannot set DbSl trace function

    Hi,
    The license of EP is expired and I tried to install new license using saplicense -install.
    I got error message below:
    SAPLICENSE (Release 700) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    I check note and only found  359944 - saplicense: Can not set DbSl trace function
    It's for MS SQL server however I am using Oracle.
    Do you have any idea about that?
    Thanks

    have u tried to install EP license, using Visual administrator?
    r u using dual stack ?

  • License Probelm  Fail over node.

    Dear Gurus,
    I am reciving an error while applying the liscense to the fail over server.
    SAPLICENSE (Release 700) ERROR ***
    ERROR: Can not set DbSl trace function
    DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code
    20
    RC-INFO: error loading dynamic db-library - check environment for:
    dbms_type = <db-type> (e.g. ora)
    DIR_LIBRARY = <path to db-dll>
    (e.g. /usr/sap/SID/SYS/exe/run)
    LD_LIBRARY_PATH = <path do db and sap libs>
    (e.g. /oracle/SID/lib)
    My Production system no is 00000000031XXXXXXX but the license key is for 00000000031XYYYYY.
    I am anot able to login to fail over node due to this.
    How can I resolve this problem ?
    Sachin

    sachin,
       how r u applying the license through slicense???
    unable to login in failover??  have u deleted the temporary license??? or has it crossed 4 weeks??
    if u have deleted the temp license apply the license through visual admin
    if it has crossed 4 weeks , revert the date backwards and apply license
    u must have applied for a license in oss using other system with same sid,
    u have to copy the system number from the node u have applied license on and apply for a license under the same system  in the oss and give the system number.
    when u get the license apply as mentioned above.

Maybe you are looking for

  • Reg script

    Hi Experts, i added one field to from, i written one subroutine pool program for that field .but in that program w_egbel value are not getting. The first select statement is not working .if it all i  changed the data at runtime iam getting the output

  • Webcam for iChat AV 3

    Hi all, My 5 year old standalone iSight die. I was very happy with it but since I have checked the prices and are way to expensive (from $175 up to $500+) i would like to get another webcam similar to the iSight. Apple store has the *Logitech QuickCa

  • Ipod is in restore mode but when i try to restore i get message- ipod software server could not be contacted. any ideas?

    ipod is in restore mode (dropped) but when i try to restore i get the message- ipod server could not be contacted. any ideas?

  • SQL Server 2003 support?

    I need to migrate a lot of SQL Server 2003 databases to Oracle 10g. It looks like the migration workbench doesn't have support for 2003. is that True? is there a beta version coming that might support 2003? What expectation should I have if I run it

  • ACS 5.4 with DACL over wireless and wired network

    Hi my name is Ivan, I have a question I have a deployment in my network wired at this way: Profile 1: corporate's users are working with 802.1X to authenticate computers and users with eap peap mschap v2 and Mac Filtering configuring in the Cisco WLC