Demo Examples

We are trying to implement the Check Seat Availability example for XI.
The problem is that when I execute it I get the following error in the Browser.
XI System Error
HTTP response contains status code 401 with the description Unauthorized.
Now it doesn`t even seem as thought we are reaching the target client as when I check the moni it has a red flaf at call integration engine. And there is no Receiver service or interface or namespace defined. I have checked the config and all is correct but for some reason I cannot send the message directly to the XI integration engine.
I am using PIAPPLUSER to logon and everything

Hello Mendez,
Error: HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized
Description: The request requires user authentication
Possible Tips:
u2022 Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER
u2022 If the error is in XI Adapter, then your port entry should J2EE port 5<System no>
u2022 If the error is in Adapter Engine
u2013then have a look into SAP note- 821026, Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.
u2022 May be wrong password for user XIISUSER
u2022 May be wrong password for user XIAFUSER
u2013 for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message.
Thanks,
Satya

Similar Messages

  • Error when activating the BSP aplication of Demo Examples in SAP XI 7.0

    Hi all,
    I'm configuring the Demo Examples of SAP XI 7.0 (SAP BASIS 7.0 Content), when i activate the service "sxidemo_agcy_ui" and then edit this service as tutorial of the Configuration Guide document and then save all modification, finally choose "Test Service", I get an error message in the web page as below:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:  BSP Exception: Das Objekt default.htm in der URL /sap/bc/bsp/sap/sxidemo_agcy_ui/default.htm?sap-client=105&sap-sessioncmd=open ist nicht gültig.
    Error type:
    Your SAP Business Server Pages Team
    After, i try to test all service in the BUSINESS SERVICE PAGE (default_host/sap/bc/bsp ...), i get a same error message as above.
    I have followed the SAP Note 517484 to active all service necessary in order to run the BSP application. But i have still get the same error message and BSP in my XI System is still not available.
    Anyone have met a same situation as me or anyone know resolve this problem, could you please help me?
    Thanks a lot in advance,
    Vinh Vo

    Hi Vinh,
    You might want need to go into the abap development workbench (tcode se80), in here there are BSP application program that might not get activate and publish, and also the Internet Service/WEBGUI.
    check and see if all require service are published.
    thanks,
    Nhung

  • Attachment in DocumentReview Demo Example is not shown properly in Solaris.

    I deployed the DocumentReview Demo Example on Solaris O/S.
    On the Initiate tab of DocumentReview BPEL Process, I specified the following :-
    documentTitle :- Alshaya XLS File
    documentName :- alshaya.xls
    URI :- file:/home/soa/attachments/alshaya.xls
    assignees :- jcooper.
    alshaya.xls file is in /home/soa/attachments folder on Solaris O/S.
    But when I login into the WorkList Application using "jcooper", the attachment (alshaya.xls) file doesn't opens up properly.
    It opens up in some wierd format in IE 6.0 or IE 7.0.
    Please do suggest a proper solution for the same, so that the attachment opens up properly.
    The proplem is with all the extensions (.doc, .xls, .pdf).
    Gopal D. Kalsekar
    M.H. Alshaya Co. WLL.
    Off. Tel. :- 00965-224-3598
    Email :- [email protected]

    The following worked for me in 10.1.3.1, basically the mimeType of the
    attached file needed to be specified in Solaris O/S, Please see the below code :-
    I was calling the BPEL Process from my JSP Page, so had to do the following from JSP :-
    "<Attachment_1Name><![CDATA[" + actualFileName + "]]></Attachment_1Name> " +
    "<Attachment_1CT><![CDATA[" + multi.getContentType(parameterName) + "]]></Attachment_1CT> " +
    "<Attachment_1Present>true</Attachment_1Present> " +
    "<Attachment_1><![CDATA[" + "file:/home/soa/attachments/" + actualFileName + "]]></Attachment_1> ";
    Changes in .bpel file :-
    <copy>
    <from>
    <task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
         <taskDefinitionURI/>
         <priority/>
         <title/>
         <payload/>
         <creator/>
         <ownerUser/>
         <identityContext/>
         <attachment>
         <name/>
         <URI/>
         <mimeType/>
         <content/>
         </attachment>     
         <userComment>
         <comment/>
         </userComment>
         <processInfo>
         <domainId/>
         <instanceId/>
         <processId/>
         <processName/>
         <processType/>
         <processVersion/>
         </processInfo>
         <systemAttributes/>
         <systemMessageAttributes/>
         <callback/>
    </task>
    </from>
    <to variable="initiateTaskInput" part="payload"
    query="/taskservice:initiateTask/task:task"/>
    </copy>
    <switch name="Switch_Attachment_1">
    <case condition="bpws:getVariableData('inputVariable','payload','/ns1:SwipeCardRequest/ns1:Attachment_1Present')= 'true'">
         <bpelx:annotation>
         <bpelx:pattern>Attachment 1 Present</bpelx:pattern>
         </bpelx:annotation>
         <assign name="Assign_Attachment_1">
         <copy>
              <from expression="substring-after(bpws:getVariableData('inputVariable','payload','/ns1:SwipeCardRequest/ns1:Attachment_1Name'),'___')"/>
              <to variable="initiateTaskInput" part="payload"
              query="/taskservice:initiateTask/task:task/task:attachment[2]/task:name"/>
         </copy>
         <copy>
              <from expression="bpws:getVariableData('inputVariable','payload','/ns1:SwipeCardRequest/ns1:Attachment_1CT')"/>
              <to variable="initiateTaskInput" part="payload"
              query="/taskservice:initiateTask/task:task/task:attachment[2]/task:mimeType"/>
         </copy>
         <copy>
              <from expression="ora:readFile(bpws:getVariableData('inputVariable','payload','/ns1:SwipeCardRequest/ns1:Attachment_1'))"/>
              <to variable="initiateTaskInput" part="payload"
              query="/taskservice:initiateTask/task:task/task:attachment[2]/task:content"/>
         </copy>
         </assign>
    </case>
    <otherwise/>
    </switch>
    Thanks,
    Gopal D. Kalsekar
    M.H. Alshaya Co. WLL.
    Off. Tel. :- (965) 224 3598
    Email :- [email protected]

  • XI 3.0 Demo Examples Configuration

    Hello,
    I am trying to follow through the XI demo example configuration.  When I attempt to do the manual editing (page 34 - adding a rounting condition to the receiver determination) I get the following error:
    Message interface no longer exists in the Integration Repository
    Anyone seen this before?
    Thanks
    Mike

    Hello,
    Thanks for the link.  I tried everything suggested in the thread but am still not having any luck.  I can see AirlineID in the repository and it is active and I can see that SAP Basis 6.40 is a component of each of the Business systems (sid_105 - sid_107).  Any other suggestions?
    Cheers,
    Mike

  • PI Demo Examples problems with executing CTC template for client setup

    Dear SAP community,
    I use PI 7.30 SP 4 and get the following exception if I use the CTC template to set up the PI demo examples in client 105
    and 106
    Web Services Configuration
    Description
    Exception in step "SRT_TECHNICAL_SETUP"
    Exception details : java.lang.Exception: BAPIRET2 SRT_ADMIN 050 Could not create service destination
    State
    Step was skipped
    In client 107, the template works after I delete the SAP_WSRT user. In clients 105 and 106, this leads to the exception above,
    If the  SAP_WSRT user exists, I get the exception that this user alreadz exists if I run the template.
    What should I do to fix this problem and properly implement the template on all clients?
    PS: I use admin users with SAP_ALL  rights. Maybe I use the wrong master password, because I use the one of my SAP_ALL user. This works at least for using the template within client107.
    Andreas

    Hi Mark,
    in my case the workaround of deleting the service user works only in Client 107.
    The additional problem with a missing service destination occurs already after deleting the service user in Clients 105 and 106. Will this additional problem also be treated in the new note?
    Joerg-Joachim Klossika already added the workaround to this note for the existing service user I proposed to him.
    I still cannot resolve the problem with the missing service destination.
    regards
    Andreas

  • "XI demo examples must be configured before first use"

    Trying to execute the "Checking Flight Seat Availability" (Proxy-to-Proxy Communication) in Client 105 but there seems to be a problem. A new SAP screen states "XI demo examples must be configured before first use, Read the documentation under Help - Application Help", and unfortunately there is no content in the Help either. I am 100% sure that the example have been properly configured according to the Configuration Guide but obviously I have missed something. The BSP application in the SAP system of the Integration Server (client 105) has been activated.

    Hi,
    please check the following link.
    http://help.sap.com/saphelp_erp2005/helpdata/en/ae/fd773f12f14a18e10000000a114084/frameset.htm
    Please note the following points from SAP help. please note the sentence in bold wich states that you must create the configuration objects yourself. Since different customers have different requirements in an integration scenario, Integration Directory content is not shipped. It is the task of consultants and administrators to configure the data in the Integration Directory at the customer site
    The features of the demo examples include several complete integration scenarios and comprise the following parts:
    ·        Design objects in the Integration Repository
    The design objects are defined and shipped by SAP.
    ·        Configuration objects in the Integration Directory
    You must create the configuration objects yourself. SAP provides comprehensive recommendations to help you.
    ·        Example applications
    SAP has implemented example applications for the communication parties involved. These example applications also contain user interfaces. You use these to execute the demo examples.
    ·        Configuration guide
    Detailed configuration instructions for the standard configuration recommended by SAP are available for the demo examples. These describe all the steps required to configure the demo examples in detail. A basic knowledge of Process Integration is sufficient to be able to make the relevant configuration settings.
    ·        Documentation
    Besides the detailed configuration instructions, additional documentation is also available. This also describes how to use the individual demo examples and explains the technical concepts addresse
    Please award points for helpful answer.
    thanks
    sharmistha

  • How to Deploy FOP demo example

    I have been trying to get the FOP demo example which comes with XSQL Demos in Oracle_home\xdk\demo\java\xsql\fop to work. I want to do something similar for one of your projects (have a .xsql file with .xsl file to transform it to fo using default serializer class defined in XMLConfig.xml). I assume that I can do that?
    I put the two files, emptable.xsql and emptablefo.xsl, in a web application in JDeveloper 10.1.2 build 1811. I got them to run in JDeveloper 10.1.2 with the embedded OC4J Server after putting the following libraries in tools -> Embedded OC4J Server Preferences, Global -> Libraries.
    fop.jar
    batik.jar
    avalon-framework-4.0.jar
    logkit-1.0.jar
    from fop-0.20.3a-bin.tar.gz.
    I want to deploy this application to Oracle 10g AS 10.1.3. I put the above libraries in the classpath by selecting: Tools->Project Properties, Profiles->Development Libraries and also xsqlserializers.jar which was in the JDeveloper Home/lib.
    I also created a orion-web.xml file and set search-local-classes-first="true".
    That did not help either. I created a .ear file and deployed from Application Server Control, OC4J home.
    I get the following error when trying to display emptable.xsql. My deployment works (if I leave out the xml-stylesheet line in the .xsql file then I get the proper data in the webpage.).
    Oracle XML Developers Kit 10.1.3.0.0 - Production
    XML-25022: Cannot load serializer class oracle.xml.xsql.serializers.XSQLFOPSerializer
    Is there any recent FOP examples on how to set an FOP applicaton? Or documentation?
    I have read Integrating FOP with Oracle JDeveloper. I don't wish to do it this way that is write my own FOP.java but just use default FOP serializer class?

    I followed the second article:
    http://technology.amis.nl/blog/?p=1182
    I do it to run in JDeveloper 10g 10.1.3 but now trying to deploy it to Oracle 10g AS 10.1.3, I get the following:
    Oracle XML Developers Kit 10.1.3.0.0 - Production
    XML-25022: Cannot load serializer class oracle.xml.xsql.serializers.XSQLFOPSerializer
    I downloaded, fop-0.20.5-bin.zip. And created the XSQLFOPSerializer class in the XSQLModel project. I gave my package name a different name then the name, oracle.xml.xsql.serializers, which was in the article. I put my class name in the XSQLConfig.xml file. This class is included in the War deployment profile. So why would I be getting the above error?
    So do I need to make my class the name, oracle.xml.xsql.serializers.XSQLFOPSerializer?

  • Demo Examples Checking Flight Seat Availibility

    Hallo!
    I have a problem with the demo example 'checking flight seat availability (proxy to proxy Comunikation)
    The XI is installed on a virtual machine (VM-Ware). I can call the BSP on the virtual machine and on the host. But only on the host I can select the radiobutton.
    If I select the airline and a flight number and push the button 'check availability' I get an error message with error type: 'XI system error'
    and error details:
    Error by the determination of the business system.
    (Bei der Ermittlung des Business Systems ist ein Fehler aufgetreten(LD_ERROR))
    Sorry I don't know how to check the BSP. But i read it at the moment.
    Has someone an idea, what I must check!
    Thank you for help
    Thomas

    Hi Thomas,
    Check if this link is useful to fix your issue,
    Re: Cache Refresh does not work
    Regards
    Vishnu

  • Configuration Problem for SAP XI 3.0 Demo Example Configuration

    We try to configure the demo and everything works fine until chapter 4.1.2 “Manual Editing” (page 34). When trying to set the condition for the receiver determination “XI_105 | FlightSeatAvailabilityQuery_Out by clicking in the condition column (point 5 of Manual Editing) we get the failure message “Problem Loading Schema Description: Message interface does not exist in any software components installed on this business system”
    The client 105 is defined as business system XI_105 (type Web AS ABAP) in SLD.
    By trying to create a receiver determination manually, there is also an unexpected behavior.
    When we choose Service XI_105 or any other business system of type “Web AS ABAP” the selection of an interface or a namespace has an empty result set. (Search Result: No objects found!)
    If we define a dummy System of type “Web AS Java” or “Standalone Java” the selection of an interface or a namespace shows the complete list of all defined interfaces and namespaces. (FlightSeatAvailabilityQuery_out and many others)
    Has anybody an idea, what’s the problem is.

    Hi
    Check if the software component you are using is included in the Technical System in the SLD. If it is not there include it. Next step, also add this to the relevant business system and save this. It should work, and you will not get the error.
    I guess the demo is a part of 'SAP BASIS 6.40 Software Component', so see if this component is included for your technical systems and the relevant business systems.
    cheers
    Sameer

  • A question about the SAP Demo Example: OfficeControl in WebDynpro ABAP

    Hello Experts,
    I find some examples about WDA UI Element "OfficeControl" in packet SIOS. But some standard functions of Word are deactivated.
    e.g in the following screenshots, MailMerge function is deactivated.
    [screenshot|http://picasaweb.google.com/meerwu/DropBox?authkey=Gv1sRgCJy33JuwwsSVDQ#5390235805723698882]
    Do you know, is it possible to activate all the word functions inside WebDynpro?
    Many thanks!
    meer
    Edited by: Meer Wu on Oct 8, 2009 4:35 PM
    Edited by: Meer Wu on Oct 8, 2009 4:36 PM

    Any inputs?

  • SAP XI 3.0 demo examples errors

    Hi,
    I'd like to ask if somebody could tell me the possible reasons for this examples' behaviour:
    1. When I start "Check Flight Seat Availability" example I got "Connection timed out (-5).... Detail: Connection to partner timed out" error. What it could be? Server's resources lack or anything else?
    2. The next example "Book Single Flight" seems to be working, but order status turns to "Flight booking order sent. Awaiting confirmation" only. So the airline doesn't really book the flight and flight booking number is not generated. What might be wrong in a configuration? How can I check the configuration to be sure everything is configured correctly?
    Thank you,
    Igor

    Hi Alwin and Frank,
    Sorry for delay, I just wanted to recheck all settings. Also I installed the SP10, so now I got another questions.
    1. Check Flight Availability example works now (seems I can get through the connection timeout) but I have a negative result: "Unable to check flight availability.  
    Error Type:  XI system error. Error Details:  An error occurred when determining the business system (NO_BUSINESS_SYSTEM)".
    2. Book Single Flight example has an additional airlines (Air Canada, Air France) that are not descibed in a documentation and doesn't have American Airlines that I have configured. Not very clear situation. Anyway I tried to book Lufthansa and I got an error "Attempt to send flight booking order failed.  
    Error Type:  Internal system error. Error Details:  Agency with number 00000110 unknown." What it could be?
    Well, is it ok to use SP10 to run examples at all?
    Can you suggest anything to check my system again?
    Thank you,
    Looking forward for your replies,
    Igor

  • Unable to view GetClientInfo Demo example

    Hi,
    I have dowloaded all the sources from the OTN site regarding the getClientinfo example, and i did as mentioned in the read me. But however when i click the HTML page to view the Form, i get
    <b> "Applet oracle.forms.engine. main not inited error. Loading of the Java Applet Failed </b>
    I am working on
    Windows XP, Oracle Form 6i and Forms 6i Server ( Release 2) . I don't have a web server or Oracle Web DB Listener installed in my PC.
    Let me know how to see this example working
    Thanks !!!

    I am using 0.0.91. And, I am able to import other tutorials and view them in the BPEL Design view.
    My primary concern with running this example is posted with subject 'Problem with running JMSServer example'. Looks like the buyer/seller queues are created automatically on build/deploy.
    Thanks
    Mahesh :)

  • Error while building Process Integration Demo Example in step 4.5.2

    Hello,
    while setting up the sample infrastructure, following the guide i get an error in step 4.5.2 when opening GeneratedReceiverChannel_XI.
    Attempt to access the 1 requested objects on 1 failed. Detailed information: com.sap.aii.ib.core.roa.RoaObjectAccessException: Attempt to read object Adapter Metadata XI | http://sap.com/xi/XI/System (SAP BASIS 7.00), type AdapterMetaData from application REPOSITORY on system REPOSITORY failed. Object does not exist. Detailed informatio n: Object Adapter Metadata XI | http://sap.com/xi/XI/System not found
    As this is more learning by doing i have no clue where to look up for the error and how to fix that.
    I would really appreciate your help.
    Thank you
    Manish

    Hi,
    Import the BASIS TPZ file in the repository which basically contains metadata for predelivered adapters by SAP.
    Take the help of XI BASIS person.
    Thanks,
    Gujjeti

  • Error in XML processing XI demo example

    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Integration Server
      -->
    - <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="INTERNAL">DESTINATION_NOT_FOUND</SAP:Code>
      <SAP:P1>http://sapep.xyz.com:50000/s</SAP:P1>
      <SAP:P2>QN7</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP destination http://sapep.xyz.com:50000/s does not exist (system , transaction SM59)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    Hi Santosh,
    have you configured http destination
    INTEGRATION_DIRECTORY_HMI ?
    if ont check out the installation guide on how to do it:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/95d7d490-0301-0010-ce93-c58f9a3cde0b
    that should resolve your problem
    BTW
    you can also check ICM & HTTP communication.
    from the installation guide:
    <i>Run transaction SMICM to check if the ICM and the HTTP service is running:
    a. In the ICM Monitor screen, check if the ICM status field displays a running state (= green bullet)
    b. Choose Goto -> Services.
    The ICM Monitor - Service Display screen appears.
    Check if the HTTP service is up and running (column Active is signed with a green hook)</i>
    Regards,
    michal
    Message was edited by: Michal Krawczyk

  • Javavm/demo/examples/ejb/basic/resultset=ORA-01002

    On my 8.1.6 Linux RH6.1, the resultset program gives 6 of the 14 results and then "oracle.jdbc.driver.OracleSQLException: ORA-01002: fetch out of sequence". I have tried lots of things and it appears that ResultSetServerImpl.rset throws this exception on the 11th next() invocation, instead of returning true.
    Can you add (or detract) from this? Has anyone run this without errors? Fixed it?

    On my 8.1.6 Linux RH6.1, the resultset program gives 6 of the 14 results and then "oracle.jdbc.driver.OracleSQLException: ORA-01002: fetch out of sequence". I have tried lots of things and it appears that ResultSetServerImpl.rset throws this exception on the 11th next() invocation, instead of returning true.
    Can you add (or detract) from this? Has anyone run this without errors? Fixed it?

Maybe you are looking for