Namespace problem with HL7 schemas

Hi there,
I am using Oracle 11.1.1.5 with health care patch applied.
I try to pass in a HL7 message and consume it with a health care adapter and pass it on to a SOA composite which is a BPEL.
In BPEL I am trying to assign a few values from HL7 message to other variable. At that point i get a selectionFialure error. Investigating on the XML i see the namespace of the input xml is different from what there in the HL7 schemas.
a snippet of input XML is given below..
<?xml version="1.0" encoding="UTF-8"?><ADT_A31 xmlns="NS_E9C17FF5BD5B43B297329AB5B64A94F520100622002902" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" XDataVersion="2.0" Standard="HL7" Version="2.3.1" CreatedDate="2012-04-20T11:51:44" CreatedBy="XEngine_2956" GUID="{5555FEBF-7CD8-4E08-92A4-CDC1287ED261}"><Internal-Properties><Data-Structure Name="Message"><Lookup Name="InternatCodeAlternateID"></Lookup><Lookup Name="InternatCodeAlternateSystem"></Lookup><Lookup Name="InternatCodeAlternateText"></Looku
if you see the name space is some scrambled characters..but that is consistent for al the mesages i pass..
the namespace thats defined in HL7 schemas and expected in BPEl is xmlns=http://www.edifecs.com/xdata/200
Is there is a work around for this name space issue or am i missing on somthing here...
Regards,
Prakash

Hi Prakash,
Please set the namespace while exporting the XSD from ecs.
While exporting the XSD in document editor , choose the advance option and provide the proper namespace.
Regards,
Nitesh
[email protected]

Similar Messages

  • I am facing a new problem with xml schema, plz help me

    Hi @,
    I am facing a problem with xml schema validation. Below is my code.
    public void initialize(String cfgFileName) {
    try {
    try {
    DOMParserWrapper parser = (DOMParserWrapper)Class.forName("dom.wrappers.DOMParser").newInstance();
    parser.setFeature( "http://apache.org/xml/features/dom/defer-node-expansion",true );
    parser.setFeature( "http://xml.org/sax/features/validation",true);
    parser.setFeature( "http://xml.org/sax/features/namespaces",true );
    parser.setFeature( "http://apache.org/xml/features/validation/schema",true );
    parser.setFeature( "http://apache.org/xml/features/validation/schema-full-checking",true );
    Document document = parser.parse(cfgFileName);
    System.out.println("Vijay .. code .. damar\n");
    }catch (org.xml.sax.SAXParseException spe) {
    } catch (org.xml.sax.SAXNotRecognizedException ex ){
    } catch (org.xml.sax.SAXNotSupportedException ex ){
    } catch (org.xml.sax.SAXException se) {
    if (se.getException() != null)
    se.getException().printStackTrace(System.err);
    else
    se.printStackTrace(System.err);
    }catch (Exception e) {
    System.out.println("Caught unknown exception : \n");
    e.printStackTrace(System.err);
    System.out.println("Vijay .. code .. success\n");
    DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
    DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
    //docBuilder.setErrorHandler(myErrorHandler);
    cfg = docBuilder.parse(new File(cfgFileName));
    cfg .getDocumentElement ().normalize ();
    } catch (Exception e) {
    e.printStackTrace();
    In the above code I am parsing the xml file and i am doing schema validation. Schema validation is proper and it is validating correctly. Only problem is that, It is validating and showing error correctly correctly but it is not catching that error.
    For clear understanding I am printing one statement before parsing and after parsing.
    SYSTEM.OUT.PRINTLN("Vijay .. code .. damar\n") this is before parsing
    SYSTEM.OUT.PRINTLN("Vijay .. code .. success\n") this is after parsing
    Here what is happening means, It is validating correctly and showing error :
    [Error] nw_layout-new.xml:800:97: Datatype error: Value 'y' does not match regular expression facet 'yes|no'..
    Vijay .. code .. damar
    Vijay .. code .. success
    Here it is showing error and still continueing not catching.
    Plz give solution for this.
    Thanks
    vijay K

    Hello dipthebe,
    Check out the articles below go through troubleshooting steps for your iPhone when the screen is unresponsive. You may want to try and restore your iPhone as a new device and then test out what happens when you miss a call to see if the issue is still present afterwards.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Regards,
    -Norm G.

  • Problem with database schema objects in the entity object wizard

    Hi All,
    When creating a new entity object, I am facing a problem with database schema objects in the entity object wizard, database schema objects (check boxes for tables,synonyms...) are disabled. Actually I am using a synonym but I am not able to select the synonym check box.
    Can any of you folks tell me how to enable the database schema objects (check boxes for tables,synonyms...).
    Thanks in Advance.
    Raja.M

    Make sure your using rite version of jdeveloper..
    Make sure your using apps schema and check whether your able perform DML operations in the schema vis sql developer.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                           

  • My problems with Oracle Schema Processor for C++ :(

    Dear ;) Oracle XML team and others,
    the followings are really inconvenient with the C++ schema processor:
    -it doesn't even support the Candidate
    Recommendation (OK, the Java version does
    support it, and you can use XSU and upgrade your schemas later when the C++ will also
    support it.)
    -you cannot put comments in the schema, just after the <xsd:schema> element.
    -it's checking the attribute use="required"
    when an attribute is declared in a
    complexType, but it doesn't check
    when an attribute is referenced or, which could be much more useful, when an
    attributegroup is referenced, and it contains
    use attributes. (I tried XMLSpy and it was correct. But I need an API or a C++ tool.)
    I'm really awaiting this schema processor to be updated (maybe on April 14 the W3C Schema recommendation ;))
    -it supports "import" but I had problems with "include" (this looked like a bug, but after I'd posted it, noone replied :(. Maybe because the C++ processor is kind of "obsolete")
    Will the C++ version be updated? (When?)
    I cannot use Java because I try to integrate with a C++ application. I was looking for
    other products, but I only found XSV, Java XSD processors and built-in tools. It's quite sad that there isn't a C++ implementation available. :( Can anyone help me?
    Tamas
    null

    Originally posted by Tamas >Marcinkovics ([email protected]):
    Dear ;) Oracle XML team and others,
    -you cannot put comments in the schema, just >after the <xsd:schema> element.I tried the following:
    <?xml version="1.0"?>
    <schema
    xmlns = "http://www.w3.org/1999/XMLSchema"
    targetNamespace = "http://www.CarDealers.com/">
    <!-- this should fail -->
    <element name="Car">
    </element>
    </schema>
    and it works!
    Can you provide some examples?
    Thx!
    null

  • Problem with Export Schema form CCM 2.0 SP4

    Hello all,
    when I am trying to export schema form CCM I am getting the following exception /CCM/CX_EXPORT_ERROR
    The exception occurred at following point
    program: /ccm/cl_catalog_model=======cp
    include: /ccm/cl_catalog_model=======cm01c
    line: 28
    any hint?
    Gordan

    Hello all,
    i'm facing the same problem with CCM 2.0 SP6..
    Anyone know the solution?
    Thanks for your help!
    Antonio

  • Mapping problem with XML scheme

    Hi All,
    I have a scenario which I am trying to send a XML file through SFTP (Advanco) to a Z RFC.
    I created the message mapping, but I am dealing with a issue that I would like to see if it already happened with someone else and which is the best way to solve it.
    In the message mapping - test tab - source view we can find this xml tag regarding the messagetype (see that my MT is called ROOT)
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:ROOT xmlns:ns0="http://www.post.ch/schemas/dfu/2006/20/Report6">
    the problem is, when I am testing the interface the original file comes like this below
    <?xml version="1.0" encoding="UTF-8"?>
    <ROOT xmlns="http://www.post.ch/schemas/dfu/2006/20/Report6">
    without ns0:
    And if I test in message mapping without ns0: I have the problem.
    Shouldnt it be equivalent ? I mean, as far as I know the ns0: shouldnt be a problem
    Does someone have any suggestion regarding my issue above ?
    Thank you
    Regards
    Diego
    Edited by: Diego Crespo on Feb 10, 2011 10:01 AM

    Shouldnt it be equivalent ? I mean, as far as I know the ns0: shouldnt be a problem
    when you have a namespace in the message then you need to associate it with some prefix....since ns0 (or any other prefix) is not present you are getting the error....having the namespace but not ns0 is the problem.
    XMLAnonymizer bean may help you to add the namespace prefix...

  • Namespace problem with added header

    I have a client request handler which needs to add an authentication header of the form:
    <Security>
       <UsernameToken>
          <Username>username</Username>
          <Password>password</Password>
       </UsernameToken>
    </Security>     The key code which does this in the request handler is:
    SOAPHeaderElement she = shd.addHeaderElement(senv.createName(SIGN_HEADER_NAME));
    she.setMustUnderstand(true);
    she.addNamespaceDeclaration("", SIGN_HEADER_URI);
    SOAPElement selToken = she.addChildElement(SIGN_HEADER_TOKEN);
    SOAPElement selUser = selToken.addChildElement(SIGN_HEADER_USERNAME);
    selUser.addTextNode(username);
    selUser = selToken.addChildElement(SIGN_HEADER_PASSWORD);
    selUser.addTextNode(password);But what I end up with is:
    <Security soapenv:mustUnderstand="1" xmlns:soapenv=...
           xmlns="http://demo">
       <UsernameToken  xmlns="">
          <Username>username</Username>
          <Password>password</Password>
       </UsernameToken>
    </Security>     The attributes on the Security element are correct, but the xmlns="" attribute on the UsernameToken element is the problem. The SOAP classes/methods are clearly namespace aware and are essentially saying with xmlns="" that it doesn't know the namespace of UsernameToken and the following elements.
    I tried dropping some wsdl for the security elements in the wsdl directory of the client, but it seems to need some programmatic hookup.
    I have defined the handler in the webservicesclient.xml as:
             <handler id="Handler_1128108948956">
                <description>Adds an authentication header with username & password</description>
                <handler-name>utils.SOAP_Auth_Handler</handler-name>
                <handler-class>utils.SOAP_Auth_Handler</handler-class>
                <soap-header id="SOAPHeader_1128460509232">
                   <namespaceURI>http://demo</namespaceURI>
                   <localpart>Security</localpart>
                </soap-header>
             </handler>How do I keep the soap methods from adding on the xmlns="" to the UsernameToken element?
    I'm running WebSphere App Developer 5.0.2.9.
    Thanks,
    -- Frank

    Can't you use the removeNamespaceDeclaration method?
    public boolean removeNamespaceDeclaration(String prefix)Removes the namespace declaration corresponding to the given prefix.
    Parameters:
    prefix - a String giving the prefix for which to search
    Returns:
    true if the namespace declaration was removed successfully; false if it was not
    Gabsaga

  • Unexpected problem with authorization scheme of type plsql function

    Hi,
    I have created one authorization scheme of type plsql function returning boolean. Authorization scheme is for pages only. p2_user_priviledge is a textbox on home page which extract privilege (list of pagenos) for login user from database. Home page has no authorization required. AUTHORIZATION SCHEME always returns false. I am not able to trace problem in my code. same code works fine for a textbox's default returning 'c'.
    ----- CODE FOR AUTHORIZATION SCHEME------------------------------------------------------------
    declare
    pageid varchar2(10);
    privilege varchar2(300);
    c number(3);
    begin
    pageid := ':P'||to_char(:app_page_id)||':' ; ---Pageno get stored in format  *:P2:*
    privilege := trim(:p2_user_priviledge); ++------Contain list of privilege like    :P2:P13:P67:P23:  etc+++ select instr(privilege,pageid) into c from dual;
    if c>0 then
    return true;
    else
    return false;
    end if;
    end;
    One more problem is again related to authorization scheme.
    I created one application and one authorization scheme (auth_aug) which worked finely. Then after some days i added 10 more pages to same application, But now autho_aug was always returning false for new pages. So i copied code from 'autho_aug' to new scheme 'autho_sept', & it worked for new pages. I don't understand if code is same for both scheme, why required to use two different schemes.
    Now i have added few more pages to application, and facing problem mentioned earlier.
    any solution for both the problems.....

    Hi,
    Let me clear my problem once again.
    -->Home page i.e. P2 does not use authorization, So it is displayed along with text item :p2_user_privilege.
    -->Then user click on one of the links , Now page :P70: should get displayed.
    P70 is using authorization scheme.
    -->But :p2_user_priviledge value is not accessible at authorization scheme, I dont know why.
    I could not find out where to create Application item , as suggested by you.
    & not able to find Developer menu , session at home page as suggested earlier.
    And one more question, my application at runtime display
    X en us
    at bottom
    How to make it
    USER: X Language: en us
    Like in development environment.
    Hope I have cleared my problem, waiting for reply.
    Edited by: TEJU on Nov 17, 2008 9:25 AM

  • Systemcopy: problems with different schema users

    Hi,
    I'm working on a systemcopy of an abap system with java addin.  It is an Netweaver 7.01 SR1 installation.
    The oracle version is 10.2.0.4.
    The following problem occoured:
    The source system had the ID P13. Therefore the schema users were SAPP13 and SAPP13DB.
    The traget system has the ID P14. Therefore normally the schema users are SAP14 and SAPP14DB.
    I read oss note 534765 I changed the dbs_ora_schema to the old ABAP schema, and the installtion of the abap went trough.
    But now it stopps in the java part "Run Java migration tool kit".
    The installtion wants to get information from the table SAPP14DB.j2ee_config which is not existent, but the table SAPP13DB.j2ee_config is existent.
    I tried to change the scheme name in the keydb.xml and the inifile.xml in the installtion directory, and restaret the installation, but it still does not work.
    Has anyone an idea how ti solve it?
    Regards
    Ulrike

    Hi Ashish,
    here is the log file runJmt.log:
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred d
    uring DB access: cluster_data/dispatcher,
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceH
    andler.readConfig(PersistenceHandler.java:108)
            at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<ini
    t>(CachedConfiguration.java:62)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCa
    chedConfiguration(ConfigurationCache.java:848)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCa
    chedConfiguration(ConfigurationCache.java:882)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openC
    onfiguration(ConfigurationCache.java:748)
            at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openC
    onfiguration(ConfigurationHandlerImpl.java:734)
            at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openC
    onfiguration(ConfigurationHandlerImpl.java:693)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(C
    lusterDataImpl.java:54)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getDispatcherIds
    (ClusterDataImpl.java:91)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(
    ClusterDataImpl.java:172)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(Migra
    tionToolImport.java:1129)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
            at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
            at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:219)
            at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:813)
            at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1049)
            at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:85
    4)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1154)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3
    370)
            at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3415
            at com.sap.sql.jdbc.basic.BasicPreparedStatement.executeQuery(BasicPreparedStatement.java:97
            at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java
    :281)
            at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java
    :248)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration
    (DBAccessDefault.java:578)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(Pe
    rsistenceHandler.java:102)
            ... 18 more
    com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: clu
    ster_data/dispatcher,
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(Pe
    rsistenceHandler.java:108)
            at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfigurati
    on.java:62)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(Co
    nfigurationCache.java:848)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(Co
    nfigurationCache.java:882)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(Configu
    rationCache.java:748)
            at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(Configu
    rationHandlerImpl.java:734)
            at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(Configu
    rationHandlerImpl.java:693)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl._getSourceIds0(ClusterDataImpl.java:
    54)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.getDispatcherIds(ClusterDataImpl.jav
    a:91)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java
    :172)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:
    1129)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
            at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
            at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:219)
            at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:813)
            at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1049)
            at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:85
    4)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1154)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3
    370)
            at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3415
            at com.sap.sql.jdbc.basic.BasicPreparedStatement.executeQuery(BasicPreparedStatement.java:97
            at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java
    :281)
            at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java
    :248)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration
    (DBAccessDefault.java:578)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(Pe
    rsistenceHandler.java:102)
            ... 18 more
    Error executing Migration Tool Import
    java.lang.IllegalArgumentException
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createBoxNumberMapping(ClusterDataIm
    pl.java:137)
            at com.sap.sdt.serviceframework630.impl.ClusterDataImpl.createIdMapping(ClusterDataImpl.java
    :172)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.prepareSwitch(MigrationToolImport.java:
    1129)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:403)
            at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1561)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Additiononal information are int the log file /tmp/sapinst_instdir/NW701/LM/COPY/ORA/SYSTEM/CENTRAL/AS/jmt/
    system.log
    #1.5^H#C00086F783A30000000000150C720C72000482F1A7986410#1269874317354#/System/Database/sql/jdbc/direct##com.sap.sql.jdbc.direct.DirectPreparedStatement#######Thread[main,5,main]##0#0#Error#1#com.sap.sql.jdbc.direct.DirectPreparedStatement#Java#com.sap.sql_0003#com.sap.sql.log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="";
    SQL statement is "".#5#942#42000#ORA-00942: table or view does not exist
    #fmgp14:P14:SAPP14DB#SELECT "CPATH","CID","PARENTCID","CACHEMODE","CTYPE" FROM "J2EE_CONFIG" WHERE "PATHHASH" = ?#
    #1.5^H#C00086F783A30000000000160C720C72000482F1A79867F8#1269874317355#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Error#1#com.sap.engine.core.configuration#Plain###ORA-00942: table or view does not exist
    Regards
    Ulrike

  • Problems with capture-schema

    I'm working on setting up a CMP managed entity bean using the pointbase server included with the j2ee download. I'm having problems getting the "capture-schema" utility to work. Each time I run it, I get the following:
    java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getConnection(DriverManager.java:532)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at com.sun.forte4j.modules.dbmodel.jdbcimpl.ConnectionProvider.<init>(ConnectionProvider.java:46)
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSchema.java:120)
    Exception in thread "main" java.lang.NullPointerException
    at com.sun.jdo.api.persistence.mapping.ejb.CaptureSchema.main(CaptureSchema.java:177)
    I'm using "com.pointbase.jdbc.jdbcUniversalDriver" as the driver name.
    I have written a test class of my own which successfully loads the driver and connects to the database, but for some reason capture-schema doesn't seem to find the driver. Any thoughts or solutions would be appreciated!
    ~Howard

    Fixed it. My classpath was wrong. Works great now!

  • BIZTALK bts action mapping problem with Message Schemas for the Composite Operation

    Hi,
    I have a message schema made with the composite operation.
    now, I have re-deployed my biztalk project and in the send port for this Oracle composite message the SOAP action header hasn't updated the correct action.
    now I tried several verations for this soap action mapping and this is what I got:
    ><BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    >  <Operation Name="Select" Action="http://Microsoft.LobServices.OracleDB/2007/03/CompositeOperation" />
    >  <Operation Name="SQLEXECUTE" Action="http://Microsoft.LobServices.OracleDB/2007/03/CompositeOperation" />
    > </BtsActionMapping>
    Now as you can see the Composite schema has 2 operations one is from an Oracle VIEW and the second one is an Oracle SQL querry.
    please if someone could assist me with this issue?
    Message Schemas for the Composite Operation
    Message Schemas for the Composite Operation

    For Composite Operations you don't use the Action Mapping Xml for both the SQL Server and Oracle bindings.
    The Action for Oracle Composite Operations is:
    http://Microsoft.LobServices.OracleDB/2007/03/CompositeOperation
    by itself.  No Xml or anything.

  • Namespace problem with bpelx:rename typeCastTo

    Hi!
    I have j2ee web service which accepts types derived from one base type. Therefore i need to pass argument like request xsi:type="derivedType", where request is super type.
    After long searching i found out this can be done via bpelx:rename typeCastTo ... my problem is that if i use this action:
    <bpelx:rename typeCastTo="ns3:UserOutgoingCallingPlanOriginatingModifyRequest">
    <bpelx:target variable="Invoke_1_transaction_InputVariable" part="parameters" query="/ns2:transactionElement/ns2:_req"/>
    </bpelx:rename>
    in audit console after running he process i see
    <_req xmlns="http://bwproxy.unient.com/types/" xsi:type="ns3:UserOutgoingCallingPlanOriginatingModifyRequest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    but namespace prefix ns3 is nowhere defined in the message. It is defined only in source ov bpel process, but it is not propagated to the soap message, therefore web service throws a exception:
    Caught exception while handling request: unexpected element type: expected=, actual=UserOutgoingCallingPlanOriginatingModifyRequest
    Is this bug, or am i doing something wrong?
    thanks
    Tomas

    Hi,
    You could try to use HttpClient to consume wcf in windows phone 8.
    Here is an exsample you could refer:
    http://stackoverflow.com/questions/21536825/windows-phone-8-call-wcf-web-service
    Besides, you could refer to :
    http://www.codeproject.com/Questions/691619/Consuming-WCF-Service-from-Windows-Phone
    Since this issue is more related to Windows Phone, If my reply no help, please move to Windows Phone forum for a better support, It is appropriate and more experts will assist you.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Namespace problem with freshly installed 8298731

    We have a number of existing B2B installations patched to 8298731 that are working correctly. Recently we performed a clean install of a new server and patched it to 8298731 as well (upgrading to 10.1.2.3 in the process). It has been configured in the same way as the existing servers as far as we can tell.
    The inbound EDIFACT messages from the new server all get "http://www.edifecs.com/xdata/100" as their namespace. Identically configured agreements with the same ecs/xsd files in the old servers yield correct namespaces, i.e. "urn:oracle:integration:b2b:FA335C8BE96E48F787F88928B5D21132".
    As the same files are used the error should not be in SpecBuilder/Document Editor. We have not modified the files, but have tried uploading them fresh to both the new and one of the old installations. The files are fine.
    The patch list from opatch displays only 8298731 for all the environments.
    I have tried purging the new environment and configuring it again. I don't quite dare to purge the old working environments in order to test if that breaks them, as that would stop several development projects.
    What could be wrong?

    We will try, I'll get back to you on that. It is on Linux (Red Hat 4, x86).
    Meanwhile I have found that the ip/oem/edifecs directory differs between the installations. A difference that is easy to spot is that the JavaDoc in ip/oem/edifecs/XEngine/help/JavaAPI is for build 826 in the newly installed server (that doesn't work) and for build 837 in the ones that work. Binaries (such as .so files) differ as well.
    Can it be that something is not updated in patch 8298731?
    The old servers that work were all installed a long time ago and have been updated regularly with MLR patches. The new server that fails was installed, upgraded to 10.1.2.3 and then patched directly to 8298731. Perhaps that leaves some files unpatched, or perhaps the patching process failed without saying so?

  • Problem with Partition scheme (was :)

    I've installed PSE 10 on partition K. To my surprise I found on the Windows partition (C) a file c://users/all users/adobe/photoshop elements with a size of 1,4Gb. Can I move this file to e.g. K? What is the meaning of this file. During installation I didn't find a choice to place it on another partition.

    I would say leave the stuff there as that's where pse 10 expects to find those files and if one moves things around that could create more problems than it solves.
    A lot of that stuff pertains to the things you see in the Effects and Content panels along with the stuff for the Guided and Quick Edit edit menus.
    On a normal installation on windows 7 the path would be C:\ProgramData\Adobe\Photoshop Elements, so that's why i was asking for the exact path.
    I really don't know about Lightroom in your case, but i don't think it installs so many big files outside the actual program as elements does.

  • Having problem with DR.Scheme build

    Hii, I am trying to upgrade the dr scheme that in the ARCH from 3.00 to 3.01, I have took the PKG and change the pkg version to be 3.01, every thing went good, but when compiling it I get an erorr while compiling the PKG, Can any one help me here please?

    tomk wrote:Post the error.
    Here this is the error
    ccache gcc -c -I./../../mzscheme/gc -I./../../wxxt/src/AIAI-include -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/ -I./../../mzscheme/include/ -I/usr/include -I/usr/include/freetype2 -DOPERATOR_NEW_ARRAY -DUSE_GL -DWX_USE_XRENDER -DWX_USE_XFT -DWX_USE_LIBPNG -DWX_USE_LIBJPEG -Dwx_xt -I./XWidgets -o XWidgets/xwMenu.o ./XWidgets/xwMenu.c
    ./XWidgets/xwMenu.c:709:31: error: X11/bitmaps/gray: No such file or directory
    ./XWidgets/xwMenu.c: In function 'CreateGCs':
    ./XWidgets/xwMenu.c:711: error: 'gray_bits' undeclared (first use in this function)
    ./XWidgets/xwMenu.c:711: error: (Each undeclared identifier is reported only once
    ./XWidgets/xwMenu.c:711: error: for each function it appears in.)
    ./XWidgets/xwMenu.c:711: error: 'gray_width' undeclared (first use in this function)
    ./XWidgets/xwMenu.c:711: error: 'gray_height' undeclared (first use in this function)
    make[5]: *** [XWidgets/xwMenu.o] Error 1
    make[5]: Leaving directory `/var/abs/local/src/plt-301/src/wxxt/src'
    make[4]: *** [all] Error 2
    make[4]: Leaving directory `/var/abs/local/src/plt-301/src/wxxt/src/x'
    make[3]: *** [wx_xt] Error 2
    make[3]: Leaving directory `/var/abs/local/src/plt-301/src/mred'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/var/abs/local/src/plt-301/src/mred'
    make[1]: *** [mr] Error 2
    make[1]: Leaving directory `/var/abs/local/src/plt-301/src'
    make: *** [all] Error 2
    ==> ERROR: Build Failed. Aborting...

Maybe you are looking for

  • How to choose diffetent PO types in R/3 from a SC in Classic Scenario

    Hello everyone, I am working with SRM 5.0 in a classic scenario and I have a problem. I create a SC, then it is sent to sourcing cockpit where I assign it a vendor to create a PO, but I can't choose what kind of PO I want to create. In PPOMA_BB, the

  • How do I add a 5 second black transition?

    How do I add 5 seconds of black frame to the beginning of my clip without covering up my video? I was wanting the "fade to black" transition, but wanted the black to last longer. I am using Premiere Elements 12. I thought about taking a picture of so

  • GROUP BY with parameter - cause error -ORA-00979: not a GROUP BY expression

    I generate a query via PreparedStatement. For example: SELECT when, value FROM test GROUP BY ?; PrepState.toString(1, "when"); That causing error: ORA-00979: not a GROUP BY expression My application using query like: SELECT to_char(data,1), SUM(vlue)

  • Editing Bonjour for "Share my library on my local network"

    Hello, I was wondering if there was some type of configuration file for itunes or if there is a way to configure bonjour to look at my entire enterprise, instead of just the subnet that I am on, for people sharing their itunes library. I hope this is

  • Bdb deadlocks when opening database

    When I call _dbp->open(), the library hangs.  I am attempting to test how BDB works during system crashes, in order to code my application appropriately, but these hangs are difficult to work with. I am running multiple processes all reading and writ