Weblogic 6.1 on Sybase Adaptive Server

Hi,
Has anybody ever tried to put weblogic 6.1 on top of Sybase Adaptive DB server?
Can you give me some pointers on how to configure it on the weblogic side? It
will be very helpful if you can give me a sample of how the JDBC and the connection
pool is configured in the config files.
Any info will be appreciated.
John Lee

Ok, then make sure that sybase driver is in the classpath of the server,
and the pool definition would have the driver class be com.sybase.jdbc.SybDriver,
the URL would be jdbc:sybase:Tds:testmachine-pc:2638, and the driver properties
would be user=dba and password=sql.
John Lee wrote:
Here is a sample:
public class myConnection {
public static void main( String[] args ) {
try {
// Using Sybase jConnect 4.2
Class.forName("com.sybase.jdbc.SybDriver");
// Using Sybase jConnect 5.2
//Class.forName("com.sybase.jdbc2.jdbc.SybDriver");
Connection conn = DriverManager.getConnection("jdbc:sybase:Tds:testmachine-pc:2638",
"dba", "sql");
Statement stmt = conn.createStatement( );
ResultSet rs = stmt.executeQuery( "SELECT * FROM EMPLOYEE");
while ( rs.next( ) ) {
System.out.println( rs.getInt( 1 ) );
} catch ( Exception e ) {
System.out.println( "An exception occurred." );
} // end of main
} // end of MyConnection class
Joseph Weinstein <[email protected]> wrote:
If you can show us how to connect to Sybase Adaptive Server via Sybase's
JDBC driver, then we can show you how to do it with Weblogic.
Joe
John Lee wrote:
Hi,
Has anybody ever tried to put weblogic 6.1 on top of Sybase AdaptiveDB server?
Can you give me some pointers on how to configure it on the weblogicside? It
will be very helpful if you can give me a sample of how the JDBC andthe connection
pool is configured in the config files.
Any info will be appreciated.
John Lee

Similar Messages

  • Considering upgrading from CF8 up to CF11... notice in the CF11 support matrix that Sybase Adaptive Server Enterprise 15.0, 15.5  is not supported.  While we primarily connect to Oracle DB, we do need to connect to Sybase DBs periodically. Is the plan to

    Considering upgrading from CF8 up to CF11... notice in the CF11 support matrix that Sybase Adaptive Server Enterprise 15.0, 15.5  is not supported.  While we primarily connect to Oracle DB, we do need to connect to Sybase DBs periodically.
    Is the plan for CF11 to support Sybase again in the near future?

    Did you ever get a response? I'm merely trying to connect to a Sybase database - and it gives me a java.sql.SQLException:null  error - with no other information.
    I'm running the server on Ubuntu 14.x, 64bit.
    Thanks.

  • SYBase ADAPTIVE SERVER 11 TO ORACLE 9i

    Hi,
    my Oracle server is on HP-UX and i want to migrate from SYBASE adaptive server 11 to Oracle9i which is also on HP-UX.
    Please help me as there is no Migration Workbench on HP-UX....

    You should still be able to use the Oracle Migration Workbench.
    The migration workbench is for microsoft windows, but can connect to oracle on HP using oracle's sqlnet, JDBC/ODBC bridge is used to connect to Sybase, which should be supplied with your Sybase release.
    I hope this enables your migration to move forward,
    Regards
    Turloch
    Oracle Migration Workbench Team

  • Migrating from Solaris Sybase Adaptive Server 12 to Windows2000 Oracle9i

    Can I run the Sybase Adaptive Server 12 Script "SYBASE12_DSML_SCRIPT.BAT" on the Solaris (UNIX) server to generate metadata flat files (.dat) and then copy them over to the Windows2000 Oracle server and run the Oracle Migration WorkBench to capture the source model?

    You should still be able to use the Oracle Migration Workbench.
    The migration workbench is for microsoft windows, but can connect to oracle on HP using oracle's sqlnet, JDBC/ODBC bridge is used to connect to Sybase, which should be supplied with your Sybase release.
    I hope this enables your migration to move forward,
    Regards
    Turloch
    Oracle Migration Workbench Team

  • Migrate to 10g from Sybase Adaptive Server Anywhere 8

    Hi,
    My company is planning to migrate from Sybase Adaptive Server Anywhere 8 to Oracle10g.
    Does anyone have any experience with this particular case?
    I need some advice on how to make the migration 'smooth'.
    Thanks a lot,
    =adley=

    No we don't support that Sybase database type currently. Have you looked at the migration tools from Ispirer?
    http://www.ispirer.com/products/
    Donal

  • Design Capture of a Sybase Adaptive Server Anywhere Database

    I was trying to capture Server Model Diagram from an existing Sybase ASA database via ODBC.
    During capture, a lot of errors regarding data type conversion appears.
    Does any one know what has gone wrong?

    Hi Tom,
    Could you check in the AppServer via AdminConsole if the JDBC Resource and Connection is configured?
    For Admin Console, In the Servers Window, Right click on the Application Server node and choose View Admin Console. You could see the JDBC-Resources and Connection Pools configured under Resources> JDBC. It offers to check the db connectivity by using Ping on connection pools.
    If datasources are not configured for you, then you may want to manually create the connection pool and a JDBC-Resource for it.
    HTH,
    Sakthi

  • How to extend the size of c3k database in Sybase(Adaptive Server Enterprice 15.5)?

    Hi All,
    I am trying to extend the size of c3k database in my system.
    I tried like the above screen short but it could not work because the increament button is disable.
    how can i increase the size?
    can any one help at this?

    Hi,
    From Central go to devices, find the C3000Device, right click and add space on it and then retry what you just posted.
    Regards,
    Kimon

  • Required Sybase installables (Adaptive Server 11/12) for migration to 10g

    Hi Friends,
    I am learning how to migrate from Sybase Adaptive Server 11/12 to Oracle 10g. I need the installables for Sybase on WIndows 2k platform. I checked http://downloads.sybase.com/swd/summary.do but I am not getting what I require. Could any one of you please help me with some links or documentation.
    Thanks in Advance
    Regards
    Aditi

    You need the Sybase Adaptive Server ODBC driver Release 3.11.00.01 or higher on the same system as Migration Workbench if you are running on Windows.
    The Sybase Adaptive Server ODBC driver is shipped with the Sybase Adaptive Server 11 and Sybase Adaptive Server 12 client software. Installation procedures depend on the version of Sybase Adaptive Server. See our user guide for additional details.
    If you have Sybase, you should have a copy of this software.
    Donal

  • Weblogic Intergration / transaction mode / Sybase

    We are using Weblogic 8.1 to integrate a couple of DBMS's. A fact is that we can't change anything in these DBMS's, they are like blackboxes to us. As far as I could discover in the documentation of Weblogic, a distributed transaction uses the Autocommit-mode set to false, indicating a chained transaction mode, starting automatically a transaction on issueing the first DML statement in the database.
              One of the DBMS's is Sybase Adaptive Server 12.5. We are using some stored procedures in this DBMS, which were created in the standard mode, i.e. 'unchained' transaction mode which translates to Autocommit set to true.
              On running our application, of course, Sybase throws an error, indicating that a stored procedure created in unchained mode cannot be executed in an chained transaction.
              Well, theoratically, we could change the transaction mode of the stored procedures to 'chained', with the 'chained' or anymode' option on sp_procxmode. But, practically, we can't do that due to business policies and this also shouldn't be needed, as we are using Weblogic integration, which promotes INTEGRATING DBMS's and EIS's.
              So, my question is: Is there an option to use a global, distributed transaction in Weblogic integration, that runs in an unchained transaction mode, thus, allowing us to integrate this Sybase DBMS in our application, without making changes to the DBMS.
              Greetings,
              Ivo Willemsen

    Hello Ivo.
              I'm having the same problem and I need to know if you were able to solve it.
              Thanks.

  • Re: Migration from Sysbase Adaptive Server 11.5 to Oracle 8.0.6

    I had a problem when using Oracle Migration Workbench to migrate a database from Migration from Sybase Adaptive Server 11.5 to Oracle 8.0.6 in NT environment.
    It contains only 8 tables.
    Firstly, it captured well the source database from Sybase. But It hang on every times when mapping tables in this database to Oracle.
    Is there anyone experienced with this problem?
    By the way, I would like to know that which way (tool) is the best one to migrate
    A system from Sybase Adaptive Server 11.5 to Oracle 8.0.6
    Any idea will be very appreciated?
    Thanks
    null

    Thanks very much.
    I have sent both the error.log and my repository to [email protected]
    Could you please let me know if you have any advice.
    John

  • Problem capturing source model sybase apative server 11.5.1

    Trying to migrate production Sybase Adaptive Server database to
    Oracle using Oracle Migratin Workbench-Sybase Plugin. It fails
    duing loading source model stage. Sybase database is not going
    to be available to us for long as companies are separating by
    december end, four databases need to be migrated by then. It is
    very important to get the migratin done and there is no
    workaround this problem. This is showstopper for migration
    project right now.
    Details:
    Oracle Migration Workbench with sybase adaptive server 11 plugin
         2.0.2.0.0     Production Build 20011121 Windows-
    2000professional
    Oracle Database               8.1.7          Solaris 8
    Sybase Database               Sybase Adaptive Server 11.5.1
         Solaris 8
    Source ODBC Driver          3.11.00.01 Windows-
    2000Professional
    Stage of migration: Loading Source Database
    Error Text on alert window:
    Failed to load Source Model. [INTERSOLV][ODBC SQL Server driver]
    [SQL Server]Invalid column name 'fill_factor'
    Error Text in the log file:
    EXCEPTION : LoadTableData.run() : SYBASE11_SYSINDEXES [INTERSOLV]
    [ODBC SQL Server driver][SQL Server]Invalid column
    name 'fill_factor'.
    After Investingation it looks like the table sybase11_sysindexes
    in OMWB repository has four columns extra than the sysindexes
    table in sybase database. The additional four columns are:
    fill_factor, res_page_gap, exp_rowsize, key3. OMWB load source
    model step fails on the first column.
    Trying to load the sybase source model using Oracle Migration
    Workbench.
    Oracle Migration workbench was running.
    Oracle Migratin workbench capture wizard was running.
    Installed OMWB and sybase apative server 11 plugin for OMWB.
    Installed Sybase client for windows and ODBC drivers.
    Configured ODBC for sybase database as a system DSN.
    Created empty scheama with connect and resource privilages for
    OMWB repository on Oracle 8.1.7 on solaris 8.
    Started OMWB, created repository in the empty scheama created
    above.
    Clicked on capture source database wizard.
    Provided the userid, password and database for sybase database.
    Selected not to generate Oracle model, as it can be generated
    afterwards.
    Clicked finish on the wizard.
    OMWB started reading sybase system repository tables, it did a
    few tables and then the above error message appeared.
    This is a fresh install of Windows 2000 Professional.
    The only oracle product installed in OMWB and the Sybase
    Apadative server 11 Plugin for OMWB.
    The other software is Sybase client for windows (To do queries
    on Sybase database) and the sybase ODBC driver.
    No other significant software is installed, it a vanila windows
    2000 Professional installation.
    There is oracle tar for this. TAR 1828907.995
    Any help is appriciated.
    Thanks,
    Prashant

    Hi,
    Without seeing the full error.log file here are some suggestions.
    >
    From Prashant's e-mail it appears that the data dictionary's of11.5.1.
    and 11.9.2 are different.
    A possible alternative that may help i.e. removing the 4 extracolumns
    that Prashant talks about from the Workbench source model e.g.
    Sybase11_sysindexes. This may help you get around this issue
    If that does not work. One possible workaround is as follows.
    Extract the Schema generation scripts from the Sybase 11.5.1database
    and re-create the schema in Sybase 11.9.2. You don't have tomove the data.
    >
    You can then migrate the schema from the Sybase 11.9.2database. Once
    the schema is migrated you can generate the SQL Loader scripts to
    migrate the data. Click on the Tools menu and then select the'Generate
    SQL Loader Scripts...' menu item. This will generate Sybase BCPdata
    extraction scripts. These scripts will extract the Sybase datafrom each
    table into a separate .dat file. You can then use the SQL Loaeder
    scripts that were also generated to load this data in to thedestination
    Oracle database.
    Regards
    John

  • SAP Adaptive Server Enterprise vs SQL Server

    Hi all,
    I'm looking a technical document that compare SAP Adaptive Server Enterprise with SQL Server, anyone have information about this?
    thanks in advance

    Not a technical response but one more of keeping your sanity.
    Basically:
    On Windows: use SQL Server *unless* you have an application or a specific requirement to use another DBMS.  SQL Server can't be beat on windows for integration with the os and Active Directory.
    On Unix/Linux:  use whatever you want that meets the needs of the project.  Of course, we're partial to the Sybase products (ASE, IQ, SQL Anywhere, etc)
    On mainframe: use DB2 for zOS
    jason

  • Sybase EA Server

    Hi,
    I am doing development in Java from last 2 years, I know it silly but I could not able to get information about reading User Manuals and Other online help of sybase. Our client required a Sysbase as Web Application Server.
    I already had installed Sysbas EA Server 5.2 (Default Installation) and deployed my Web Application through EA Server Manager from my already developed war file which was successfully running on OC4J10G and Weblogic 8.1 .
    But I could not able to run my application
    http://asim:8080 (it is running, showing screen of sybase with their html page)
    http://asim:8080/myApplication/Login.jsp (is not running)
    Can any one help me ? I think I have to do more configuration .... although my war file has successfully deployed in Sybase showing me all the jsps, webinf and classes folder
    Regards
    Asim

    850219 wrote:
    I am facing a problem while connecting to Oracle10G Database. Please help me in solving the below issue.
    I am trying to connect Oracle10g database using Sybase EA Server 5.3 and iam facing problem through my Java application. First step - stop doing that.
    You have a huge application and you have no idea where the source of the problem is.
    So you start by creating a stand alone java application, a console application, one that runs by itself and does NOT run in an application server.
    That java console application does NOTHING but connect to the database server using a connection string.
    Then you run that app with the following
    1. Run it on the server where the app server runs. ONLY on that server.
    2. Run it as the user that the app server runs under. VERIFY the user for the app server and insure that you run the java console app under that user.
    If the console app works and ONLY if you follow the above constraints then you know absolutely that the problem is in the configuration of the app server.
    If it doesn't work then you know absolutely that is is a matter of the connection string, permissions, connection and it has nothing to do with the app server.

  • Can I use Other database as the repository, Sybase/SQL Server? Urgent!!!

    Hi all,
    Can I use Other database as the repository, Sybase/SQL Server? Urgent!!!
    And Can I use other database store business data and sync with lite?
    Thanks ahead!!!

    Jonathan,
    No, it is not possible to use any other database than Oracle (8.1.7) or later .
    Oracle Lite will only work with Oracle.
    Regards

  • How to start sybase Backup server in windows 2008 r2

    Unfortunately i stop the sybase backup server.
    I try to start it again but i get problem in that.
    Sybase BCKServer_ASE_BS , Sybase SQLServer_ASE & Sybase XPServer_ASE_XP - These could not be start
    The error is in screenshot  can any one help at this please....

    To start I would suggest looking for more details in a) the backupserver errorlog file and b) the windows event log.  Hopefully one of these will provide more details as to *what* file could not be found.

Maybe you are looking for

  • Error Web Template (CX_SY_CONVERSION_NO_NUMBER )

    Hi all, I get error when I run my Web template and in the Query there are condition TOP N, here the error: An exception with the type CX_SY_CONVERSION_NO_NUMBER occurred, but was n The argument '3WOB03G9HX4LYU5Y7TH3MXNNU' cannot be interpreted as a n

  • ATP functionality with 11i

    We are planning on implementing Oracle 11i this year and would like to use ATP functionality. We have several product lines with very high shrinkage rates. It appears that when looking at WIP, ATP supply will assume the work order header quantity unt

  • Using average days between dates to predict a launch date on another produc

    I hope someone might be able to help me out here. I am at the limit of my Webi expertise! (which is not saying a lot) We have a universe containing date information relating to the launch of products thus: Product Name Supplier Name Category Sample A

  • Handling unit detail report against reservation Number (MB21)

    Hi experts for Internal material requiremnt we create reservation from MB21.then against that reservation number we transferred material from Ware house management system in form of Handling unit. As per process against that resrvation number system

  • 802.1x MAB with Juniper EX switch.

    Hi, I tried to authenticate user from juniper EX switch to Cisco ACS Radius. The ACS can authenticate normal user via 802.1x but not MAB. I set in the acs to authenticate any request using RADIUS IETF. I also tried to connect to different ACS server