Accessing R12 Integration Repository error

Hi,
When I tried to access the R12 integration reporsitory via the Integrated SOA Gateway responsibility i'm getting the following error.
Integrated SOA Gateway is not a valid responsibility for the current user. Please contact your System Administrator.
What are the additional setups I need to do, in order to access?
Thanks and Regards,
MPH

Hi Srini, thanks a lot. I tried to access it from my user account. As you said there should have been some kind of a restriction.
I traied to access it from a common sysadmin user account. It worked.
And Hussain your decuments were also helpful in identifying this responsibility.
Thanks and Regards,
MPH

Similar Messages

  • Integration repository error

    Hi All,
    When i tried to run t-code SXMB_IFR to run integration repository, in the web-browser, i am getting the following error. can anyone help me. the error details is as below:
    Exception Details
    Exception class: com.sap.aii.utilxi.prop.api.PropertiesException
    Message
    Unable to read configuration data (ExchangeProfile/aii.properties)
    Stacktrace
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.prop.api.rb_all.NO_PROPERTIES
    com.sap.aii.utilxi.prop.api.PropertiesException: Unable to read configuration data (ExchangeProfile/aii.properties)
         at com.sap.aii.utilxi.prop.api.PropertySourceFactory.initServerMode(PropertySourceFactory.java:202)
         at com.sap.aii.utilxi.misc.api.AIIProperties.initServerMode(AIIProperties.java:401)
         at com.sap.aii.ib.server.applcomp.StartupServerProperties.initPropertiesForServer(StartupServerProperties.java:95)
         at com.sap.aii.ibrep.server.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:152)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at jsp_Main1175669144979._jspService(jsp_Main1175669144979.java:21)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:544)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
         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)
    Thanks and Regards,
    Sailesh K

    <i>Exception Details
    Exception class: com.sap.aii.utilxi.prop.api.PropertiesException
    Message
    Unable to read configuration data (ExchangeProfile/aii.properties)
    Stacktrace
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.prop.api.rb_all.NO_PROPERTIES</i>
    >>>>
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/f02840d89d185de10000000a1550b0/frameset.htm
    do check if you have maintained the exchange profile !!!

  • BPM Studio call web service deployed by R12 Intergration Repository error

    Hi, I encountered a problem when calling a web service deployed by R12 Intergration Repository (SOA Gateway) w/ username/password authentication.
    It seems that the BPM Studio can not pass the security information to the web service. But using SoapUI it's quite easy to call the service with no error, just set the username and password, and set the password type to PasswordText.
    Under the External Resources catalog, I've set fileds in the Security tab with "Plain" Username Token, "sysadmin" Username and "sysadmin" Password, then changed the Authentication Type to "Username Token Profile". Then create a participant named sysadmin, and use this participant to run the process, but it just can't work.
    Anybody can help? My colleague also posted a topic here: processRemoteException when invoke  webservice from Oracle E-Business Suite but nobody answered. It would be very appreciated if sb. can fix this.

    I've encounter something similar to you're problem and it was resolved by manually creating the object using the web service constructor and inputting user credentials. If you manually instantiate your web service wrapper object and set a a security profile token, it may solve your problem. You can also pass in the web service endPoint URL, if you want.
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy
    I'm not sure how to use UsernameTokenProfileSecurityPolicy, but try something like this:
    Fuego.WebServices.UsernameTokenProfileSecurityPolicy policy = UsernameTokenProfileSecurityPolicy();
    policy.username ="mark";
    policy.password = "password";
    tws = YourWebService();
    response = tws.callWebServiceMethod();
    I realize the security profile isn't tied anywhere to the web service, but try it anyway.
    There is also some fields on the webservice, tws.setRequestHeader() that may allow you to set the username and password on the request, but this doesn't make sense to me. It shouldn't be that hard.
    Edited by: Mark Peterson on Mar 19, 2010 9:14 AM
    Edited by: Mark Peterson on Mar 19, 2010 9:20 AM

  • How to access Oracle Integration Repository on E-Business Suite

    I saw a Power Point presentation on Oracle integration that shows screen shots of Integration Repository. But that doesn't tell how to go to that screen. The presentation is at http://www.oracle.com/technology/products/applications/integration/1147_EBS_and_SOA.ppt.
    A white paper also refers to Integration Repository, but doesn't tell how to go to that screen on E-Business Suite.
    Does anyone know how to reach that screen?
    Thanks.
    Rahul

    Hello Rahul,
    Even if the EBS Interface Repository exposes Web Services I think the best forum to ask this question will be in the Oracle Applications ones.
    Regards
    Tugdual Grall

  • 'Message interface no longer exists in the Integration Repository ' Error

    Hi ,
    i am getting this message whenever i try to add Service in Receiver determination.
    what is the reason for this message as due to this i am not to select any message in XPATH.

    Hi,
    I think this error is due to non-availability of your software component for R/3 server.
    Add your software component to the technical and business systems of Application server.
    Hope this helps.....
    Mili.

  • Unable to generatre WSDL from integration repository

    Dear All,
    From Oracle R12 Integration Repository when i am clicking on GENERATE WSDL tab i am getting below error.
    Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: SystemError: Error while sending message to server. http://macoraotc02.maaden.com:8031/webservices/SOAProvider/EbizAuth?Generate=663&soa_ticket=lyZjtsJ4ghJ8oj7Va2-aiw..' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details
    Is there any issue with connectivity and from where i can see Service Provider logs please help.
    Thanks,
    Mihir

    Ensure below steps has been performed correctly:
    8. Enable ASADMIN user using the following steps:
    1. Log on to Oracle E-Business Suite using sysadmin/sysadmin.
    2. Select the User Management responsibility in the Navigator.
    3. Click the Users link from the navigation menu to open the User Maintenance window.
    4. Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
    5. Click the Update icon next to the ASADMIN user to open the Update User window.
    6. Remove the Active To date field and click Apply.
    7. Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
    8. Enter new password twice and click Submit.
    9. After activating the ASADMIN user, verify if the ASADMIN user has the 'Apps Schema Connect Role' (UMX|APPS_SCHEMA_CONNECT) role in wf_user_roles.
    If the 'Apps Schema Connect Role' role is not present in the wf_user_roles for the ASADMIN user, then run the 'Workflow Directory Services User/Role Validation' concurrent program to grant the role.
    10. Reset the 'ASADMIN' password in the file system.
    After 'ASADMIN' user is enabled from Oracle E-Business Suite, update the file
    $INST_TOP/ora/10.1.3/j2ee/oafm/config/system-jazn-data.xml as shown below to reset the password:
    <user>
    <name>ASADMIN</name>
    <display-name>Default Apps SOA User</display-name>
    <description>Used by SOAProvider for DB connection</description>
    <credentials>!<NEW PASSWORD></credentials>
    </user>
    Note: The password should be preceded by a '!' (Exclamation) so that when OAFM is started,
    it gets encrypted. For example, if your password is 'welcome', then you should write it in the above file as "!welcome".
    11. Bounce the middle tier.
    If password in above file not matching what asadmin user password is setup in fnd_user, it will give that error.

  • Integration Repository And Integration Directory

    hi could please help how i can access my integration repository and integration directory iam giving right passward and username
    please help me ..
    reply to [email protected]
    sakri

    Hi Sakriya,
    Cross check the below:-
    1.Ensure that the required JDK is being used in the client system
    2.Set the proxies to none in the Java Web Start. Start>Programs>Java Web Start>File>Preferences-->Proxies
    3.Try clearing the Web Start cache and try downloading again.
    4.Start>Programs>Java Web Start>File>Preferences>Advanced>Clear Folder
    5.If the jars are already downloaded in some other client system, then copy them to the following path...Drive\Documents and Settings\Client-User\Application Data\Sun\Java\Deployment\javaws\cache... in the client system and try opening the IB.
    Also go thro' Shabarish's blog on 'Trouble logging to Integration Builder ( IR / ID )':-
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    I hope this provides a solution.
    Regards.
    Praveen

  • 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

  • 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

  • SOA integration repository in R12.1

    I am gettting the error
    Warning
    SOA Provider Access is not available. You may not be able to see complete information about the service. Please contact your System Administrator
    When I am trying to access the SOA repository from Oracle !2.1. I have added the Integrated SOA Gateway responsibility for myself.
    All inputs are welcome.

    Hi Deepak,
    I am facing the same issue. I am new to EBS. I ahve the access to SYSADMIN user. I am seeing this error in this account itself, so what do i need to do to fix this issue?
    Please reply me if you got any solution for this? Also i am looking for an example to interact with any SOA Gateway web service. I want to know how the authentication is done, and what are the settings to be done in the ESB to authenticate a service. I did the all the steps as per documents, but still not able to get success. So i am looking a complete example where I can do the same steps and check it fro my side.
    --Khaleel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Integration Repository and Integration Directory access problem.

    Hi,
    I am getting following errors to access Integration Directory and Integration Repository.
    MESSAGE ID: com.sap.aii.utilxi.misc.api.ReconnectRuntimeException
    Root cause:
    com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    the details is given bellow.
    #8 18:46:43 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.utilxi.misc.api.ReconnectRuntimeException
    com.sap.aii.utilxi.misc.api.ReconnectRuntimeException:
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:144)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Root cause:
    com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getSocket(ConnectionManager.java:325)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getConnection(ConnectionManager.java:215)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:148)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:113)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:109)
         at com.sap.engine.services.security.remote.login.RemoteLoginContext.<init>(RemoteLoginContext.java:60)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.logonWithoutTicket(EJBHomeFactory.java:837)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.connect(EJBHomeFactory.java:389)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:129)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #7 18:46:43 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.utilxi.misc.api.ReconnectRuntimeException: com.sap.aii.utilxi.misc.api.ReconnectRuntimeException:
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:144)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #6 18:46:43 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.utilxi.misc.api.ReconnectRuntimeException:
    #5 18:46:43 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.engine.services.rmi_p4.P4IOException: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getSocket(ConnectionManager.java:325)
         at com.sap.engine.services.rmi_p4.ConnectionManager.getConnection(ConnectionManager.java:215)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:148)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:113)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.resolveInitialReference(P4ObjectBrokerClientImpl.java:109)
         at com.sap.engine.services.security.remote.login.RemoteLoginContext.<init>(RemoteLoginContext.java:60)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.logonWithoutTicket(EJBHomeFactory.java:837)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.connect(EJBHomeFactory.java:389)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:129)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.initRemoteFactory(LoginServiceProvider.java:315)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:217)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:173)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:167)
         at com.sap.aii.ib.gui.login.SplashLoginImpl.doLogin(SplashLoginImpl.java:165)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:440)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #4 18:46:43 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection on host: 10.40.16.31 and port: 50004
    #3 18:46:29 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.createEmptyXiItem(InternalXiItemService.java:92)
         at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.createEmptyXiItem(XiItemServiceProvider.java:97)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.addType(InternalXiItemServiceForNameNamespaceObjects.java:68)
         at com.sap.aii.ib.gui.xiitem.InternalXiItemServiceForNameNamespaceObjects.<init>(InternalXiItemServiceForNameNamespaceObjects.java:55)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.guiStartup(StartupCodeEntry.java:154)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:111)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:93)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #2 18:46:29 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "TypeConntestObj" is not registered in the service class Type Service - Type Information
    #1 18:46:29 [AWT-EventQueue-0] FINE AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "versConflList" is not registered in the service class Type Service - Type Information
         at com.sap.aii.ib.core.service.ServiceBase.getServiceImpl(ServiceBase.java:71)
         at com.sap.aii.ib.bom.gen.TypeServiceImpl.getTypeInformation(TypeServiceImpl.java:82)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemService.getTypeInfo(InternalXiItemService.java:23)
         at com.sap.aii.ib.gui.xiitem.services.InternalXiItemServiceBase.<init>(InternalXiItemServiceBase.java:44)
         at com.sap.aii.ib.gui.xiitem.CommonInternalXiItemService$ForVersionConflictList.<init>(CommonInternalXiItemService.java:326)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.guiStartup(StartupCodeEntry.java:150)
         at com.sap.aii.ib.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:111)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ibrep.gui.applcomp.StartupCodeEntry.startup(StartupCodeEntry.java:93)
         at com.sap.aii.ib.core.applcomp.IStartupCodeEntry.startupIfNotAlreadyDone(IStartupCodeEntry.java:33)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponentImpl.startup(ExplicitApplicationComponentImpl.java:116)
         at com.sap.aii.ib.core.applcomp.ExplicitApplicationComponents.startup(ExplicitApplicationComponents.java:383)
         at com.sap.aii.ib.core.applcomp.ApplicationComponent.startup(ApplicationComponent.java:209)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$6.run(SplashLoginFrame.java:429)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    #0 18:46:29 [AWT-EventQueue-0] DEBUG AutoLog.created.com.sap.aii.ib.core.service.TypeNotRegisteredException: Type "versConflList" is not registered in the service class Type Service - Type Information
    Please help me to overcome this issue.

    Hi,
    Possible checks
    1) Have you added the Host file in the following path
    C:\WINDOWS\system32\drivers\etc--Hosts
    2) Ping the IP address of the XI Server from Your Local Machine whcih you are trying to conect.
    3) Check whether you have Installes the J2SDK on Your Local Machine
    to check goto Run-cmd--java -version
    Check this also
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Regards
    Seshagiri

  • Error while Loging Integration repository.SAP PI

    Hi,
    Error while access Integration repository in DEVLOPMENT system.
    Following Error Message occurred as follows:
    cannot open connetion on host:173.26.242.105 and port 50304*
    com.sap.aii.utilxi.misc.api. Reconnect Runtime Exception*
    Thanks In Advance.
    Regards,
    reddy....

    Hi Reddy,
    Please check whether you have the sufficent authorization for loggin into the XI- IR . I would like you to login in with "XIREPUSER" this a standard user (service user). See and tell me.
    Regards
    joel
    I came across the roles that you should be having , just crosscheck.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/d12940cbf2195de10000000a1550b0/frameset.htm
    Edited by: joel trinidade on Mar 12, 2009 5:25 PM

  • 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.

  • An error occurred while accessing the content repository from JDeveloper

    Hello,
    I'm using Jdeveloper Studio Edition Version 11.1.1.5.0
    I created Content Repository conection, following:
    RIDC Socket Type: socket
    Server hostname: localhost
    Content Server Listener Port: 4444
    Executing "Teste Connection" result "Success!"
    But, trying connect, I receive:
    oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic listFolder
    An error occurred while accessing the content repository.
    and when I login to my portal and go to administration page, then I am getting this error
    "Messages for this page are listed below.
    Could not retrieve members from policy store.
    and when I go to services tab then i am getting this error "The Documents service is unavailable.
    Error contacting the content repository."
    Please help me to resolve this problem.
    Thank You,
    Muhammad Nasir

    can anybody help me to resolve this issue please.

  • 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

Maybe you are looking for

  • My iTunes for windows no longer automatically syncs my iPhone when started

    I used to be able to do a daily backup of my iPhone by simply plugging into my computer.  iTunes would automatically start and do the sync.  That suddenly stopped under version 10.6.0.40.  The iPhone is recognized and I can manually sync it, just not

  • Inconsistent Duplicate Frames in Video

    Hi. I have a feature already edited and completed with a master video in 720x480 16:9, 29.97 FPS. A long and complicated story takes place however when it comes to frame rates. I shot the feature in 24p 2:3:3:2 advanced pulldown, captured with iMovie

  • Numeric Value for Radio Buttons

    This should be easy for the experts: I got a bunch of 10 exclusion groups containing 3 radio buttons each. Every radio button got a numeric value associated, meaning the user is picking a numeric value by selecting a given radio button pretty much li

  • J2sdk-1_4_2_01-linux-i586-rpm.bin

    Hi, Can i have the link to download j2sdk-1_4_2_01-linux-i586-rpm.bin Plz help me.

  • New Computer to arrive any day...How to Synch iPhone

    I've ordered a new iMac and will be selling my old iMac. How do I Synch my iPhone to he new computer without loss of data, music, contacts etc? I will set up the new computer by transferring Data and Personal settings (User) only and load programs fr