JDBC drivers not working in QA for multibye characters

Hi,
we have a problem with JDBC and deployed in DEV system and its works fine, but the same when we deply in QA its not working.
the problem we are trying to use the simple select query from ORACLE DB.
In ORACLE DB they converted the chenise char to English after that our JDBC drivers are not able to pick the multibite char.
XI JDBC Adapter shows below error with a SELECT Query
SELECT Query:SELECT * FROM APPS.ITEM_XI_V The Chinese character are converted to English and becomes multibye characters.
Error:Error during conversion of query result to XML: java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
Assumption is that the issue with older version of  ojdbc14.zip (JDBC Driver file)
Reference:http://www.coderanch.com/t/299231/JDBC/java/UTF-conversion
implement SAP Note 941317 in order to resolve the current issue.
Note 941317 - XI / PI JDBC Adapter: Known Problems / Incompatibilities JDBC Driver Deployment. Refer to  SAP Note 831162
after apply as per note for DEV system its works fine, but the same when we did for our QA system still the same error.
Thanks,
Venkat.

Hi Gurus,
Any idea where i am doing wrong.. in QA i am able to extract data with simple select statment with normal tables...
Thanks,
Venkat

Similar Messages

  • JDBC DRIVERS not working

    Hi All,
    WLS 10.3.5 installed.
    Configuring data source to 11g database and get this error:
    IO Error: The Network Adapter could not establish the connection
    oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
    oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:670)
    oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:230)
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
    oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:404)
    oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.java:694)
    oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:267)
    oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:134)
    com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:745)
    com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:458)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:597)
    org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)
    org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    org.apache.beehive.netui.pageflow.FlowController.internalExecute(Fl
    WHAT I have done:
    1). tested telnet to the DB server port and it works

    Hi,
    Try to upgrade your ojdbc6.jar file to latest one, and try to access it should work.
    Regards,
    Kal

  • Jdbc Drivers not working properly

    Hello I am new to java and oracle. I have installed Oracle 8.0.5 on a NT server and install the oracle 8.0.5 client on a nt workstation for developing. When trying to get a resultset my program just stops running. I am using Jbuilder but I also have the same problem just running notepad and the jdk1.2.1. It seems that the drivers seem buggy. There is no download for 8.0.5 to support jdk1.2. I am wondering have anyone else seen this problem.

    Hi Gurus,
    Any idea where i am doing wrong.. in QA i am able to extract data with simple select statment with normal tables...
    Thanks,
    Venkat

  • JDBC control not work after upgrade application from workshop 8.1 to 9.2.3

    Hi,
    We upgraded application from workshop 8.1 to 9.2.3. After that, the JDBC control not work any more. We got the following exception:
    java.sql.SQLException: The transaction is no longer active - status: 'Committed'. No further JDBC access is allowed within this transaction.
    at weblogic.jdbc.wrapper.JTSConnection.checkIfRolledBack(JTSConnection.java:192)
    at weblogic.jdbc.wrapper.JTSConnection.checkConnection(JTSConnection.java:202)
    at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:87)
    at weblogic.jdbc.wrapper.Connection.getMetaData(Connection.java:435)
    at org.apache.beehive.controls.system.jdbc.parser.SqlStatement.createPreparedStatement(SqlStatement.java:128)
    at org.apache.beehive.controls.system.jdbc.JdbcControlImpl.execPreparedStatement(JdbcControlImpl.java:272)
    at com.bea.wlw.runtime.core.control.internal.JdbcControlImpl.invoke(JdbcControlImpl.java:136)
    at controls.SecurityBean.getUpdateDocPermission(SecurityBean.java:598)
    at security.SecurityManagerImpl.getUpdateDocPermission(SecurityManagerImpl.java:110)
    at security.SecurityManagerBean.getUpdateDocPermission(SecurityManagerBean.java:509)
    The control that throw the exception has "transactionattribute" annotation added automatically by upgrade wizard during upgrading. Related classed are as follows:
    @ControlInterface()
    public interface SecurityManager
    @TransactionAttribute(TransactionAttributeType.REQUIRED)
    boolean getUpdateDocPermission(java.lang.String userId);
    @ControlImplementation()
    public class SecurityManagerImpl implements SecurityManager, Serializable
    * @common:control
    @org.apache.beehive.controls.api.bean.Control()
    private controls.Security security;
    static final long serialVersionUID = 1L;
    * @common:operation
    public boolean getUpdateDocPermission(String userId)
    if ( security.getUpdateDocPermission(userId) > 0) {
    return true;
    else
    return false;
    @ControlExtension()
    @JdbcControl.ConnectionDataSource(jndiName = "EventDesk")
    public interface Security extends JdbcControl
    static final long serialVersionUID = 1L;
    * @jc:sql statement="select r.updateDoc from document_user u ,document_role r where u.login={userId} and u.roleId=r.roleId;"
    @JdbcControl.SQL(statement = "select r.updateDoc from document_user u ,document_role r where u.login={userId} and u.roleId=r.roleId;")
    int getUpdateDocPermission(String userId);
    Thanks for your help

    Hi. The issue is a level or two above JDBC. I suggest
    opening an official support case. It's probably a
    WLW issue.
    Joe

  • JDBC drivers not found---Pls help

    Hi All,
    Pls help me out to solve this issue
    I have XI 3.0 and R3 4.7 EE seperately . (Both are for education purpose)
    While doing  JDBC scenario, I got error <b>"JDBC drivers not found"</b> in Adapter Framework. When contacted I was told to install JDBC drivers according to R3 4.7 EE's Database version and not to disturb XI database. We have Oracle database for R3 4.7 EE.
    My questions are
    1. Is that correct that I should not disturb XI database ?
    2. If I install JDBC drivers according to R3 4.7 EE's Database version , In future will I get any problem like the same and other when I do JDBC scenario ?
    3. I have been searching but not getting the right place to download JDBC drivers.
    Could you please give me the link where I can download JDBC drivers ?
    Thanks in advance
    ss

    Hi,
    you can find JDBC drivers here :
    <a href="http://developers.sun.com/product/jdbc/drivers">http://developers.sun.com/product/jdbc/drivers</a>

  • U330 Windows 7 Drivers Not Working

    Hello,
    I have recently been in the process of updating all of my drivers on my u330-2267EU to the latest Windows 7 versions. I had been waiting for this update to the drivers site for some time since I was able to get Windows 7 installed before the Oct 22nd release. I am running Windows 7 64bit and I am running into some trouble with these newest drivers not working correctly.
    u330 Driver Download Site (Using Win 7 64bit Versions): http://consumersupport.lenovo.com/en/DriversDownloads/drivers_list.aspx?CategoryID=16
    Switchable Graphics: there are 2 new Windows 7 drivers related to video that I downloaded. One referring to the discrete ATI graphics card, and the other to the Intel Graphics Media Accelerator. After installing both of these, setting BIOS for Switchable Graphics, and running the Switchable Graphics program from the desktop after bootup, brings up the desired menu with the option to switch from power saving gpu to the high performance gpu. When I click the "high performance gpu" button, the screen flickers and fades to black momentarily as it should, but when the screen returns and after waiting for a few minutes no switch is made, it just stays in the powersaving gpu. Suggestions?
    Power Management Software: I also downloaded Lenovo's Energy Management Windows 7 driver for the u330. After installing the software I was initially able to bring up the menu to change power options, but the options that I chose would not make any apparent changes. Actually, after installing the program, it made my screen incapable of changing its brightness using the "function + arrow" button combination. Also, no longer when i change my default power windows power options will it adjust my screen brightness. It just stays the same no matter what. The only way that I can now change the brightness of my screen is by going into the graphics settings of the Intel GMA and change the settings there, but that is a completely horrible way of having to do that.
    So there you have it, after all this waiting I still dont have the ability to utilize the switchable graphics nor properly use the Lenovo Power Management software. Oh yea, and I still cant adjust the brightness of my screen. I have re-downloaded and re-installed these drivers many times to try to get them to work correctly, but so far no luck.
    I would greatly appreciate any help on the subject or at least have the knowledge that someone at Lenovo has noticed these problems and a fix is coming soon
    thanks!
    Solved!
    Go to Solution.

    check out our thread here
    http://forums.lenovo.com/t5/Windows-7-Launch/U330-Windows-7-Drivers-Problem-amp-Solutions/td-p/16716...

  • Amd video drivers not working after win 10 upgrade

    AMD video drivers not working after win 10 install. running on microsoft basic driver, call hp smartfriend assistance. appearently there is a fix but hp will not help unless i pay 100.00$ US because the warranty has expired on my notebook.Have a pavilion dv7 was running AMD Mobility Radeon HD5000 series. Thank you hp will not be purchasing an hp product again.  Alienware here i come.

    Not much we can do since your model is not supported by Toshiba for Win 10 upgrade according to THIS list so there is no Win 10 driver for your TouchPad. That button, however, is not the only way to disable/enable the TouchPad.  FN+F9 does it and you can fix it where, when you plug in an external mouse, it will automatically be disabled.

  • YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads.

    YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads, if it's even loading at all.
    I do not know if it's relevant or not, but I got a message on my ipad while on safari saying that my iPhone has a virus. I looked it up and it seems it might have just been an ad from the website I was on, but it happened around the same time YouTube stopped working.

    You will find that using the YouTube app will provide a better viewing experience for YouTube videos.

  • Not working my setting for my icloud

    not working my setting for my icloud

    In what way is it not working?   Please give us more info.

  • I have downloaded the latest Adobe Flash on my laptop and it is not working on safari for youtube.I have uninstalled and installed it multiply times and it still wont show me youtube videos

    I have downloaded the latest Adobe Flash on my laptop and it is not working on safari for youtube.I have uninstalled and installed it multiply times and it still wont show me youtube videos

        Enable Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Press " Manage Website Settings" button for more options.

  • Java it not working on pogo for me

    i dont know whats going on, me and my husband both need java to get our internet games to work. well it works on his, but it will not work on pogo for me. first it was saying that the java was messed up or not right i mean up to date but i have takin it out and put it back in over and over and it still wouldnt work. and now it is saying that the pogo is messed up so i took that out and put it back in. needless to say it still wont work so if someone could give me some thing else to do or try i would appreciate it or knows why its doing thisand has some kind of info for me. thats all ty lisa.

    What's a "pogo"?

  • Date picker is not working in IE9 for sharepoint 2010 appliation pages

    Hi,
    Date picker not working  in IE9 for sharepoint 2010 appliation pages. We have enabled custom master page.
    Thanks in advance.
    Shameej

    Hi,
    For this issue, you can add the following line of code into the pickerdialog.master which lays in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS
    <meta http-equiv=”x-ua-compatible” content=”IE=8”>
    Or we can use the JavaScript code provided in this blog which would also do the trick:
    http://williamwmy.wordpress.com/2013/06/03/problem-with-sharepoint-peoplepicker/
    A thread with the same issue for your reference:
    http://sharepoint.stackexchange.com/questions/27251/hotfix-for-problem-with-sharepoint-peopleeditor-in-ie-9
    Best regards
    Patrick Liang
    TechNet Community Support

  • Siri does not work when used for calling a contact function

    Siri does not work when used for calling a contact function

    Very strange, try to turn off/on your iPhone. Or make a reset (home+power button)...
    If it continues try to restore it.

  • Mosip app not work in wifi for i phone6 but it work mobile data

    mosip app not work in wifi for i phone6 but it work mobile data

    I don't know, you'll have to talk to MoSIP about it...
    See MagicJack and Google Hangouts for more up-to-date apps regarding iPhone VoIP.

  • HP drivers not working for Windows 8.1

    Hi, 
    I've been given this laptop and it came pre-installed with Windows 8, touch screen and every driver works fine on Windows 8 till I've upgraded it to Windows 8.1, touch screen no longer works installed the latest driver from the HP website and the own built in HP support assistant and verified it works for 8.1 and it still does not work. Any help would be much appreciated.
    Regards.

    Hi there @DuskHunter 
    Welcome to the HP Support Forums!
    I understand that you updated to windows 8.1 , and now some devices are not working correctly. You did not specify the exact product you have , but I did find the support page for the closely related 14-n033tx, so you can give the drivers there a try.
    HP Pavilion TouchSmart 14-n033tx Ultrabook Drivers
    If not, then please post the full product number for your notebook. See the following, if you need help in finding that.
    How Do I Find My Model Number or Product Number?
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

Maybe you are looking for

  • How can I move the permissions.sqlite file to a new folder or a subfolder?

    I am using a syncing program to keep cookie exceptions on multiple computers all equivalent. Unfortunately this is causing a problem because places.sqlite changes frequently and cannot be synced while FF is running. So I want to move the permissions.

  • Unit of Measure for Cases issue

    Hello all, We are working with APO as the source system. In one of extractions we are getting cases information and the unit maintained there is CV. Now when i am trying to load the data into BW it is saying that for CV SID generation problem. When i

  • Get system power status with labview 8.6

    can i get the system power status of my laptop with labview 8.6? i have a system that can send alarm when loss the system power and tha battery percentage is lower 30%.  Solved! Go to Solution.

  • How to Reconcile payment with invoice made gaainst down payment request

    Dear All, There is a down payment request against which an incoming payment has been made. The actual ar invoice is booked at a later date. Now How do I reconcile the payment made with this invoice. When I try to reconcile it with the invoice using i

  • Please Help me in giving the tables of PS Modules?

    Hi all, Please Give me all PS module Tables. And especailly the table where the total cost of that Particular WBS element are stored? Thanking you all in advance, SAP ABAPer