Mix Local and Global Transaction using XA Driver for Oracle

Hi all,
We are trying to use a XA Driver which can support both local as well as global
transaction. We tried using the Weblogic jDriver (XA Driver) type 2 that comes
along with Weblogic installation but unfortunaltely it cannot mix local as well
as global transaction.
Please let me know in case we have any XA JDBC driver for Oracle Database which
supports both local and global transaction together.
Thnx,
Kumar
Environment:
Weblogic 8.1 server
Database used : Oracle8i

Most database drivers can support local and global transactions, with some
restrictions.
The JDBC spec has been changed to require compliant drivers to let the
application
know if they try to start a global transaction while a local transaction has
not been
completed (or vice verse). So most of the database drivers have been
changed to enforce
this restriction (breaking a lot of code that is out there).
"Kumar Raman" <[email protected]> wrote in message
news:4033457c$[email protected]..
>
Hi all,
We are trying to use a XA Driver which can support both local as well asglobal
transaction. We tried using the Weblogic jDriver (XA Driver) type 2 thatcomes
along with Weblogic installation but unfortunaltely it cannot mix local aswell
as global transaction.
Please let me know in case we have any XA JDBC driver for Oracle Databasewhich
supports both local and global transaction together.
Thnx,
Kumar
Environment:
Weblogic 8.1 server
Database used : Oracle8i

Similar Messages

  • Exception while using XA driver for Oracle 9.0.1 with WL Integration 7.0

    java.sql.SQLException: ORA-06550: line 1, column 13:
    PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.ja
    va:1846)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
    a:1771)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
    nt.java:2361)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePrepar
    edStatement.java:422)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStat
    ement.java:487)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:17
    9)
    at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:569)
    at weblogic.transaction.internal.ServerResourceInfo.start(ServerResource
    Info.java:1165)
    at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResour
    ceInfo.java:1108)
    at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourc
    eInfo.java:287)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
    rverTransactionImpl.java:391)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1143)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    098)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:145)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:211)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(Connection
    Impl.java:139)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.
    java:81)
    at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
    .java:131)
    at weblogic.ejb20.utils.TableVerifier.verifyTableAndColumnsExist(TableVe
    rifier.java:333)
    at weblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
    bleVerifier.java:404)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
    BMSPersistenceManager.java:1019)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersisten
    ceManager.java:141)
    at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.ja
    va:214)
    at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java
    :186)
    at weblogic.ejb20.manager.DBManager.setup(DBManager.java:161)
    at weblogic.ejb20.manager.ROManager.setup(ROManager.java:111)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrive
    nBeanInfoImpl.java:936)
    at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1302)
    at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:342)
    at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplication
    Container.java:1534)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:991)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:928)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:611)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:368)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:812)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:294)
    at weblogic.Server.main(Server.java:31)

    Hi Raja,
    I forgot this one, sorry. In fact, all you need to do is to
    ask you DBA for enabling oracle instance for XA use :)
    Regards,
    Slava Imeshev
    "Raja" <[email protected]> wrote in message
    news:[email protected]...
    >
    Thanks a lot for response.
    I tried it out but it didn't help.
    I also came across a script initxa.sql (%ORAHOME%/javavm/install)which hasthe
    DDL queries to create the JAVA_XA package in oracle. But iam not sure ifthis
    is to be manually run on the server or if it should have been run whilethe Database
    Creation was done. Any info about this would be helpful
    "Slava Imeshev" <[email protected]> wrote:
    Hi Raja,
    Is it possible that oracle instance hasn't been set up for XA support?
    Here is an extract from the documentation:
    ===================================================
    Enable XA on the Database Server
    To prepare the database for XA, perform these steps:
    a.. Log on to sqlplus as system user, e.g. sqlplus
    sys/CHANGE_ON_INSTALL@<DATABASE ALIAS NAME>
    b.. Execute the sql: grant select on DBA_PENDING_TRANSACTIONS to public
    If the above steps are not performed on the database server, normal XA
    database queries and updates may work fine. However, when the Weblogic
    Server Transaction Manager performs recovery on a re-boot after a crash,
    recover for the Oracle resource will fail with XAER_RMERR.
    ===================================================
    Regards,
    Slava Imeshev
    "Raja" <[email protected]> wrote in message
    news:[email protected]...
    java.sql.SQLException: ORA-06550: line 1, column 13:
    PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    atoracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at
    oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    atoracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862
    atoracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.ja
    va:1846)
    atoracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
    a:1771)
    atoracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
    nt.java:2361)
    atoracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePrepar
    edStatement.java:422)
    atoracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStat
    ement.java:487)
    atoracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:17
    9)
    atweblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:569)
    atweblogic.transaction.internal.ServerResourceInfo.start(ServerResource
    Info.java:1165)
    atweblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResour
    ceInfo.java:1108)
    atweblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourc
    eInfo.java:287)
    atweblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
    rverTransactionImpl.java:391)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1143)
    atweblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    098)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:145)
    atweblogic.jdbc.jta.Connection.prepareStatement(Connection.java:211)
    atweblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(Connection
    Impl.java:139)
    atweblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.
    java:81)
    atweblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
    java:131)
    atweblogic.ejb20.utils.TableVerifier.verifyTableAndColumnsExist(TableVe
    rifier.java:333)
    atweblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
    bleVerifier.java:404)
    atweblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
    BMSPersistenceManager.java:1019)
    atweblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersisten
    ceManager.java:141)
    atweblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.ja
    va:214)
    atweblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java
    :186)
    at weblogic.ejb20.manager.DBManager.setup(DBManager.java:161)
    at weblogic.ejb20.manager.ROManager.setup(ROManager.java:111)
    atweblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrive
    nBeanInfoImpl.java:936)
    atweblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1302)
    at
    weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:342)
    atweblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplication
    Container.java:1534)
    atweblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:991)
    atweblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:928)
    atweblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:611)
    atweblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:368)
    atweblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    atweblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    61)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:812)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:294)
    at weblogic.Server.main(Server.java:31)

  • How to report with local and global currency in Deliveries?

    Dear all,
    i am working on a delivery scenario where i have in the datasource NETWR(Net value
    ), WAERK (Document currency).
    I would like to be able to report with local currency and global currency.
    Could you please help by explaining how to proceed?
    Thank you.
    Cheers

    Hi Gilo,
    You have to check with the business on the following.
    1) What would be the key date of currency conversion? Is this any document date from the transaction ( Delivery Date ) or report execution date?
    2) What would be the target currency ? ( for local and Global currency ). Whether this can be determined at the time of loading or should it be based on user selection criteria?
    3) What is the exchange rate type that has to be used? ( for example 'M' ).
    Once you have the answers to these questions, you can decide whether to do the currency conversion in the backend or front end in the report during runtime.
    For example, if the user wants to input the target currency on selection variable and wants to use the exchage rate as of the report execution date, then this currency onversion has to be done at runtime.
    For more details,Please check help.sap.com or SDN
    Thanks,
    Krishnan

  • TMS and Global Transactions

    Hello Friends,
    I have a doubt on TMS and Global Transaction.
    Can tpbegin(), tpcommit(), tpabort() calls succeed when there is
    no TMS server running for the Tuxedo Server group.
    If yes, who manages the Global Transaction in this case?
    Thanks in advance for ur time.
    regards
    MS

    When you compile a Tuxedo server, there is ALWAYS a TMS compiled in. If
    you look at $TUXDIR/udataobj/RM, you will fine a line similar to:
    NONE:tmnull_switch:
    When you do not use the -r option, or use -r NONE, the tmnull_switch is
    compiled into your server. This is a bunch of do nothing code to occupy
    the function slots that otherwise would be used by a real XA
    connection. For example, if you had put
    -r Oracle_XA
    (also see the RM file) the switch xaosw is compiled into your server.
    So the first thing I want point out is that a server ALWAYS has a TMS
    switch compiled, even if it is a NULL switch.
    Second item. This null switch does have a null transaction management
    server, called TMS ($TUXDIR/bin/) This is the entry for the TMSNAME
    field of a Service GROUP.
    You might have an entry such as
    APPGRP GRPNO=10 TMSNAME=TMS
    DBGRP GRPNO=11 TMSNAME=TMSORACLE OPENINFO="......"
    Now, I can have XA transactions initiated by servers in APPGRP, and have
    servers in DBGRP participate in the same global transaction. (but watch
    your performance)
    So, to answer Manoj's question, No, they don't succeed if there is no
    TMS. However, all you need is to add TMSNAME=TMS and have compiled the
    servers with -r NONE (better to be explicit than implicit) and they will
    work.
    Hope this clears up some things.
    Manoj SASIDHARAN wrote:
    Hello Friends,
    I have a doubt on TMS and Global Transaction.
    Can tpbegin(), tpcommit(), tpabort() calls succeed when there is
    no TMS server running for the Tuxedo Server group.
    If yes, who manages the Global Transaction in this case?
    Thanks in advance for ur time.
    regards
    MS--
    Brian Douglass
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]

  • Local and global variables in ABAP Debugger

    hi guys.
    we have the following support package:
    SAP_BASIS     640     0025     SAPKB64025     SAP Basiskomponente
    I would like to use in the debugger the local and global variables tab strip, but I can not find it. Is it possible. that our support package is too low for this functionality?
    Thanks a lot.
    rudit
    Edited by: Rudolf Tremmel on Aug 17, 2010 8:35 AM

    Starting with SAP NetWeaver 6.40, SAP released a new version of the Debugger.
    The Debugger available in Release 6.40 was not considered complete (and was
    not the default debugger as a result)
    The Variable Fast Display tool currently has four tabs . The first
    two are provided empty, and you can either type or double click a name in the
    source code to add it to the list. The third tab (Locals) shows all local variables
    for the current program modularization unit, and the fourth (Globals) shows all
    global variables in the current program.

  • Local and global POV mode in FDQM

    hi,
    i am using multiload option in fdqm. what is the difference between local and global POV modes in fdqm?
    your help will be highly appreciated.
    Regards
    Ace

    Global Mode: If this mode is set and the POV is changed in FDM, it will change the POV for all users
    Local Mode: if this mode is set and the POV is changed in FDM, it will only change for the current user making the POV change.
    The Mode will change accordingly when using a mulitload file.

  • Use external drive for Time Capsule backups AND file storage?

    I have an external drive formatted by my MBP.  I'm using it to store my iTunes music library and iPhoto pics.  Can I use the drive for Time Capsule backups as well?

    Yes, but that is not recommended. Storage and backup should be kept separate to reduce the chances of a disk failure. This is especially important because you cannot even partition a Time Capsule drive. Go get a separate drive for your storage needs. Get another drive for a second backup and use a different method of backup than Time Machine

  • Use external drive for windows and mac

    Hello,
    I just bought a external 320Gb Western Digital Drive. I would like to use
    the drive for windows and mac.I will not like to make partation on the drive
    to use it on both operating systems. Is there any formating system with which i can use in both operating systems? I would like to use time machine feature on that drive also.
    Thanx.

    If you want to use a disk for both PC/Mac file storage and Time Machine, you will have to create two partitions. Partitioning is sort of like creating multiple virtual disks on the same physical disk. One partition should be formatted for PC (which the Mac can also use) and the other should be formatted for HFS+ (Mac only) which is what Time Machine requires. The Disk Utility application makes partitioning and formatting very easy.

  • I cannot load Maverick on my iMac HD.  It reports that my HD is used for Time Machine backups and will not load to that drive.  I do not use this drive for backups.  Help.

    I cannot load Maverick on my iMac HD.  It reports that my HD is used for Time Machine backups and will not load to that drive.  I do not use this drive for backups.  I use an external 1 TB WD My Book for backups as well as Super Duper Backups. Can anyone offer advice.   Thanks.

    Welcome to Apple Support Communities
    You have got the "Backups.backupdb" folder in the root level of your hard drive. This is the folder used by Time Machine to save backups to, and the OS X Mavericks installer thought that your hard drive is being used to store Time Machine backups
    To fix this, open a Finder window, select the Go menu (on the menu bar) > Go to Folder, and type:
    Then, delete "Backups.backupdb" and empty the Trash. Finally, open the Mavericks installer from the Applications folder and follow the steps

  • Use one drive for attachments using outlook

    using the portal or OWA you can use one drive for attachments rather then adding the file to the e mail itself , i was wondering if we will have this feature on outlook soon

    Hi,
    As you have known, in Outlook client there is no such feature right now, we need to insert the OneDrive file link manually to the new message if we want to attach a file.
    I can't guarantee if this feature will be added in the further version, but please be assured that any improvements in the product are based on users' requirements. Our developers strive to capture Microsoft users' ideas and are working hard to create a
    more powerful and easy-to-use product.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Reg : I am getting an error while Using MicroSoft ODBC For Oracle Driver

    I am Using MicroSoft ODBC For Oracle Driver  for JDBC. Why i am using this driver is i could not able to get  the arabic content if i use the other driver  .I Right now i cannot change the NLS Lang because its a production server    also it has around 300 gb of data  and i can not take risk now by changing the NLS lang.. coming to the below error .i could able to access my data up to 4 Hours after that i am getting this error.If i restart my tomcat i can use my application  one more 4 hrs  .Please get back to me if u have any solution.Its very very helpful to me......+*
    [java.sql.SQLException] [ Microsoft ODBC for Oracle ]
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
    at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
    at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(JdbcOdbc.java:3073)
    at sun.jdbc.odbc.JdbcOdbcConnection.initialize(JdbcOdbcConnection.java:3
    23)
    at sun.jdbc.odbc.JdbcOdbcDriver.connect(JdbcOdbcDriver.java:174)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at com.iton.eoffice.DatabaseBean.connecteOfficeMoEnq(DatabaseBean.java:4
    60)
    at org.apache.jsp.MhewProfilesearchMoEnq_jsp._jspService(MhewProfilesear
    chMoEnq_jsp.java:434)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:384)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    20)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:206)
    at com.iton.eoffice.tree.CharacterEncodingFilter.doFilter(CharacterEncod
    ingFilter.java:63)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:228)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:104)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:109)
    at org.apache.catalina.ha.tcp.ReplicationValve.invoke(ReplicationValve.j
    ava:347)
    at org.apache.catalina.ha.session.JvmRouteBinderValve.invoke(JvmRouteBin
    derValve.java:209)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:212)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
    ss(Http11Protocol.java:634)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
    5)
    at java.lang.Thread.run(Thread.java:619)
    ------------1234-----------
    java.lang.NullPointerException
    at com.iton.eoffice.DatabaseBean.getSQLRows(DatabaseBean.java:764)
    at org.apache.jsp.MhewProfilesearchMoEnq_jsp._jspService(MhewProfilesear
    chMoEnq_jsp.java:435)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:384)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    20)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:206)
    at com.iton.eoffice.tree.CharacterEncodingFilter.doFilter(CharacterEncod
    ingFilter.java:63)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by sreenivas navuluri:
    Oracle(tm)Client and networking components not found. These components are supplied by Oracle Corporation and part of Oracle Version 7.2 or greater Client software installation. You will be unable to use this driver until these components have been installed . This error occurs while selecting the Microsoft Odbc for Oracle driver from the ODBC in control panel. Pls suggest<HR></BLOCKQUOTE>
    null

  • Adobe Bridge shuts down when I try to access files on my external drive. Have been using the drive for months with no problems.

    Adobe Bridge shuts down when I try to access files on my external drive. Have been using the drive for several months with no problems.

    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    A lot more information about your hardware and software is needed.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CC", but something like CC2014.v.2.2) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    a screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Error using "Microsoft ODBC for Oracle" driver

    I am trying to connect to Oracle 10g Express Edition from Access 2003 on Windows XP. I created a DSN using "Microsoft ODBC for Oracle" driver. When I try to connect using ADO, I get this error:
    [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    I googled this error and got a lot of hits but no solution.
    Any help would be greatly appreciated. I am new to Oracle and am coming from SQL Server 2000.
    Thanks a lot!

    This is the connection string I am using:
    Conn1.ConnectionString = "driver={Oracle in XE};Dbq=GMIS_LIVE.WORLD;Uid=Administrator;Pwd=ubs;"
    These are the contents of my tnsnames.ora (what entries do I add to make this work)?
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = your-a9279112e3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )

  • Mac Pro - Using 3 drives for a triple-boot system

    Hello
    I am purchasing an 8-core Mac Pro today, and I want to start the ball rolling early on this endeavor, as it will probably take some discussion and research on my part.
    I want to take my Mac Pro and install 2 more hard drives (for a total of 3) so that I can have a triple-boot system using OS X, Windows XP Pro, and Ubuntu Linux.
    All of the tutorials I am coming across discuss installing on partitions. I'd like to install onto separate hard drives. What do I have to know in order to make this work?
    - Should I use a 64-bit XP OS? Why or why not? (I'll have 4 GB of RAM)
    - Any major issues with drivers in XP or Linux?
    - Can I make a fourth hard drive mountable across all 3 other OS installations?
    - Can I mount the other OS drives in my booted os? (For instance, if I boot into Linux, can I mount the XP drive and the OS X drive, or mount the Linux Drive and XP drive in OS X?)
    Thanks for your input.
    ----------S

    I'd like to install onto separate hard drives. What do I have to know in order to make this work?
    The Boot Camp Assistant will allow you to prepare an entire drive for Windows so that's simple enough. If you want to do this yourself all you need to do is to change the partition map scheme for the desired drive to Master Boot Record and then let the Windows installer do the rest. Be aware that manually doing this will mean that Parallels will not find this drive as a Boot Camp drive if that's important to you.
    Sorry, don't know anything about Linux.
    Should I use a 64-bit XP OS? Why or why not? (I'll have 4 GB of RAM)
    You can. Although there is currently no Apple driver support for x64 versions so you'll be on your won to source drivers. Personally I'd stick to the 32-bit version for now until Apple pulls its finger out and get 64-bit driver support.
    Can I make a fourth hard drive mountable across all 3 other OS installations?
    The simplest solution would be the use of FAT32 however Microsoft limits this to 32GB which is a right pain. You could always install a product like MacDrive into Windows to allow you access to your Mac partitions.
    Can I mount the other OS drives in my booted os?
    It depends on what you're looking for. NTFS partitions are mountable under Mac OS X but are read-only. Mac partitions are avaialable under Windows but requires a product like MacDrive.

  • Why can't use thunderbolt drive for Cloud files folder?

    why can't I use thunderbolt drive for Cloud files folder?  It's too big for my limited laptop storage.
    Thanks

    Because sync requires to use persistent storage locations. This is out of Adobe's control. It is entirely up to the hardware vendor how he anchors the drive/ volume and integrates it into the file and folder structure.
    Mylenium

Maybe you are looking for

  • Error while deploying jar file in jboss

    Hi, I am trying to deploy a jar file in jboss, i have copied the jar in jboss_home/server/default/deploy/ directory. and i am getting the following errors while starting the jboss server. ERROR [MainDeployer] Could not create deployment: file:/C:/jbo

  • My foxfire start page does not have my yahoo mail tab on top of page

    On my older version of Firefox I had a mail tab in the upper part of the Firefox page, when I highlighted this icon it went to my yahoo mail. I no longer have this icon, instead I have a lot of MSN tabs. Fox Sports, Latest Headlines. Which is the def

  • Unable to create filesystem (mkfs.ext4) on large 2TB GPT virtual disk using Linux VM.

    I am unable to create a file system on a large (> 2TB disk) virtual disk for a Linux VM.  I can create the disk, attach it to the VM, partition it with "parted", but I cannot run mkfs.ext4.  Details below. Hyper-V 2012 Core (w/ all Windows/Microsoft

  • Row attributes in the advanced tables

    Hi Everyone, In my custom page, i have developed an Advanced Table. The user can add any number of rows in the advanced table and i am capturing all the rows and the attributes of those rows in the advanced table using a loop. Now, no matter how many

  • How to specify height dynamically for each showDetailItem

    Hi, I'm using JDeveloper 11.1.1.6 version. I have the following requirement: I have a create page with one <af:region>. The <af:region> displays a page with <af:PanelTabbed> component having 4 <af:showdetailItem> components. For each tab I would like