Routing error for HTTP to JDBC scenarion

Getting following error: please advise.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Technical Routing
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIServer</SAP:Category>
  <SAP:Code area="OUTBINDING">CO_TXT_OUTBINDING_NOT_FOUND</SAP:Code>
  <SAP:P1>-BS_POC_TEMP_Sender</SAP:P1>
  <SAP:P2>-POC_DB_Temp_Receiver_Channel,http://xys.com/xi/projects/syn/n1.IM_POC_TEMP_DB</SAP:P2>
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>No receiver agreement found for sender -BS_POC_TEMP_Sender to receiver -POC_DB_Temp_Receiver_Channel,http://xys.com/xi/projects/syn/n1.IM_POC_TEMP_DB</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>

Hey
Check the URL you have provided the sender system for HTTP.then check if you have configured receiver agreement/receiver determination for that combination of sender and receiver
The messages which is coming in sxmb_moni is unable to find any receiver side configuration for the sender attributes( like sender party/service or sender interface name).
Thanx
Aamir

Similar Messages

  • Multiline Error for File To JDBC

    Hi All,
    I am doing a File to JDBC Sync Scenario Multi line Scenario.
    my data structure outbound is .....
    <Record>
    <Row>
    <Id></Id>
    <Name></Name>
    <Job></Job>
    <Company></Company>
    </Row>
    </Record>
    and Inbound data structure is.......
    <Employee>
    <acction>TableName</acction>
    <access>
         <Id></Id>
         <Name></Name>
         <Job></Job>
         <Company></Company>
    </access>
    </Employee>
    <key>
         <Id></Id>
    </key>
    Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'Employee' (structure 'Table'): java.sql.SQLException: FATAL ERROR: Column 'Key' does not exist in table 'Employee'
    I am using to send the data through Text File. File is picking but there is no response. The above Error is showing. Could you please help me to solve the problem.
    Thanks,
    Ashok.

    Hi Ashok,
         In this File to JDBC Scenario,In receiver JDBC having standard structure u can follow,
    Standard structure for receiver JDBC is:
    Example:
    STATEMENT NAME
        Action         Attribute
        TableName  Element
        Access       Element
          empid
          empname
          address
    , I thought u mistake in structure itself, because the TableName can be passed to Action field.Please check it and do it.
    Regards,
    Sateesh

  • Routing error for LSMw

    hi i am getting ths error whiled assigning materials to operations,
    You cannot edit the task list object with activity type.
    i am using direct input  to upload routing material assignment to operation and this is my structure.
    my source structure
    GRP
    GRPCT
    OPERAT
    ALTNATIVEBOM
    HEAMEA
    PLANT
    MATER

    Dear,
    For component allocation to routing I will suggest you to go for BDC.
    If you are using LSMW the please refer the OSS Note 736263  and  Note 831465 - Component assignments to BOM
    Regards,
    R.Brahmankar

  • Portconfig error for http listen port

    I know that this has been posted alot, I tried to do whatever following all the suggestion in other threads, still no luck.
    I installed 10gas (10.1.2) infrastructure 10.1.2 on Solaris 9, and everything was running well. When I tried to change the http listen port from 7777 to 80 following the instruction in the administrator's guide (ch4 Manage port),
    log in as root, execute the following command
    # cd $ORACLE_HOME/Apache/Apache/bin
    # chown root:root .apachectl
    # chmod 6750 .apachectl
    log in as the installation user (oracle) and execute the following command to configure ...
    bash-2.05$ $ORACLE_HOME/jdk/bin/java oracle.sysman.ias.sta.tools.PortConfigCmdLine -oracleHome OARCLE_HOME -oldPort 7777 -newPort 80 -sso -url http://tmsoracle6.tms-hq.com -user root
    Error: Invalid newPort value: 80
    Changing the HTTP Server Listen port to a value < 1024 on Unix systems requires that the HTTP Server be changed to run as root. As specified in the the Managing Ports chapter of the Oracle Application Server Adminstrator's Guide, this can be done as follows:
    cd $ORACLE_HOME/Apache/Apache/bin
    chown root .apachectl
    chmod 6750 .apachectl
    Can anybod help me please? Thanks.
    Jeff

    There is only one port for listening, the listen port.
    The Port entry is what OHS returns to the browser.
    Example:
    Webcache runs on port 80, OHS runs on 7778.
    Then Listen is set to 7778, and Port is set to 80.
    This will ensure that all URLs constructed for the browser are not pointing to port 7778 even though OHS is internally listening on 7778.

  • Message Interface for HTTP to JDBC synchronous scenario

    Hi Experts,
    Could you please explain the Message Interface from the below blog. Actually, I am confused with the Outbound Interface. Is it correct?
    /people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response
    1. LoginData_Sync_OUT_MI
    Input Message : Role_MT
    Output Message : LoginData_MT  
    2. LoginData_DB_Sync_IN_MI
    Input Message : LoginData_DB_DT
    Output Message : Dummy_DT
    Regards
    Sara

    Hi All,
    Here is my Interface mapping's problem details.
    Scenario : I have to pass EmpId as a request from webservice to JDBC, If we have the EmpId address in the JDBC then we have to return the address of the employee as a response to Webservice.
    Please find the below datatype, message type and etc., which I have used it for the scenario.
    1. Data Types:
    a) DT_REQUEST ( Webservice to XI request)               
         1. EmpId
    b) DT_JDBC_REQUEST  ( XI to JDBC request)               
         1. EmpId ,2. EmpName, 3. Company,4. AddressLine1
         5. AddressLine2,6. City,7. State
    c) DT_JDBC_RESPONSE (JDBC to XI response)          
         1. EmpId ,2. EmpName, 3. Company,4. AddressLine1
         5. AddressLine2,6. City,7. State
    d) DT_RESPONSE  (XI  to Webservice response)               
         1. EmpId ,2. EmpName, 3. Company,4. AddressLine1
         5. AddressLine2,6. City,7. State
    2. Message Type created according to the Data Type.
    3. Message Interface:
    a) MI_Outbound
    <b>Output Message :</b> MT_REQUEST
    <b>Input Message :</b> MT_JDBC_RESPONSE
    b) MI_Inbound
    Input Message : MT_JDBC_REQUEST
    Output Message : MT_RESPONSE
    4. Message Mapping:
    a) MM_REQUEST[EmpId mapping]
    Source Message : MT_ REQUEST
    Target Message : MT_JDBC_REQUEST
    b) MM_RESPONSE [Mapping for all the fields]
    <b>Source Message : MT_JDBC_RESPONSE
    Target Message : MT_RESPONSE</b>
    5. Interface Mapping
    IM_WEB_DB
    Source Interface : MI_Outbound
    Target Interface : MI_Inbound
    Request :
    Source Message : MT_REQUEST
    Target Message : MT_JDBC_REQUEST
    Response :
    <b>Source Message : MT_RESPONSE
    Target Message : MT_JDBC_RESPONSE</b>
    Here the source Message should be MT_JDBC_RESPONSE and the Target Message should be MT_RESPONSE. But when I tried to create the Interface Mapping I am getting the above bolded Response Messages automatically populated by XI.
    Actually, I have followed Siva's blog to do this scenario. Finally confused with the Interface Mapping's response messages. So, please help me out with this scenario steps.
    Regards
    Sara

  • Xml code for HTTP client

    Hi all
    can anyone send me the XML code to write in HTTP client to know the structure for a table using  a scenario. I already developed the scenario for HTTP to JDBC  just post me the XML code.
    Thanks and Regards
    Raghu.

    Hi
    Go through this
    You can find a description here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    Might be useful
    Thanks

  • Error in http-jdbc

    with reference to blog
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
    i completed http to jdbc scenerio
    but in moni i got this error
    com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'pra' (structure 'recordset'): java.sql.SQLException: FATAL ERROR document format: structure 'recordset', no key element found</SAP:AdditionalText>
    can any body post suggestions,
    thanks & regards
    sandeep

    hai bhavesh, with reference to u r mesage , i uncheck the key mandatory in jdbc receiver adapter.
    now i got some different error i.e
    com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'pra' (structure 'recordset'): java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1
    my jdbc request data type is as follows.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn://http2db" targetNamespace="urn://http2db">
         <xsd:element name="jdbc_req_mt" type="jdbc_req_dt" />
         <xsd:complexType name="jdbc_req_dt">
              <xsd:annotation>
                   <xsd:appinfo source="http://sap.com/xi/TextID">
                   40e3cd4020b611dcb6da0014221c4454
                   </xsd:appinfo>
              </xsd:annotation>
              <xsd:sequence>
                   <xsd:element name="recordset" maxOccurs="unbounded">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             726c80600b4311dcc762fe4aac121c42
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:complexType>
                             <xsd:sequence>
                                  <xsd:element name="pra">
                                       <xsd:annotation>
                                            <xsd:appinfo source="http://sap.com/xi/TextID">
                                            726c80610b4311dca1c0fe4aac121c42
                                            </xsd:appinfo>
                                       </xsd:annotation>
                                       <xsd:complexType>
                                            <xsd:sequence>
                                                 <xsd:element name="access">
                                                      <xsd:annotation>
                                                           <xsd:appinfo source="http://sap.com/xi/TextID">
                                                           726c80630b4311dc8cccfe4aac121c42
                                                           </xsd:appinfo>
                                                      </xsd:annotation>
                                                      <xsd:complexType>
                                                           <xsd:sequence>
                                                                <xsd:element name="lifnr" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          726c80640b4311dc9f7bfe4aac121c42
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                                <xsd:element name="name1" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          726c80650b4311dcb353fe4aac121c42
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                                <xsd:element name="ort01" type="xsd:string" minOccurs="0">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          726c80660b4311dcb603fe4aac121c42
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                </xsd:element>
                                                                <xsd:element name="key">
                                                                     <xsd:annotation>
                                                                          <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                          09a635201e4011dcb3cafa21ac121c48
                                                                          </xsd:appinfo>
                                                                     </xsd:annotation>
                                                                     <xsd:complexType>
                                                                          <xsd:sequence>
                                                                               <xsd:element name="lifnr" type="xsd:string" minOccurs="0">
                                                                                    <xsd:annotation>
                                                                                         <xsd:appinfo source="http://sap.com/xi/TextID">
                                                                                         09a635211e4011dccfa0fa21ac121c48
                                                                                         </xsd:appinfo>
                                                                                    </xsd:annotation>
                                                                               </xsd:element>
                                                                          </xsd:sequence>
                                                                     </xsd:complexType>
                                                                </xsd:element>
                                                           </xsd:sequence>
                                                      </xsd:complexType>
                                                 </xsd:element>
                                            </xsd:sequence>
                                            <xsd:attribute name="action" type="xsd:string">
                                                 <xsd:annotation>
                                                      <xsd:appinfo source="http://sap.com/xi/TextID">
                                                      83dac9b01f2f11dcc0f7ee74ac121b94
                                                      </xsd:appinfo>
                                                 </xsd:annotation>
                                            </xsd:attribute>
                                       </xsd:complexType>
                                  </xsd:element>
                             </xsd:sequence>
                        </xsd:complexType>
                   </xsd:element>
              </xsd:sequence>
         </xsd:complexType>
    </xsd:schema>
    plz help me regarding this.

  • Error in XI Sender JDBC adapter for AS/400 DB2

    We are trying to connect to AS/400 DB2 from XI's Sender JDBC Adapter. we got the driver from DataDirect (connectjdbc.jar) and configured it within XI .The configuration according to the manual for this jar file is
    // Register the driver with the driver manager
    Class.forName("com.ddtek.jdbc.db2.DB2Driver");
    // Establish the Connection
    String url = "jdbc:datadirect:db2://corpserver1:50000;LocationName=ACCTNG";
    Connection con = DriverManager.getConnection(url, "test04", "test04");
    In XI we configured this as:
    Driver = com.ddtek.jdbc.db2.DB2Driver
    Connection = jdbc:datadirect:db2://servername;LocationName=NBHAGWAT
    and specified the user id and password
    <b>Note</b>: The Port Number is optional
    When this was done in XI, we got the below error in the Adapter Monitoring:
    Sender Adapter v2108 for Party '', Service 'JDBCtoFile':
    Configured at 2006-12-19 15:45:31 MST
    History:
    - 2006-12-19 15:45:31 MST: Retry interval started. Length: 10.000 s
    - 2006-12-19 15:45:31 MST: Error: Accessing database connection 'jdbc:datadirect:db2://AS400a;LocationName=NBHAGWAT' failed: DriverManagerException: Cannot establish connection to URL 'jdbc:datadirect:db2://AS400a;LocationName=NBHAGWAT': SAPClassNotFoundException: com.ddtek.jdbc.db2.DB2Driver
    - 2006-12-19 15:45:31 MST: Processing started
    Is this because there is something wrong because the way the connection string is specified.
    Anybody who has configured XI Sender JDBC adapter for AS/400 DB2, please send us some information on this.
    Thank you,
    Regards,
    Balaji

    > SAPClassNotFoundException:
    > com.ddtek.jdbc.db2.DB2Driver
    It looks like your JDBC driver is not found. Have you deployed the driver to XI?
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10</a>

  • HTTP/1.1 500 Internal Server Error for SAOAP Sender Adapter

    Hi,
    I am veera, i am getting the below error. I doing the SOAP Syn interface, While executeing the soap client i got the below error..
    Please help me .. how to retry the this error. 
    HTTP/1.1 500 Internal Server Error
    Set-Cookie: JSESSIONID=(tam00_PID_70)ID1513783250DB21066821525219634633End; Version=1; Domain= 150.208.226.90; Path=/
    Set-Cookie: saplb_*=(tam00_PID_70)703524750; Version=1; Path=/
    Server: SAP J2EE Engine/7.00
    Content-Type: text/xml; charset=utf-8
    Content-Encoding: gzip
    Date: Tue, 23 Feb 2010 13:07:00 GMT
    Transfer-Encoding: chunked
    <?xml version='1.0'?>
    <!-- see the documentation -->
    <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>
      <SOAP:Body>
        <SOAP:Fault>
          <faultcode>SOAP:Server</faultcode>
          <faultstring>Server Error</faultstring>
          <detail>
            <s:SystemError xmlns:s='http://sap.com/xi/WebService/xi2.0'>
              <context>XIAdapter</context>
              <code>CPAException</code>
              <text><![CDATA[
    com.sap.aii.af.service.cpa.CPAException: invalid channel (party:service:channel) = <null>
         at com.sap.aii.af.mp.soap.web.MessageServlet.getChannel(MessageServlet.java:481)
         at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
              ]]></text>
            </s:SystemError>
          </detail>
        </SOAP:Fault>
      </SOAP:Body>
    </SOAP:Envelope>
    Thanks & Regards,
    Veera

    Hi Prateek,
    Thanks for Response.
    Regenerating  the wsdl in IR/ESR or ID  Please tell me .
    am generating wsdl file for ID --> define webservice and follwing parameters like sender interface name, namespace,communication channel,business systemname.
    Regards,
    Veera.

  • Asking again: any fixes for http:/1.1 300 and 500 errors in iCal-Server?

    Hi there
    I've set up several OS X servers in the last few months, most of them with ical services up and running. Quite everything works smooth, but most customers experience sooner or later errors like
    http:/1.1 300... (mostly with repeating events, which seem to be buggy in iCal&CalDAV already for a long time)
    http:/1.1 500...
    neither are there any relevant entries in the log, nor does it occur on a regular base - in fact, we can observe these errors all 2 or 3 weeks or so. Stopping an restarting of iCal services usually fixes them. DNS is set up perfectly well, including the SRV-entries.
    What about you? Do we just have to live with these errors? Or do I really have to sell Kerio to my customers?
    Thanks for any suggestion
    Regards
    Roman

    Hi Roman
    I have had a few years setting up and administering various calendar options on Xserve.
    The Apple built in iCal server is by far the worst of the lot.
    Previous to that we used phpicalendar- http://phpicalendar.net/documentation/index.php/Main_Page
    It is a bit dated and does not support the same feature set as the Apple one. It works well though.
    Kerio on the other hand is great, works well and is easy to use, apart from accepting invites on iOS devices. Its also a much better mailserver than Apple's one.
    Another option is to write a script to run everyday to stop and restart the ical service?

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

  • Database error for JDBC to Proxy Scenario

    Hello SAP PI Gurus, 
    I am having a JDBC to Proxy Scenario .And the interface is running at 10 min of duration. 
    However, my other interface are running fine with the same details.
    But for this interface, it giving the belwo error :
    Database-level error reported by JDBC driver
    while executing statement 'call proc_dtdc_prod_summary'.
    The JDBC driver returned the following error message: '
    com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table
    'dtdc_prod_summary_temp' already exists'. For details,
    contact your database server vendor.
    So increased the time from 10 min to 20 min to 30 min. But the erro remians.
    So pls look into this and give your suggestion.
    Regards,
    Ravi

    Hi Ravi,
    Please check execution of your stored procedure is resulting with creation of Table : dtdc_prod_summary_temp.
    Modify your stored procedure to just fetch records or insert records in the existing table. Or change the code to Create a table 'dtdc_prod_summary_temp only if it doesn't exits in the Table data base.
    Regards
    Praveen K

  • HTTP 401 error for RosettaNet Request

    I get a return code of 401 when I send a http request to another server. The private
    process invokes a "Send Business Messgae" from the PIP3A2_Customer_RN2 public
    workflow. In my Transport spec., I have specified the URI as http://199.22.31.222/Quantum
    which is the destination machine. The full text of the messages displayed on
    the console is shown below. I request is being sent as wlpisystem.
    <Dec 10, 2001 5:15:56 PM PST> <Info> <B2B> <<User> ****SendQPARequestTag.java:In
    Servlet...>
    ****SendQPARequestTag.java:In Servlet...
    <Dec 10, 2001 5:15:56 PM PST> <Info> <B2B> <<User> ****SendQPARequestTag.java:**
    **QPA Request: Message=<TextMessage[ID:P<286588.1008033356161.0>, <?xml version=
    "1.0" ?><QPARequ...]> sent to JMS queue <com.bea.wlpi.EventQueue>>
    ****SendQPARequestTag.java:****QPA Request: Message=<TextMessage[ID:P<286588.100
    8033356161.0>, <?xml version="1.0" ?><QPARequ...]> sent to JMS queue <com.bea.wl
    pi.EventQueue>
    <Dec 10, 2001 5:15:56 PM PST> <Info> <B2B> <<User> ****SendQPARequestTag.java:**
    **After receive queue init:>
    ****SendQPARequestTag.java:****After receive queue init:
    <Dec 10, 2001 5:15:56 PM PST> <Info> <B2B> <<B2B-BPM-Plugin> INFO: Log from Work
    flow: Customer_PrivateWF started.>
    <Dec 10, 2001 5:15:56 PM PST> <Info> <B2B> <<B2B-BPM-Plugin> INFO: Log from Work
    flow: Starting Public Workflow: <?xml version="1.0" encoding="UTF-8"?>
    <Pip3A2PriceAndAvailabilityQuery>
    <GlobalPartnerRoleClassificationCode>Customer</GlobalPartnerRoleClassificati
    onCode>
    <ProductPriceAndAvailabilityQuery>
    <ProductPriceAndAvailability>
    <ProductLineItem>
    <ProductQuantity>5000</ProductQuantity>
    <productUnit>
    <ProductPackageDescription>
    <unitPrice>
    <FinancialAmount>
    <GlobalCurrencyCode>USD</GlobalCurrencyCode>
    <MonetaryAmount>3.50</MonetaryAmount>
    </FinancialAmount>
    </unitPrice>
    <ProductIdentification>
    <GlobalProductIdentifier>QPA88</GlobalProductIdentifier>
    </ProductIdentification>
    </ProductPackageDescription>
    </productUnit>
    </ProductLineItem>
    </ProductPriceAndAvailability>
    </ProductPriceAndAvailabilityQuery>
    <fromRole>
    <PartnerRoleDescription>
    <GlobalPartnerRoleClassificationCode>Customer</GlobalPartnerRoleClassifi
    cationCode>
    <PartnerDescription>
    <GlobalPartnerClassificationCode>Distributor</GlobalPartnerClassificat
    ionCode>
    <BusinessDescription>
    <GlobalBusinessIdentifier>123456789</GlobalBusinessIdentifier>
    <GlobalSupplyChainCode>Information Technology</GlobalSupplyChainCode
    >
    </BusinessDescription>
    </PartnerDescription>
    <ContactInformation>
    <contactName>
    <FreeFormText>Jane Doe</FreeFormText>
    </contactName>
    <telephoneNumber>
    <CommunicationsNumber>7205286001</CommunicationsNumber>
    </telephoneNumber>
    <EmailAddress>[email protected]</EmailAddress>
    </ContactInformation>
    </PartnerRoleDescription>
    </fromRole>
    <toRole>
    <PartnerRoleDescription>
    <GlobalPartnerRoleClassificationCode>Product Supplier</GlobalPartnerRole
    ClassificationCode>
    <PartnerDescription>
    <GlobalPartnerClassificationCode>Manufacturer</GlobalPartnerClassifica
    tionCode>
    <BusinessDescription>
    <GlobalBusinessIdentifier>987654321</GlobalBusinessIdentifier>
    <GlobalSupplyChainCode>Information Technology</GlobalSupplyChainCode
    >
    </BusinessDescription>
    </PartnerDescription>
    </PartnerRoleDescription>
    </toRole>
    <thisDocumentGenerationDateTime>
    <DateTimeStamp>20010612T154020.123Z</DateTimeStamp>
    </thisDocumentGenerationDateTime>
    <thisDocumentIdentifier>
    <ProprietaryDocumentIdentifier>myDoc</ProprietaryDocumentIdentifier>
    </thisDocumentIdentifier>
    <GlobalDocumentFunctionCode>Request</GlobalDocumentFunctionCode>
    </Pip3A2PriceAndAvailabilityQuery>
    >
    <Dec 10, 2001 5:15:58 PM PST> <Info> <B2B> <<B2B-BPM-Plugin> INFO: Log from Work
    flow: PIP3A2_Customer_RN2 started. >
    <Dec 10, 2001 5:15:58 PM PST> <Error> <B2B> <<HTTP-Transport> ERROR: HTTP error
    during send to http://192.168.100.150:7001/Quantum: code=401, type=text/html,
    re
    sponse=...>
    <Dec 10, 2001 5:15:58 PM PST> <Info> <B2B> <<B2B-BPM-Plugin> INFO: Log from Work
    flow: PIP3A2_Customer_RN2Error sending message>
    <Dec 10, 2001 5:15:58 PM PST> <Info> <WLPI> <<wlpirequest>
    <started>2001-12-10 17:15:58.525</started>
    <requestor>wlpisystem</requestor>
    <templateid>1001</templateid>
    <template-name>Customer_PrivateWF</template-name>
    <templatedefinitionid>1001</templatedefinitionid>
    <instanceid>27009</instanceid>
    <actions>
    </actions>
    <completed>2001-12-10 17:15:58.525</completed>
    </wlpirequest>
    >
    <Dec 10, 2001 5:15:59 PM PST> <Info> <WLPI> <<wlpirequest>
    <started>2001-12-10 17:15:58.014</started>
    <requestor>wlpisystem</requestor>
    <templateid>1002</templateid>
    <template-name>PIP3A2_Customer_RN2</template-name>
    <templatedefinitionid>1002</templatedefinitionid>
    <instanceid>27010</instanceid>
    <actions>
    <setvariable time="2001-12-10 17:15:58.014" variable="fromRole">Customer</se
    tvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="fromService">Customer
    Service</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="toRole">Product Suppli
    er</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="toService">Product Sup
    plier Service</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="businessActivityID">Qu
    ery Price and Availability</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="actionCode">Price and
    Availability Query</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="actionCodeVersion">1.3
    </setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="PIP">3A2</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="PIPVersion">1.3</setva
    riable>
    <setvariable time="2001-12-10 17:15:58.014" variable="retryCount">1</setvari
    able>
    <setvariable time="2001-12-10 17:15:58.014" variable="isSignal">false</setva
    riable>
    <setvariable time="2001-12-10 17:15:58.014" variable="SERVICE_CONTENT_SCHEMA
    ">3A2PriceAndAvailabilityQueryMessageGuideline_v1_3.xsd</setvariable>
    <setvariable time="2001-12-10 17:15:58.014" variable="DOC_TYPE"><!DOCTYPE
    Pi
    p3A2PriceAndAvailabilityQuery SYSTEM '3A2PriceAndAvailabilityQueryMessageGuideli
    ne_v1_3.dtd'></setvariable>
    <activatetask time="2001-12-10 17:15:58.034" taskid="960254416076" name="wai
    t for workflow to timeout"/>
    <settaskduedate time="2001-12-10 17:15:58.034" taskid="960254416076" name="w
    ait for workflow to timeout">2001-12-11 17:15:58.034</settaskduedate>
    <activatetask time="2001-12-10 17:15:58.044" taskid="990730869247" name="Sen
    d Message"/>
    <setvariable time="2001-12-10 17:15:58.054" variable="rnProcessInstanceId">T
    eleplan10080333568524</setvariable>
    <setvariable time="2001-12-10 17:15:58.485" variable="messageCode">401</setv
    ariable>
    <marktaskdone time="2001-12-10 17:15:58.485" taskid="990730869247" name="Sen
    d Message"/>
    <setvariable time="2001-12-10 17:15:58.485" variable="reason">Error sending
    message</setvariable>
    <workflowdone time="2001-12-10 17:15:59.697" name="PIP3A2_Customer_RN2"/>
    </actions>
    <completed>2001-12-10 17:15:59.697</completed>
    </wlpirequest>
    >
    <Dec 10, 2001 5:16:00 PM PST> <Info> <WLPI> <<wlpirequest>
    <started>2001-12-10 17:15:56.291</started>
    <requestor>wlpisystem</requestor>
    <templateid>1001</templateid>
    <template-name>Customer_PrivateWF</template-name>
    <templatedefinitionid>1001</templatedefinitionid>
    <instanceid>27009</instanceid>
    <actions>
    <setvariable time="2001-12-10 17:15:56.301" variable="ProductID">QPA88</setv
    ariable>
    <setvariable time="2001-12-10 17:15:56.301" variable="ProductQuantity">5000<
    /setvariable>
    <setvariable time="2001-12-10 17:15:56.301" variable="ProductUnitPrice">3.50
    </setvariable>
    <activatetask time="2001-12-10 17:15:56.311" taskid="2" name="Start the Publ
    ic Workflow"/>
    <setvariable time="2001-12-10 17:15:56.321" variable="PIPInput">[B@7803ee</s
    etvariable>
    </actions>
    <completed>2001-12-10 17:16:00.067</completed>
    </wlpirequest>
    >

    Hi
    We are also facing the same problem. but as you mentioned in solution.
    user: <domain>/<admin-user>
    pw: pw
    I am getting the same problem of Error 401. Kindly describe in detail with example.
    Thanks
    Regards,
    R Karthikeyan

  • Jwsc Error - Only HTTP ports are supported for JAX-WS

    Hi
    I am trying to create a Webservice from wsdl. I have been able to generate java files and jar file with wsdlc ant task.
    However when i try jwsc I get follwoing error
    [jwsc] [ERROR] - Only HTTP ports are supported for JAX-WS.
    <----- follwowing task for generating java files --->
    <taskdef name="wsdlc" classname="weblogic.wsee.tools.anttasks.WsdlcTask"/>     
    <target name="generate-from-wsdl">
              <wsdlc
                   srcWsdl="wsdl_files/UserPrefWebService.wsdl"
                   destJwsDir="web/web-inf/lib"
                   destImplDir="src"
                   packageName="com.ws.userpref"
                   type="JAXWS"/>
         </target>
    <----- follwowing task for generating class files ----THIS IS FAILING --->
         <taskdef name="jwsc" classname="weblogic.wsee.tools.anttasks.JwscTask" />      
         <target name="build-service">
              <jwsc srcdir="src" destdir="ear">
                   <jws file="com/ws/userpref/UserPrefWebServiceImpl.java"
                        compiledWsdl="web/web-inf/lib/UserPrefWebService_wsdl.jar"
                        type="JAXWS"/>
              </jwsc>
         </target>
    <----- This is the Error --->
    C:\Development\CFCDemoWorkspace\UserPreferencesServer>ant build-service
    Buildfile: build.xml
    build-service:
    [jwsc] JWS: processing module /com/ws/userpref/UserPrefWebServiceImpl
    [jwsc] Parsing source files
    [jwsc] Parsing source files
    [jwsc] 1 JWS files being processed for module /com/ws/userpref/UserPrefWebS
    erviceImpl
    [jwsc] C:\Development\CFCDemoWorkspace\UserPreferencesServer\src\com\ws\use
    rpref\UserPrefWebServiceImpl.java 18:8
    [jwsc] [ERROR] - Only HTTP ports are supported for JAX-WS.
    [AntUtil.deleteDir] Deleting directory C:\DOCUME~1\138904\LOCALS~1\Temp\_3os716
    BUILD FAILED
    C:\Development\CFCDemoWorkspace\UserPreferencesServer\build.xml:24: weblogic.wse
    e.tools.WsBuildException: JWS Validation failed.
    Total time: 10 seconds
    Does any one has any input on this error?
    Thanks
    Srikant

    Thanks David,
    Below is the wsdl
    <s0:message name="ws_getUserPreference">
    <s0:part element="s1:ws_getUserPreference" name="parameters"/>
    </s0:message>
    <s0:message name="ws_getUserPreferenceResponse">
    <s0:part element="s1:ws_getUserPreferenceResponse" name="parameters"/>
    </s0:message>
    <s0:portType name="UserPrefWebServicePort">
    <s0:operation name="ws_getUserPreference" parameterOrder="parameters">
    <s0:input message="s1:ws_getUserPreference"/>
    <s0:output message="s1:ws_getUserPreferenceResponse"/>
    </s0:operation>
    </s0:portType>
    <s0:binding name="UserPrefWebServiceSoapBinding" type="s1:UserPrefWebServicePort">
    <s2:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <s0:operation name="ws_getUserPreference">
    <s2:operation soapAction="" style="document"/>
    <s0:input>
    <s2:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s2:body parts="parameters" use="literal"/>
    </s0:output>
    </s0:operation>
    </s0:binding>
    <s0:service name="UserPrefWebService">
    <s0:port binding="s1:UserPrefWebServiceSoapBinding" name="UserPrefWebServicePortSoapPort">
    <s2:address location="https://localhost:7001/UserPrefService/UserPref"/>
    </s0:port>
    </s0:service>
    </s0:definitions>
    do i need to add <wlhttptransport/> in jws during the buid?

  • Trying to download Photoshop CS3 for Mac but keep getting error message  (HTTP ERROR: 404 /support/downloads/dlm/main.jsp, RequestURI=/support/downloads/dlm/main.jsp)

    Trying to download Photoshop CS3 for Mac but keep getting error message  (HTTP ERROR: 404 /support/downloads/dlm/main.jsp, RequestURI=/support/downloads/dlm/main.jsp)

    Jessicawaters are you trying to download from Download CS3 products?  If so then please try a different web browser.

Maybe you are looking for

  • IPhone 6 Plus Screen Issue?? Going insane here! 6th phone opened same problem

    Hi all, I bought a iPhone 6 plus on launch day. I noticed something immediately and that was that the screen, even on full brightness, wasn't displaying whites as nicely as the phones on display in the apple store. The apple store iPhone 6 pluses on

  • Mac pro will not power up

    why do i need to unplug my mac for 15 minutes before i can power it up? its brand new, ive had it 6 days?

  • OBJECTS_NOT_CHARLIKE when loading to infocube from DTP

    Hello Guru's, I am trying to load a simple excell spreadsheet into our BW system. I created the  data source, turned excell into matching format then saved as csv, created a conversion to be able to load from the data source, then created the info pa

  • Database Adapter Polling

    I am using Jdeveloper 10.1.3.1.0 to do the database polling. The adapter polls two tables joined by the foreign key.Then it will update the status code as logic deletion. However, when I tried to set the database rows per xml document to 1 on step 10

  • E-Mail for background Job

    Hi All, We need to schedule a Job in background in every 30 min or 1 hr, which will monitor all the other Jobs running in background. If any job is running more than 30000 sec, it should trigger an email. Please guide me how to achieve this( i'm ABAP