Basic Dought.. In Integration Repository

Hi All,
Any body Explain me the below topics
<b>Integration Scenario & Integration Process</b>
      -  Integration Scenarios,
      -  Action,
      -  Integration Processes,
<b>Interface object</b>
1.      message Interfaces
2.      message type
3.      fault message types
4.      data types
-     exchangefaultdata
-     exchangeLogData
5.      Datatype Enhancements
6.      Context Objects
7.      External Definitions
<b>Mapping Objects</b>
-     Interface Mapping
-     Message Mapping
-     Mapping Templates
-     Imported Archives
<b>Adapter Objects</b>-     Adapter Metadata
-     Communication Channel Template
This information very use full to me
Thanks & Regards

Hi,
I have taken some time off for you and have given the best possible explanation for the doubts you have.
<b>Integration Scenarios:</b>
An integration scenario completely models the exchange of
messages for a collaborative process and provides an overview of the process flow.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/ec/21ee117a909f44a8b69794b9ed6221/frameset.htm
<b>Integration Processes</b>
An integration process is an executable, cross-system process for processing messages. In an integration process you define all the process steps that are to be executed and the parameters relevant for controlling the process.
You implement integration processes when you want to define, control, and monitor complex integration processes that extend across enterprise and application boundaries. The design and processing of integration processes is also known as cross-component Business Process Management (cross-component BPM, ccBPM).
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/f7/d4653fd1d3b81ae10000000a114084/frameset.htm
<b>
<u>Interface object</u></b>
<b>1. message Interfaces</b>
ou use a message interface to describe a platform-independent or programming-language-independent interface, which you want to use to exchange messages between application components using SAP Exchange Infrastructure.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/55/c5633c3a892251e10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/06/1522417c22f323e10000000a155106/frameset.htm
<b>
2. message type</b>
A message type comprises a data type that describes the structure of a message. At the following points in SAP Exchange Infrastructure you can refer to the message to be exchanged at runtime by using the message type
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/2d/c0633c3a892251e10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e7/7356405aff1e24e10000000a1550b0/frameset.htm
<b>
3. fault message types</b>
Fault message types are designed for application-specific errors that occur on the inbound side and that are reported back to the sender or persisted in monitoring.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/dd/b7623c6369f454e10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm
<b>4. data types</b>
A data type is a basic unit for defining the structure of the data for a message type and, as a result, for the message to be exchanged.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/a5/04623c4f69b712e10000000a114084/frameset.htm
exchangefaultdata and exchangeLogData
All fault message types reference the data type ExchangeFaultData for this part and, indirectly, the data type ExchangeLogData. These data types are automatically created in a namespace when you create the first fault message type there.
<b>
5. Datatype Enhancements</b>
SAP applications enable customers to enhance application source code without making modifications and thus to meet customer-specific requirements that are not provided for in the standard shipment.  The applications can use Business Add-Ins (BAdIs) for this purpose. Furthermore, if customers use applications that exchange messages by using XI, they can define data type enhancements for Integration Repository data types.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/frameset.htm
<b>6. Context Objects</b>
Context objects are a simple alternative to XPath expressions for accessing the contents of a message.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
<b>
7. External Definitions</b>
External definitions enable you to import WSDL, XSD, and DTD documents to the Integration Repository so that you can access the message definitions they contain as external messages.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/43/ce49ef1019087ae10000000a1553f6/frameset.htm
<b><u>Mapping Objects</u>
</b>
<b>Interface Mapping</b>
Interface mappings register your mapping program for an interface pair in the Integration Repository.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/4f/ef761a5ecfb1418b79896e10fe4c57/frameset.htm
<b>
Message Mapping</b>
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/d9/cea942ad920c31e10000000a1550b0/frameset.htm
<b>
Mapping Templates</b>
Just like you can reuse data types in different message types, you can also save parts of message mappings as Mapping Templates and reuse them elsewhere. Once you have saved a mapping template it serves as a copy template that you can then load into other message mappings and modify to fit your requirements.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/79/2835b7848c458bb42cf8de0bcc1ace/frameset.htm
<b><u>Adapter Objects</u></b>
<b>Adapter Metadata</b>
With adapter metadata you can define configuration data needed for a certain type of adapter at design time. Adapter metadata define the part of a communication channel that is specific to the adapter type.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/12/f9bb2fe604a94cbcb4c50dc510b799/frameset.htm
<b>Communication Channel Template</b>
You can preconfigure a communication channel with a communication channel template. You can use the communication channel template as a template to define a communication channel at configuration time.
Please go through this link for further reference:
http://help.sap.com/saphelp_nw04/helpdata/en/bd/6af766076e384ebdce621d25161184/frameset.htm
I am sure i have clearly explained your doubts.
Regards,
Abhy
PS: AWARD POINTS FOR HELPFUL ANSWERS.

Similar Messages

  • Integration Repository not registering in SLD

    I have had a server released to me for final config, (PI7.0 SP10) but I am having some errors during final config/post installation steps.
    There errors are:
    #10 13:24:04 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.misc.api.BaseRuntimeException
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Cannot connect to Repository
    I have checked the ExchangeProfile, SLD, Users are not lcoked.  I have looked into rep/support/public/index.html Log
    407 12:54:13 [SAPEngine_Application_Thread[impl:3]_188] ERROR com.sap.aii.ib.core.util.AbstractWebUtils: Internal error: Could not find SLD name for XI Application "RWB"
    Thrown:
    MESSAGE ID: com.sap.aii.ib.bom.landscape.rb_landscape.SLD_***_NOT_FOUND_EX
    com.sap.aii.ib.bom.landscape.SLDElementNotFoundException: Unable to find an associated SLD element (source element: SAP_XIIntegrationRepository, [CreationClassName, SAP_XIIntegrationRepository, string, Name, repository.xib.vpsddbvirt, string], target element type: SAP_XIIntegrationServer)
    Basically, the Integration repository will not register in the SLD.
    Any ideas?  I have run SXI_CACHE, and /CPACache/refresh?mode=full but this hasn't helped.  I have asked Basis to check all Applications are running in Deploy in the Java Visual ADmin.
    Everything appears to have registered correctly.  I am loathe to use OSS Note 764176 as this is a Major component.

    > Hi,
    >
    > Have you mentioned the necessary parameters for the
    > IR in Exchange Profile?
    >
    > Regards,
    > Kumar
    I have only mentioned that I have checked them - and by that I mean compared to Test and Dev (with the domain changing for different servers)

  • Storage of IDOC definitions in Integration Repository

    Hi there,
    I'm trying to define development standards for the use of XI and I can't seem to find any recommendation for the storage of SAP interface definitions (IDOCs, RFCs, etc)within the Integration Directory.
    We have an environment with multiple SAP systems including regional R/3 systems which have differing definitions of standard IDOCs - eg different ORDERS05 IDOCs, so do I need to store these definitions in system specfic SWCV?
    My thought is to create a Product in the SLD (OUR_BASIS) with multiple SWCV relevant to specific SAP systems (OUR_BASIS_R3_EUROPE, OUR_BASIS_R3_USA etc) each of which could be brought into the Integration Repository to store the system specific objects. The names are non-SID specific to prevent naming issues moving through development, quality and live XI environments. I would then link the product to each of the SAP systems in the SLD, adding new SWCV as more systems are put into the SLD.
    Does this seem like a reasonible solution? Does anyone else have or know of other recommendations?
    I will be grateful for any assistance and will dish out reward points as appropriate.
    Many thanks,
    - Ian

    Hi Ian,
    I tried to understand the reason of why would you want to create custom software components in your SLD for multiple SAP systems and import IDocs arising out of these systems into different software component versions? I guess this would defeat the basic purpose of developing objects under software components and the idea of developing integration objects (mapping, data type etc) under software components and not based on phycial system or geographical location.
    Let's take an example. If you consider software component X release 1.1 installed on SAP system A. Consider this is a standard software component version delivered by the vendor. And you don't have any authorization to change the objects under this software component. In such scenario, whether you have this software component installed on SAP System A or B or C you just need to import it once under that software component version. Say IDoc ORDERS05. Irrespective of which system you download it from, it's definition is going to remain the same.
    Also, system dependencies and actual source and target definitions should not be part of your software component versions. They should be in Integration Directory and should be kept independent of the software components.
    Any custom development will be obviously grouped under custom software components.
    Message was edited by: Anand Shankar
    Message was edited by: Anand Shankar

  • Error when starting the Integration Repository/Directory

    When starting the Integration Repository or Directory I get the following error message when the Java Web Start is launched:
    <i>JAR resources in JNLP file are not signed by same certificate</i>
    I am running on XI3.0 SP15
    Any idea?
    Thanks in advance.
    Kind regards,
    Dave Arends

    Solved this issue.
    Go to Administration - Java Web Start Administration.
    Click on 'Re-initialization and force signings' and start the Repository or Directory again.

  • How to run Integration Repository Designer

    Hello,
    I have installed NetWeaver 2004S SR2 ABAP+Java, Windows 2003 32-bit with MS SQL Server 2005. Did not install anything beyond that.
    The goal for me is to create the connectivity between our own application and SAP NW with use of PI module.
    Now, I'm trying to follow step-by-step guide "Step-By-Step Approach for Implementing XI" Scenarios(SAP on DB2 for Linux, UNIX, and Windows) and at certain point they ask to open the Integration Repository Designer, which I cannot find on my system.
    Questions:
    1. Do I need to install anything beyond already installed components to get access to PI/XI design and runtime tools?
    2. If not, how can I run this Integration Repository Designer?
    Thanks,
    Maxim.

    After running the transaction mentioned, I just get the Windows Explorer popped up with the folder "C:\Documents and Settings\Sap\SapWorkDir"
    Those are the files in this folder:
    SAP_Cache_Sap\
    SAPHistorySAP.mdb
    SAPHistorySAP.ldb
    sapfewdll_01_0007_00_692_1716.err.trc
    errorlog.gui
    No errors or any other messages in the SAP System window. Any suggestions?
    Maybe I'm not good at terminology, but saying "...while installing XI/PI..." did you mean I need to install that separately from the installation I ran from the SAP Solution Manager disc, providing NW Kernel 7.0 as a part of that installation?
    Thanks,
    Maxim.

  • Error in Integration Repository: ..SecStore.properties does not exist

    Hi Guys!
    I'm getting this error when I try to tick and save the values "Objects Are Original Objects" and "Objects Are Modifiable" in a software component version in the Integration Repository:
    "ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException thrown by the physical connection: com.sap.sql.log.OpenSQLException: Error while accessing secure store: File "
    <hostname>\sapmnt\XIP\SYS\global\security\data\SecStore.properties" does not exist although it should.."
    Would any of you know what might be wrong?
    I'm using PI 7.0.
    Warm Regards,
    Glenn

    Is your XI installed on SQL Server? Seems like there is a db connection error woth XI to the underlying database.
    Check if the DB instance is running.
    VJ

  • Modification Buttons not active in Integration Repository

    Hello,
    we have a strange behaviour in Integration Repository. With java 1.3 on frontend all looks fine but with 1.6 modification buttons (text-preview...) for message-mapping objects (tab Design) are not active.
    Does anybody know this issue? What can we do to sail round this problem?
    Thanks
    Andreas

    Hi Andreas,
    I faced the same issue some times back, when I upgraded java from 1.4  to 1.6 version.
    So I had to disable all the java version later than java 1.4.2.
    Try this steps :-
    1. go to Control Panel - Java.
    2. In Java control panel , go to General tab.
       In temprory internet files click View. Here delete all the entries related to Your XI link.
    3. In Java control panel, go to Java tab.
       In java Applet Runtime Settings, click View. Uncheck all the version later than java 1.4.2.
       In java Application Runtime Settings, click View. Uncheck all the version later than java 1.4.2.
    Regards,
    Sunil Chandra

  • LinkageError at Interface Mapping in Integration Repository

    Hello,
    I have created interface Mapping and when I test them in Integration repository, it gives the following error.
    Please can anyone suggest on the same.
    Thanks
    vijaya
    Messages:11:53:40 Start of Test
      - LinkageError at JavaMapping.load(): Could not load class: com/sap/xi/tf/_MM_Material_
      - java.lang.NoClassDefFoundError: Illegal name: com/sap/xi/tf/_MM_Material_
           at java.lang.ClassLoader.defineClass(ClassLoader.java:538)
           at java.lang.ClassLoader.defineClass(ClassLoader.java:448)
           at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingLoader.findClass(RepMappingLoader.java:173)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
           at com.sap.aii.ibrep.server.mapping.ibrun.RepJavaMapping.load(RepJavaMapping.java:130)
           at com.sap.aii.ibrep.server.mapping.ibrun.RepJavaMapping.execute(RepJavaMapping.java:49)
           at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingHandler.run(RepMappingHandler.java:75)
           at com.sap.aii.ibrep.server.mapping.rt.MappingHandlerAdapter.run(MappingHandlerAdapter.java:110)
           at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInterfaceMapping(ServerMapService.java:141)
           at com.sap.aii.ibrep.server.mapping.ServerMapService.transform(ServerMapService.java:120)
           at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.transform(MapServiceBean.java:51)
           at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.transform(MapServiceRemoteObjectImpl0.java:305)
           at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:266)
           at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:292)
           at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
           at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:118)
           at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
           at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
           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:94)
           at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:144)
    11:53:40 End of Test

    Hello Homiar,
    Thanks for the Reply.
    I am on SAP J2EE Engine/6.30.
    Also, I a using j2re1.4.2_05 and j2sdk1.4.2_05. But I am still having the same error.
    The above Java versions are on my m/c. Should the Java runtime on server also should be the same.
    Please suggest.
    PS: I am putting the same reply on my initial Query also. If u need to reply to that linkage, you can select the hyperlink above the message saying 'Reply to the message'
    thanks
    Vijaya

  • Activating ABAP Mapping in Integration Repository?

    Hello Everyone,
    I am trying to activate the ABAP Mappings. I have followed the guide "how to use ABAP mapping in XI 3.0".
    But ABAP Mapping Type didn't appear in the List
    I have also cross-checked with this blog
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    I have tried a number of options(Probably all possible options):
    1. SLD Cache Refresh
    2. Refresh Properties from Administration console of XI
    3. Full Cache Refresh
    4. Restart of Integration Repository
    5. Restart of J2EE instance from SMICM
    6. Restart of Entire XI Server
    7. All types of Refreshes from Administrator Console
    Also SLDCHECK works fine
    I find the property in the 'All Properties' Menu of the of the Administrator console of XI , but it is not reflected in the drop downlist!!
    Any Other possible options or solutions.
    XI is on SP 16.. Does that have anything to do ??
    Thanking you in advance
    Satish

    hi
    of course michal
    I have already mentioned that I have followed the steps of the guide.
    and I do a lot of home work by myself  before asking a question
    any  more ideas.
    thank u
    satish

  • Users not able to create new ojects in Integration Repository

    Hi,
        We did a heterogeneous copy of PI from AIX to HPUX. After that we have done few post installation steps w.r.to PI Specific usage type.
        all the developers are able to login to the integration repository, but when they are trying to "Edit" or "Create" new objects they are getting the following error
    "You are not permitted to create new objects since the software component cannot be changed".
       this is working with PISUPER user but not with any development user id and passwd.
        any response is higly appreciated.
      Thanks
      Sourav

    Hey NM,
        Thanks a lot for your suggestion. problem got resolved when i did what you said (checking the attributes with developers user id's)
    Thanks
      Sourav

  • Import of SAP Objects into Integration Repository in XI 3.0

    Hi all,
    I am not able to import SAP objects into the Integration Repository in XI 3.0. This option is under any Software Component  Version. I have selected the radio button "Import of RFC and IDoc interfaces from SAP systems permitted", in the Software  Component Version settings. After the connection data is specified for the SAP system nothing appears under the IDoc, Whereas  the import of RFCs is successfull.
    We also have another installation of SAP XI 3.0, here this option is working properly. Can anyone tell me what is the  problem, is is there something else to be configured inorder to do this.
    Best regards,
    Norway

    Hi Stephan
    Thank you for your answer. We have followed your instructions but did only get half a success. Here is what we have done:
    1) Created "External Definitions" for all related xsd-files with the same name as the xsd-filename and in our own namespace. Our namespace is different from those specified in the xsd-files. We have not change the namespaces in the xsd-files.
    2) Maintained the "source"-field with the name for the xsd-file and not the url as specified in our answer. When we used the filename only we got a value the field "name" in the "External References".
    3) We made a message mapping and imported the "top-level-xsd-element" from the "External Definition". This resulted in only the top level element and nothing else. What we expected was the possibility to drill down through the complete structure.
    What did we doe wrong? Perhaps I could talk you into spending 10 min. and try it your self? This url leads to a zip file with all the related xsd files: http://rep.oio.dk/ubl/xml/schemas/0p71/documentation/resources.html
    Do you know if it will be possible to make references across namespaces in a later version of XI?
    Regards
    Christian

  • Error whlie opening Integration Repository

    Hi All,
    In XI System whem iam clicking Integration repository iam getting the following error.
    JAR resources in JNLP file are not signed by same certificate
    Exceptions
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://usirs252.amer.corp.eds.com:50000/rep/">
      <information>
        <title>Integration Builder</title>
        <vendor>SAP AG</vendor>
        <homepage href="http://www.sap.com"/>
        <description>Repository</description>
        <description kind="short">Repository</description>
        <description kind="one-line">Repository</description>
        <description kind="tooltip">Repository</description>
        <icon href="http://usirs252.amer.corp.eds.com:50000/rep/start/graphics/sap6464.gif" width="64" kind="default"/>
        <icon href="http://usirs252.amer.corp.eds.com:50000/rep/start/graphics/SAP3232.gif" width="32" kind="default"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se initial-heap-size="33554432" max-heap-size="536870912" version="1.4+"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_client.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_core.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ibrep_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_client.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_core.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_ib_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_proxy_gen.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_map_api.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_mt_base.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_mt_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_mt_rt.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_icons.jar" download="eager" main="false"/>
         <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_swing.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_xsd.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_xml.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_utilxi_misc.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_util_rb.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_upload_core.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/aii_upload_sap.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/clientaii_ib_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/clientaii_ibrep_sbeans.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/frog.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/focus14.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/sapxmltoolkit.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/jta.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/ejb20.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/exception.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/logging.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/guidgenerator.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/jperflib.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenComposite.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGraph.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGraphics.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGenerics.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/tenGui.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/sapni.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/sapj2eeclient.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/iaik_jsse.jar" download="eager" main="false"/>
        <jar href="http://usirs252.amer.corp.eds.com:50000/rep/repository/iaik_ssl.jar" download="eager" main="false"/>
        <property name="sap.theme" value="Streamline"/>
        <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE"/>
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core., com.sap.aii.ibdir.core., com.sap.aii.ibdir.core.cts.,com.sap.aii.ibrep.core.cts.*"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="00"/>
        <property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld"/>
        <property name="jnlp.com.sap.aii.connect.cr.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE"/>
        <property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep"/>
        <property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE"/>
        <property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50004"/>
        <property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld"/>
        <property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="001"/>
        <property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir"/>
        <property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb"/>
        <property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@"/>
        <property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50004"/>
        <property name="jnlp.com.sap.aii.connect.repository.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.connect.directory.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@"/>
        <property name="jnlp.com.sap.aii.connect.repository.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run"/>
        <property name="jnlp.com.sap.aii.ibrep.core.cts.enableClTransport" value="true"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@"/>
        <property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.docu.languages" value="null"/>
        <property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m"/>
        <property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl"/>
        <property name="jnlp.com.sap.aii.repository.mapping.additionaltypes" value="R3_ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine)"/>
        <property name="jnlp.com.sap.aii.connect.directory.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8000"/>
        <property name="jnlp.com.sap.aii.connect.rwb.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="001"/>
        <property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000"/>
        <property name="jnlp.com.sap.aii.ibrep.core.transport.exportCtsDirectory" value="D:\usr\sap\X3D\SYS\global\xi\ctsExport"/>
        <property name="jnlp.com.sap.aii.connect.landscape.name" value="usirs252.amer.corp.eds.com"/>
        <property name="jnlp.com.sap.aii.ibrep.core.cts.enableTransportWizard" value="true"/>
        <property name="jnlp.com.sap.aii.connect.rwb.httpport" value="8000"/>
        <property name="jnlp.SAPMYNAME" value="usirs252_X3D_00"/>
        <property name="jnlp.com.sap.aii.docu.url" value="null"/>
        <property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/"/>
        <property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl"/>
        <property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/"/>
        <property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50000"/>
        <property name="jnlp.client" value="true"/>
        <property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@"/>
        <property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="512m"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@"/>
        <property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp"/>
        <property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@"/>
        <property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="00"/>
        <property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator"/>
        <property name="jnlp.rc.release" value="7_00"/>
        <property name="jnlp.rc.applname" value="REPOSITORY"/>
        <property name="jnlp.rc.supportpackage" value="16"/>
        <property name="jnlp.rc.synctime" value="${sync.time}"/>
      </resources>
      <application-desc main-class="com.sap.aii.ibrep.gui.appl.ApplicationImpl">
        <argument>webstart</argument>
      </application-desc>
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Please help me out in solving this issue

    Hi All
    I am getting this error with SP17 , does anybody knows any solution
    Error Description:
    An error occurred while launching the application.
    Title: Integration Builder
    Vendor: SAP AG
    Category: Launch File Error
    JAR resources in JNLP file are not signed by same certificate.
    I have tried refereing the Snote mentioned in this link 929144 but it is
    displayed with this message u201CThe requested Snote is either in reworking or is released internally only.u201D

  • Authorization Error For XI Integration Repository and Directory

    Hi All,
    I am new in this field.
    While accessing Integration Repository and Directory, I am getting the error "No Authorization for this action". I am trying to login with user J2EE_ADMIN, have following roles :
    SAP_J2EE_ADMIN
    SAP_J2EE_ADMIN
    SAP_J2EE_GUEST
    SAP_XI_ADMINISTRATOR_J2EE
    SAP_XI_CONFIGURATOR_J2EE
    thnx and regds:
    N.N. Tiwari

    hi,
    go to http://<host>:<port>/index.html -->User Management log in using j2ee_admin
    When you go into one of the tabs, there will a client entry . Just change.
    You should able to do the same thing with UME provider service in the visual admin.
    Please check Note 938980 if you are using VPN.
    This is probably a Java Web-Start issue. Please check logon with other JWS versions. Also check if you have any conflicting JWS versions installed.
    This is a checklist for logon errors:
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Also check the methods in these threads:
    Authorization error; unknown user name or incorrect password
    Authorization error in Integration Repository.
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • How to delete object in Integration Repository SAP PI 7.0

    how to delete object in Integration Repository SAP PI 7.0

    Hi Rashmi,
    Right click on the object, you would find the option to delete--> select it. Goto Changelist Tab and activate the changes.
    Ref: /people/siva.maranani/blog/2005/05/22/how-to-delete-software-component-from-integration-builder
    Re: How to delete/remove the software component from integration repository
    Thanks,

  • Integration Repository Responsibility

    Hi dear,
    EBS R12.1
    OEL 5.4
    How do I create an "Integration Repository Responsibility"?
    In our VISION instance this resp. is existing, but in our CRP/UAT instance it is not :(
    Please help....
    Thanks a lot,
    Ms K

    Hi;
    Please check below which could helpful in future
    Oracle E-Business Suite Integrated SOA Gateway Release Notes, Release 12.1.1 [ID 565922.1]
    What's New in Oracle E-Business Suite Integrated SOA Gateway Release 12.1 (Part 1) [ID 848452.1]
    Oracle E-Business Suite Integrated SOA Gateway Release Notes, Release 12.1.2 [ID 953482.1]
    Oracle E-Business Suite Integrated SOA Gateway 12.1.1 Integration Repository Parser One-Off [ID 946192.1]
    Oracle E-Business Suite Integrated SOA Gateway Troubleshooting Guide, Release 12 [ID 726414.1]
    What's New in Oracle E-Business Suite Integrated SOA Gateway Release 12.1 (Part 2) [ID 848467.1]
    What's New in Oracle E-Business Suite Integrated SOA Gateway Release 12.1 (Part 1) [ID 848452.1]
    Regard
    Helios

Maybe you are looking for