Parse Exception for &

Hi I am using the following code for parsing an XML using DOM:
String xml = <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "http://xml.cXML.org/schemas/cXML/1.2.019/cXML.dtd">
<cXML payloadID="[email protected]"
      xml:lang="en-US" timestamp="1999-03-12T18:39:09-08:00">
    <Header>
        <From>
            <Credential domain="AribaNetworkUserId">
                <Identity>[email protected]</Identity>
            </Credential>
        </From>
        <To>
            <Credential domain="DUNS">
                <Identity>942888711</Identity>
            </Credential>
        </To>
        <Sender>
            <Credential domain="AribaNetworkUserId">
                <Identity>[email protected]</Identity>
                <SharedSecret>coyote</SharedSecret>
            </Credential>
            <UserAgent>Ariba ORMS 5.1P4 </UserAgent>
        </Sender>
    </Header>
    <Request>
        <PunchOutSetupRequest operation="create">
            <BuyerCookie>34234234ADFSDF234234</BuyerCookie>
            <Extrinsic name="randomKey">department code</Extrinsic>
            <BrowserFormPost>
<URL>*http://ariba.acme.com:1616/punchoutexit?UID=124466754CLK&ICX_IHD=CALLBACK_QEW*</URL>
            </BrowserFormPost>
            <SupplierSetup>
                <URL>http://workchairs.com/cxml</URL>
            </SupplierSetup>
        </PunchOutSetupRequest>
    </Request>
</cXML>
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.xml.sax.InputSource;
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder db = factory.newDocumentBuilder();
InputSource inSrc = new InputSource();
inSrc.setCharacterStream(new java.io.StringReader(xml));
Document doc = db.parse(inSrc); This xml renders fine when i open it in IE or Firefox and even validates fine when I use an online XML validator.
When I run my program, it throws an Exception:
com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x0(:main:, row:1, col:823)(:main:, row=1, col=823)If you need a stack trace, please let me know and i'd be happy to put it up.
This column 823 points to the character just before the '&', which is 'K' in the URL in the above String xml.
Why is this throwing an error only when i run my program? Any suggestions would be helpful.
Thanks.
Jack

i think that should be okay. i did notice, however, that you seem to be using the "sap" xml parser, which is not the one distributed with the standard sun jdk. you might try using sun's parser first and see what that does. if it parses okay, then it's probably a bug in the sap pparser.
Edited by: jtahlborn on Oct 10, 2008 1:00 AM

Similar Messages

  • Sybase ESP java sdk, SQL parser exception for all queries

    Hi,
    I am new to Sybase ESP java sdk. Trying to use sdk projection subscription, but getting for all the queries including blank string:-
    com.sybase.esp.sdk.exception.ProjectErrorException: SQL parsing error
    at com.sybase.esp.sdk.impl.SubscriberImplV3.doSubscribe(Unknown Source)
    at com.sybase.esp.sdk.impl.SubscriberImpl.subscribeSql(Unknown Source)
    My Example code :-
    Credentials creds = new Credentials.Builder(Credentials.Type.USER_PASSWORD).setUser("user").setPassword("pwd").create();
      Project project = s_sdk.getProject(uri, creds);
      project.connect(WAIT_TIME_60000_MS);
      Subscriber subscriber = project.createSubscriber();
      //subscriber.subscribeStream("Trades");
      subscriber.connect();
                    subscriber.subscribeSql("select UserMaxCpu from wSBW912");
    I am new to sdk and not sure what I am doing wrong here, please suggest.
    Thanks,
    Venkatesh

    The problem you're experiencing is due to your JNDI configuration not matching the JavaDB database where you created the tables.
    If you look at the config for DerbyPool in the Admin Console, you'll see that DerbyPool points to:
    jdbc:derby://localhost:1527/sun-appserv-samples
    In the Admin Console click Resources->Connection Pools->DerbyPool, then click Additional Properties (9.1) or look at the page (9.0).
    You can either modify DerbyPool's config to point to:
    jdbc:derby://localhost:1527/BookDB
    Or you can create the tables in sun-appserv-samples. The create-tables ant task included with the Java EE 5 Tutorial will create the tables in the correct database.
    -ian

  • Jasper Parse Exception CRM HH Service

    I am getting a parse exception for the line in jsps that include this file -> "/include/HeadInclude.jsp".
    ated the following parse exception: org.apache.jasper.compiler.CompileException:
    C:\Documents and Settings\I806232\Documents\SAP\workspace\40SP08\cfg\service\tm
    p\app-root\include\HeadInclude.jsp(4,0) Bad file argument to include
    The file exists but still I get this error during pre-compilation.
    Any ideas?

    This is the standard HH Service war file. Almost every jsp in it uses the include tag so it won't be a good idea to change this in all the jsps.
    I checked the server.xml context path
    <Context path="" docBase="webapps/me" crossContext="true" debug="0" reloadable="false"
    />
    But this xml is not used during build time, is it? Is there anything missing from it. I dont see the HHService application context root in it..
    Thanks

  • Lexical Parsing exception using JXQI for function in XQuery

    How to parse Xquery containing new declared namespace, functions and then use the same function to operate upon Xquery along with it.....
    When i try to execute that XQuery using JXQI library, i get lexical parsing exception.......
    i m quite new to XQuery and that too its implementation in java, so i would b grateful for the help in advance !!

    Hi,
    Could you post the XQuery, and a sample XML document (if necessary)?
    Thanks.

  • XML Parser Exception in Install of AIA 11.1.1.5 on SOA 11.1.1.5

    I am attempting to install AIA Foundation Pack on a SOA domain and continually encounter an XML parsing exception error as the installer is attempting to install WSM security policies. Here are the key details:
    AIA version = 11.1.1.5
    SOA Suite = 11.1.1.5
    WebLogic = 10.3.5
    Operating System = Fedora14 (a home lab machine but I don't think this is an OS issue)
    The error is encountered about 17 minutes into the lengthy process. Just before the error appears in the installation log, the following message appears indicating roughly what step is being performed:
    [zip] Building zip: /opt/oraclemw/aia11115/aia_instances/dev1/tmp/aia_security_policies.zip
    The core error messages are:
    [exec] SEVERE: WSM-01605 XML parser exception
    [exec] oracle.xml.parser.v2.XMLParseException: Expected 'EOF'.
    [exec] at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
    The python modules being executed by the WLST scripting tool at the time of the failure are:
    [exec] Problem invoking WLST - Traceback (innermost last):
    [exec] File "/opt/oraclemw/aia11115/Infrastructure/Install/AID/lib/py/importpolicy.py", line 29, in ?
    [exec] File "/opt/oraclemw/oracle_common/common/wlst/wsmManage.py", line 719, in importRepository
    [exec] File "/opt/oraclemw/oracle_common/common/wlst/lib/ora_util.py", line 51, in raiseScriptingException
    [exec] OracleScriptingException: None
    Finally, the outer XML files being used as input for the deployer that seems to be running at the time are:
    /opt/oraclemw/aia11115/Infrastructure/Install/AID/AIAExecuteDriver.xml
    with references to lines 221 and 64.
    The problem occurs whether I try to use Java JDK 16.0.20 or JRockit R28.2.0 as the JRE when running the AIA installer. (The WebLogic domain is configured to use JRockit).
    Any suggestions? Is there a library conflict being picked up between different releases of XercesImpl? I would hope there isn't actually a bad XML file in the AIA artifacts or WSM (Web Service Management) policies being deployed.

    HI
    How this issue was resolved? Please explain in detail. I am facing the same issue.
    Regards
    Arun

  • Parse Exception : java.text.ParseException: Unparseable date

    I have inherited a UDF in some mapping that on the whole, works okay...
    but it throws an error after mapping a few dates:
    Parse Exception : java.text.ParseException: Unparseable date: "2010-03-18T00:00:00.000Z"
    Parse Exception : java.text.ParseException: Unparseable date: "2010-03-23T23:59:00.000Z"
    Parse Exception : java.text.ParseException: Unparseable date: "2010-03-18T00:00:00.000Z"
    Parse Exception : java.text.ParseException: Unparseable date: "2010-03-23T23:59:00.000Z"
    Parse Exception : java.text.ParseException: Unparseable date: "2010-03-18T00:00:00.000Z"
    Parse Exception : java.text.ParseException: Unparseable date: "2010-03-23T23:59:00.000Z"
    the first few map okay...  then i get the exception.
    the UDF is as follows:
    public String convertDateTimeToUTC(String strDate, Container container) throws StreamTransformationException{
    AbstractTrace trace = container.getTrace();
    Date date=null;
    SimpleDateFormat sdfSource = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ");
    try{
    String dt = strDate;
    date = sdfSource.parse(dt);
    trace.addInfo("Local Date:"+date);
    SimpleDateFormat sdfDestination = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
    strDate = sdfDestination.format(date);
    catch(ParseException pe){
    trace.addInfo("Parse Exception : " + pe);
    return strDate;
    can anyone see why this fails after successfully mapping a few fields???

    the first mapping works correctly...
    then we reuse the same fields to map to the additional segments.
    the context is correct as it is trying to pull the same fields in...  it just throw the error with the same data in the same UDF/Function Library but for different segments! :o(
    http://img199.imageshack.us/img199/3104/dateconversion.jpg
    as you can see from the screenshot above, the mapping works in the first instance, then fails on subsequent nodes.

  • JmsAdapter DOM Parsing Exception handling

    Hi,
    I'm currently facing a problem with the behaviour of the Jms Adapter.
    Whenever a JMS message is put in the queue and that message is not XML valid, the Jms Adapter (consumer) throw the exception "DOM Parsing Exception in translator Exception".
    That's fine, I understand that the message was not well formed. But what is not fine is that the underlying BPEL is not instanciated : meaning I can't handle the exception properly.
    Is there a way to force the Jms Adapter not to crash on the DOM Parsing for the BPEL to be instanciated (and then being able to handle the exception there) ?
    Or is there a way to handle the error thrown by the Jms Adapter itself ? How ?
    I think I do have a workaround to this if there is no better option (if both above questions cannot be answered) but I would rather not implement it since it will involve some extra steps / complexity.
    > It would be to check the "native format opaque schema" option and then use a java embedded to decode the base64 into a string for eventually parsing it.
    regards,
    mathieu

    Hi Mathieu,
    The messages that error out before being posted to the service infrastructure are referred to as rejected messages. For example, the Oracle File Adapter selects a file having data in CSV format and tries to translate it to XML format (using NXSD). If there is any error in the translation, this message is rejected and are not be posted to the target composite.
    You can create rejection handlers to handle message errors. Message errors include those that occur during translation, correlation ID mismatch and XML parsing after message reception.
    Docs on how to do that are here...
    http://docs.oracle.com/cd/E28280_01/integration.1111/e10231/life_cycle.htm#CIAIICJJ
    Cheers,
    Vlad

  • Integration between B2B and ESB error (DOM Parsing Exception in translator)

    Hello,
    We have configured a circuit that has the objective of sending a message to B2B and then the ESB dequeues that message from the IP_IN_QUEUE.
    The problem is that for some reason, the ESB cannot read message using the AQ Adapter object.
    The error is the following:
    DOM Parsing Exception in translator. DOM parsing exception in inbound XSD translator while parsing InputStream. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    The trace is the following:
    ORABPEL-11211 DOM Parsing Exception in translator. DOM parsing exception in inbound XSD translator while parsing InputStream. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:139) at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1179) at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:533) at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:189) at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242) at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215) at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819) at java.lang.Thread.run(Thread.java:595) Caused by: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute. at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320) at oracle.xml.parser.v2.NonValidatingParser.parseAttrValue(NonValidatingParser.java:1609) at oracle.xml.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1514) at oracle.xml.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1447) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1286) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291) at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:134) ... 8 more
    The Payload is the following:
    <?xml version="1.0" ?><OMG_O19 xmlns="urn:oracle:integration:b2b:C023D5B231EF45519AA3D9929B4990E1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" XDataVersion="2.0" Standard="HL7" Version="2.4" CreatedDate="2007-07-17T17:10:43" CreatedBy="ECXEngine_837" GUID="{D16D28B9-3821-4BCC-B4D9-0D92F8611BB5}"><Internal-Properties><Data-Structure Name="Message"><Lookup Name="MessageSendingApp">ALERT</Lookup><Lookup Name="MessageSendingAppUniversalID"></Lookup><Lookup Name="MessageSendingAppUniversalIDType"></Lookup><Lookup Name="MessageSendingFacility">CHVNG</Lookup><Lookup Name="MessageSendingFacilityUniversalID"></Lookup><Lookup Name="MessageSendingFacilityUniversalIDType"></Lookup><Lookup Name="MessageReceivingApp">RADIO</Lookup><Lookup Name="MessageReceivingAppUniversalID"></Lookup><Lookup Name="MessageReceivingAppUniversalIDType"></Lookup><Lookup Name="MessageReceivingFacility">CHVNG</Lookup><Lookup Name="MessageReceivingFacilityUniversalID"></Lookup><Lookup Name="MessageReceivingFacilityUniversalIDType"></Lookup><Lookup Name="MessageCode">OMG</Lookup><Lookup Name="TriggerEvent">O19</Lookup><Lookup Name="MessageStructure">OMG_O19</Lookup><Lookup Name="MessageVersion">2.4</Lookup><Lookup Name="InternatCodeID"></Lookup><Lookup Name="InternatCodeText"></Lookup><Lookup Name="InternatCodeSystem"></Lookup><Lookup Name="InternatCodeAlternateID"></Lookup><Lookup Name="InternatCodeAlternateText"></Lookup><Lookup Name="InternatCodeAlternateSystem"></Lookup><Lookup Name="InternationalVersionID"></Lookup><Lookup Name="InternationalVersionIDText"></Lookup><Lookup Name="InternationalVersionIDSystem"></Lookup><Lookup Name="InternationalVersionIDAlternateID"></Lookup><Lookup Name="InternationalVersionIDAlternateText"></Lookup><Lookup Name="InternationalVersionIDAlternateSystem"></Lookup><Lookup Name="Standard">HL7</Lookup><Property Name="MessageEncodingCharacters">^~\&amp;</Property><Property Name="MessageSendingApp">ALERT</Property><Property Name="MessageSendingAppUniversalID"></Property><Property Name="MessageSendingAppUniversalIDType"></Property><Property Name="MessageSendingFacility">CHVNG</Property><Property Name="MessageSendingFacilityUniversalID"></Property><Property Name="MessageSendingFacilityUniversalIDType"></Property><Property Name="MessageReceivingApp">RADIO</Property><Property Name="MessageReceivingAppUniversalID"></Property><Property Name="MessageReceivingAppUniversalIDType"></Property><Property Name="MessageReceivingFacility">CHVNG</Property><Property Name="MessageReceivingFacilityUniversalID"></Property><Property Name="MessageReceivingFacilityUniversalIDType"></Property><Property Name="MessageDate">20070705161247+0000</Property><Property Name="MessageDateTimePrecision"></Property><Property Name="MessageSecurity"></Property><Property Name="MessageCode">OMG</Property><Property Name="TriggerEvent">O19</Property><Property Name="MessageStructure">OMG_O19</Property><Property Name="MessageControlID">1709</Property><Property Name="ProcessingID">P</Property><Property Name="ProcessingMode"></Property><Property Name="MessageVersion">2.4</Property><Property Name="InternatCodeID"></Property><Property Name="InternatCodeText"></Property><Property Name="InternatCodeSystem"></Property><Property Name="InternatCodeAlternateID"></Property><Property Name="InternatCodeAlternateText"></Property><Property Name="InternatCodeAlternateSystem"></Property><Property Name="InternationalVersionID"></Property><Property Name="InternationalVersionIDText"></Property><Property Name="InternationalVersionIDSystem"></Property><Property Name="InternationalVersionIDAlternateID"></Property><Property Name="InternationalVersionIDAlternateText"></Property><Property Name="InternationalVersionIDAlternateSystem"></Property><Property Name="SequenceNumber"></Property><Property Name="ContinuationPointer"></Property><Property Name="AcceptAckType"></Property><Property Name="AppAckType"></Property><Property Name="CountryCode"></Property><Property Name="CharacterSet"></Property><Property Name="LanguageID"></Property><Property Name="LanguageText"></Property><Property Name="LanguageSystem"></Property><Property Name="LanguageAlternateID"></Property><Property Name="LanguageAlternateText"></Property><Property Name="LanguageAlternateSystem"></Property><Property Name="AlternateCharacterSetSchema"></Property><Property Name="ConformanceStatementID"></Property><Property Name="MessageProfileNamespaceID"></Property><Property Name="MessageProfileUniversalID"></Property><Property Name="MessageProfileUniversalIDType"></Property><Property Name="DecimalSeparator"></Property><Property Name="ElementDelimiter">0x7c</Property><Property Name="ReleaseCharacter">0x5c</Property><Property Name="RepeatingSeparator">0x7e</Property><Property Name="SegmentDelimiter">0xd</Property><Property Name="SubcomponentDelimiter">0x26</Property><Property Name="SubelementDelimiter">0x5e</Property></Data-Structure></Internal-Properties><MSH><MSH.1>|</MSH.1><MSH.2>^~\&amp;</MSH.2><MSH.3><HD.1>ALERT</HD.1></MSH.3><MSH.4><HD.1>CHVNG</HD.1></MSH.4><MSH.5><HD.1>RADIO</HD.1></MSH.5><MSH.6><HD.1>CHVNG</HD.1></MSH.6><MSH.7><TS.1>20070705161247+0000</TS.1></MSH.7><MSH.8 xsi:nil="true"></MSH.8><MSH.9><MSG.1>OMG</MSG.1><MSG.2>O19</MSG.2><MSG.3>OMG_O19</MSG.3></MSH.9><MSH.10>1709</MSH.10><MSH.11><PT.1>P</PT.1></MSH.11><MSH.12><VID.1>2.4</VID.1></MSH.12><MSH.13 xsi:nil="true"></MSH.13></MSH><Extra-
    PID><Extra-
    PID.1 xsi:nil="true"></Extra-
    PID.1><Extra-
    PID.2 xsi:nil="true"></Extra-
    PID.2><Extra-
    PID.3><Extra-
    PID.3.1>390971</Extra-
    PID.3.1><Extra-
    PID.3.2 xsi:nil="true"></Extra-
    PID.3.2><Extra-
    PID.3.3 xsi:nil="true"></Extra-
    PID.3.3><Extra-
    PID.3.4>CHVNG</Extra-
    PID.3.4><Extra-
    PID.3.5>NS</Extra-
    PID.3.5></Extra-
    PID.3><Extra-
    PID.4 xsi:nil="true"></Extra-
    PID.4><Extra-
    PID.5><Extra-
    PID.5.1>Santos</Extra-
    PID.5.1><Extra-
    PID.5.2>Paula</Extra-
    PID.5.2><Extra-
    PID.5.3>Cristina Silva Lopes</Extra-
    PID.5.3></Extra-
    PID.5><Extra-
    PID.6 xsi:nil="true"></Extra-
    PID.6><Extra-
    PID.7>19720117000000+0000</Extra-
    PID.7><Extra-
    PID.8 xsi:nil="true"></Extra-
    PID.8><Extra-
    PID.9 xsi:nil="true"></Extra-
    PID.9><Extra-
    PID.10 xsi:nil="true"></Extra-
    PID.10><Extra-
    PID.11><Extra-
    PID.11.1>R Bernardino Costa 358 Bl D Hab 04</Extra-
    PID.11.1><Extra-
    PID.11.2 xsi:nil="true"></Extra-
    PID.11.2><Extra-
    PID.11.3>Valadares</Extra-
    PID.11.3><Extra-
    PID.11.4 xsi:nil="true"></Extra-
    PID.11.4><Extra-
    PID.11.5>4405</Extra-
    PID.11.5></Extra-
    PID.11><Extra-
    PID.12 xsi:nil="true"></Extra-
    PID.12><Extra-
    PID.13 xsi:nil="true"></Extra-
    PID.13><Extra-
    PID.14 xsi:nil="true"></Extra-
    PID.14><Extra-
    PID.15 xsi:nil="true"></Extra-
    PID.15><Extra-
    PID.16 xsi:nil="true"></Extra-
    PID.16><Extra-
    PID.17 xsi:nil="true"></Extra-
    PID.17><Extra-
    PID.18>7011588</Extra-
    PID.18><Extra-
    PID.19 xsi:nil="true"></Extra-
    PID.19></Extra-
    PID><Extra-
    PV1><Extra-
    PV1.1 xsi:nil="true"></Extra-
    PV1.1><Extra-
    PV1.2>URG</Extra-
    PV1.2><Extra-
    PV1.3><Extra-
    PV1.3.1>1</Extra-
    PV1.3.1><Extra-
    PV1.3.2 xsi:nil="true"></Extra-
    PV1.3.2><Extra-
    PV1.3.3 xsi:nil="true"></Extra-
    PV1.3.3><Extra-
    PV1.3.4>CHVNG</Extra-
    PV1.3.4></Extra-
    PV1.3><Extra-
    PV1.4 xsi:nil="true"></Extra-
    PV1.4><Extra-
    PV1.5 xsi:nil="true"></Extra-
    PV1.5><Extra-
    PV1.6 xsi:nil="true"></Extra-
    PV1.6><Extra-
    PV1.7 xsi:nil="true"></Extra-
    PV1.7><Extra-
    PV1.8 xsi:nil="true"></Extra-
    PV1.8><Extra-
    PV1.9 xsi:nil="true"></Extra-
    PV1.9><Extra-
    PV1.10 xsi:nil="true"></Extra-
    PV1.10><Extra-
    PV1.11 xsi:nil="true"></Extra-
    PV1.11><Extra-
    PV1.12 xsi:nil="true"></Extra-
    PV1.12><Extra-
    PV1.13 xsi:nil="true"></Extra-
    PV1.13><Extra-
    PV1.14 xsi:nil="true"></Extra-
    PV1.14><Extra-
    PV1.15 xsi:nil="true"></Extra-
    PV1.15><Extra-
    PV1.16 xsi:nil="true"></Extra-
    PV1.16><Extra-
    PV1.17 xsi:nil="true"></Extra-
    PV1.17><Extra-
    PV1.18>URG</Extra-
    PV1.18><Extra-
    PV1.19><Extra-
    PV1.19.1>7088430</Extra-
    PV1.19.1><Extra-
    PV1.19.2 xsi:nil="true"></Extra-
    PV1.19.2><Extra-
    PV1.19.3 xsi:nil="true"></Extra-
    PV1.19.3><Extra-
    PV1.19.4>SONHO</Extra-
    PV1.19.4></Extra-
    PV1.19><Extra-
    PV1.20 xsi:nil="true"></Extra-
    PV1.20><Extra-
    PV1.21 xsi:nil="true"></Extra-
    PV1.21><Extra-
    PV1.22 xsi:nil="true"></Extra-
    PV1.22><Extra-
    PV1.23 xsi:nil="true"></Extra-
    PV1.23><Extra-
    PV1.24 xsi:nil="true"></Extra-
    PV1.24><Extra-
    PV1.25 xsi:nil="true"></Extra-
    PV1.25><Extra-
    PV1.26 xsi:nil="true"></Extra-
    PV1.26><Extra-
    PV1.27 xsi:nil="true"></Extra-
    PV1.27><Extra-
    PV1.28 xsi:nil="true"></Extra-
    PV1.28><Extra-
    PV1.29 xsi:nil="true"></Extra-
    PV1.29><Extra-
    PV1.30 xsi:nil="true"></Extra-
    PV1.30><Extra-
    PV1.31 xsi:nil="true"></Extra-
    PV1.31><Extra-
    PV1.32 xsi:nil="true"></Extra-
    PV1.32><Extra-
    PV1.33 xsi:nil="true"></Extra-
    PV1.33><Extra-
    PV1.34 xsi:nil="true"></Extra-
    PV1.34><Extra-
    PV1.35 xsi:nil="true"></Extra-
    PV1.35><Extra-
    PV1.36 xsi:nil="true"></Extra-
    PV1.36><Extra-
    PV1.37 xsi:nil="true"></Extra-
    PV1.37><Extra-
    PV1.38 xsi:nil="true"></Extra-
    PV1.38><Extra-
    PV1.39 xsi:nil="true"></Extra-
    PV1.39><Extra-
    PV1.40 xsi:nil="true"></Extra-
    PV1.40><Extra-
    PV1.41 xsi:nil="true"></Extra-
    PV1.41><Extra-
    PV1.42 xsi:nil="true"></Extra-
    PV1.42><Extra-
    PV1.43 xsi:nil="true"></Extra-
    PV1.43><Extra-
    PV1.44>20070705154838+0000</Extra-
    PV1.44><Extra-
    PV1.45 xsi:nil="true"></Extra-
    PV1.45><Extra-
    PV1.46 xsi:nil="true"></Extra-
    PV1.46><Extra-
    PV1.47 xsi:nil="true"></Extra-
    PV1.47><Extra-
    PV1.48 xsi:nil="true"></Extra-
    PV1.48><Extra-
    PV1.49 xsi:nil="true"></Extra-
    PV1.49><Extra-
    PV1.50 xsi:nil="true"></Extra-
    PV1.50><Extra-
    PV1.51>V</Extra-
    PV1.51><Extra-
    PV1.52 xsi:nil="true"></Extra-
    PV1.52></Extra-
    PV1><Extra-
    ORC><Extra-
    ORC.1>NW</Extra-
    ORC.1><Extra-
    ORC.2><Extra-
    ORC.2.1>19013</Extra-
    ORC.2.1><Extra-
    ORC.2.2>ALERT</Extra-
    ORC.2.2></Extra-
    ORC.2><Extra-
    ORC.3 xsi:nil="true"></Extra-
    ORC.3><Extra-
    ORC.4 xsi:nil="true"></Extra-
    ORC.4><Extra-
    ORC.5>NW</Extra-
    ORC.5><Extra-
    ORC.6 xsi:nil="true"></Extra-
    ORC.6><Extra-
    ORC.7 xsi:nil="true"></Extra-
    ORC.7><Extra-
    ORC.8 xsi:nil="true"></Extra-
    ORC.8><Extra-
    ORC.9 xsi:nil="true"></Extra-
    ORC.9><Extra-
    ORC.10 xsi:nil="true"></Extra-
    ORC.10><Extra-
    ORC.11 xsi:nil="true"></Extra-
    ORC.11><Extra-
    ORC.12><Extra-
    ORC.12.1>4292</Extra-
    ORC.12.1><Extra-
    ORC.12.2>Martinez</Extra-
    ORC.12.2><Extra-
    ORC.12.3>Cristina</Extra-
    ORC.12.3></Extra-
    ORC.12><Extra-
    ORC.13 xsi:nil="true"></Extra-
    ORC.13></Extra-
    ORC><Extra-
    OBR><Extra-
    OBR.1>1</Extra-
    OBR.1><Extra-
    OBR.2><Extra-
    OBR.2.1>19013</Extra-
    OBR.2.1><Extra-
    OBR.2.2>ALERT</Extra-
    OBR.2.2></Extra-
    OBR.2><Extra-
    OBR.3 xsi:nil="true"></Extra-
    OBR.3><Extra-
    OBR.4><Extra-
    OBR.4.1>10781</Extra-
    OBR.4.1><Extra-
    OBR.4.2>M<escape V="XE3"/>o direita, duas incid<escape V="XEA"/>ncias</Extra-
    OBR.4.2><Extra-
    OBR.4.3>CHVNG</Extra-
    OBR.4.3></Extra-
    OBR.4><Extra-
    OBR.5 xsi:nil="true"></Extra-
    OBR.5><Extra-
    OBR.6 xsi:nil="true"></Extra-
    OBR.6><Extra-
    OBR.7 xsi:nil="true"></Extra-
    OBR.7><Extra-
    OBR.8 xsi:nil="true"></Extra-
    OBR.8><Extra-
    OBR.9 xsi:nil="true"></Extra-
    OBR.9><Extra-
    OBR.10 xsi:nil="true"></Extra-
    OBR.10><Extra-
    OBR.11 xsi:nil="true"></Extra-
    OBR.11><Extra-
    OBR.12 xsi:nil="true"></Extra-
    OBR.12><Extra-
    OBR.13 xsi:nil="true"></Extra-
    OBR.13><Extra-
    OBR.14 xsi:nil="true"></Extra-
    OBR.14><Extra-
    OBR.15 xsi:nil="true"></Extra-
    OBR.15><Extra-
    OBR.16><Extra-
    OBR.16.1>4292</Extra-
    OBR.16.1><Extra-
    OBR.16.2>Martinez</Extra-
    OBR.16.2><Extra-
    OBR.16.3>Cristina</Extra-
    OBR.16.3></Extra-
    OBR.16><Extra-
    OBR.17 xsi:nil="true"></Extra-
    OBR.17><Extra-
    OBR.18 xsi:nil="true"></Extra-
    OBR.18><Extra-
    OBR.19 xsi:nil="true"></Extra-
    OBR.19><Extra-
    OBR.20 xsi:nil="true"></Extra-
    OBR.20><Extra-
    OBR.21 xsi:nil="true"></Extra-
    OBR.21><Extra-
    OBR.22 xsi:nil="true"></Extra-
    OBR.22><Extra-
    OBR.23 xsi:nil="true"></Extra-
    OBR.23><Extra-
    OBR.24 xsi:nil="true"></Extra-
    OBR.24><Extra-
    OBR.25 xsi:nil="true"></Extra-
    OBR.25><Extra-
    OBR.26 xsi:nil="true"></Extra-
    OBR.26><Extra-
    OBR.27><Extra-
    OBR.27.1 xsi:nil="true"></Extra-
    OBR.27.1><Extra-
    OBR.27.2 xsi:nil="true"></Extra-
    OBR.27.2><Extra-
    OBR.27.3 xsi:nil="true"></Extra-
    OBR.27.3><Extra-
    OBR.27.4>20070705161237+0000</Extra-
    OBR.27.4></Extra-
    OBR.27><Extra-
    OBR.28 xsi:nil="true"></Extra-
    OBR.28></Extra-
    OBR><Extra-
    NTE><Extra-
    NTE.1>1</Extra-
    NTE.1><Extra-
    NTE.2 xsi:nil="true"></Extra-
    NTE.2></Extra-
    NTE><Extra-
    DG1><Extra-
    DG1.1>1</Extra-
    DG1.1><Extra-
    DG1.2 xsi:nil="true"></Extra-
    DG1.2><Extra-
    DG1.3><Extra-
    DG1.3.1>9233</Extra-
    DG1.3.1><Extra-
    DG1.3.2>Contusao De Dedo Da Mao</Extra-
    DG1.3.2><Extra-
    DG1.3.3>ICD9</Extra-
    DG1.3.3></Extra-
    DG1.3><Extra-
    DG1.4 xsi:nil="true"></Extra-
    DG1.4><Extra-
    DG1.5 xsi:nil="true"></Extra-
    DG1.5><Extra-
    DG1.6>D</Extra-
    DG1.6></Extra-
    DG1></OMG_O19>
    I think that the problem should be because of the "Extra" (eg. <Extra-
    PID.1 xsi:nil="true">) word that B2B puts in every tag.
    The strange thing is that, this already worked until two days ago....
    What could it be?
    Thanks for your help.
    Best Regards,
    Nuno Fernandes

    Hello,
    We have configured a circuit that has the objective of sending a message to B2B and then the ESB dequeues that message from the IP_IN_QUEUE.
    The problem is that for some reason, the ESB cannot read message using the AQ Adapter object.
    The error is the following:
    DOM Parsing Exception in translator. DOM parsing exception in inbound XSD translator while parsing InputStream. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    The trace is the following:
    ORABPEL-11211 DOM Parsing Exception in translator. DOM parsing exception in inbound XSD translator while parsing InputStream. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:139) at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1179) at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:533) at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:189) at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242) at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215) at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819) at java.lang.Thread.run(Thread.java:595) Caused by: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute. at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320) at oracle.xml.parser.v2.NonValidatingParser.parseAttrValue(NonValidatingParser.java:1609) at oracle.xml.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1514) at oracle.xml.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1447) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1286) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291) at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:134) ... 8 more
    The Payload is the following:
    <?xml version="1.0" ?><OMG_O19 xmlns="urn:oracle:integration:b2b:C023D5B231EF45519AA3D9929B4990E1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" XDataVersion="2.0" Standard="HL7" Version="2.4" CreatedDate="2007-07-17T17:10:43" CreatedBy="ECXEngine_837" GUID="{D16D28B9-3821-4BCC-B4D9-0D92F8611BB5}"><Internal-Properties><Data-Structure Name="Message"><Lookup Name="MessageSendingApp">ALERT</Lookup><Lookup Name="MessageSendingAppUniversalID"></Lookup><Lookup Name="MessageSendingAppUniversalIDType"></Lookup><Lookup Name="MessageSendingFacility">CHVNG</Lookup><Lookup Name="MessageSendingFacilityUniversalID"></Lookup><Lookup Name="MessageSendingFacilityUniversalIDType"></Lookup><Lookup Name="MessageReceivingApp">RADIO</Lookup><Lookup Name="MessageReceivingAppUniversalID"></Lookup><Lookup Name="MessageReceivingAppUniversalIDType"></Lookup><Lookup Name="MessageReceivingFacility">CHVNG</Lookup><Lookup Name="MessageReceivingFacilityUniversalID"></Lookup><Lookup Name="MessageReceivingFacilityUniversalIDType"></Lookup><Lookup Name="MessageCode">OMG</Lookup><Lookup Name="TriggerEvent">O19</Lookup><Lookup Name="MessageStructure">OMG_O19</Lookup><Lookup Name="MessageVersion">2.4</Lookup><Lookup Name="InternatCodeID"></Lookup><Lookup Name="InternatCodeText"></Lookup><Lookup Name="InternatCodeSystem"></Lookup><Lookup Name="InternatCodeAlternateID"></Lookup><Lookup Name="InternatCodeAlternateText"></Lookup><Lookup Name="InternatCodeAlternateSystem"></Lookup><Lookup Name="InternationalVersionID"></Lookup><Lookup Name="InternationalVersionIDText"></Lookup><Lookup Name="InternationalVersionIDSystem"></Lookup><Lookup Name="InternationalVersionIDAlternateID"></Lookup><Lookup Name="InternationalVersionIDAlternateText"></Lookup><Lookup Name="InternationalVersionIDAlternateSystem"></Lookup><Lookup Name="Standard">HL7</Lookup><Property Name="MessageEncodingCharacters">^~\&amp;</Property><Property Name="MessageSendingApp">ALERT</Property><Property Name="MessageSendingAppUniversalID"></Property><Property Name="MessageSendingAppUniversalIDType"></Property><Property Name="MessageSendingFacility">CHVNG</Property><Property Name="MessageSendingFacilityUniversalID"></Property><Property Name="MessageSendingFacilityUniversalIDType"></Property><Property Name="MessageReceivingApp">RADIO</Property><Property Name="MessageReceivingAppUniversalID"></Property><Property Name="MessageReceivingAppUniversalIDType"></Property><Property Name="MessageReceivingFacility">CHVNG</Property><Property Name="MessageReceivingFacilityUniversalID"></Property><Property Name="MessageReceivingFacilityUniversalIDType"></Property><Property Name="MessageDate">20070705161247+0000</Property><Property Name="MessageDateTimePrecision"></Property><Property Name="MessageSecurity"></Property><Property Name="MessageCode">OMG</Property><Property Name="TriggerEvent">O19</Property><Property Name="MessageStructure">OMG_O19</Property><Property Name="MessageControlID">1709</Property><Property Name="ProcessingID">P</Property><Property Name="ProcessingMode"></Property><Property Name="MessageVersion">2.4</Property><Property Name="InternatCodeID"></Property><Property Name="InternatCodeText"></Property><Property Name="InternatCodeSystem"></Property><Property Name="InternatCodeAlternateID"></Property><Property Name="InternatCodeAlternateText"></Property><Property Name="InternatCodeAlternateSystem"></Property><Property Name="InternationalVersionID"></Property><Property Name="InternationalVersionIDText"></Property><Property Name="InternationalVersionIDSystem"></Property><Property Name="InternationalVersionIDAlternateID"></Property><Property Name="InternationalVersionIDAlternateText"></Property><Property Name="InternationalVersionIDAlternateSystem"></Property><Property Name="SequenceNumber"></Property><Property Name="ContinuationPointer"></Property><Property Name="AcceptAckType"></Property><Property Name="AppAckType"></Property><Property Name="CountryCode"></Property><Property Name="CharacterSet"></Property><Property Name="LanguageID"></Property><Property Name="LanguageText"></Property><Property Name="LanguageSystem"></Property><Property Name="LanguageAlternateID"></Property><Property Name="LanguageAlternateText"></Property><Property Name="LanguageAlternateSystem"></Property><Property Name="AlternateCharacterSetSchema"></Property><Property Name="ConformanceStatementID"></Property><Property Name="MessageProfileNamespaceID"></Property><Property Name="MessageProfileUniversalID"></Property><Property Name="MessageProfileUniversalIDType"></Property><Property Name="DecimalSeparator"></Property><Property Name="ElementDelimiter">0x7c</Property><Property Name="ReleaseCharacter">0x5c</Property><Property Name="RepeatingSeparator">0x7e</Property><Property Name="SegmentDelimiter">0xd</Property><Property Name="SubcomponentDelimiter">0x26</Property><Property Name="SubelementDelimiter">0x5e</Property></Data-Structure></Internal-Properties><MSH><MSH.1>|</MSH.1><MSH.2>^~\&amp;</MSH.2><MSH.3><HD.1>ALERT</HD.1></MSH.3><MSH.4><HD.1>CHVNG</HD.1></MSH.4><MSH.5><HD.1>RADIO</HD.1></MSH.5><MSH.6><HD.1>CHVNG</HD.1></MSH.6><MSH.7><TS.1>20070705161247+0000</TS.1></MSH.7><MSH.8 xsi:nil="true"></MSH.8><MSH.9><MSG.1>OMG</MSG.1><MSG.2>O19</MSG.2><MSG.3>OMG_O19</MSG.3></MSH.9><MSH.10>1709</MSH.10><MSH.11><PT.1>P</PT.1></MSH.11><MSH.12><VID.1>2.4</VID.1></MSH.12><MSH.13 xsi:nil="true"></MSH.13></MSH><Extra-
    PID><Extra-
    PID.1 xsi:nil="true"></Extra-
    PID.1><Extra-
    PID.2 xsi:nil="true"></Extra-
    PID.2><Extra-
    PID.3><Extra-
    PID.3.1>390971</Extra-
    PID.3.1><Extra-
    PID.3.2 xsi:nil="true"></Extra-
    PID.3.2><Extra-
    PID.3.3 xsi:nil="true"></Extra-
    PID.3.3><Extra-
    PID.3.4>CHVNG</Extra-
    PID.3.4><Extra-
    PID.3.5>NS</Extra-
    PID.3.5></Extra-
    PID.3><Extra-
    PID.4 xsi:nil="true"></Extra-
    PID.4><Extra-
    PID.5><Extra-
    PID.5.1>Santos</Extra-
    PID.5.1><Extra-
    PID.5.2>Paula</Extra-
    PID.5.2><Extra-
    PID.5.3>Cristina Silva Lopes</Extra-
    PID.5.3></Extra-
    PID.5><Extra-
    PID.6 xsi:nil="true"></Extra-
    PID.6><Extra-
    PID.7>19720117000000+0000</Extra-
    PID.7><Extra-
    PID.8 xsi:nil="true"></Extra-
    PID.8><Extra-
    PID.9 xsi:nil="true"></Extra-
    PID.9><Extra-
    PID.10 xsi:nil="true"></Extra-
    PID.10><Extra-
    PID.11><Extra-
    PID.11.1>R Bernardino Costa 358 Bl D Hab 04</Extra-
    PID.11.1><Extra-
    PID.11.2 xsi:nil="true"></Extra-
    PID.11.2><Extra-
    PID.11.3>Valadares</Extra-
    PID.11.3><Extra-
    PID.11.4 xsi:nil="true"></Extra-
    PID.11.4><Extra-
    PID.11.5>4405</Extra-
    PID.11.5></Extra-
    PID.11><Extra-
    PID.12 xsi:nil="true"></Extra-
    PID.12><Extra-
    PID.13 xsi:nil="true"></Extra-
    PID.13><Extra-
    PID.14 xsi:nil="true"></Extra-
    PID.14><Extra-
    PID.15 xsi:nil="true"></Extra-
    PID.15><Extra-
    PID.16 xsi:nil="true"></Extra-
    PID.16><Extra-
    PID.17 xsi:nil="true"></Extra-
    PID.17><Extra-
    PID.18>7011588</Extra-
    PID.18><Extra-
    PID.19 xsi:nil="true"></Extra-
    PID.19></Extra-
    PID><Extra-
    PV1><Extra-
    PV1.1 xsi:nil="true"></Extra-
    PV1.1><Extra-
    PV1.2>URG</Extra-
    PV1.2><Extra-
    PV1.3><Extra-
    PV1.3.1>1</Extra-
    PV1.3.1><Extra-
    PV1.3.2 xsi:nil="true"></Extra-
    PV1.3.2><Extra-
    PV1.3.3 xsi:nil="true"></Extra-
    PV1.3.3><Extra-
    PV1.3.4>CHVNG</Extra-
    PV1.3.4></Extra-
    PV1.3><Extra-
    PV1.4 xsi:nil="true"></Extra-
    PV1.4><Extra-
    PV1.5 xsi:nil="true"></Extra-
    PV1.5><Extra-
    PV1.6 xsi:nil="true"></Extra-
    PV1.6><Extra-
    PV1.7 xsi:nil="true"></Extra-
    PV1.7><Extra-
    PV1.8 xsi:nil="true"></Extra-
    PV1.8><Extra-
    PV1.9 xsi:nil="true"></Extra-
    PV1.9><Extra-
    PV1.10 xsi:nil="true"></Extra-
    PV1.10><Extra-
    PV1.11 xsi:nil="true"></Extra-
    PV1.11><Extra-
    PV1.12 xsi:nil="true"></Extra-
    PV1.12><Extra-
    PV1.13 xsi:nil="true"></Extra-
    PV1.13><Extra-
    PV1.14 xsi:nil="true"></Extra-
    PV1.14><Extra-
    PV1.15 xsi:nil="true"></Extra-
    PV1.15><Extra-
    PV1.16 xsi:nil="true"></Extra-
    PV1.16><Extra-
    PV1.17 xsi:nil="true"></Extra-
    PV1.17><Extra-
    PV1.18>URG</Extra-
    PV1.18><Extra-
    PV1.19><Extra-
    PV1.19.1>7088430</Extra-
    PV1.19.1><Extra-
    PV1.19.2 xsi:nil="true"></Extra-
    PV1.19.2><Extra-
    PV1.19.3 xsi:nil="true"></Extra-
    PV1.19.3><Extra-
    PV1.19.4>SONHO</Extra-
    PV1.19.4></Extra-
    PV1.19><Extra-
    PV1.20 xsi:nil="true"></Extra-
    PV1.20><Extra-
    PV1.21 xsi:nil="true"></Extra-
    PV1.21><Extra-
    PV1.22 xsi:nil="true"></Extra-
    PV1.22><Extra-
    PV1.23 xsi:nil="true"></Extra-
    PV1.23><Extra-
    PV1.24 xsi:nil="true"></Extra-
    PV1.24><Extra-
    PV1.25 xsi:nil="true"></Extra-
    PV1.25><Extra-
    PV1.26 xsi:nil="true"></Extra-
    PV1.26><Extra-
    PV1.27 xsi:nil="true"></Extra-
    PV1.27><Extra-
    PV1.28 xsi:nil="true"></Extra-
    PV1.28><Extra-
    PV1.29 xsi:nil="true"></Extra-
    PV1.29><Extra-
    PV1.30 xsi:nil="true"></Extra-
    PV1.30><Extra-
    PV1.31 xsi:nil="true"></Extra-
    PV1.31><Extra-
    PV1.32 xsi:nil="true"></Extra-
    PV1.32><Extra-
    PV1.33 xsi:nil="true"></Extra-
    PV1.33><Extra-
    PV1.34 xsi:nil="true"></Extra-
    PV1.34><Extra-
    PV1.35 xsi:nil="true"></Extra-
    PV1.35><Extra-
    PV1.36 xsi:nil="true"></Extra-
    PV1.36><Extra-
    PV1.37 xsi:nil="true"></Extra-
    PV1.37><Extra-
    PV1.38 xsi:nil="true"></Extra-
    PV1.38><Extra-
    PV1.39 xsi:nil="true"></Extra-
    PV1.39><Extra-
    PV1.40 xsi:nil="true"></Extra-
    PV1.40><Extra-
    PV1.41 xsi:nil="true"></Extra-
    PV1.41><Extra-
    PV1.42 xsi:nil="true"></Extra-
    PV1.42><Extra-
    PV1.43 xsi:nil="true"></Extra-
    PV1.43><Extra-
    PV1.44>20070705154838+0000</Extra-
    PV1.44><Extra-
    PV1.45 xsi:nil="true"></Extra-
    PV1.45><Extra-
    PV1.46 xsi:nil="true"></Extra-
    PV1.46><Extra-
    PV1.47 xsi:nil="true"></Extra-
    PV1.47><Extra-
    PV1.48 xsi:nil="true"></Extra-
    PV1.48><Extra-
    PV1.49 xsi:nil="true"></Extra-
    PV1.49><Extra-
    PV1.50 xsi:nil="true"></Extra-
    PV1.50><Extra-
    PV1.51>V</Extra-
    PV1.51><Extra-
    PV1.52 xsi:nil="true"></Extra-
    PV1.52></Extra-
    PV1><Extra-
    ORC><Extra-
    ORC.1>NW</Extra-
    ORC.1><Extra-
    ORC.2><Extra-
    ORC.2.1>19013</Extra-
    ORC.2.1><Extra-
    ORC.2.2>ALERT</Extra-
    ORC.2.2></Extra-
    ORC.2><Extra-
    ORC.3 xsi:nil="true"></Extra-
    ORC.3><Extra-
    ORC.4 xsi:nil="true"></Extra-
    ORC.4><Extra-
    ORC.5>NW</Extra-
    ORC.5><Extra-
    ORC.6 xsi:nil="true"></Extra-
    ORC.6><Extra-
    ORC.7 xsi:nil="true"></Extra-
    ORC.7><Extra-
    ORC.8 xsi:nil="true"></Extra-
    ORC.8><Extra-
    ORC.9 xsi:nil="true"></Extra-
    ORC.9><Extra-
    ORC.10 xsi:nil="true"></Extra-
    ORC.10><Extra-
    ORC.11 xsi:nil="true"></Extra-
    ORC.11><Extra-
    ORC.12><Extra-
    ORC.12.1>4292</Extra-
    ORC.12.1><Extra-
    ORC.12.2>Martinez</Extra-
    ORC.12.2><Extra-
    ORC.12.3>Cristina</Extra-
    ORC.12.3></Extra-
    ORC.12><Extra-
    ORC.13 xsi:nil="true"></Extra-
    ORC.13></Extra-
    ORC><Extra-
    OBR><Extra-
    OBR.1>1</Extra-
    OBR.1><Extra-
    OBR.2><Extra-
    OBR.2.1>19013</Extra-
    OBR.2.1><Extra-
    OBR.2.2>ALERT</Extra-
    OBR.2.2></Extra-
    OBR.2><Extra-
    OBR.3 xsi:nil="true"></Extra-
    OBR.3><Extra-
    OBR.4><Extra-
    OBR.4.1>10781</Extra-
    OBR.4.1><Extra-
    OBR.4.2>M<escape V="XE3"/>o direita, duas incid<escape V="XEA"/>ncias</Extra-
    OBR.4.2><Extra-
    OBR.4.3>CHVNG</Extra-
    OBR.4.3></Extra-
    OBR.4><Extra-
    OBR.5 xsi:nil="true"></Extra-
    OBR.5><Extra-
    OBR.6 xsi:nil="true"></Extra-
    OBR.6><Extra-
    OBR.7 xsi:nil="true"></Extra-
    OBR.7><Extra-
    OBR.8 xsi:nil="true"></Extra-
    OBR.8><Extra-
    OBR.9 xsi:nil="true"></Extra-
    OBR.9><Extra-
    OBR.10 xsi:nil="true"></Extra-
    OBR.10><Extra-
    OBR.11 xsi:nil="true"></Extra-
    OBR.11><Extra-
    OBR.12 xsi:nil="true"></Extra-
    OBR.12><Extra-
    OBR.13 xsi:nil="true"></Extra-
    OBR.13><Extra-
    OBR.14 xsi:nil="true"></Extra-
    OBR.14><Extra-
    OBR.15 xsi:nil="true"></Extra-
    OBR.15><Extra-
    OBR.16><Extra-
    OBR.16.1>4292</Extra-
    OBR.16.1><Extra-
    OBR.16.2>Martinez</Extra-
    OBR.16.2><Extra-
    OBR.16.3>Cristina</Extra-
    OBR.16.3></Extra-
    OBR.16><Extra-
    OBR.17 xsi:nil="true"></Extra-
    OBR.17><Extra-
    OBR.18 xsi:nil="true"></Extra-
    OBR.18><Extra-
    OBR.19 xsi:nil="true"></Extra-
    OBR.19><Extra-
    OBR.20 xsi:nil="true"></Extra-
    OBR.20><Extra-
    OBR.21 xsi:nil="true"></Extra-
    OBR.21><Extra-
    OBR.22 xsi:nil="true"></Extra-
    OBR.22><Extra-
    OBR.23 xsi:nil="true"></Extra-
    OBR.23><Extra-
    OBR.24 xsi:nil="true"></Extra-
    OBR.24><Extra-
    OBR.25 xsi:nil="true"></Extra-
    OBR.25><Extra-
    OBR.26 xsi:nil="true"></Extra-
    OBR.26><Extra-
    OBR.27><Extra-
    OBR.27.1 xsi:nil="true"></Extra-
    OBR.27.1><Extra-
    OBR.27.2 xsi:nil="true"></Extra-
    OBR.27.2><Extra-
    OBR.27.3 xsi:nil="true"></Extra-
    OBR.27.3><Extra-
    OBR.27.4>20070705161237+0000</Extra-
    OBR.27.4></Extra-
    OBR.27><Extra-
    OBR.28 xsi:nil="true"></Extra-
    OBR.28></Extra-
    OBR><Extra-
    NTE><Extra-
    NTE.1>1</Extra-
    NTE.1><Extra-
    NTE.2 xsi:nil="true"></Extra-
    NTE.2></Extra-
    NTE><Extra-
    DG1><Extra-
    DG1.1>1</Extra-
    DG1.1><Extra-
    DG1.2 xsi:nil="true"></Extra-
    DG1.2><Extra-
    DG1.3><Extra-
    DG1.3.1>9233</Extra-
    DG1.3.1><Extra-
    DG1.3.2>Contusao De Dedo Da Mao</Extra-
    DG1.3.2><Extra-
    DG1.3.3>ICD9</Extra-
    DG1.3.3></Extra-
    DG1.3><Extra-
    DG1.4 xsi:nil="true"></Extra-
    DG1.4><Extra-
    DG1.5 xsi:nil="true"></Extra-
    DG1.5><Extra-
    DG1.6>D</Extra-
    DG1.6></Extra-
    DG1></OMG_O19>
    I think that the problem should be because of the "Extra" (eg. <Extra-
    PID.1 xsi:nil="true">) word that B2B puts in every tag.
    The strange thing is that, this already worked until two days ago....
    What could it be?
    Thanks for your help.
    Best Regards,
    Nuno Fernandes

  • DOM Parsing Exception in translator. Dequeuing is failing

    Hi,
    -> I am working on EDI HIPPA File Protocol.
    -> My b2b configuration is working. I am getting the payload xml in IP_IN_QUEUE.
    But ESB with AQAdaptor is failing giving the below Exception.
    -> ORABPEL-11211 DOM Parsing Exception in translator. DOM parsing exception in inbound XSD translator while parsing InputStream. Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable. at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:202) at oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1179) at oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:533) at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:189) at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242) at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215) at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814) at java.lang.Thread.run(Thread.java:595) Caused by: oracle.xml.parser.v2.XMLParseException: Expected name instead of >. at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320) at oracle.xml.parser.v2.XMLReader.scanNameChars(XMLReader.java:1151) at oracle.xml.parser.v2.XMLReader.scanQName(XMLReader.java:1928) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1276) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291) at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:197)
    -> I have taken the payload xml from rejectedMessages folder from SOA HOME and written a DOM Parser program
    to parse that file.It is throwing org.xml.sax.SAXParseException.
    -> I validated this xml with xsd I provide both in Oracle B2b config and in ESB using Altova software, it is throwing errors saying the xml is not valid.
    -> So I understood that xml which is gettign generated is not the valid one.
    Could you please tell me if I have to make any changes.
    Thanks
    Praveena

    Hi Dheeraj,
    I did this, I have selected Oracle Integration B2B while generating the xsd, then saved the xsd and then saved ecs.
    I gave these ecs and xsd file in my Oracle B2B configruation for Document protocol page.
    Then also, I parsed the file which is generated.It is failing in parsing.
    I can see that set of empty tags <></> are getting generated before <Segment-SE> tag and after <Loop-2000> as shown below:
    </Loop-2100></Loop-2000>&lt&gt&lt/&gt<Segment-SE><Element-96>
    (I don't why I am able to see symbols for tags when I am editing this message but once I save the message it is not shown in the forum.actually empty tags are getting geneated.)
    I removed these empty tags and parsed it again, then it is parsed successfully.
    Could you please tell me what I need to do for not generating these extra empty tags.
    my xsd looks as below(pastign for this particular part:
    <xsd:element name="Transaction-835">
    <xsd:annotation>
    <xsd:documentation>Health Care Claim Payment/Advice</xsd:documentation>
    <xsd:documentation>This Draft Standard for Trial Use contains the format and establishes the data contents of the Health Care Claim Payment/Advice Transaction Set (835) for use within the context of the Electronic Data Interchange (EDI) environment. This transaction set can be used to make a payment, send an Explanation of Benefits (EOB) remittance advice, or make a payment and send an EOB remittance advice only from a health insurer to a health care provider either directly or via a financial institution.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Internal-Properties" minOccurs="0"/>
    <xsd:element ref="Segment-ST"/>
    <xsd:element ref="Segment-BPR"/>
    <xsd:element ref="Segment-TRN"/>
    <xsd:element ref="Segment-REF" minOccurs="0"/>
    <xsd:element ref="Segment-DTM" minOccurs="0"/>
    <xsd:choice maxOccurs="2" minOccurs="2">
    <xsd:element ref="Loop-1000A"/>
    <xsd:element ref="Loop-1000B"/>
    </xsd:choice>
    <xsd:element ref="Loop-2000" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="Segment-SE"/>
    </xsd:sequence>
    <xsd:attribute name="Type" default="Transaction" type="xsd:string"/>
    <xsd:attribute name="XDataVersion" fixed="1.0" type="xsd:string"/>
    <xsd:attribute name="Standard" fixed="HIPAA" type="xsd:string"/>
    <xsd:attribute name="Version" default="V4010X091A1" type="xsd:string"/>
    <xsd:attribute name="GUID" default="" type="xsd:string"/>
    <xsd:attribute name="CreatedBy" type="xsd:string"/>
    <xsd:attribute name="CreatedDate" type="xsd:dateTime"/>
    </xsd:complexType>
    </xsd:element>
    Edited by: Praveena Paruchuru on Mar 10, 2009 6:33 AM
    Edited by: Praveena Paruchuru on Mar 10, 2009 6:49 AM

  • DOM Parsing Exception in translator

    Hi
    We are hitting one issue in B2B/SOA 11g.
    BPEL instance is not getting created in 11g. Messages are picked from B2B queue and BPEL is failing while dequeing.
    It says that
    DOM Parsing Exception in translator. DOM parsing exception in inbound XSD translator while parsing InputStream. Please make sure that the xml data is valid.
    Is it due to large size of the message. I have seen the message size and it is more than 3 MB.
    Pls help
    Thanks
    Simarjeet

    Hi Anuj
    I have analysed the issue in detail. B2B is not generating the payload for one of the message so dequeue is failing and message is rejected.
    Say in one EDI file, we have 6 messages then B2B is able to create 6 separate messages while debatching but one of the message payload is empty. Error in log is
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Please make sure that the xml data is valid.
    DOM Parsing Exception in translator.
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Please make sure that the xml data is valid.
         at oracle.tip.adapter.aq.v2.database.MessageConverter.translateMessageBytes(MessageConverter.java:510)
         at oracle.tip.adapter.aq.v2.database.MessageConverter.getSTRUCTPayload(MessageConverter.java:404)
         at oracle.tip.adapter.aq.v2.database.MessageConverter.getPayload(MessageConverter.java:139)
         at oracle.tip.adapter.aq.v2.database.XMLRecordMessageConverter.getRecord(XMLRecordMessageConverter.java:88)
         at oracle.tip.adapter.aq.v2.database.AbstractDequeueAgent.getInputRecord(AbstractDequeueAgent.java:236)
         at oracle.tip.adapter.aq.v2.database.AbstractDequeueAgent.run(AbstractDequeueAgent.java:101)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: ORABPEL-11211
    DOM Parsing Exception in translator.
    DOM parsing exception in inbound XSD translator while parsing InputStream.
    Please make sure that the xml data is valid.
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:607)
         at oracle.tip.adapter.aq.v2.database.MessageConverter.translateMessageBytes(MessageConverter.java:506)
         ... 8 more
    Caused by: oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:380)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:321)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
         at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:601)
         ... 9 more
    I have also tested the file using various modes unix/pc and ansi/utf-8 encoding. Is this issue related with performance tuning, tablespace etc?

  • Failed to retrieve a schema URI (document namespace) for /userprofiles/emailNotification.usr; please see the following exception for details

    I get this exception (and long stack trace) when attempting to start my weblogic server. I'm running Weblogic 7 with Portal 7 (sp 1). I'm using Oracle 8.1.7. I upgraded this application from weblogic portal 4.0, and never had this problem there. As part of the migration process, I ran the tool to migrate all of the database tables, and I re-synched the EBCC project using version 7 of EBCC. I did a search for this problem and found a few mentions of it that seemed to be related to Oracle's handling of CLOB data. Apparently, there is a patch, but I can't seem to find this patch. I'm also not sure if this is indeed the problem since I didn't have this issue with the older version of weblogic using the same database. Any suggestions?

    If you have a support contract please open a case so we can work through
    this problem.
    Can you run an sqlplus session on your database, execute the commands
    "delete from data_sync_item" and "commit", then resync to see if it will
    get you around the problem. The data_sync_item table will be fully
    populated after you sync. This should get you running.
    Between 4.0 and 7.0 the DefaultRequestPropertySet.req file was reduced
    in size -- the CLOB would be smaller in the data_sync_item table.
    I would recommend using the Version Checker against your installation --
    find it on the dev2dev.bea.com site to see if the upgrade installer work
    ed properly. Also consider running the full installer to avoid possible
    problems that might occur with upgrade installers.
    As a result of that patch you referenced in 4.0 the CLOB handling logic
    was changed in 7.0 -- this is why it is strange you are seeing cleaving
    errors. In 7.0 SP2 to be release next week the data sync and
    persistence code was changed also.
    Are you using the OCI or Thin driver?
    -- Jim
    Rob Goldie wrote:
    Jim Litton <replyto@newsgroup> wrote:
    Rob,
    The CLOB issue was related to wlportal4.0 and should not be a factor
    in
    7.0.
    Could you post the entire stack trace?
    ####<Jan 27, 2003 4:21:47 PM EST> <Warning> <Data Synchronization> <PFIDEV5> <pfeAricept1Server>
    <main> <kernel identity> <> <000000> <Application: gmiAriceptApp; Failed to retrieve
    a schema URI (document namespace) for /request/DefaultRequestPropertySet.req;
    please see the following exception for details.>
    Exception[com.bea.p13n.management.data.doc.DocumentProcessingException: Unable
    to analyze and/or cleave document]
         at com.bea.p13n.management.data.doc.cleaver.CleavingDocumentProcessor.process(CleavingDocumentProcessor.java:94)
         at com.bea.p13n.management.data.repository.internal.DataItemImpl.getSchemaUri(DataItemImpl.java:136)
         at com.bea.p13n.management.data.repository.DataRepositoryFactory.createDataItem(DataRepositoryFactory.java:363)
         at com.bea.p13n.management.data.repository.persistence.JdbcDataSource.createDataItems(JdbcDataSource.java:523)
         at com.bea.p13n.management.data.repository.persistence.JdbcDataSource.refresh(JdbcDataSource.java:442)
         at com.bea.p13n.management.data.repository.persistence.ReadOnlyJdbcPersistenceManager.refresh(ReadOnlyJdbcPersistenceManager.java:107)
         at com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<init>(AbstractDataRepository.java:193)
         at com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init>(MasterDataRepository.java:46)
         at com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataRepository(DataRepositoryFactory.java:255)
         at com.bea.p13n.placeholder.internal.PlaceholderServiceImpl.ejbCreate(PlaceholderServiceImpl.java:191)
         at com.bea.p13n.placeholder.internal.PlaceholderServiceImpl_9p0jz2_Impl.ejbCreate(PlaceholderServiceImpl_9p0jz2_Impl.java:117)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
         at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
         at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:380)
         at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1472)
         at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1367)
         at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:864)
         at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:81)
         at weblogic.j2ee.Application.addComponent(Application.java:294)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:164)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:375)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:303)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:256)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:207)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:732)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:714)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:417)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:926)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:470)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:198)
         at $Proxy9.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:4060)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:2259)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:373)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:235)
         at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
         at weblogic.Server.main(Server.java:32)
    Caused by: org.xml.sax.SAXException: No message available. Resource not found:
    repository.cleaver.no.xsi.namespace.exception Resource bundle: com/bea/p13n/management/data/datasync
         at com.bea.p13n.management.data.doc.cleaver.DocumentCleaver.mapNamespaces(DocumentCleaver.java:135)
         at com.bea.p13n.management.data.doc.cleaver.DocumentCleaver.startElement(DocumentCleaver.java:235)
         at weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1384)
         at weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:1299)
         at weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1821)
         at weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:964)
         at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:396)
         at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1119)
         at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:135)
         at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:133)
         at com.bea.p13n.management.data.doc.cleaver.CleavingDocumentProcessor.process(CleavingDocumentProcessor.java:80)
         at com.bea.p13n.management.data.repository.internal.DataItemImpl.getSchemaUri(DataItemImpl.java:136)
         at com.bea.p13n.management.data.repository.DataRepositoryFactory.createDataItem(DataRepositoryFactory.java:363)
         at com.bea.p13n.management.data.repository.persistence.JdbcDataSource.createDataItems(JdbcDataSource.java:523)
         at com.bea.p13n.management.data.repository.persistence.JdbcDataSource.refresh(JdbcDataSource.java:442)
         at com.bea.p13n.management.data.repository.persistence.ReadOnlyJdbcPersistenceManager.refresh(ReadOnlyJdbcPersistenceManager.java:107)
         at com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<init>(AbstractDataRepository.java:193)
         at com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init>(MasterDataRepository.java:46)
         at com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataRepository(DataRepositoryFactory.java:255)
         at com.bea.p13n.placeholder.internal.PlaceholderServiceImpl.ejbCreate(PlaceholderServiceImpl.java:191)
         at com.bea.p13n.placeholder.internal.PlaceholderServiceImpl_9p0jz2_Impl.ejbCreate(PlaceholderServiceImpl_9p0jz2_Impl.java:117)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
         at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
         at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:380)
         at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1472)
         at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1367)
         at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:864)
         at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:81)
         at weblogic.j2ee.Application.addComponent(Application.java:294)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:164)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:375)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:303)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:256)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:207)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:732)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:714)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:417)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:926)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:470)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:198)
         at $Proxy9.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:4060)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:2259)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:373)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:235)
         at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
         at weblogic.Server.main(Server.java:32)
    Are you using a UTF-8 Oracle database?
    Yes
    If you create a new User Profile in the EBCC and compare it to your
    migrated .usr file do you see differences in the DTD's?
    I recreated a new version of the .usr in the EBCC, and still got the same error.
    I also tried deleting everything from the data-sync-item table and re-synching.
    What does the DocumentManager section of your application-config.xml
    look like?
    <DocumentManager
    ContentCacheName="documentContentCache"
    ContentCaching="true"
    DocumentConnectionPoolName="default"
    MaxCachedContentSize="32768"
    MetadataCacheName="documentMetadataCache"
    MetadataCaching="true"
    Name="default"
    PropertyCase="none"
    UserIdInCacheKey="false"
    />
    What does the document.jar Targets="" parameter look like in config.xml?
    <EJBComponent Name="document" Targets="pfeCluster" URI="document.jar"/>
    -- Jim
    Rob Goldie wrote:
    I get this exception (and long stack trace) when attempting to start
    my weblogic server. I'm running Weblogic 7 with Portal 7 (sp 1). I'm
    using Oracle 8.1.7. I upgraded this application from weblogic portal
    4.0, and never had this problem there. As part of the migration process,
    I ran the tool to migrate all of the database tables, and I re-synched
    the EBCC project using version 7 of EBCC. I did a search for this problem
    and found a few mentions of it that seemed to be related to Oracle's
    handling
    of CLOB data. Apparently, there is a patch, but I can't seem to find
    this patch. I'm also not sure if this is indeed the problem since I
    didn't have this issue with the older version of weblogic using the
    same database. Any suggestions?

  • 'Import file parsing exception' while importing BIAR file

    Hi All,
    We use Java WebServices SDK for integrating our product with Business Objects. For installing the reports we use the InstallEntSDKWrapper jar to copy the BIAR file containing the reports on to the BO server. Till now we were using BO XI R2 and everything works fine.
    But now we have decided to upgrade to BO 3.0 and the reports install no longer works. Here is the error that we get -
    [InstallEntSdkWrapper.main] Connecting to CMS rwc-1950-120:6400 as administrator
    [InstallEntSdkWrapper.CmsImportFile] Exception: Import file parsing exception
    curred : 'Type info incomplete'
    [InstallEntSdkWrapper.main] BIAR File could not be imported
    Any idea what might be going wrong here? We are trying to import the same BIAR file that were created with the earlier BO version to the 3.0 version server. Couple of questions that I have is -
    1. Do we need to repackage the BIAR with 3.0 before attempting to install it? Are there any issues with trying to install a BIAR which is of older BO version?
    2. Do we need to add/modify any library (jar) in the runtime to get rid of the exception?
    Thanks for all the help.
    Regards
    Manas
    Edited by: Manas Mandlekar on Dec 23, 2009 1:34 AM

    Lucas,
    I have not seen this issue before. We'll investigate and contact you directly for more info. I'll post the resolution back to this forum once available.
    Doug

  • SimpleDateFormat Parse Exception

    I am trying to convert a string "20070423"
    to a Date and I am getting a parse exception. Can I not parse this format("20070423")?
    This is my method
    public static Date convertStringToDate(String strDate)
                   throws ParseException {
              Date aDate = null;
              try {
                   if (log.isDebugEnabled()) {
                        log.debug("converting date with pattern: " + datePattern);
                   aDate = convertStringToDate(datePattern, strDate);
              } catch (ParseException pe) {
                   log.error("Could not convert '" + strDate
                             + "' to a date, throwing exception");
                   pe.printStackTrace();
                   throw new ParseException(pe.getMessage(), pe.getErrorOffset());
              return aDate;
         }

    Like DrClap said, you pattern must be incorrect. For the string you gave try this
    DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd");
    System.out.println(dateFormat.parse("20070423"));HTH
    -t

  • Parse time for OLAP SQL statements

    Hello!
    I have built ROLAP cube and now trying to analyse performance.
    Most of problems are coming from SQL statements which are prepared by BI beans (Disco or Excel). These statements have a very big parse time because they use IN predicates with a lot of values. When I tried to prepare an execution plan for these statement Oracle thinks 20 or 30 second and then gives correct plan (using query rewrite), but it shows that plan preparation took only 0.04 or 0.1 second.
    If I decrese the number of INs in this statement then plan is preapred in 1 second.
    Question: Are there any parameters which can reduce parse time for such statements?
    For example my statement has following:
    WHERE
    (((ALIAS_R124) = :B1 )
    AND ((ALIAS_R110) = :B2 )
    AND ((ALIAS_R135) IN ((-8485.000000) , (-8486.000000) , (-8487.000000) , (-8488.000000) , (-8489.000000) , (-8490.000000) , (-8491.000000) , (-8492.000000) , (-8493.000000) , (-8494.000000) , (-8495.000000) , (-8496.000000) ) )
    AND ((ALIAS_R119) IN ((-8509568.000000) , (-8509863.000000) , (-8509643.000000) , (-8509538.000000) , (-8509476.000000) , (-8509449.000000) , (-8509446.000000) , (-8509334.000000) , (-8509318.000000) , (-8508828.000000) , (-8508822.000000) , (-8508622.000000) , (-8508306.000000) , (-8507896.000000) , (-8507749.000000) , (-8508881.000000) , (-8507583.000000) , (-8509641.000000) , (-8509537.000000) , (-8509463.000000) , (-8509371.000000) , (-8509113.000000) , (-8509035.000000) , (-8508534.000000) , (-8508531.000000) ,
    (-8508314.000000) , (-8507510.000000) , (-8509778.000000) , (-8509919.000000) , (-8509826.000000) , (-8509432.000000) , (-8509328.000000) , (-8508638.000000) , (-8508337.000000) , (-8508297.000000) , (-8508163.000000) , (-8508147.000000) , (-8507369.000000) , (-8508878.000000) , (-8507503.000000) , (-8507383.000000) , (-8507337.000000) , (-8507281.000000) , (-8509956.000000) , (-8509825.000000) , (-8509541.000000) , (-8509014.000000) , (-8508422.000000) , (-8507699.000000) , (-8509744.000000) ,
    (-8509477.000000) , (-8507799.000000) , (-8507256.000000) , (-8509502.000000) , (-8509052.000000) , (-8508768.000000) , (-8507594.000000) , (-8509997.000000) , (-8508818.000000) , (-8508736.000000) , (-8508386.000000) , (-8507534.000000) , (-8509110.000000) , (-8508955.000000) , (-8508797.000000) , (-8507804.000000) , (-8507618.000000) , (-8507402.000000) , (-8509983.000000) , (-8509965.000000) , (-8509680.000000) , (-8509354.000000) , (-8509184.000000) , (-8508677.000000) , (-8508659.000000) ,
    (-8508265.000000) , (-8508027.000000) , (-8507453.000000) , (-8507388.000000) , (-8509565.000000) , (-8509097.000000) , (-8508891.000000) , (-8508529.000000) , (-8507670.000000) , (-8507427.000000) , (-8508892.000000) , (-8508375.000000) , (-8507415.000000) , (-8509521.000000) , (-8508993.000000) , (-8508769.000000) , (-8508527.000000) , (-8508316.000000) , (-8507513.000000) , (-8507456.000000) , (-8509977.000000) , (-8509593.000000) , (-8509570.000000) , (-8509479.000000) , (-8509418.000000) ,
    (-8509275.000000) , (-8509129.000000) , (-8509121.000000) , (-8509098.000000) , (-8509004.000000) , (-8508981.000000) , (-8508886.000000) , (-8508858.000000) , (-8508806.000000) , (-8508784.000000) , (-8508720.000000) , (-8508656.000000) , (-8508570.000000) , (-8508428.000000) , (-8508417.000000) , (-8508352.000000) , (-8508279.000000) , (-8508181.000000) , (-8508043.000000) , (-8507888.000000) , (-8507765.000000) , (-8507560.000000) , (-8507547.000000) , (-8507323.000000) , (-8508848.000000) ,
    (-8509940.000000) , (-8509642.000000) , (-8509555.000000) , (-8509535.000000) , (-8509513.000000) , (-8509443.000000) , (-8509284.000000) , (-8509242.000000) , (-8509226.000000) , (-8509192.000000) , (-8509191.000000) , (-8509039.000000) , (-8509007.000000) , (-8508861.000000) , (-8508730.000000) , (-8508385.000000) , (-8508333.000000) , (-8508317.000000) , (-8508315.000000) , (-8508112.000000) , (-8508034.000000) , (-8507991.000000) , (-8507967.000000) , (-8507741.000000) , (-8507444.000000) ,
    (-8507403.000000) , (-8507319.000000) , (-8507261.000000) , (-8507245.000000) , (-8510001.000000) , (-8509637.000000) , (-8509127.000000) , (-8509115.000000) , (-8508343.000000) , (-8507944.000000) , (-8507317.000000) , (-8510002.000000) , (-8509933.000000) , (-8509922.000000) , (-8509906.000000) , (-8509694.000000) , (-8509652.000000) , (-8509594.000000) , (-8509349.000000) , (-8509301.000000) , (-8509080.000000) , (-8508859.000000) , (-8508717.000000) , (-8508536.000000) , (-8508433.000000) ,
    (-8508266.000000) , (-8508250.000000) , (-8508223.000000) , (-8508080.000000) , (-8507908.000000) , (-8507754.000000) , (-8507370.000000) , (-8507335.000000) , (-8507318.000000) , (-8507284.000000) , (-8509764.000000) , (-8509647.000000) , (-8509330.000000) , (-8509054.000000) , (-8508209.000000) , (-8507852.000000) , (-8507586.000000) , (-8509649.000000) , (-8509500.000000) , (-8509487.000000) , (-8509264.000000) , (-8508856.000000) , (-8508775.000000) , (-8508413.000000) , (-8508391.000000) ,
    (-8508236.000000) , (-8507948.000000) , (-8507921.000000) , (-8507861.000000) , (-8507793.000000) , (-8507581.000000) , (-8507362.000000) , (-8509391.000000) , (-8508801.000000) , (-8509874.000000) , (-8509823.000000) , (-8508539.000000) , (-8508528.000000) , (-8508515.000000) , (-8508158.000000) , (-8508003.000000) , (-8507533.000000) , (-8509559.000000) , (-8509507.000000) , (-8509314.000000) , (-8509306.000000) , (-8509222.000000) , (-8509107.000000) , (-8508979.000000) , (-8508817.000000) ,
    (-8508754.000000) , (-8508655.000000) , (-8508607.000000) , (-8508221.000000) , (-8508207.000000) , (-8507912.000000) , (-8507306.000000) , (-8507265.000000) , (-8507727.000000) , (-8509945.000000) , (-8509525.000000) , (-8509139.000000) , (-8507981.000000) , (-8507411.000000) , (-8509847.000000) , (-8509382.000000) , (-8508888.000000) , (-8508022.000000) , (-8509595.000000) , (-8508292.000000) , (-8508268.000000) , (-8508257.000000) , (-8507720.000000) , (-8509597.000000) , (-8509958.000000) ,
    (-8509685.000000) , (-8509614.000000) , (-8509571.000000) , (-8509470.000000) , (-8509143.000000) , (-8508976.000000) , (-8508845.000000) , (-8508641.000000) , (-8508551.000000) , (-8508434.000000) , (-8508418.000000) , (-8508381.000000) , (-8508377.000000) , (-8508376.000000) , (-8508364.000000) , (-8508188.000000) , (-8507869.000000) , (-8507855.000000) , (-8507681.000000) , (-8507638.000000) , (-8507377.000000) , (-8507336.000000) , (-8509353.000000) , (-8509038.000000) , (-8508393.000000) ,
    (-8507657.000000) , (-8509400.000000) , (-8509310.000000) , (-8509253.000000) , (-8509031.000000) , (-8508581.000000) , (-8508468.000000) , (-8508445.000000) , (-8508408.000000) , (-8507646.000000) , (-8507535.000000) , (-8507260.000000) , (-8507238.000000) , (-8508815.000000) , (-8508369.000000) , (-8508293.000000) , (-8508589.000000) , (-8508578.000000) , (-8507573.000000) , (-8509845.000000) , (-8509773.000000) , (-8509605.000000) , (-8509530.000000) , (-8509519.000000) , (-8509291.000000) ,
    (-8509220.000000) , (-8508934.000000) , (-8508637.000000) , (-8508613.000000) , (-8508611.000000) , (-8508356.000000) , (-8508349.000000) , (-8508225.000000) , (-8508137.000000) , (-8508102.000000) , (-8508082.000000) , (-8507897.000000) , (-8507486.000000) , (-8507364.000000) , (-8507736.000000) , (-8509286.000000) , (-8509257.000000) , (-8508959.000000) , (-8507707.000000) , (-8507592.000000) , (-8509190.000000) , (-8508938.000000) , (-8508873.000000) , (-8507429.000000) , (-8509975.000000) ,
    (-8509398.000000) , (-8509036.000000) , (-8508004.000000) , (-8507768.000000) , (-8508183.000000) , (-8509456.000000) , (-8508054.000000) , (-8507490.000000) , (-8509590.000000) , (-8509464.000000) , (-8509441.000000) , (-8508847.000000) , (-8507797.000000) , (-8509604.000000) , (-8509399.000000) , (-8508204.000000) , (-8507823.000000) , (-8509963.000000) , (-8509861.000000) , (-8509836.000000) , (-8509323.000000) , (-8509067.000000) , (-8508734.000000) , (-8508476.000000) , (-8508195.000000) ,
    (-8507255.000000) , (-8510005.000000) , (-8509799.000000) , (-8509362.000000) , (-8509158.000000) , (-8508486.000000) , (-8507802.000000) , (-8507231.000000) , (-8507828.000000) , (-8507630.000000) , (-8509760.000000) , (-8508067.000000) , (-8508017.000000) , (-8509053.000000) , (-8508235.000000) , (-8508108.000000) , (-8507606.000000) , (-8507536.000000) , (-8507350.000000) , (-8509350.000000) , (-8509203.000000) , (-8509175.000000) , (-8507683.000000) , (-8507301.000000) , (-8509821.000000) ,
    (-8509332.000000) , (-8508665.000000) , (-8508635.000000) , (-8509061.000000) , (-8507241.000000) , (-8509178.000000) , (-8508930.000000) , (-8508786.000000) , (-8507900.000000) , (-8507424.000000) , (-8509246.000000) , (-8508667.000000) , (-8509237.000000) , (-8508841.000000) , (-8508731.000000) , (-8508249.000000) , (-8508872.000000) , (-8508791.000000) , (-8509962.000000) , (-8509285.000000) , (-8508482.000000) , (-8508330.000000) , (-8507577.000000) , (-8508909.000000) , (-8508850.000000) ,
    (-8507873.000000) , (-8507627.000000) , (-8509161.000000) , (-8508863.000000) , (-8508243.000000) , (-8507731.000000) , (-8509583.000000) , (-8508833.000000) , (-8508770.000000) , (-8508726.000000) , (-8509948.000000) , (-8509090.000000) , (-8509037.000000) , (-8508960.000000) , (-8507546.000000) , (-8509753.000000) , (-8508461.000000) , (-8507397.000000) , (-8509809.000000) , (-8509573.000000) , (-8509024.000000) , (-8508712.000000) , (-8508978.000000) , (-8508766.000000) , (-8507694.000000) ,
    (-8507757.000000) , (-8509598.000000) , (-8509424.000000) , (-8509234.000000) , (-8509201.000000) , (-8507934.000000) , (-8507831.000000) , (-8507704.000000) , (-8507506.000000) , (-8507228.000000) , (-8509754.000000) , (-8508798.000000) , (-8508725.000000) , (-8509717.000000) , (-8509577.000000) , (-8509109.000000) , (-8508526.000000) , (-8507950.000000) , (-8507762.000000) , (-8507680.000000) , (-8507579.000000) , (-8509865.000000) , (-8509854.000000) , (-8509619.000000) , (-8508322.000000) ,
    (-8508241.000000) , (-8507969.000000) , (-8507947.000000) , (-8507803.000000) , (-8507709.000000) , (-8507584.000000) , (-8507327.000000) , (-8507246.000000) , (-8508253.000000) , (-8509897.000000) , (-8508670.000000) , (-8508084.000000) , (-8509994.000000) , (-8509692.000000) , (-8509687.000000) , (-8509549.000000) , (-8509435.000000) , (-8509015.000000) , (-8508980.000000) , (-8508939.000000) , (-8508857.000000) , (-8508747.000000) , (-8508695.000000) , (-8508543.000000) , (-8508219.000000) ,
    (-8508152.000000) , (-8508036.000000) , (-8508031.000000) , (-8507772.000000) , (-8507390.000000) , (-8509811.000000) , (-8508617.000000) , (-8508454.000000) , (-8508441.000000) , (-8508353.000000) , (-8508230.000000) , (-8508208.000000) , (-8507801.000000) , (-8507290.000000) , (-8507276.000000) , (-8509581.000000) , (-8509171.000000) , (-8508335.000000) , (-8508179.000000) , (-8507845.000000) , (-8507597.000000) , (-8507522.000000) , (-8507478.000000) , (-8507338.000000) , (-8508996.000000) ,
    (-8509954.000000) , (-8509774.000000) , (-8508922.000000) , (-8508682.000000) , (-8508407.000000) , (-8508109.000000) , (-8507558.000000) , (-8507251.000000) , (-8509606.000000) , (-8509021.000000) , (-8508762.000000) , (-8508371.000000) , (-8507347.000000) , (-8509387.000000) , (-8509307.000000) , (-8508310.000000) , (-8508129.000000) , (-8507622.000000) , (-8507562.000000) , (-8507496.000000) , (-8509095.000000) , (-8508479.000000) , (-8508444.000000) , (-8507965.000000) , (-8507603.000000) ,
    (-8507418.000000) , (-8507263.000000) , (-8509377.000000) , (-8509249.000000) , (-8508648.000000) , (-8508342.000000) , (-8507814.000000) , (-8508701.000000) , (-8508587.000000) , (-8508379.000000) , (-8508671.000000) , (-8507566.000000) , (-8509964.000000) , (-8509240.000000) , (-8509120.000000) , (-8508877.000000) , (-8508603.000000) , (-8508278.000000) , (-8508258.000000) , (-8507868.000000) , (-8507557.000000) , (-8507515.000000) , (-8508373.000000) , (-8507354.000000) , (-8510009.000000) ,
    (-8509714.000000) , (-8509651.000000) , (-8509156.000000) , (-8508336.000000) , (-8508263.000000) , (-8508011.000000) , (-8507929.000000) , (-8507685.000000) , (-8507428.000000) , (-8507300.000000) , (-8507291.000000) , (-8509767.000000) , (-8509013.000000) , (-8508964.000000) , (-8508773.000000) , (-8508662.000000) , (-8508093.000000) , (-8507771.000000) , (-8507472.000000) , (-8507421.000000) , (-8507285.000000) , (-8509830.000000) , (-8509681.000000) , (-8509675.000000) , (-8507941.000000) ,
    (-8507659.000000) , (-8507623.000000) , (-8509971.000000) , (-8507529.000000) , (-8509560.000000) , (-8509343.000000) , (-8507849.000000) , (-8507718.000000) , (-8509792.000000) , (-8509402.000000) , (-8509260.000000) , (-8508455.000000) , (-8507784.000000) , (-8507279.000000) , (-8509980.000000) , (-8509789.000000) , (-8509737.000000) , (-8509710.000000) , (-8509408.000000) , (-8509089.000000) , (-8508259.000000) , (-8508146.000000) , (-8507931.000000) , (-8507916.000000) , (-8507743.000000) ,
    (-8507307.000000) , (-8507439.000000) , (-8509816.000000) , (-8509540.000000) , (-8509488.000000) , (-8509204.000000) , (-8508544.000000) , (-8508121.000000) , (-8508039.000000) , (-8507920.000000) , (-8507277.000000) , (-8510020.000000) , (-8510007.000000) , (-8509544.000000) , (-8509176.000000) , (-8509138.000000) , (-8508973.000000) , (-8508062.000000) , (-8507906.000000) , (-8507775.000000) , (-8507617.000000) , (-8507365.000000) , (-8507267.000000) , (-8509999.000000) , (-8509982.000000) ,
    (-8509875.000000) , (-8509768.000000) , (-8509186.000000) , (-8508100.000000) , (-8508089.000000) , (-8507576.000000) , (-8507483.000000) , (-8509734.000000) , (-8509506.000000) , (-8508902.000000) , (-8508774.000000) , (-8509050.000000) , (-8507987.000000) , (-8509818.000000) , (-8509672.000000) , (-8509422.000000) , (-8509199.000000) , (-8508269.000000) , (-8507901.000000) , (-8507862.000000) , (-8507341.000000) , (-8507249.000000) , (-8509699.000000) , (-8509312.000000) , (-8509259.000000) ,
    (-8508737.000000) , (-8508442.000000) , (-8508362.000000) , (-8508361.000000) , (-8508328.000000) , (-8508174.000000) , (-8508064.000000) , (-8507405.000000) , (-8508135.000000) , (-8509946.000000) , (-8509921.000000) , (-8509755.000000) , (-8509532.000000) , (-8508997.000000) , (-8508904.000000) , (-8508606.000000) , (-8508475.000000) , (-8508450.000000) , (-8508165.000000) , (-8508096.000000) , (-8508009.000000) , (-8507442.000000) , (-8507339.000000) , (-8509394.000000) , (-8507824.000000) ,
    (-8509814.000000) , (-8509472.000000) , (-8509420.000000) , (-8509251.000000) , (-8509250.000000) , (-8509166.000000) , (-8508992.000000) , (-8508920.000000) , (-8508893.000000) , (-8508535.000000) , (-8508489.000000) , (-8508452.000000) , (-8508185.000000) , (-8507964.000000) , (-8507874.000000) , (-8507756.000000) , (-8507734.000000) , (-8507719.000000) , (-8507495.000000) , (-8509552.000000) , (-8507846.000000) , (-8510003.000000) , (-8509929.000000) , (-8509886.000000) , (-8509871.000000) ,
    (-8509658.000000) , (-8509629.000000) , (-8509302.000000) , (-8509279.000000) , (-8509267.000000) , (-8508706.000000) , (-8508405.000000) , (-8508218.000000) , (-8507953.000000) , (-8507788.000000) , (-8507561.000000) , (-8509218.000000) , (-8509074.000000) , (-8508991.000000) , (-8508890.000000) , (-8507903.000000) , (-8507568.000000) , (-8508929.000000) , (-8509759.000000) , (-8509758.000000) , (-8509368.000000) , (-8509065.000000) , (-8508394.000000) , (-8507994.000000) , (-8507530.000000) ,
    (-8509786.000000) , (-8509518.000000) , (-8509484.000000) , (-8509342.000000) , (-8509208.000000) , (-8509177.000000) , (-8509010.000000) , (-8508478.000000) , (-8508248.000000) , (-8508117.000000) , (-8507311.000000) , (-8509961.000000) , (-8509930.000000) , (-8509894.000000) , (-8509841.000000) , (-8509762.000000) , (-8509724.000000) , (-8509601.000000) , (-8509582.000000) , (-8509489.000000) , (-8509356.000000) , (-8509125.000000) , (-8509083.000000) , (-8509059.000000) , (-8509058.000000) ,
    (-8509048.000000) , (-8508867.000000) , (-8508788.000000) , (-8508749.000000) , (-8508742.000000) , (-8508741.000000) , (-8508626.000000) , (-8508615.000000) , (-8508573.000000) , (-8508558.000000) , (-8508521.000000) , (-8508437.000000) , (-8508414.000000) , (-8508325.000000) , (-8508285.000000) , (-8508277.000000) , (-8507993.000000) , (-8507972.000000) , (-8507952.000000) , (-8507875.000000) , (-8507791.000000) , (-8507738.000000) , (-8507624.000000) , (-8507619.000000) , (-8507602.000000) ,
    (-8507599.000000) , (-8507539.000000) , (-8507413.000000) , (-8507412.000000) , (-8507283.000000) , (-8507234.000000) , (-8507229.000000) , (-8509873.000000) , (-8509864.000000) , (-8509211.000000) , (-8508919.000000) , (-8508546.000000) , (-8508541.000000) , (-8507977.000000) , (-8507954.000000) , (-8507877.000000) , (-8507629.000000) , (-8507563.000000) , (-8507420.000000) , (-8507305.000000) , (-8507269.000000) , (-8509747.000000) , (-8509723.000000) , (-8509707.000000) , (-8508757.000000) ,
    (-8508453.000000) , (-8508366.000000) , (-8507796.000000) , (-8508492.000000) , (-8507979.000000) , (-8507847.000000) , (-8509902.000000) , (-8509805.000000) , (-8509671.000000) , (-8509415.000000) , (-8509243.000000) , (-8509228.000000) , (-8509225.000000) , (-8509221.000000) , (-8509167.000000) , (-8509140.000000) , (-8509033.000000) , (-8509022.000000) , (-8508951.000000) , (-8508874.000000) , (-8508864.000000) , (-8508844.000000) , (-8508777.000000) , (-8508733.000000) , (-8508627.000000) ,
    (-8508616.000000) , (-8508567.000000) , (-8508548.000000) , (-8508404.000000) , (-8508397.000000) , (-8508184.000000) , (-8508175.000000) , (-8508119.000000) , (-8508103.000000) , (-8507790.000000) , (-8507696.000000) , (-8507678.000000) , (-8507507.000000) , (-8507441.000000) , (-8507410.000000) , (-8507250.000000) , (-8507220.000000) , (-8509878.000000) , (-8509787.000000) , (-8509669.000000) , (-8508796.000000) , (-8508698.000000) , (-8508565.000000) , (-8507628.000000) , (-8507432.000000) ,
    (-8509648.000000) , (-8509322.000000) , (-8508540.000000) , (-8508388.000000) , (-8509974.000000) , (-8509409.000000) , (-8509157.000000) , (-8508522.000000) , (-8508400.000000) , (-8508332.000000) , (-8510021.000000) , (-8509991.000000) , (-8509866.000000) , (-8508148.000000) , (-8507625.000000) , (-8509625.000000) , (-8509600.000000) , (-8509303.000000) , (-8509217.000000) , (-8509136.000000) , (-8507295.000000) , (-8509907.000000) , (-8509475.000000) , (-8509461.000000) , (-8508834.000000) ,
    (-8508288.000000) , (-8508237.000000) , (-8508190.000000) , (-8507922.000000) , (-8507866.000000) , (-8507620.000000) , (-8507511.000000) , (-8507242.000000) , (-8509869.000000) , (-8509396.000000) , (-8509393.000000) , (-8507755.000000) , (-8509810.000000) , (-8509077.000000) , (-8508913.000000) , (-8508838.000000) , (-8508156.000000) , (-8507512.000000) , (-8507297.000000) , (-8509909.000000) , (-8509460.000000) , (-8509118.000000) , (-8508923.000000) , (-8508895.000000) , (-8508819.000000) ,
    (-8508308.000000) , (-8507957.000000) , (-8507462.000000) , (-8507302.000000) , (-8509911.000000) , (-8509890.000000) , (-8509325.000000) , (-8509027.000000) , (-8508046.000000) , (-8507737.000000) , (-8507695.000000) , (-8507542.000000) , (-8509379.000000) , (-8509117.000000) , (-8508821.000000) , (-8507473.000000) , (-8509376.000000) , (-8509339.000000) , (-8507373.000000) , (-8509603.000000) , (-8507898.000000) , (-8509892.000000) , (-8509635.000000) , (-8509445.000000) , (-8509299.000000) ,
    (-8508419.000000) , (-8508124.000000) , (-8507870.000000) , (-8507575.000000) , (-8507440.000000) , (-8507278.000000) , (-8509939.000000) , (-8509389.000000) , (-8509351.000000) , (-8509084.000000) , (-8508756.000000) , (-8508745.000000) , (-8508205.000000) , (-8509807.000000) , (-8509765.000000) , (-8509654.000000) , (-8509309.000000) , (-8509274.000000) , (-8508037.000000) , (-8507982.000000) , (-8507764.000000) , (-8509721.000000) , (-8509317.000000) , (-8508642.000000) , (-8508464.000000) ,
    (-8507810.000000) , (-8507578.000000) , (-8510017.000000) , (-8509898.000000) , (-8508764.000000) , (-8508010.000000) , (-8507611.000000) , (-8507273.000000) , (-8510006.000000) , (-8509244.000000) , (-8509016.000000) , (-8508153.000000) , (-8508114.000000) , (-8508095.000000) , (-8508047.000000) , (-8507998.000000) , (-8507983.000000) , (-8507454.000000) , (-8507353.000000) , (-8509624.000000) , (-8509423.000000) , (-8509146.000000) , (-8509102.000000) , (-8508643.000000) , (-8508392.000000) ,
    (-8507715.000000) , (-8507425.000000) , (-8509689.000000) , (-8509133.000000) , (-8508977.000000) , (-8507894.000000) , (-8507809.000000) , (-8507766.000000) , (-8507334.000000) , (-8507949.000000) , (-8509564.000000) , (-8509032.000000) , (-8508516.000000) , (-8508198.000000) , (-8507690.000000) , (-8507452.000000) , (-8507226.000000) , (-8509531.000000) , (-8508177.000000) , (-8508012.000000) , (-8507368.000000) , (-8509352.000000) , (-8509196.000000) , (-8508853.000000) , (-8507966.000000) )
    OR
    (ALIAS_R119) IN ((-8509276.000000) , (-8508942.000000) , (-8508763.000000) , (-8508030.000000) , (-8507758.000000) , (-8509270.000000) , (-8509212.000000) , (-8508267.000000) , (-8509798.000000) , (-8508985.000000) , (-8507351.000000) , (-8509639.000000) , (-8509580.000000) , (-8509360.000000) , (-8509277.000000) , (-8508900.000000) , (-8508196.000000) , (-8508136.000000) , (-8507930.000000) , (-8509155.000000) , (-8508767.000000) , (-8509676.000000) , (-8509412.000000) , (-8509300.000000) , (-8509151.000000) ,
    (-8508805.000000) , (-8508614.000000) , (-8508608.000000) , (-8508462.000000) , (-8508160.000000) , (-8508052.000000) , (-8507940.000000) , (-8507859.000000) , (-8507671.000000) , (-8508360.000000) , (-8507838.000000) , (-8509236.000000) , (-8508300.000000) , (-8509842.000000) , (-8508776.000000) , (-8508739.000000) , (-8507275.000000) , (-8509000.000000) , (-8508552.000000) , (-8508354.000000) , (-8508170.000000) , (-8509901.000000) , (-8509879.000000) , (-8508907.000000) , (-8508383.000000) ,
    (-8508019.000000) , (-8507989.000000) , (-8507509.000000) , (-8507352.000000) , (-8508262.000000) , (-8507287.000000) , (-8509988.000000) , (-8509160.000000) , (-8507909.000000) , (-8509019.000000) , (-8509006.000000) , (-8508633.000000) , (-8507760.000000) , (-8507612.000000) , (-8509985.000000) , (-8509280.000000) , (-8508210.000000) , (-8508164.000000) , (-8508145.000000) , (-8507999.000000) , (-8509223.000000) , (-8508680.000000) , (-8508355.000000) , (-8507889.000000) , (-8507752.000000) ,
    (-8507724.000000) , (-8507666.000000) , (-8507497.000000) , (-8509305.000000) , (-8508966.000000) , (-8508883.000000) , (-8509711.000000) , (-8509562.000000) , (-8508954.000000) , (-8508382.000000) , (-8509806.000000) , (-8509383.000000) , (-8508056.000000) , (-8507626.000000) , (-8507225.000000) , (-8509413.000000) , (-8508295.000000) , (-8509923.000000) , (-8508519.000000) , (-8508161.000000) , (-8507488.000000) , (-8509813.000000) , (-8509784.000000) , (-8508523.000000) , (-8507460.000000) ,
    (-8509454.000000) , (-8509292.000000) , (-8509183.000000) , (-8507729.000000) , (-8507702.000000) , (-8509752.000000) , (-8509653.000000) , (-8508632.000000) , (-8508299.000000) , (-8507481.000000) , (-8509987.000000) , (-8509914.000000) , (-8508514.000000) , (-8507745.000000) , (-8509835.000000) , (-8509150.000000) , (-8509018.000000) , (-8509001.000000) , (-8508953.000000) , (-8508602.000000) , (-8508530.000000) , (-8508340.000000) , (-8508032.000000) , (-8507663.000000) , (-8507384.000000) ,
    (-8510000.000000) , (-8509716.000000) , (-8509563.000000) , (-8509523.000000) , (-8509499.000000) , (-8509478.000000) , (-8509348.000000) , (-8509180.000000) , (-8509149.000000) , (-8509063.000000) , (-8508995.000000) , (-8508412.000000) , (-8508403.000000) , (-8508215.000000) , (-8508033.000000) , (-8507876.000000) , (-8507822.000000) , (-8507795.000000) , (-8507433.000000) , (-8507282.000000) , (-8509572.000000) , (-8508664.000000) , (-8509359.000000) , (-8508652.000000) , (-8508347.000000) ,
    (-8507479.000000) , (-8509952.000000) , (-8509944.000000) , (-8509900.000000) , (-8509896.000000) , (-8509857.000000) , (-8509838.000000) , (-8509761.000000) , (-8509736.000000) , (-8509728.000000) , (-8509684.000000) , (-8509522.000000) , (-8509498.000000) , (-8509482.000000) , (-8509451.000000) , (-8509427.000000) , (-8509366.000000) , (-8509315.000000) , (-8509258.000000) , (-8509144.000000) , (-8509119.000000) , (-8508887.000000) , (-8508793.000000) , (-8508666.000000) , (-8508448.000000) ,
    (-8508334.000000) , (-8508290.000000) , (-8508233.000000) , (-8508171.000000) , (-8508094.000000) , (-8508069.000000) , (-8508057.000000) , (-8507971.000000) , (-8507915.000000) , (-8507887.000000) , (-8507759.000000) , (-8507580.000000) , (-8507480.000000) , (-8507264.000000) , (-8509998.000000) , (-8509627.000000) , (-8509585.000000) , (-8509527.000000) , (-8509333.000000) , (-8509093.000000) , (-8508729.000000) , (-8508564.000000) , (-8508496.000000) , (-8507642.000000) , (-8507367.000000) ,
    (-8509981.000000) , (-8509797.000000) , (-8509655.000000) , (-8509442.000000) , (-8509075.000000) , (-8508963.000000) , (-8508727.000000) , (-8508704.000000) , (-8508684.000000) , (-8508231.000000) , (-8507710.000000) , (-8507595.000000) , (-8507470.000000) , (-8507218.000000) , (-8508965.000000) , (-8509777.000000) , (-8509712.000000) , (-8509622.000000) , (-8509550.000000) , (-8509298.000000) , (-8509213.000000) , (-8509041.000000) , (-8509029.000000) , (-8508912.000000) , (-8508908.000000) ,
    (-8508691.000000) , (-8508601.000000) , (-8508438.000000) , (-8508313.000000) , (-8507780.000000) , (-8507776.000000) , (-8507725.000000) , (-8507692.000000) , (-8507677.000000) , (-8507668.000000) , (-8507498.000000) , (-8507451.000000) , (-8507366.000000) , (-8509957.000000) , (-8509837.000000) , (-8509411.000000) , (-8509239.000000) , (-8509179.000000) , (-8509003.000000) , (-8508653.000000) , (-8508144.000000) , (-8508130.000000) , (-8508116.000000) , (-8507621.000000) , (-8507571.000000) ,
    (-8507395.000000) , (-8507330.000000) , (-8507257.000000) , (-8509970.000000) , (-8509966.000000) , (-8509529.000000) , (-8509473.000000) , (-8509202.000000) , (-8509168.000000) , (-8509008.000000) , (-8508924.000000) , (-8508879.000000) , (-8508866.000000) , (-8508852.000000) , (-8508679.000000) , (-8508518.000000) , (-8508473.000000) , (-8508345.000000) , (-8508331.000000) , (-8508063.000000) , (-8508028.000000) , (-8507673.000000) , (-8507601.000000) , (-8507559.000000) , (-8508154.000000) ,
    (-8509403.000000) , (-8509128.000000) , (-8508926.000000) , (-8508705.000000) , (-8508424.000000) , (-8507891.000000) , (-8507363.000000) , (-8509915.000000) , (-8509709.000000) , (-8509241.000000) , (-8508921.000000) , (-8508359.000000) , (-8509995.000000) , (-8509817.000000) , (-8509528.000000) , (-8509514.000000) , (-8509247.000000) , (-8509086.000000) , (-8509081.000000) , (-8509062.000000) , (-8508975.000000) , (-8508910.000000) , (-8508876.000000) , (-8508869.000000) , (-8508862.000000) ,
    (-8508771.000000) , (-8508685.000000) , (-8508585.000000) , (-8508556.000000) , (-8508363.000000) , (-8508051.000000) , (-8507881.000000) , (-8507808.000000) , (-8507807.000000) , (-8507616.000000) , (-8507342.000000) , (-8507326.000000) , (-8509781.000000) , (-8509729.000000) , (-8508915.000000) , (-8508484.000000) , (-8508457.000000) , (-8508406.000000) , (-8508367.000000) , (-8508251.000000) , (-8507608.000000) , (-8507525.000000) , (-8507423.000000) , (-8509345.000000) , (-8508952.000000) ,
    (-8508807.000000) , (-8508298.000000) , (-8509273.000000) , (-8509174.000000) , (-8508829.000000) , (-8508280.000000) , (-8508180.000000) , (-8508048.000000) , (-8507914.000000) , (-8507556.000000) , (-8509973.000000) , (-8509917.000000) , (-8509771.000000) , (-8509607.000000) , (-8509407.000000) , (-8509072.000000) , (-8509057.000000) , (-8508956.000000) , (-8508928.000000) , (-8508785.000000) , (-8508697.000000) , (-8508687.000000) , (-8508323.000000) , (-8508309.000000) , (-8508260.000000) ,
    (-8508133.000000) , (-8508101.000000) , (-8508049.000000) , (-8507917.000000) , (-8507655.000000) , (-8507610.000000) , (-8507524.000000) , (-8507358.000000) , (-8507309.000000) , (-8507259.000000) , (-8509663.000000) , (-8509414.000000) , (-8509401.000000) , (-8508612.000000) , (-8508508.000000) , (-8508435.000000) , (-8508172.000000) , (-8507872.000000) , (-8507835.000000) , (-8507387.000000) , (-8507359.000000) , (-8507357.000000) , (-8509082.000000) , (-8508710.000000) , (-8508014.000000) ,
    (-8507848.000000) , (-8507800.000000) , (-8507538.000000) , (-8509859.000000) , (-8509848.000000) , (-8509355.000000) , (-8509116.000000) , (-8509096.000000) , (-8509071.000000) , (-8509070.000000) , (-8508880.000000) , (-8508463.000000) , (-8507816.000000) , (-8507697.000000) , (-8507474.000000) , (-8507333.000000) , (-8507308.000000) , (-8509170.000000) , (-8509042.000000) , (-8509023.000000) , (-8508989.000000) , (-8507853.000000) , (-8507750.000000) , (-8507632.000000) , (-8507631.000000) ,
    (-8507447.000000) , (-8507356.000000) , (-8509812.000000) , (-8509405.000000) , (-8509147.000000) , (-8509043.000000) , (-8508962.000000) , (-8508804.000000) , (-8508494.000000) , (-8508261.000000) , (-8508111.000000) , (-8508044.000000) , (-8508038.000000) , (-8507974.000000) , (-8507672.000000) , (-8507543.000000) , (-8507501.000000) , (-8507355.000000) , (-8507293.000000) , (-8509943.000000) , (-8509908.000000) , (-8509695.000000) , (-8509365.000000) , (-8509255.000000) , (-8509227.000000) ,
    (-8509002.000000) , (-8508639.000000) , (-8508446.000000) , (-8508431.000000) , (-8508201.000000) , (-8508120.000000) , (-8508070.000000) , (-8507733.000000) , (-8507660.000000) , (-8507519.000000) , (-8507492.000000) , (-8509996.000000) , (-8509978.000000) , (-8509967.000000) , (-8509876.000000) , (-8509742.000000) , (-8509632.000000) , (-8509517.000000) , (-8509455.000000) , (-8509254.000000) , (-8508935.000000) , (-8508794.000000) , (-8508772.000000) , (-8508610.000000) , (-8508533.000000) ,
    (-8508471.000000) , (-8508107.000000) , (-8507990.000000) , (-8507806.000000) , (-8507567.000000) , (-8507430.000000) , (-8509609.000000) , (-8507938.000000) , (-8507890.000000) , (-8507268.000000) , (-8509916.000000) , (-8509751.000000) , (-8509706.000000) , (-8509363.000000) , (-8508971.000000) , (-8508623.000000) , (-8507970.000000) , (-8507928.000000) , (-8507910.000000) , (-8507850.000000) , (-8507842.000000) , (-8507514.000000) , (-8507325.000000) , (-8507233.000000) , (-8510022.000000) ,
    (-8509976.000000) , (-8509913.000000) , (-8509887.000000) , (-8509862.000000) , (-8509703.000000) , (-8509682.000000) , (-8509587.000000) , (-8509545.000000) , (-8509450.000000) , (-8509406.000000) , (-8509215.000000) , (-8509189.000000) , (-8509099.000000) , (-8509066.000000) , (-8509009.000000) , (-8508967.000000) , (-8508945.000000) , (-8508940.000000) , (-8508936.000000) , (-8508860.000000) , (-8508787.000000) , (-8508594.000000) , (-8508580.000000) , (-8507945.000000) , (-8507926.000000) ,
    (-8507840.000000) , (-8507820.000000) , (-8507778.000000) , (-8507676.000000) , (-8507665.000000) , (-8507614.000000) , (-8507613.000000) , (-8507545.000000) , (-8507435.000000) , (-8507324.000000) , (-8507316.000000) , (-8509193.000000) , (-8508724.000000) , (-8509321.000000) , (-8507634.000000) , (-8509287.000000) , (-8508273.000000) , (-8509850.000000) , (-8509722.000000) , (-8509558.000000) , (-8508700.000000) , (-8508436.000000) , (-8508372.000000) , (-8508341.000000) , (-8507633.000000) ,
    (-8507574.000000) , (-8509702.000000) , (-8509094.000000) , (-8508982.000000) , (-8508683.000000) , (-8508620.000000) , (-8508159.000000) , (-8509932.000000) , (-8509775.000000) , (-8509429.000000) , (-8509011.000000) , (-8508761.000000) , (-8508321.000000) , (-8508176.000000) , (-8509936.000000) , (-8509804.000000) , (-8509739.000000) , (-8509554.000000) , (-8509235.000000) , (-8509131.000000) , (-8508782.000000) , (-8508760.000000) , (-8509490.000000) , (-8509430.000000) , (-8509049.000000) ,
    (-8508972.000000) , (-8508025.000000) , (-8508600.000000) , (-8508005.000000) , (-8509020.000000) , (-8508512.000000) , (-8508006.000000) , (-8507927.000000) , (-8507332.000000) , (-8509272.000000) , (-8508896.000000) , (-8507320.000000) , (-8508820.000000) , (-8507669.000000) , (-8507449.000000) , (-8509726.000000) , (-8508583.000000) , (-8507654.000000) , (-8510019.000000) , (-8509662.000000) , (-8509602.000000) , (-8509588.000000) , (-8509526.000000) , (-8509494.000000) , (-8509440.000000) ,
    (-8509370.000000) , (-8509364.000000) , (-8509329.000000) , (-8509282.000000) , (-8509252.000000) , (-8509026.000000) , (-8508905.000000) , (-8508854.000000) , (-8508658.000000) , (-8508646.000000) , (-8508595.000000) , (-8508576.000000) , (-8508557.000000) , (-8508509.000000) , (-8508504.000000) , (-8508420.000000) , (-8508396.000000) , (-8508301.000000) , (-8508226.000000) , (-8508167.000000) , (-8508007.000000) , (-8507925.000000) , (-8507860.000000) , (-8507811.000000) , (-8507767.000000) ,
    (-8507713.000000) , (-8507679.000000) , (-8507615.000000) , (-8507590.000000) , (-8507499.000000) , (-8507380.000000) , (-8507262.000000) , (-8507247.000000) , (-8509808.000000) , (-8509051.000000) , (-8508467.000000) , (-8508338.000000) , (-8508000.000000) , (-8507469.000000) , (-8509953.000000) , (-8508814.000000) , (-8508802.000000) , (-8508211.000000) , (-8509960.000000) , (-8509829.000000) , (-8508738.000000) , (-8507919.000000) , (-8507812.000000) , (-8507520.000000) , (-8508649.000000) ,
    (-8508270.000000) , (-8508060.000000) , (-8507777.000000) , (-8509951.000000) , (-8509950.000000) , (-8509683.000000) , (-8509381.000000) , (-8509331.000000) , (-8509293.000000) , (-8509281.000000) , (-8509278.000000) , (-8509256.000000) , (-8509232.000000) , (-8509229.000000) , (-8509135.000000) , (-8509132.000000) , (-8509123.000000) , (-8509122.000000) , (-8508882.000000) , (-8508830.000000) , (-8508812.000000) , (-8508809.000000) , (-8508792.000000) , (-8508780.000000) , (-8508711.000000) ,
    (-8508703.000000) , (-8508681.000000) , (-8508676.000000) , (-8508634.000000) , (-8508549.000000) , (-8508506.000000) , (-8508307.000000) , (-8508283.000000) , (-8508187.000000) , (-8508178.000000) , (-8508132.000000) , (-8508090.000000) , (-8508085.000000) , (-8507946.000000) , (-8507913.000000) , (-8507882.000000) , (-8507789.000000) , (-8507664.000000) , (-8507593.000000) , (-8507564.000000) , (-8507541.000000) , (-8507527.000000) , (-8507422.000000) , (-8507393.000000) , (-8507329.000000) ,
    (-8507270.000000) , (-8509986.000000) , (-8509934.000000) , (-8509926.000000) , (-8509772.000000) , (-8509678.000000) , (-8509657.000000) , (-8509645.000000) , (-8509469.000000) , (-8509458.000000) , (-8509341.000000) , (-8509311.000000) , (-8509294.000000) , (-8509145.000000) , (-8509112.000000) , (-8509078.000000) , (-8508884.000000) , (-8508816.000000) , (-8508811.000000) , (-8508752.000000) , (-8508746.000000) , (-8508654.000000) , (-8508505.000000) , (-8508443.000000) , (-8508380.000000) ,
    (-8508344.000000) , (-8508287.000000) , (-8508026.000000) , (-8507904.000000) , (-8507899.000000) , (-8507867.000000) , (-8507833.000000) , (-8507761.000000) , (-8507740.000000) , (-8507600.000000) , (-8507569.000000) , (-8507484.000000) , (-8507344.000000) , (-8507310.000000) , (-8509644.000000) , (-8507294.000000) , (-8509984.000000) , (-8509979.000000) , (-8509931.000000) , (-8509883.000000) , (-8509827.000000) , (-8509718.000000) , (-8509705.000000) , (-8509656.000000) , (-8509492.000000) ,
    (-8509327.000000) , (-8509197.000000) , (-8509164.000000) , (-8509108.000000) , (-8508988.000000) , (-8508795.000000) , (-8508759.000000) , (-8508719.000000) , (-8508559.000000) , (-8508305.000000) , (-8508244.000000) , (-8507943.000000) , (-8507923.000000) , (-8507879.000000) , (-8507843.000000) , (-8507837.000000) , (-8507779.000000) , (-8507769.000000) , (-8507728.000000) , (-8507591.000000) , (-8507374.000000) , (-8509992.000000) , (-8509855.000000) , (-8509815.000000) , (-8509785.000000) ,
    (-8509708.000000) , (-8509688.000000) , (-8509668.000000) , (-8509633.000000) , (-8509340.000000) , (-8509245.000000) , (-8509142.000000) , (-8508903.000000) , (-8508824.000000) , (-8508755.000000) , (-8508605.000000) , (-8508477.000000) , (-8508466.000000) , (-8508384.000000) , (-8508304.000000) , (-8508232.000000) , (-8508150.000000) , (-8507726.000000) , (-8507227.000000) , (-8509889.000000) , (-8509634.000000) , (-8509508.000000) , (-8509459.000000) , (-8508799.000000) , (-8508783.000000) ,
    (-8508723.000000) , (-8508624.000000) , (-8508440.000000) , (-8508191.000000) , (-8508149.000000) , (-8507995.000000) , (-8507607.000000) , (-8507254.000000) , (-8509959.000000) , (-8509091.000000) , (-8508865.000000) , (-8508823.000000) , (-8507818.000000) , (-8507700.000000) , (-8509949.000000) , (-8509920.000000) , (-8509802.000000) , (-8509725.000000) , (-8509713.000000) , (-8509673.000000) , (-8509586.000000) , (-8509512.000000) , (-8509395.000000) , (-8509373.000000) , (-8509297.000000) ,
    (-8509055.000000) , (-8508778.000000) , (-8508735.000000) , (-8508660.000000) , (-8508465.000000) , (-8508389.000000) , (-8508348.000000) , (-8508324.000000) , (-8508217.000000) , (-8508076.000000) , (-8508050.000000) , (-8507984.000000) , (-8507902.000000) , (-8507555.000000) , (-8507409.000000) , (-8507391.000000) , (-8507248.000000) , (-8509092.000000) , (-8509047.000000) , (-8508678.000000) , (-8508432.000000) , (-8509884.000000) , (-8509757.000000) , (-8509693.000000) , (-8509509.000000) ,
    (-8509386.000000) , (-8509172.000000) , (-8508485.000000) , (-8508220.000000) , (-8508197.000000) , (-8507932.000000) , (-8507854.000000) , (-8507674.000000) , (-8507531.000000) , (-8509628.000000) , (-8509621.000000) , (-8509561.000000) , (-8508732.000000) , (-8508675.000000) , (-8507836.000000) , (-8507742.000000) , (-8507416.000000) , (-8507401.000000) , (-8510012.000000) , (-8509955.000000) , (-8509650.000000) , (-8509426.000000) , (-8509335.000000) , (-8508825.000000) , (-8508718.000000) ,
    (-8508168.000000) , (-8508077.000000) , (-8508061.000000) , (-8507863.000000) , (-8507667.000000) , (-8507637.000000) , (-8507476.000000) , (-8507450.000000) , (-8507314.000000) , (-8507258.000000) , (-8509497.000000) , (-8509417.000000) , (-8508744.000000) , (-8508493.000000) , (-8508429.000000) , (-8508199.000000) , (-8507892.000000) , (-8507589.000000) , (-8507588.000000) , (-8509853.000000) , (-8509851.000000) , (-8509686.000000) , (-8509534.000000) , (-8509438.000000) , (-8509425.000000) ,
    (-8509313.000000) , (-8509265.000000) , (-8509169.000000) , (-8509124.000000) , (-8508950.000000) , (-8508931.000000) , (-8508657.000000) , (-8508604.000000) , (-8508592.000000) , (-8508566.000000) , (-8508537.000000) , (-8508346.000000) , (-8508272.000000) , (-8508227.000000) , (-8508122.000000) , (-8508075.000000) , (-8507918.000000) , (-8507851.000000) , (-8507813.000000) , (-8507648.000000) , (-8507537.000000) , (-8507382.000000) , (-8507340.000000) , (-8507236.000000) , (-8507230.000000) ,
    (-8509893.000000) , (-8509533.000000) , (-8508216.000000) , (-8507266.000000) , (-8509231.000000) , (-8509068.000000) , (-8508901.000000) , (-8508575.000000) , (-8508182.000000) , (-8507708.000000) , (-8507466.000000) , (-8507404.000000) , (-8509820.000000) , (-8509819.000000) , (-8509610.000000) , (-8509584.000000) , (-8509453.000000) , (-8509361.000000) , (-8509288.000000) , (-8508779.000000) , (-8508743.000000) , (-8508686.000000) , (-8508650.000000) , (-8508194.000000) , (-8508141.000000) ,
    (-8508066.000000) , (-8507996.000000) , (-8507978.000000) , (-8507675.000000) , (-8507360.000000) , (-8507286.000000) , (-8507235.000000) , (-8509347.000000) , (-8509397.000000) , (-8508312.000000) , (-8509905.000000) , (-8509134.000000) , (-8508835.000000) , (-8508460.000000) , (-8507394.000000) , (-8507292.000000) , (-8507274.000000) , (-8507221.000000) , (-8509794.000000) , (-8509769.000000) , (-8509491.000000) , (-8509338.000000) , (-8508994.000000) , (-8508846.000000) , (-8508708.000000) ,
    (-8508591.000000) , (-8508447.000000) , (-8508402.000000) , (-8508395.000000) , (-8508374.000000) , (-8508123.000000) , (-8507885.000000) , (-8507732.000000) , (-8507730.000000) , (-8507455.000000) , (-8507426.000000) , (-8507331.000000) , (-8509436.000000) , (-8509198.000000) , (-8509173.000000) , (-8509111.000000) , (-8509085.000000) , (-8509073.000000) , (-8509069.000000) , (-8509056.000000) , (-8507552.000000) , (-8508889.000000) , (-8507554.000000) , (-8507551.000000) , (-8507345.000000) ,
    (-8509882.000000) , (-8509877.000000) , (-8509465.000000) , (-8509079.000000) , (-8508970.000000) , (-8508937.000000) , (-8508694.000000) , (-8507958.000000) , (-8509790.000000) , (-8508488.000000) , (-8508222.000000) , (-8508192.000000) , (-8507691.000000) , (-8508661.000000) , (-8508439.000000) , (-8509100.000000) , (-8508555.000000) , (-8508294.000000) , (-8507688.000000) , (-8507378.000000) , (-8509447.000000) , (-8509416.000000) , (-8508106.000000) , (-8507878.000000) , (-8507723.000000) )
    OR
    (ALIAS_R119) IN ((-8507482.000000) , (-8508750.000000) , (-8507419.000000) , (-8507321.000000) , (-8508560.000000) , (-8509910.000000) , (-8509667.000000) , (-8509357.000000) , (-8508674.000000) , (-8508155.000000) , (-8507986.000000) , (-8507961.000000) , (-8507895.000000) , (-8508943.000000) , (-8508572.000000) , (-8508474.000000) , (-8508281.000000) , (-8508071.000000) , (-8507924.000000) , (-8509701.000000) , (-8509569.000000) , (-8509468.000000) , (-8508855.000000) , (-8508781.000000) , (-8508596.000000) ,
    (-8508520.000000) , (-8508399.000000) , (-8507687.000000) , (-8509101.000000) , (-8508490.000000) , (-8508387.000000) , (-8508296.000000) , (-8507232.000000) , (-8509990.000000) , (-8508458.000000) , (-8509404.000000) , (-8509261.000000) , (-8508998.000000) , (-8508449.000000) , (-8508127.000000) , (-8509557.000000) , (-8509162.000000) , (-8508840.000000) , (-8508810.000000) , (-8508339.000000) , (-8508206.000000) , (-8508166.000000) , (-8508020.000000) , (-8507649.000000) , (-8507521.000000) ,
    (-8507417.000000) , (-8509803.000000) , (-8509646.000000) , (-8509471.000000) , (-8509295.000000) , (-8509088.000000) , (-8508947.000000) , (-8508851.000000) , (-8508800.000000) , (-8508398.000000) , (-8508370.000000) , (-8508302.000000) , (-8508068.000000) , (-8507939.000000) , (-8507489.000000) , (-8507477.000000) , (-8509496.000000) , (-8509060.000000) , (-8508990.000000) , (-8508663.000000) , (-8508584.000000) , (-8508002.000000) , (-8509745.000000) , (-8509520.000000) , (-8509421.000000) ,
    (-8508545.000000) , (-8508525.000000) , (-8508276.000000) , (-8508238.000000) , (-8508113.000000) , (-8508065.000000) , (-8507997.000000) , (-8507907.000000) , (-8507826.000000) , (-8507639.000000) , (-8509732.000000) , (-8509674.000000) , (-8508871.000000) , (-8508577.000000) , (-8508497.000000) , (-8508264.000000) , (-8507653.000000) , (-8507643.000000) , (-8507550.000000) , (-8507516.000000) , (-8507475.000000) , (-8507468.000000) , (-8507398.000000) , (-8509730.000000) , (-8509899.000000) ,
    (-8509780.000000) , (-8509638.000000) , (-8509618.000000) , (-8509263.000000) , (-8508875.000000) , (-8508138.000000) , (-8508081.000000) , (-8507886.000000) , (-8507596.000000) , (-8507315.000000) , (-8509843.000000) , (-8509700.000000) , (-8508247.000000) , (-8508224.000000) , (-8508186.000000) , (-8507662.000000) , (-8509698.000000) , (-8509419.000000) , (-8508914.000000) , (-8508728.000000) , (-8508597.000000) , (-8508524.000000) , (-8508228.000000) , (-8508193.000000) , (-8508098.000000) ,
    (-8507963.000000) , (-8507689.000000) , (-8507598.000000) , (-8507540.000000) , (-8507443.000000) , (-8509839.000000) , (-8508571.000000) , (-8508472.000000) , (-8507751.000000) , (-8508416.000000) , (-8508202.000000) , (-8508157.000000) , (-8508074.000000) , (-8509833.000000) , (-8509375.000000) , (-8508968.000000) , (-8508957.000000) , (-8508229.000000) , (-8507988.000000) , (-8507782.000000) , (-8507224.000000) , (-8510004.000000) , (-8509483.000000) , (-8509392.000000) , (-8508748.000000) ,
    (-8508702.000000) , (-8508609.000000) , (-8508517.000000) , (-8508511.000000) , (-8508023.000000) , (-8507864.000000) , (-8507585.000000) , (-8507517.000000) , (-8507437.000000) , (-8509856.000000) , (-8509824.000000) , (-8509791.000000) , (-8509733.000000) , (-8509664.000000) , (-8509515.000000) , (-8509433.000000) , (-8509209.000000) , (-8508983.000000) , (-8508688.000000) , (-8508599.000000) , (-8508501.000000) , (-8508291.000000) , (-8507992.000000) , (-8507962.000000) , (-8507605.000000) ,
    (-8507532.000000) , (-8507438.000000) , (-8507396.000000) , (-8507312.000000) , (-8507304.000000) , (-8507240.000000) , (-8510013.000000) , (-8509918.000000) , (-8509881.000000) , (-8509852.000000) , (-8509738.000000) , (-8509719.000000) , (-8509659.000000) , (-8509511.000000) , (-8509219.000000) , (-8508958.000000) , (-8508740.000000) , (-8508421.000000) , (-8508162.000000) , (-8508104.000000) , (-8507783.000000) , (-8507722.000000) , (-8507504.000000) , (-8507467.000000) , (-8507371.000000) ,
    (-8507960.000000) , (-8509320.000000) , (-8509661.000000) , (-8509428.000000) , (-8507747.000000) , (-8509885.000000) , (-8509344.000000) , (-8508916.000000) , (-8508906.000000) , (-8508483.000000) , (-8508319.000000) , (-8507805.000000) , (-8507494.000000) , (-8509793.000000) , (-8509783.000000) , (-8509720.000000) , (-8509574.000000) , (-8509536.000000) , (-8509358.000000) , (-8508125.000000) , (-8508042.000000) , (-8507942.000000) , (-8507656.000000) , (-8507464.000000) , (-8507386.000000) ,
    (-8507379.000000) , (-8509968.000000) , (-8509904.000000) , (-8509822.000000) , (-8509743.000000) , (-8509704.000000) , (-8509510.000000) , (-8509474.000000) , (-8509434.000000) , (-8509388.000000) , (-8509266.000000) , (-8509187.000000) , (-8508693.000000) , (-8508692.000000) , (-8508629.000000) , (-8508378.000000) , (-8508151.000000) , (-8508110.000000) , (-8508035.000000) , (-8507980.000000) , (-8507774.000000) , (-8507748.000000) , (-8507661.000000) , (-8507500.000000) , (-8507381.000000) ,
    (-8507303.000000) , (-8507243.000000) , (-8509840.000000) , (-8509776.000000) , (-8509592.000000) , (-8509457.000000) , (-8508897.000000) , (-8508532.000000) , (-8508487.000000) , (-8508456.000000) , (-8507821.000000) , (-8507658.000000) , (-8507647.000000) , (-8507376.000000) , (-8509617.000000) , (-8509431.000000) , (-8509207.000000) , (-8508713.000000) , (-8508425.000000) , (-8507744.000000) , (-8507448.000000) , (-8509938.000000) , (-8509367.000000) , (-8508630.000000) , (-8508303.000000) ,
    (-8508173.000000) , (-8507346.000000) , (-8509740.000000) , (-8509567.000000) , (-8509690.000000) , (-8507528.000000) , (-8507348.000000) , (-8508758.000000) , (-8507735.000000) , (-8507587.000000) , (-8509834.000000) , (-8507682.000000) , (-8509556.000000) , (-8509486.000000) , (-8509271.000000) , (-8509105.000000) , (-8508470.000000) , (-8508284.000000) , (-8507636.000000) , (-8509903.000000) , (-8509731.000000) , (-8509543.000000) , (-8509503.000000) , (-8509337.000000) , (-8509308.000000) ,
    (-8509290.000000) , (-8509289.000000) , (-8509262.000000) , (-8509182.000000) , (-8509044.000000) , (-8508946.000000) , (-8508894.000000) , (-8508826.000000) , (-8508696.000000) , (-8508271.000000) , (-8508254.000000) , (-8508240.000000) , (-8508134.000000) , (-8508041.000000) , (-8508008.000000) , (-8507703.000000) , (-8507652.000000) , (-8507582.000000) , (-8507458.000000) , (-8507222.000000) , (-8509576.000000) , (-8508836.000000) , (-8508411.000000) , (-8508275.000000) , (-8507968.000000) ,
    (-8507773.000000) , (-8507721.000000) , (-8507457.000000) , (-8509800.000000) , (-8509626.000000) , (-8509524.000000) , (-8509152.000000) , (-8509064.000000) , (-8508948.000000) , (-8508714.000000) , (-8508673.000000) , (-8508668.000000) , (-8508644.000000) , (-8508562.000000) , (-8508242.000000) , (-8508016.000000) , (-8507856.000000) , (-8507798.000000) , (-8507770.000000) , (-8507693.000000) , (-8507609.000000) , (-8507463.000000) , (-8507459.000000) , (-8509384.000000) , (-8509012.000000) ,
    (-8508628.000000) , (-8508500.000000) , (-8508078.000000) , (-8507815.000000) , (-8507712.000000) , (-8507343.000000) , (-8509216.000000) , (-8509969.000000) , (-8509925.000000) , (-8509437.000000) , (-8509087.000000) , (-8508553.000000) , (-8508200.000000) , (-8508073.000000) , (-8507839.000000) , (-8507645.000000) , (-8507349.000000) , (-8509467.000000) , (-8509210.000000) , (-8508941.000000) , (-8508789.000000) , (-8508590.000000) , (-8508289.000000) , (-8508246.000000) , (-8507937.000000) ,
    (-8507819.000000) , (-8509989.000000) , (-8509779.000000) , (-8509666.000000) , (-8509148.000000) , (-8508561.000000) , (-8508502.000000) , (-8508480.000000) , (-8508083.000000) , (-8507871.000000) , (-8507786.000000) , (-8507518.000000) , (-8507491.000000) , (-8509972.000000) , (-8509870.000000) , (-8509750.000000) , (-8509748.000000) , (-8509612.000000) , (-8509547.000000) , (-8509539.000000) , (-8509481.000000) , (-8509390.000000) , (-8509283.000000) , (-8508837.000000) , (-8508690.000000) ,
    (-8508563.000000) , (-8508311.000000) , (-8508055.000000) , (-8507857.000000) , (-8507565.000000) , (-8509928.000000) , (-8509801.000000) , (-8509788.000000) , (-8508499.000000) , (-8507829.000000) , (-8507714.000000) , (-8507698.000000) , (-8507471.000000) , (-8507431.000000) , (-8509756.000000) , (-8509336.000000) , (-8509206.000000) , (-8508015.000000) , (-8507844.000000) , (-8509040.000000) , (-8508018.000000) , (-8507487.000000) , (-8509935.000000) , (-8509912.000000) , (-8509832.000000) ,
    (-8509770.000000) , (-8509735.000000) , (-8509696.000000) , (-8509493.000000) , (-8509444.000000) , (-8509378.000000) , (-8509374.000000) , (-8508832.000000) , (-8508579.000000) , (-8508286.000000) , (-8508143.000000) , (-8507794.000000) , (-8507785.000000) , (-8507644.000000) , (-8507548.000000) , (-8507414.000000) , (-8507298.000000) , (-8507252.000000) , (-8510010.000000) , (-8509546.000000) , (-8509304.000000) , (-8509154.000000) , (-8509153.000000) , (-8508933.000000) , (-8508918.000000) ,
    (-8508868.000000) , (-8508716.000000) , (-8508709.000000) , (-8508588.000000) , (-8508554.000000) , (-8508547.000000) , (-8508409.000000) , (-8508401.000000) , (-8508358.000000) , (-8508357.000000) , (-8508131.000000) , (-8508105.000000) , (-8508092.000000) , (-8508072.000000) , (-8507841.000000) , (-8507827.000000) , (-8507716.000000) , (-8507549.000000) , (-8507434.000000) , (-8507400.000000) , (-8507392.000000) , (-8507389.000000) , (-8509880.000000) , (-8509616.000000) , (-8509516.000000) ,
    (-8509326.000000) , (-8509248.000000) , (-8509466.000000) , (-8508574.000000) , (-8508040.000000) , (-8507883.000000) , (-8507313.000000) , (-8509495.000000) , (-8509452.000000) , (-8509372.000000) , (-8509205.000000) , (-8508790.000000) , (-8508765.000000) , (-8508088.000000) , (-8507787.000000) , (-8510018.000000) , (-8509849.000000) , (-8509795.000000) , (-8509631.000000) , (-8509630.000000) , (-8507746.000000) , (-8509941.000000) , (-8509895.000000) , (-8508911.000000) , (-8508097.000000) ,
    (-8507975.000000) , (-8507375.000000) , (-8507239.000000) , (-8509846.000000) , (-8509844.000000) , (-8509741.000000) , (-8509268.000000) , (-8509141.000000) , (-8508803.000000) , (-8508542.000000) , (-8508503.000000) , (-8508498.000000) , (-8508427.000000) , (-8508426.000000) , (-8508234.000000) , (-8508053.000000) , (-8507880.000000) , (-8507651.000000) , (-8507485.000000) , (-8507271.000000) , (-8509924.000000) , (-8508481.000000) , (-8508252.000000) , (-8508021.000000) , (-8508350.000000) ,
    (-8507219.000000) , (-8509937.000000) , (-8509319.000000) , (-8509233.000000) , (-8507792.000000) , (-8509369.000000) , (-8509316.000000) , (-8508351.000000) , (-8507935.000000) , (-8507544.000000) , (-8507526.000000) , (-8507272.000000) , (-8509831.000000) , (-8509620.000000) , (-8509596.000000) , (-8509566.000000) , (-8509551.000000) , (-8509324.000000) , (-8509296.000000) , (-8509238.000000) , (-8509106.000000) , (-8509045.000000) , (-8508986.000000) , (-8508689.000000) , (-8508647.000000) ,
    (-8508538.000000) , (-8508079.000000) , (-8507905.000000) , (-8507604.000000) , (-8507446.000000) , (-8508459.000000) , (-8507635.000000) , (-8507502.000000) , (-8507385.000000) , (-8509782.000000) , (-8509410.000000) , (-8509046.000000) , (-8508415.000000) , (-8507858.000000) , (-8507641.000000) , (-8509224.000000) , (-8510016.000000) , (-8509947.000000) , (-8509185.000000) , (-8508987.000000) , (-8508927.000000) , (-8508831.000000) , (-8508326.000000) , (-8507711.000000) , (-8507408.000000) ,
    (-8507289.000000) , (-8509691.000000) , (-8508813.000000) , (-8508751.000000) , (-8508636.000000) , (-8508619.000000) , (-8507684.000000) , (-8507372.000000) , (-8509591.000000) , (-8508969.000000) , (-8508839.000000) , (-8510011.000000) , (-8509346.000000) , (-8507706.000000) , (-8508640.000000) , (-8508582.000000) , (-8508029.000000) , (-8509763.000000) , (-8509640.000000) , (-8509188.000000) , (-8508899.000000) , (-8508699.000000) , (-8508569.000000) , (-8508329.000000) , (-8508214.000000) ,
    (-8507825.000000) , (-8510014.000000) , (-8509868.000000) , (-8509623.000000) , (-8509575.000000) , (-8509485.000000) , (-8509462.000000) , (-8509448.000000) , (-8509380.000000) , (-8509028.000000) , (-8508974.000000) , (-8508843.000000) , (-8508618.000000) , (-8508390.000000) , (-8508255.000000) , (-8508203.000000) , (-8508058.000000) , (-8507830.000000) , (-8507701.000000) , (-8507328.000000) , (-8509927.000000) , (-8509888.000000) , (-8509749.000000) , (-8509636.000000) , (-8509578.000000) ,
    (-8509553.000000) , (-8509501.000000) , (-8509126.000000) , (-8509114.000000) , (-8509030.000000) , (-8508984.000000) , (-8508870.000000) , (-8508669.000000) , (-8508189.000000) , (-8507955.000000) , (-8507508.000000) , (-8507299.000000) , (-8507223.000000) , (-8509611.000000) , (-8509589.000000) , (-8509103.000000) , (-8508753.000000) , (-8508721.000000) , (-8508672.000000) , (-8508213.000000) , (-8508118.000000) , (-8507753.000000) , (-8509993.000000) , (-8509860.000000) , (-8509679.000000) ,
    (-8509034.000000) , (-8508849.000000) , (-8508715.000000) , (-8508507.000000) , (-8508239.000000) , (-8508212.000000) , (-8508091.000000) , (-8508059.000000) , (-8508013.000000) , (-8507406.000000) , (-8509697.000000) , (-8509542.000000) , (-8508491.000000) , (-8508320.000000) , (-8509828.000000) , (-8508808.000000) , (-8508423.000000) , (-8508086.000000) , (-8507705.000000) , (-8507493.000000) , (-8509005.000000) , (-8508139.000000) , (-8507973.000000) , (-8507244.000000) , (-8509269.000000) ,
    (-8508842.000000) , (-8509677.000000) , (-8508925.000000) , (-8508827.000000) , (-8508586.000000) , (-8508469.000000) , (-8508126.000000) , (-8508045.000000) , (-8507959.000000) , (-8507933.000000) , (-8509746.000000) , (-8509385.000000) , (-8508625.000000) , (-8508568.000000) , (-8508944.000000) , (-8508550.000000) , (-8507686.000000) , (-8508318.000000) , (-8507893.000000) , (-8508593.000000) , (-8508001.000000) , (-8507817.000000) , (-8507781.000000) , (-8507296.000000) , (-8509159.000000) ,
    (-8507911.000000) , (-8507640.000000) , (-8507523.000000) , (-8507436.000000) , (-8508140.000000) , (-8509796.000000) , (-8509613.000000) , (-8509608.000000) , (-8509104.000000) , (-8509025.000000) , (-8509017.000000) , (-8508949.000000) , (-8508898.000000) , (-8508885.000000) , (-8508598.000000) , (-8508513.000000) , (-8508365.000000) , (-8508327.000000) , (-8508274.000000) , (-8508128.000000) , (-8508024.000000) , (-8507976.000000) , (-8507553.000000) , (-8507465.000000) , (-8507461.000000) ,
    (-8507407.000000) , (-8507399.000000) , (-8508631.000000) , (-8507253.000000) , (-8507739.000000) , (-8509504.000000) , (-8507445.000000) , (-8507237.000000) , (-8510015.000000) , (-8509867.000000) , (-8509766.000000) , (-8508722.000000) , (-8507865.000000) , (-8507280.000000) , (-8509181.000000) , (-8507361.000000) , (-8509615.000000) , (-8508282.000000) , (-8507884.000000) , (-8509548.000000) , (-8508256.000000) , (-8508169.000000) , (-8508651.000000) , (-8508961.000000) , (-8508621.000000) ,
    (-8508410.000000) , (-8509858.000000) , (-8507717.000000) , (-8509872.000000) , (-8509942.000000) , (-8507985.000000) , (-8507763.000000) , (-8507505.000000) , (-8509660.000000) , (-8509214.000000) , (-8509165.000000) , (-8509130.000000) , (-8508932.000000) , (-8508917.000000) , (-8508368.000000) , (-8507650.000000) , (-8509715.000000) , (-8509505.000000) , (-8509076.000000) , (-8508099.000000) , (-8507570.000000) , (-8508245.000000) , (-8509670.000000) , (-8509194.000000) , (-8508645.000000) ,
    (-8508430.000000) , (-8507288.000000) , (-8509599.000000) , (-8507951.000000) , (-8507832.000000) , (-8509439.000000) , (-8509200.000000) , (-8507936.000000) , (-8509665.000000) , (-8508510.000000) , (-8507834.000000) , (-8508142.000000) , (-8508087.000000) , (-8509230.000000) , (-8509137.000000) , (-8508999.000000) , (-8508451.000000) , (-8507572.000000) , (-8507322.000000) , (-8509579.000000) , (-8507956.000000) , (-8510008.000000) , (-8509727.000000) , (-8509480.000000) , (-8509195.000000) ,
    (-8509163.000000) , (-8508495.000000) , (-8508115.000000) ) )
    AND (C28_M_WWHHST_R_CATCCA IS NOT NULL) )
    Regards,
    Kirill Boyko

    Kirill/Watrost,
    Development just responded with the following ideas: There are some init.ora / alter session settings for this kind of thing. The format for all of them is 'hint1;hint2;hint3' The different settings control which kind of queries the hints are added to.
    Add to innermost measure (i.e. fact) and dimension select statements
    XSOLAPISQL_HINTS
    Add to the innermost measure select statements
    XSOLAPISQL_MEASURE_HINTS
    Add to the innermost dimensionselect statements
    XSOLAPISQL_DIMENSION_HINTS
    Add to the topmost measure select statements
    XSOLAPISQL_TOP_MEASURE_HINTS
    Add to the topmost dimension select statements
    XSOLAPISQL_TOP_DIMENSION_HINTS
    Add to all select statements except the innermost
    XSOLAPISQL_ALL_NON_BASE_HINTS
    Add to all non-base select statements that join two or more tables
    XSOLAPISQL_MULTI_JOIN_NON_BASE_HINTS
    As an example you could try
    XSOLAPISQL_MULTI_JOIN_NON_BASE_HINTS = 'ordered'
    or
    XSOLAPISQL_MEASURE_HINTS = 'ordered'
    Let me know if this helps or if you need more information.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • ADF Telnet -TML Parse Exception

    I have just followed the process to use ADF to create a telnet session as mentioned in following URL
    [ http://www.oracle.com/technology/obe/obe1013jdev/telnet/eim_telnet_final.htm | http://www.oracle.com/technology/obe/obe1013jdev/telnet/eim_telnet_final.htm ]
    But not getting the final result.I am able to see first screen after that i clicked on first option and got the following exception
    My Environment: Windows XP+SP3,Jdeveloper 10.1.3.3
    SEVERE: TML Parse Exception
    oracle.wireless.its.mdb.requester.TMLParserException: Invalid TML
    at oracle.wireless.its.mdb.requester.TMLParser.startElement(TMLParser.java:370)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:206)
    at oracle.wireless.its.mdb.requester.TMLParser.parse(TMLParser.java:202)
    at oracle.wireless.its.mdb.requester.ApplicationServerRequesterImpl.handleRequestToUri(ApplicationServerRequesterImpl.java:220)
    at oracle.wireless.its.mdb.requester.ApplicationServerRequesterImpl.handleRequest(ApplicationServerRequesterImpl.java:266)
    at oracle.wireless.its.mdb.PageProcessorImpl.loadUri(PageProcessorImpl.java:905)
    at oracle.wireless.its.mdb.PageProcessorImpl.start(PageProcessorImpl.java:116)
    at oracle.wireless.its.mdb.DeviceSelectionPageProcessor.process(DeviceSelectionPageProcessor.java:223)
    at oracle.wireless.its.mdb.TelnetMessageListenerImpl.onMessageInput(TelnetMessageListenerImpl.java:852)
    at oracle.wireless.its.mdb.TelnetMessageListenerImpl.onMessage(TelnetMessageListenerImpl.java:110)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at oracle.j2ee.connector.messageinflow.MessageEndpointImpl.OC4J_invokeMethod(MessageEndpointImpl.java:297)
    at ITS_MDB_EndPointProxy_6mlognn.onMessage(Unknown Source)
    at oracle.wireless.its.ra.ClientInputProcessor.callOnMessage(ClientInputProcessor.java:598)
    at oracle.wireless.its.ra.ClientInputProcessor.handleOnMessageInput(ClientInputProcessor.java:376)
    at oracle.wireless.its.ra.ClientInputProcessor.runInternal(ClientInputProcessor.java:297)
    at oracle.wireless.its.ra.ClientInputProcessor.run(ClientInputProcessor.java:76)
    at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
    at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
    at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
    at java.lang.Thread.run(Thread.java:595)
    Apr 27, 2009 2:46:29 PM oracle.wireless.its.mdb.requester.TMLParser handleParseError
    SEVERE: The response from the application server was not understood. This will typically happen if there was an error in the application, though in rare cases it could indicate an issue with how a valid response from the server is being processed. If the log level is not currently at the finest level, please set it to the finest level and recreate the situation the caused this problem so that the response from the server can be logged.
    Apr 27, 2009 2:46:29 PM oracle.wireless.its.mdb.requester.TMLParser handleParseError
    SEVERE: The following TML Markup was returned from ADFT: <html><head><title>Error instantiating web-application</title></head><body><h1>Error instantiating web-application</h1>Application: EIM_PDA-ViewController-webapp has been stopped</body></html>
    Apr 27, 2009 2:46:30 PM oracle.wireless.its.mdb.PageProcessorImpl start
    WARNING: Unable to load the initial uri for 127.0.0.1
    Please help me in this regards
    Thanks
    Ismail

    I resolved the parser issue with Jdeveloper 10.1.3.4 .
    Now,I am running different problem.
    If i ran pages individually then it works.But same will not works using navigation's(page1->page2 etc like that)
    I can see following log when i tried with pag1->page2
    Apr 29, 2009 2:42:39 PM oracle.wireless.device.capability.CapabilitiesDocument getCapabilities
    WARNING: No match found, checking for default attributes
    Please help me in this.
    Thanks
    Ismail
    Edited by: Kalee on Apr 29, 2009 2:38 AM

Maybe you are looking for