MSSQL 2000 Type 4 Drv V/s 3rd Party Type 4 Drv.

We are migrating to SQL 2000, from SQL 7.0, one site by one.
Currently under 7.0 we have a 3rd party type 4 driver.
I have read some discussions about the type 4 drivers for the SQL-2K supplied by MS.
1. Has anybody done such a thing and found any problems ?
2. Any extra checking to be made ?
3. Recommendations - as to - stay with existing driver / better switch over ??
Thanks

hi,
i am using MS driver.still now i didnt get any problem.Only thing when u r in transactions u have to be a little catious abt closing results ...
Rest of the things working fine.But if u r using 3rd party one and it is doing good better to stick with it.
sree

Similar Messages

  • Error ORA-28528 connecting to a MSSQL 2000 DB using 11g

    Hello all,
    we have managed to build a database link from 11g (verison 11.1.0.6.0 plus bugfix 7389110 and "linux.x64_11gR1_gateways) to to a MSSQL 2000 database (Characterset is ISO 8859 Latin1 they told me).
    When we try to select columns we get sometimes the error ORA-28528. If the error occurs or not seems to depend on the type of data and if we select one cell (column) or more. I try to explain this. Please forgive me because of my English.
    *Configuration*
    We use freetds and uinixodb (unixODBC-2.2.11) to connect t to the MSSQL-DB. All software is installed on Centos 5.1 (Linux 64bit).
    _TDS: /etc/freetds.conf_
    # SQL-Server
    [combandb]
         host = 212.xxx.xxx.5
    #     port = 1521
         port = 1433
         tds version = 8.0
         client charset = ISO-8859-1
    _ODBC: /etc/odbcinst:_
    FreeTDS]
    Description = v0.64-1
    Driver = /usr/lib64/libtdsodbc.so.0
    Setup = /usr/lib64/libtdsodbc.so.0
    FileUsage = 1
    Trace = Yes
    TraceFile = /tmp/sql.log
    _ODBC: /etc/odbcini:_
    [ODBC Data Sources]
    combandb = SQL-Connect
    [combandb]
    Driver = FreeTDS
    Description = DB-Link (MSSQL)
    Trace = Yes
    Database = netzdb
    TraceFile = /tmp/sql.log
    Servername = combandb
    Port = 1433
    We checked the TDS, ODBC config with isql and it works.
    _ORACLE Gateway: ORACLE_HOME/hs/admin/initcombandb.ora_
    HS init parameters
    HS_FDS_CONNECT_INFO=combandb
    HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so
    HS_FDS_TRACE_LEVEL=16
    HS_FDS_TRACE_FILE=/tmp/dg4odbc.trc
    HS_FDS_SUPPORT_STATISTICS=FALSE
    # without HS_FDS_SUPPORT_STATISTICS=FALSE we get the erro "Invalid cursor state" from freetds
    HS_LANGUAGE=GERMAN_GERMANY.WE8ISO8859P1
    #HS_LANGUAGE=AMERICAN_AMERICA.AL32UTF8
    #HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P1
    #HS_LANGUAGE=AMERICAN_AMERICA.WE8MSWIN1252
    #HS_LANGUAGE=GERMAN_GERMANY.WE8MSWIN1252
    #HS_NLS_NCHAR=utf8
    #HS_NLS_NCHAR=WE8ISO8859P1
    HS_OPEN_CURSORS=1
    #HS_RPC_FETCH_REBLOCKING=OFF
    #HS_DESCRIBE_CACHE_HWM=4000
    #HS_FDS_REPORT_REAL_AS_DOUBLE=TRUE
    #DRDA_CACHE_TABLE_DESC=FALSE
    # ODBC specific environment variables
    #set ODBCINI=<full path name of the odbc initilization file>
    set ODBCINI=/etc/odbc.ini
    _LISTENER: ORACLE_HOME/network/admin/listener.ora_
    # listener.ora Network Configuration File: /opt/app/oracle/product/11.1.0/slm_hot2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)     (PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.xxx.xxx.xx)     (PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 84.xxx.1xxx.xxx)(PORT = 1521))
    # MSSQL Server 2000
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=combandb)
    (ORACLE_HOME=/opt/app/oracle/product/11.1.0/slm_hot2)
    (PROGRAM=dg4odbc)
         (ENVS=LD_LIBRARY_PATH=/usr/lib64:/opt/app/oracle/product/11.1.0/slm_hot2/lib)
    _TNSNAMES: ORACLE_HOME/network/admin//tnsnames.ora_
    # tnsnames.ora Network Configuration File: /opt/app/oracle/product/11.1.0/slm_hot2/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    combandb =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA = (SID=combandb))
    (HS = OK)
    _DB-Link_
    SQL> create public database link combandb connect to "user" identified by "PW" using 'combandb';
    Database link created.
    _NLS-Settings_
    $NLS_LANG--> GERMAN_GERMANY.WE8ISO8859P1
    SQL> select userenv ('language') from dual; --> GERMAN_GERMANY.WE8ISO8859P1
    SQL> SELECT * from NLS_SESSION_PARAMETERS;
    NLS_LANGUAGE: GERMAN
    NLS_TERRITORY:GERMANY
    NLS_CURRENCY: ¿
    NLS_ISO_CURRENCY: GERMANY
    NLS_NUMERIC_CHARACTERS ,.
    NLS_CALENDAR : GREGORIAN
    NLS_DATE_FORMAT: DD.MM.RR
    NLS_DATE_LANGUAGE: GERMAN
    NLS_SORT: GERMAN
    NLS_TIME_FORMAT: HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT: DD.MM.RR HH24:MI:SSXFF
    NLS_TIME_TZ_FORMAT: HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_TZ_FORMAT: DD.MM.RR HH24:MI:SSXFF TZR
    NLS_DUAL_CURRENCY: ¿
    NLS_COMP: BINARY
    NLS_LENGTH_SEMANTICS : BYTE
    NLS_NCHAR_CONV_EXCP : FALSE
    *Error-Description*
    We want to read from the table X_LT. The datatypes are (form HS-log)
    DTY -- NULL-OK -- LEN -- MAXBUFLEN -- PR/SC -- CST -- IND -- MOD -- NAME
    4 INTEGER -- N-- 4-- 4 -- 0/ 0 -- 0 -- 0 -- 0 -- ID
    12 VARCHAR-- Y-- 15 -- 15-- 0/ 0 -- 0 -- 0 -- 0 -- State
    8 DOUBLE - Y -- 8-- 8-- 53/ 0 -- 0 -- 0 -- 0-- costs
    91-- DATE-- Y-- 16-- 16 -- 0/ 0 -- 0 -- 0 -- 0 target_date
    Tests with isql (unix-based) worked all well. There are no conversion problems or problems with NULL-values.
    Now we test with sqplplus:
    _1. Test with integer-only_
    SQL> select ID from x_lt@combandb where id = 12315; --> 12315 --> OK
    SQL> select ID from x_lt@combandb where id = 12315 or id = 12316;
    ERROR:
    ORA-28528: Fehler bei Konvertierung von Heterogeneous Services-Datentyp
    ORA-02063: vorherige line von COMBANDB
    _2. Test with varchar only_
    SQL> select "State" from x_ltg_pecos@combandb where id = 12315 --> Kldger
    SQL> select "State" from x_ltg_pecos@combandb --> result is a list (2490 columns)
    The lists ends the ORA-Errors (above). The valus in the lists are not all correct. Some names are cut others do have additional letters ... strange . For example in stead of "Frankfurt" is see "Frankf" or in another row the value should be "Frankfurt" but I see "Frankfurt I"
    _Test with double and dates are OK_
    I got a sql.log, a listerner log and a hs-trace but no idea how to proceed.
    Please, can anybody help me?
    Thanks Michael

    Please check file permissions on $ORACLE_HOME/bin/oracle executable and read carefully Configure Oracle binary permissions.

  • MSSQL 2000 Capture Error...

    I am using the latest version of SQLDeveloper 1.2. I have created a repository in an Oracle 9.0.1 database under a Linux O/S. I have created a connection to a MSSQL 2000 database and now trying to capture the MSSQL database to the repository.
    When I right-click on the connection and choose "Capture Microsoft SQL Server" the dialog pops up as complete but nothing is captured. Message log indicates the following error occurs: "oracle.dbtools.metadata.persistence.PersistenceException: Bigger type length than Maximum"
    If I try to just capture a single table I get the following error: "oracle.dbtools.metadata.persistence.PersistenceException: Protocol violation"
    Not sure what to do here or what is causing my problem. I have searched the forum, but have not found anything related to this problem.
    Any help is appreciated.

    Hi,
    A persistence exception means there was a problem saving data to the repository. I'm suspecting a classpath issue with respect to jdbc drivers for Oracle.
    have you more than one oracle jdbc driver installed? SQL Developer uses the latest and greatest, but if there is one in your path, there's always a danger of it being picked up first.
    I'm unclear from your post - Are you running SQL Developer on Windows or Linux?
    Thanks,
    Dermot.

  • 3rd Party Access 2000 JDBC Drivers

    Wondering if anyone can recommend or rate any 3rd party MS Access JDBC drivers - I am running an app using Tomcat 4.0.2, on Windows 2K, currently using the JDBC/ODBC bridge from Sun, looking for something a little more specific and reliable for my app - company willing to spend the $$ to get something good.
    Thanks!
    Geoff

    hi Geoff ,
    I would recommend you the aveconnect driver from Atinav. It is a type 3 driver, and is a reliable and nice implementation. We have been using it for quite some time now and our developers here have seen it to be quite efficient and good.
    this url may help you..
    http://www.atinav.com/products/aveconnect/MSAccess.htm
    they provide a 30 day trial, and was worth a buy..
    hope that helps,
    -Jer

  • 3rd party order processing GR movement type

    Hi
    In 3rd party order processing the goods are delivered to customer from vendor directly, but for billing purpose we do the GR at plant level(against purchase order)>invoice>Billing
    Physically stock is not delivered to the plant, so when we do the GR(against purchase order),if the movement type is 101 it will updatet the stock. 3rd party delivery is not done,stock will not be reduced. I want to know what is the GR movement type for 3rd party order processing, is it 101 or anyother movement type.

    Hi,
    Check in t.code OMJJ.
    Select movement type 101 and click on update control/WM movement types.
    There you can see this movement type is configured for different update control/WM movment types.
    Few entries are made in the system without value and quantity updates for movement type 101. So I assume, when you do MIGO using 101 movement type against third party purchase order, special stock indicator E and movement type B will be taken for statistical posting. You can do a testing to confirm this.
    Regards,

  • While connecting the MSSQL (2000, 2005) to BI 7 in rsa1 source system getti

    While connecting the MSSQL (2000, 2005) to BI 7 in rsa1 source system getting below error.
    (When calling a function within the database interface, a return value which cannot be processed by the calling function was provided.)
    Please help me to solve these issues.
    Iu2019m able to connect Oracle 10.g as source system and can view the tables and views.
    BI 7
    Windows 64 bit
    Oracle 10 .2
    SAP GUI 7.
    Advance Thanks,
    KARAN
    Edited by: Harish  Karan on Jun 26, 2008 2:51 PM

    Hello All,
    I found the solution for my particular situation!
    When checking the runtime object for CLU4, an inconsistency in the runtime object popped up:
    - the ABAP dictionary contains the field K5N1
    - the DB dictionry contains the field name K5N01
    This is a known and documented inconsistency, see note 902817 for the description.
    BUT: the solution pointed out there is wrong! The note suggests to delete all content from the physical tables and then activate the table in SE14. This is not possible for cluster tables neither in SE14 nor in SE11.
    This solution worked for me for both CLU4 and VER_CLUSTR:
    - as the tables should be empty normally I dropped them in the database
    - unlock the shadow instance with SAPup
    - log on on to the shadow instance
    - I then made some arbitrary change to the table definition in SE 11 (like adding a field). Make sure to maintain the size class also, otherwise the table won't be activated
    - save the changes and activate the tables
    - take back the previous change
    - save and activate again
    - lock the shadow instance
    - restart the upgrade phase
    Once the upgrade is done, check whether the physical table exists in the DB.
    Hope this helps!
    Regards,
    Matthias.
    Edited by: Matthias Dörfel on Nov 18, 2011 3:14 PM

  • Moving a system from MSSQL 2000 to MSSQL 2000 IA64

    Hi
    We have a R/3 Enterprise 47x110 system running on MSSQL 2000/windows 32 bit. We want to change our hardware to 64 bit. According to platform availability matrix, we have to use mssql 2000 ia64/win2003 ia64 with this release. We want to know which procedure has to be used for moving a system from mssql 2000 32 bit to mssql 2000 ia64?

    Hello
    Migrating an SAP system from Windows SQL IA32 to Windows SQL IA64 is a fairly simple procedure.
    I have performed this migration myself several times.
    You need to ensure that your source system (IA32) has the required support pack levels for SQL 2005
    I recommend you review 905634, 151603 and 683447.
    I would strongly recommend that you move directly to SQL 2005 rather than SQL 2000.  SQL 2005 is fully supported and offers a lot of performance and administration features (such as snapshots).
    SQL Data files are compatible between SQL platforms. By this I mean if you do an sp_detach on an SQL IA32 system you can sp_attach them to an SQL IA64 system without any special action.  The files are also compatible between SQL versions, you can detach from SQL 2000 and attach to SQL 2005.  This is described in section III of 799058.
    In your case I would:
    1.  Make sure you support packs are up to date on source system
    2.  Make sure you are using the correct collation 600027
    3.  Install 4.7 on your IA64 host from the install CDs
    4.  Update your IA64 system kernel to the correct level
    5.  Detach the "empty" DB from the IA64 host
    6.  Shutdown your IA32 system, stop SQL, start SQL and then stop SQL
    7.  Copy the datafiles and log files to the IA64 system
    8.  Attach them to your IA64 SQL 2005 system
    9.  Run the SQL Tools utility
    10. Start up your 4.7 instance
    11. Check SM21, ST04, SICK and DB02
    12. Reschedule your backups and DBCC
    This procedure should work and should be quite simple to implement.  You can leave you IA32 system untouched, so if you experience any problems you have a fall back position (ie. just restart your IA32 system - nothing has changed on you IA32 system or its database).
    I recommend you obtain the official SAP SQL 2005 CD, it includes SP1 and has a useful script call SQL4SAP.VBS that sets a lot of options for you automatically.
    Check 879941 - you may need to adjust the torn page setting and auto_update_statistics_async settings or you will get red alerts in your CCMS tree.
    For other people out there who use Java systems (EP, XI etc) you <b>will almost certainly</b> have to update your JDBC drivers. See note 639702. 
    Hope this helps, let me know if you have any questions.
    Goodluck
    Message was edited by: Sam Badan

  • Persistence behavior checking error with MSSQL 2000

    Hi,
    We are having some problems with the Presistent Behavior Checking fucntion.
    When we turned that on, we found out that once we add the
    'com.bea.b13n.trackig.listeners.BehaviorTrackingListener class' to the event
    service, navigating the samples templates will return 'java class not
    implemented' error. We have tried the Microsoft JDBC beta driver and it was
    not working neither (quite predictable : ) ). However, when we tried
    another 3rd party product from http://www.j-netdirect.com/ , it worked well
    and all the JDBC 2 class was supported as claimed (or course, you have to
    pay for that). In this case, do you guys com accross the same problem?
    It is quite odd that portal 4.0 claimed to be support SQLServer 2000 but the
    JDBC packaged performed otherwise. I've tried to reach for both the
    support and pre-sales with no answer for a long time now...
    Below is a portion of the error message:
    ####<2002/1/10 ¤U¤È02®É13¤À02¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '7' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È02®É32¤À22¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '14' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È04®É00¤À30¬í> <Alert> <WebLogicServer> <tdlp0yy>
    <portalServer> <ExecuteThread: '4' for queue: 'default'> <system> <>
    <000228> <The disabling of server logins has been requested by system>
    Pls advise, thanks guys.
    Regards,
    Cal

    How is the JdbcHelper setup in
    applications/wlcsApp/META-INF/application-config.xml? Did you set it up
    for SQL server?
    Regards
    Subbu
    >
    Below is a portion of the error message:
    ####<2002/1/10 ¤U¤È02®É13¤À02¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '7' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È02®É32¤À22¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '14' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È04®É00¤À30¬í> <Alert> <WebLogicServer> <tdlp0yy>
    <portalServer> <ExecuteThread: '4' for queue: 'default'> <system> <>
    <000228> <The disabling of server logins has been requested by system>
    Pls advise, thanks guys.
    Regards,
    Cal

  • Can't connect to my mssql 2000 using netbeans 6.1

    import java.sql.*;
    * @author jmocke
    public class Test {
    public Test() throws Exception {
    // Get connection
    DriverManager.registerDriver(new
    com.microsoft.jdbc.sqlserver.SQLServerDriver());
    Connection connection = DriverManager.getConnection(
    "jdbc:microsoft:sqlserver://JMOCKE-236913B2:1433","sa","mysqlpwd");
    if (connection != null) {
    System.out.println();
    System.out.println("Successfully connected");
    System.out.println();
    // Meta data
    DatabaseMetaData meta = connection.getMetaData();
    System.out.println("\nDriver Information");
    System.out.println("Driver Name: "
    + meta.getDriverName());
    System.out.println("Driver Version: "
    + meta.getDriverVersion());
    System.out.println("\nDatabase Information ");
    System.out.println("Database Name: "
    + meta.getDatabaseProductName());
    System.out.println("Database Version: "+
    meta.getDatabaseProductVersion());
    } // Test
    After running this code i got the following:
    init:
    deps-jar:
    compile:
    run:
    SQL Exception: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host JMOCKE-236913B2, port 1433 has failed.
    Error: Connection refused: connect. Please verify the connection properties and check that a SQL Server instance is running on the host
    and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.
    BUILD SUCCESSFUL (total time: 1 second)
    I am using MSsql 2000 and Netbeans IDE 6.1
    After checking the port(1433),the Firewall,the TCP/IP and the SQL Server instance(is runnig) i steal have the same error message.
    please help me!
    Ps: i have also instaled the microsoft mssql driver (version 2.3.94.0)

    dvohra09 wrote:
    Please replace:
    Connection connection = DriverManager.getConnection(
    "jdbc:microsoft:sqlserver://JMOCKE-236913B2:1433","sa","mysqlpwd");
    with:
    Connection connection = DriverManager.getConnection(
    "jdbc:sqlserver://JMOCKE-236913B2:1433","sa","mysqlpwd");Please note that if the second part of the url that that OP provided was incorrect then java/jdbc would have thrown a driver not found exception.
    Since that didn't happen we can be sure that at least the first two parts of the url is correct.
    [http://support.microsoft.com/kb/313100]
    A different driver would of course require a different url.

  • Persistent Behavior Tracking (Portal4.0) problem with MSSQL 2000

    Hi,
    We are having some problems with the Presistent Behavior Checking fucntion.
    When we turned that on, we found out that once we add the
    'com.bea.b13n.trackig.listeners.BehaviorTrackingListener class' to the event
    service, navigating the samples templates will return 'java class not
    implemented' error. We have tried the Microsoft JDBC beta driver and it was
    not working neither (quite predictable : ) ). However, when we tried
    another 3rd party product from http://www.j-netdirect.com/ , it worked well
    and all the JDBC 2 class was supported as claimed (or course, you have to
    pay for that). In this case, do you guys com accross the same problem?
    It is quite odd that portal 4.0 claimed to be support SQLServer 2000 but the
    JDBC packaged performed otherwise. I've tried to reach for both the
    support and pre-sales with no answer for a long time now...
    Below is a portion of the error message:
    ####<2002/1/10 ¤U¤È02®É13¤À02¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '7' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È02®É32¤À22¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '14' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È04®É00¤À30¬í> <Alert> <WebLogicServer> <tdlp0yy>
    <portalServer> <ExecuteThread: '4' for queue: 'default'> <system> <>
    <000228> <The disabling of server logins has been requested by system>
    Pls advise, thanks guys.
    Regards,
    Cal

    Hi.
    Please try posting your question on weblogic.developer.interest.personalization
    - more people reading that newsgroup have experience with Portal.
    Regards,
    Michael
    cal wrote:
    Hi,
    We are having some problems with the Presistent Behavior Checking fucntion.
    When we turned that on, we found out that once we add the
    'com.bea.b13n.trackig.listeners.BehaviorTrackingListener class' to the event
    service, navigating the samples templates will return 'java class not
    implemented' error. We have tried the Microsoft JDBC beta driver and it was
    not working neither (quite predictable : ) ). However, when we tried
    another 3rd party product from http://www.j-netdirect.com/ , it worked well
    and all the JDBC 2 class was supported as claimed (or course, you have to
    pay for that). In this case, do you guys com accross the same problem?
    It is quite odd that portal 4.0 claimed to be support SQLServer 2000 but the
    JDBC packaged performed otherwise. I've tried to reach for both the
    support and pre-sales with no answer for a long time now...
    Below is a portion of the error message:
    ####<2002/1/10 ¤U¤È02®É13¤À02¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '7' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È02®É32¤À22¬í> <Error> <Tracking> <tdlp0yy> <portalServer>
    <ExecuteThread: '14' for queue: 'default'> <> <> <402207> <Error persisting
    event to database.>
    java.sql.SQLException: java.sql.SQLException: This JDBC 2.0 method is not
    implemented
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.setCharacterStream(SerialPreparedS
    tatement.java:428)
    at com.bea.p13n.util.jdbc.JdbcHelper._setClob(JdbcHelper.java:424)
    at com.bea.p13n.util.jdbc.JdbcHelper.setClob(JdbcHelper.java:404)
    at
    com.bea.p13n.tracking.internal.persistence.BehaviorTrackingPersister.setPrep
    aredStatementData(BehaviorTrackingPersister.java:93)
    at
    com.bea.p13n.tracking.internal.persistence.AbstractDatabasePersister.persist
    (AbstractDatabasePersister.java:157)
    at
    com.bea.p13n.tracking.internal.persistence.BufferManager$PersistenceRequest.
    execute(BufferManager.java:250)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    ####<2002/1/10 ¤U¤È04®É00¤À30¬í> <Alert> <WebLogicServer> <tdlp0yy>
    <portalServer> <ExecuteThread: '4' for queue: 'default'> <system> <>
    <000228> <The disabling of server logins has been requested by system>
    Pls advise, thanks guys.
    Regards,
    Cal--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Which process chain type used when scheduling from 3rd party

    Do we use Local Process Chain or Meta Chain type used when triggering  PC from 3rd Party scheduling tools like Redwood..
    Any inputs...
    Venkat.

    Hi Venkat,
    Select "Start Using Meta Chain or API" for the start process when running a process chain from a third party scheduling software or when calling a process chain from within another process chain. 
    I also believe some third party scheduling software will also work if you set the start process to  "Direct Scheduling" and set the start time to immediate but I would recommend just making it a Meta Chain for tracking purposes.
    Thanks,
    Damon Fahey

  • 3rd Party Sale- Mat Typ

    Why it is necessary to've HAWA as a Mat Typ for 3rd party sales? What if we use FERT or any other Mat Typ?
    Rgds.

    HI R S,
    HAWA (trading goods)
    Trading goods are always procured externally and then sold. A material master record of this material type can contain purchasing data and sales data.
    The material type you choose determines:
    --->Whether the material is intended for a specific purpose, for example, as a configurable material or process material.
    >Whether the material number can be assigned internally or externally.
    >The number range from which the material number is taken.
    >Which screens appear and in what sequence.
    >Which departmental data you may enter.
    >What procurement type the material has; that is, whether it is manufactured in-house or procured externally, or both.
    >Together with the plant, the material type determines the material's inventory management requirement; that is:
    >Whether changes in quantity are updated in the material master record.
    >Whether changes in value are also updated in the stock accounts in financial accounting
    In addition, the accounts affected by a material entering or leaving the warehouse depend on the material type.
    Thanks,
    Swamy H P

  • R/3 Enterprise 47X110 with MSSQL 2000 on Windows/X64

    Hello!
    I'm looking for information if R/3 Enterprise 47x110 with MSSQL 2000 on Windows2003/X64 is supported? Looking into PAM there is only information about such configuration on Windows Serve 2003/IA32 but qoing through notes  (814834,960769,899111) looks like it should be.
    Jaroslaw

    Hi,
    But looking into PAM for NW04 there is a support for MS SQL Server 2000 on Windows Server 2003/X64 64 Bit. MS SQL Server 2000 is 32-bit application but is able to run in 64 bit enviroment under Windows 2003 on X64 platform. According to mentioned notes and PAM there is also support for SAP 4.6D_EXT with MS SQL Server 2000 on WinServer 2003/X64. So I would expect that 4.7 should be also supported with kernel 6.40 and MS SQL 2000 on WinServer 2003/X64.
    Jaroslaw

  • Updated or 3rd party Live Type Tempates

    I am looking to see if there is a website to download additional or 3rd party templates, effects, etc. for Live Type? Free is always nice, but even sites that cost are welcome. Thanks!

    Try here:
    http://www.livetypecentral.com/index.html

  • Help Required with 2pc Commit (Inet Opta Xa Driver for MSSQL 2000 on Weblogic 6)

    Hi,
              I was trying to use the "Inet Opta" Xa driver for MSSQL 2000 with
              weblogic 6.0.
              I get the following Exception when i try to get a database connection
              from a "Xa" Pool, in a transaction. The Pool did start up Correctly. Also,
              i have given SupportsLocalTransaction="true" in the pool declaration. And
              if i give EnableTwoPhaseCommit="true" in the Tx Datasource declaration,
              weblogic starts up, but without starting the connection pools. (also it does
              not deploy my ejbs in this case!).
              Could somebody help?
              Atleast, could somebody tell me when BEA is going to finish implementing
              an Xa Driver for MSSQL?
              Thanks,
              Sajan Thomas.
              javax.transaction.xa.XAException
              at com.inet.tds.i.a(Unknown Source)
              at com.inet.tds.i.a(Unknown Source)
              at com.inet.tds.i.prepare(Unknown Source)
              at weblogic.jdbc.jta.DataSource.prepare(DataSource.java:473)
              at
              weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              java:1055)
              at
              weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              java:344)
              at
              weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:14
              9)
              at
              weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTrans
              actionImpl.java:1478)
              at
              weblogic.transaction.internal.ServerTransactionImpl.globalPrepare(ServerTran
              sactionImpl.java:1304)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              Impl.java:160)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:208)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:201)
              at
              com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              at
              com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              java:130)
              at
              com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              mpl.java:66)
              at
              com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              pl_WLSkel.java:112)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              :128)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              at
              weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              java:103)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              7)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              --------------- nested within: ------------------
              weblogic.transaction.RollbackException: Could not prepare resource
              'entityPool - with nested exception:
              [javax.transaction.xa.XAException]
              at
              weblogic.transaction.internal.TransactionImpl.throwRollbackException(Transac
              tionImpl.java:1248)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              Impl.java:208)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:208)
              at
              weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              erImpl.java:201)
              at
              com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              at
              com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              java:130)
              at
              com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              mpl.java:66)
              at
              com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              pl_WLSkel.java:112)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              :128)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              at
              weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              java:103)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              7)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

              Hi Sajan,
              Certification for MS SQLServer as a XA resource is in our plan for the near future,
              so hopefully we will soon find out if there are vendor bugs and also see if we can
              provide corresponding workarounds.
              Meanwhile, could you start the server with -Dweblogic.Debug=weblogic.JTAXA,weblogic.JTAJDBC
              and post the server log file?
              -- Priscilla Fung, BEA Systems, Inc.
              "sajan" <[email protected]> wrote:
              >Hi,
              >
              > I was trying to use the "Inet Opta" Xa driver for MSSQL 2000 with
              >weblogic 6.0.
              > I get the following Exception when i try to get a database connection
              >from a "Xa" Pool, in a transaction. The Pool did start up Correctly. Also,
              >i have given SupportsLocalTransaction="true" in the pool declaration.
              >And
              >if i give EnableTwoPhaseCommit="true" in the Tx Datasource declaration,
              >weblogic starts up, but without starting the connection pools. (also it
              >does
              >not deploy my ejbs in this case!).
              >
              > Could somebody help?
              >
              > Atleast, could somebody tell me when BEA is going to finish implementing
              >an Xa Driver for MSSQL?
              >
              >
              >Thanks,
              >Sajan Thomas.
              >
              >
              >
              >___________________________________________________________
              >javax.transaction.xa.XAException
              > at com.inet.tds.i.a(Unknown Source)
              > at com.inet.tds.i.a(Unknown Source)
              > at com.inet.tds.i.prepare(Unknown Source)
              > at weblogic.jdbc.jta.DataSource.prepare(DataSource.java:473)
              > at
              >weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              >java:1055)
              > at
              >weblogic.transaction.internal.ServerResourceInfo.prepare(ServerResourceInfo.
              >java:344)
              > at
              >weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:14
              >9)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTrans
              >actionImpl.java:1478)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.globalPrepare(ServerTran
              >sactionImpl.java:1304)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              >Impl.java:160)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:208)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:201)
              > at
              >com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              >)
              > at
              >com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              >java:130)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              >mpl.java:66)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              >pl_WLSkel.java:112)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              > at
              >weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              >:128)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              > at
              >weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              >java:103)
              > at
              >weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              >7)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >--------------- nested within: ------------------
              >weblogic.transaction.RollbackException: Could not prepare resource
              >'entityPool - with nested exception:
              >[javax.transaction.xa.XAException]
              > at
              >weblogic.transaction.internal.TransactionImpl.throwRollbackException(Transac
              >tionImpl.java:1248)
              > at
              >weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
              >Impl.java:208)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:208)
              > at
              >weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManag
              >erImpl.java:201)
              > at
              >com.harris.server.list.ListModuleBean.licenseRecords(ListModuleBean.java:182
              >)
              > at
              >com.harris.server.list.ListModuleBeanImpl.licenseRecords(ListModuleBeanImpl.
              >java:130)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl.licenseRecords(ListModuleBeanEOI
              >mpl.java:66)
              > at
              >com.harris.server.list.ListModuleBeanEOImpl_WLSkel.invoke(ListModuleBeanEOIm
              >pl_WLSkel.java:112)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              > at
              >weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              >:128)
              > at
              >weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              > at
              >weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
              >java:103)
              > at
              >weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
              >7)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              

Maybe you are looking for

  • Regarding dropdowns in Adobe forms

    Hi experts. I am trying to create an Adobe Form. I have 2 dropdown lists in there. Depending on the value selected in the 1st dropdown i want to populate data in 2nd dropdown list. Can i do this using javascript..If yes , how. Or is there any other a

  • Flash drive stopped showing up in Finder sidebar

    My flash drive still works perfectly, except for the fact that it stopped showing up on the sidebar under DEVICES. It's a little pesky having to look it up in my desktop when I should be able to find it quickly in every FINDER window.

  • 3gp movie import/conversion

    i have been sent a 3gp movie, how do i, or can i import this movie and convert it to another format?

  • Mini crashes when another mac wants to access it

    Recently, our mini crashes every time another mac tries to access it or its attached printer. There are no other problems and if the mini is used to access the other Macs all is fine. It has worked fine for over 2 years. Anyone know what's wrong?

  • Who change format date?

    hi, who i can change format date in servidor ORACLE for all client? Thank´s