Integration Builder XML Problem

Hi all,
after upgrading our XI installation to SP 11 I get the following error: I can't work with XML data anymore.
For example if i try to import external message definition from a WSDL file with the Integration Builder (IB), the IB loses it's connection to the server and ask me for a password in order to reconnect to the server. The import of the external message definitions does not work.
Another example is when I create Data Types, Message Types or Message Interfaces manually an try to view the XSD representation of it I only get "CANT_GET_XSD_MSG".
Has anyone here an idea how to solve this?
Thanks
Christian
Message was edited by: D038822

Hi,
Apply Xi30-SP11-Patch 3 files for SAPXItools. Check for more information below. your problme is fixed in Patch1.
SAP Software Distribution Area
More information about
  patch name          SAPXITOOL11P
  patch level         3
  patch   date           patchtext
     0   2005/03/07     SP11 contains all known fixes for SP10, note 811017
     1   2005/03/09     Import of external definitions, note 825655
     2   2005/03/11     Export of documentation objects fails, note 826583
     3   2005/04/04     Scenario Configurator: Incomplete generated channel, note 832406
Thanks
Prasad

Similar Messages

  • Integration builder login problem

    hi all,
    i am not able to login into integation builder,while i am trying to open the integration builder,it is giving
    the error, i.e 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:
    please help me what could be the problem,
    regards,
    subba reddy

    Hi Reddy,
    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
    Refer these threads same exception came here and It was solved.
    Re: Integration Repository and Integration Directory access problem.
    cannot connect to server using message server ms://host:8120/P4
    Thanks.

  • Integration Builder: authorization problem

    Hello all,
    I have the following message error when i try to login on Integration Builder:
    "No authorization for this action"
    My user was created in SU01 with all XI roles:
    SAP_XI_ADMINISTRATOR_J2EE
    SAP_XI_DEMOAPP
    SAP_XI_CONFIGURATOR
    SAP_XI_DISPLAY_USER
    SAP_XI_SUPPORT
    the user also exists in UME with several authorizations..
    Please, could anybody help me?
    Thanks in advance
    Javier Guio

    hi,
    I have created a new user in SU01with the same roles but when I try to access on Integration builder with the new user I get the error:
    "authorization error, unknown user name or incorrect password"
      - <b>Go to SU01 enter the username check the roles are in Green color , if roles are not green colore generate Role generation Using Tcode : PFCG.</b>
    Generating Roles for SAP_XI and SAP_SLD
    Generate all roles beginning with SAP_XI and SAP_SLD:
    1. Call transaction PFCG.
    2. Choose Utilities &#8594; mass generation. Do the following:
    a. Field Role: Enter SAP_XI*
    b. Select Generate automatically
    c. Press <F8> and choose Generate online
    If there is a list of profiles displayed, which are not yet generated, repeat the
    procedure by pressing <F8>.
    d. Repeat the steps for roles SAP_SLD*
    3. Choose Utilities &#8594; mass comparison. Do the following:
    a. Field Role: Enter SAP_XI*
    b. Select Output error messages
    c. Choose Execute (F8).
    No error message should be displayed
    You can ignore the message that the role SAP_XI_CMS_SERV_USER does
    not have a profile.
    Regards,
    Venu.

  • Integration Builder Connect Problem

    Hi
    I'm working on an installation of XI3.0. When trying to connect to IB Repository or Directory it gives the following problem.
    #431 21:22:01 [AWT-EventQueue-1] ERROR com.sap.aii.util.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    MESSAGE ID: com.sap.aii.ib.core.ejbutil.rb_all.SERVER_NOT_AVAILABLE
    com.sap.aii.ib.core.login.ServerAccessException: Unable to connect to server iga51067:50000. Check server availability
         at com.sap.aii.ib.core.ejbutil.EJBHomeFactory.initRemoteFactory(EJBHomeFactory.java:163)
         at com.sap.aii.ib.clsif.login.LoginServiceProvider$LoginServiceImpl.login(LoginServiceProvider.java:159)
         at com.sap.aii.ib.gui.login.SplashLogin.doLogin(SplashLogin.java:155)
         at com.sap.aii.ib.gui.login.SplashLoginFrame$7.run(SplashLoginFrame.java:264)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Serialized server exceptions:
    MESSAGE ID: javax.naming.NoInitialContextException (serialized)
    javax.naming.NoInitialContextException: Cannot instantiate class: com.sap.engine.services.jndi.InitialContextFactoryImpl
         at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:217)
    Initially, it said 'cannot connect to server xxxxx:50004'.I followed up the threads to find that the port is 50000 and not 50004 and so changed it 50000. But I still get the same error (as shown above).
    In the complete log, it also says at some point the following:
    Root exception is java.lang.ClassNotFoundException: com.sap.engine.services.jndi.InitialContextFactoryImpl
    I changed this port for 'directory.rmiport' and 'repository.rmiport' from 50004 to 50000.
    All other ports in the profile are 50000.
    Please also let me know which entry should have which port!!
    What am i missing?
    Appreciate any help regarding this. I seem to be stuck!
    Thanks,
    Rajit
    Message was edited by: Rajit Srinivas

    Hi Rajit,
    I have got the same problem recently and solved it the following way:
    Go to SAPJ2ee engine --> instance no. --> tools --> configtool.
    A screen pops up.In the left panel select the Dispatcher, drill down to Services and select P4.
    Now in the right panel u will find binding host. Enter the value for the binding host as follows.
    If u r using single NIC.
    <ur IP address>:localhost:127.0.0.1:<servername>
    for multiple NICs enter the value as follows
    <IP address1>:<IP address2>: localhost:127.0.0.1:<servername>:<servername>
    Now try connecting to IntDir or IntRep..
    It should work now. Please let me know if you need any more information.
    Regards,

  • [svn] 2514: frameworks: Fixing injection I made ages ago in build. xmls for framework projects

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • Unable to Launch Integration Builder: Java Web Start problem

    Hi,
    I am unable to launch the integration builder. I am using JDK 1.4.2_05. The java Web Start gives the following error:
    Unsigned application requesting unrestricted access to system
    Unsigned resource: http://<XIHostName>:50000/rep/repository/aii_util_rb.jar
    I have tried deleting the Java web start cache, and even reinstalling the JDK.
    Can someone suggest a workaround this problem ?
    thanks,
    Manish

    The Java Web Start cannot accept unsigned jars. If the jars are signed, it will ask in a dialog box if it should allow unrestricted access to this jar.
    In my case, I upgraded XI SP0 to SP4, which included updating the Adapter Core, Adapter Framework, and the XI TOOLS to SP4.
    On launching the Web start, it seemed that the jars were not getting signed. JWS cannot allow unsigned jars to the client.
    These jars are maintained in:
    \usr\sap\<SID>\SYS\global\xi\directory_server\javaws\directory
    I am having problems with my XI upgrade to SP4, and it is probably not signing the jars.
    Do you know why this may be happening ...
    thanks,
    Manish

  • Problem in creating a build.xml for weblogic portal application

    Team ,
    I am facing problem in creating the build.xml using weblogic.BuildXMLGEN tool .
    a) Below is the structure of my portal application
    SrcCode
    --- .metadata (eclipse plugins folder)
    --- B2BApp ( Ear Content)
    --- b2bPortal ( portal related file(controllers,jsp)
    --- b2bsrc     (java src)
    b) Now I executed below utility to generate the build.xml "
    java weblogic.BuildXMLGen -projectName B2BApp -username weblogic -file build.xml -password welcome1 F:\srcCode"
    c) Based on the above step , build.xml got generated .
    d) when I execute "ant compile" target from the command prompt , I see the below exception
    ant compile
    Buildfile: build.xml
    compile:
    +[wlcompile] [JAM] Warning: failed to resolve class AbstractJspBacking+
    +[wlcompile] [JAM] Error: unexpected exception thrown:+
    +[wlcompile] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:\b2bNew\b2bPortal\src\portlets\b2b\dmr\Picker\PickerController.java at line 58.+
    e) I suspect , the problem is bcoz of classpath issues , as I generated build.xml donot have the references to dependent lib's.As build.xml looks like below :
    +<target name="compile" description="Only compiles B2BApp application, no appc">+
    +<wlcompile srcdir="${src.dir}" destdir="${dest.dir}">+
    +<!-- These referenced libraries were not found -->+
    +<!-- <library file="p13n-core-web-lib" /> -->+
    +<!-- <library file="jersey-web-lib" /> -->+
    +.....+
    +....+
    Please help me to reslove these issues .
    PS: I able to deploy the application using 10.3.2 weblogic workshop ( i.e inbuilt eclipse )

    i JaySen ,
    thanks for your response. As mentioned we added all the necessary library within the -librarydir but still we see the same error :
    +[JAM] Error: unexpected exception thrown:+
    com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:\b2bNew\b2bPortal\src\portlets\typeAhead\TypeAheadController.java at line 70.  Most likely, an annotation is declared whose type has not been imported.
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.getAnnotationTypeFor(JavadocTigerDelegateImpl_150.java:410)
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.extractAnnotations(JavadocTigerDelegateImpl_150.java:176)
    at com.bea.util.jam.internal.javadoc.JavadocTigerDelegateImpl_150.extractAnnotations(JavadocTigerDelegateImpl_150.java:152)
    at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.addAnnotations(JavadocClassBuilder.java:404)
    at com.bea.util.jam.internal.javadoc.JavadocClassBuilder.populate(JavadocClassBuilder.java:359)
    ===================
    a) this is a upgrade project [ upgrading from wlp 8.1.4 to 10.3.2 ]
    i.e we are using weblogic portal 10.3.2 version.
    b) Searched some sites/forums regarding the above error, and it says something related to "jwsc" ant task [ i.e while compiling a webservice(JWS) ], but we see this error while compiling a normal controller(jpf) class :(
    c) we are using "ant compile" target which internally calls wlcompile task , while executing wlcompile this error is thrown .
    Help Appreciated
    Thx,
    Sarat

  • Problem with Integration Builder Logon

    Hi all,
    we get the following error message when logging on  to the Integration Builder: 
    "Authorization error.  Unknown user name or incorrect passwords."
    We installed the SDK versions 1.4.2_03 and 1.4.2_05 on our computer and have local Admin rights. 
    Has anyone already a similar problem and can us further help. 
    Thanks.
    Niko

    Hi Niko,
    The userid/password must be created and be valid on the ABAP side of the XI server (via SU01), with the correct XI developer roles.
    After creating the userid in SU01, it will take a few minutes before it is migrated to the J2EE side so that you can use it to logon to the Integration Builder.
    Regards,
    Bill

  • Compilation problem in build.xml

    Hi,
    This is my build.xml
    <?xml version="1.0"?>
    <project name="TestApp" default="compile">
    <description>TestApp</description>
    <property name="J2EE_HOME_13" value="/usr/testapp/bea921/jdk150_06"/>
    <property name="J2EE_HOME" value="${J2EE_HOME_13}"/>
    <property name="WL_HOME" value="/usr/testapp/bea921/weblogic92"/>
    <property name="WLLIB" value="${WL_HOME}/server/lib"/>
    <property name="CPATH1" value="${J2EE_HOME}/lib/tools.jar:${J2EE_HOME}/lib/j2ee.jar"/>
    <property name="CPATH2" value="${WL_HOME}/server:${WLLIB}/weblogic_sp.jar:${WLLIB}/weblogic.jar"/>
    <property name="CPATH" value="${CPATH1}:${CPATH2}"/>
    <property name="src.dir" location="/home/mashan/WEB-INF/classes/com/data" />
    <property name="classes.dir" location="/home/mashan/WEB-INF/classes/com/data" />
    <property name="javac.debug" value="on" />
    <target name="compile" description="Compile TestApp">
    <javac srcdir="${src.dir}" destdir="${classes.dir}" classpath="${CPATH}" debug="${javac.debug}">
    </javac>
    </target>
    </project>
    Here both source and dest. dir are same.My build.xml is in WEB-INF/classes , when i run the build.xml it is generating a folder at /home/mashan/WEB-INF/classes/com/data/com/data/*.class files.
    Where i want to generate the class files at /home/mashan/WEB-INF/classes/com/data/*.class.
    So that the server can pick up the file from the root directory. Please do rectify this problem.
    Where i am going wrong with this build.xml. Im using weblogic server.Please do update the build.xml.
    Thanks

    I also have this problem. When I build the build.xml file, errors happen:
    Buildfile: D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\Ant\build.xml
    createDatabase:
    refreshSchema:
    BUILD FAILED
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\Ant\build.xml:20: The following error occurred while executing this line:
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\DBSchema\build.xml:89: The following error occurred while executing this line:
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\DBSchema\build.xml:54: The following error occurred while executing this line:
    D:\soft\jdevstudio1111TP2\mywork\storefront_techpreview2\Infrastructure\DBSchema\build.xml:26: D:\softjdevstudio1111TP2\jdbc\lib not found.
    Total time: 0 seconds
    My build.properties is set as following (meanwhile, I can connect database 10gR2):
    # Master Ant properties file for Fusion Order Demo
    # All build files refer to this master list of properties
    # $Id: build.properties 812 2007-02-20 07:14:33Z lmunsing $
    # Base Directory for library lookup
    jdeveloper.home=D:\soft\jdevstudio1111TP2
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=orcl
    # Information about the default setup for the demo user
    db.adminUser=system
    db.adminUser.password=welcome1
    db.demoUser=FOD
    db.demoUser.password=welcome1
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP
    --------------------------------------------------------------------------------------

  • Problems with starting the Integration Builder

    Dear all
    We've installed PI 7.0 as a part of a project, and have some consultants working in the integration builder and rwb.
    Recently the we are unable to start the Integration Builder, and we get an error message prompting: "Unable to launch the application"
    The Builder has worked flawlessly earlier, and the problem have suddenly appeared during the last week.
    The Java error is:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://<serveradress>:<port>/dir/directory/iaik_jsse.jar
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.io.FileNotFoundException: http://<serveradress>:<port>/dir/directory/iaik_jsse.jar
         at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.FileNotFoundException: <serveradress>:<port>/dir/directory/iaik_jsse.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         ... 18 more
    Does anyone have a clue or answer to this strange problem?
    Regards
    Andreas

    Hi,
    Refer this thread;
    Unable to Open Integration Builder
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Nithiyanandam

  • Problem in accessing integration builder tool of XI

    Hi
    i am having problem in accessing integration builder tool of XI system , when i enter the user credentials  it is getting hanged
    can any body please help me with this
    thanks and regards
    Pendyala

    Hi,
    check whether your xi server is working fine or is it down. If you are not able to open the integration builder, what is the exact error message you are getting.
    How are you trying to open your IB.
    Are you able to login to SAPGUI for the XI client.
    If so try to provide the tcode sxmb_ifr and check whether you are able to open the IB.
    Reward points
    Regards,
    Nithiyanandam

  • XI login problem for Integration Builder..........

    Hi All,
    I have a Typical problem while logging in to Integration Builder Tool, I dont see any error log for IB ,but same time where as i am to login for other TOOLs IR&ID.
    The problem is when i am trying to login to IR it giving a shortcut menu of SAPGUI..and it is creating a intial session but not our usual IB explorer.
    Here i want to Check the configuration settings for my user ID for SAPGUI connections and connectivity of IB ..could some one help on this.
    your inputs are highly appreciated.
    Best Regards
    Kris

    Krishna,
    Is it possible to send the screen shot of the error to my mail id [email protected] or paste it here ?

  • Integration Builder Directory cache access problem

    Hi All, 
    I am learning SAP XI. I am trying to follow the example explained at https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1312. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] I did al the steps in the Integration Builder Repository. Then I opened the Integration Builder Directory to continue with the next steps.
    in the Cache Notifications Panel I get some errors, all of the same kind:
        Unable to notify integration runtime (ABAP) of data changes
    http connection to "http://p4p800d-6:8000/sap/xi/cache?sap-client=000" returns the status code "403" in response
    Am I doing something wrong?
    Thanks
    Juan Manuel

    The Java Web Start cannot accept unsigned jars. If the jars are signed, it will ask in a dialog box if it should allow unrestricted access to this jar.
    In my case, I upgraded XI SP0 to SP4, which included updating the Adapter Core, Adapter Framework, and the XI TOOLS to SP4.
    On launching the Web start, it seemed that the jars were not getting signed. JWS cannot allow unsigned jars to the client.
    These jars are maintained in:
    \usr\sap\<SID>\SYS\global\xi\directory_server\javaws\directory
    I am having problems with my XI upgrade to SP4, and it is probably not signing the jars.
    Do you know why this may be happening ...
    thanks,
    Manish

  • Integration Builder data not understood - Problem

    Hi all,
    i have a problem with XI.
    I want to generate Proxies from XI Content in a SAP System.
    in SPROXY i can't see any data from the repository.
    SLDCHECK runs successfully.
    If i run SPROX_CHECK_IFR_CONNECTION i get the failure message "Integration Builder data not understood".  I have already changed all passwords for the service users in XI and Exchange Profile.
    can you give me a hint what the problem could be ?
    br,
    martin

    Hi martin,
    Make sure your business system is set up as follows:
    1. Transaction SXMB_ADM
    - Role of System: Application System
    - Corresponding Integration Server:
    dest://<your_sm59_http_destination>
    2. Ensure that the RFC destinations LCRSAPRFC and SAPSLDAPI are
    maintained and working
    3. Run SLDCHECK to verify that the connection to the System Landscape
    Directory works.
    4. Check that the Integration Repository is running and data is maintained there.
    check out the 18th page of this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283
    Message was edited by:
            MANIKANDAN subash chandran
    Message was edited by:
            MANIKANDAN subash chandran

  • Problem in building build.xml in JDO

    Hi,
    I am writting an application using JDO,While building build.xml an error occured like this.
    so can u pls help me to resolve this problem.
    Error........
    Buildfile: C:\NewWorkSpaceForPractice\GettingStartedJDOWeb\build.xml
    enhance:
    enhance.Employee:
            [java] java.lang.NoClassDefFoundError: com/sap/tc/logging/LogController
            [java]      at com.sap.jdo.common.model.jdo.JDOModelFactoryImpl.createJDOModel(JDOModelFactoryImpl.java:66)
            [java]      at com.sap.jdo.enhancer.meta.model.EnhancerMetaDataJDOModelImpl.<init>(EnhancerMetaDataJDOModelImpl.java:64)
            [java]      at com.sap.jdo.enhancer.meta.model.EnhancerMetaDataJDOModelImpl.<init>(EnhancerMetaDataJDOModelImpl.java:85)
            [java]      at com.sap.jdo.enhancer.Main.initEnhancerMetaData(Main.java:446)
            [java]      at com.sap.jdo.enhancer.Main.createEnhancer(Main.java:461)
            [java]      at com.sap.jdo.enhancer.Main.process(Main.java:152)
            [java]      at com.sap.jdo.enhancer.Main.main(Main.java:117)
            [java] Exception in thread "main"
            [java] BUILD FAILED: file:C:/NewWorkSpaceForPractice/GettingStartedJDOWeb/build.xml:52: Java returned: 1
    Total time: 1 second
    Regards,
    Kiran.

    Hi,
      I have copied those jars as u have said then the error has rectified but there is a new error.
    Error.......
    Buildfile: C:\NewWorkSpaceForPractice\GettingStartedJDOWeb\build.xml
    enhance:
    enhance.Employee:
            [java] com.sap.jdo.enhancer.meta.EnhancerMetaDataUserException: nested exception: com.sap.jdo.model.jdo.JDOModelException: Error during reading XML meta data.
            [java] NestedException: org.xml.sax.SAXParseException: Relative URI "jdo.dtd"; can not be resolved without a base URI.
            [java]      at com.sap.jdo.enhancer.meta.model.EnhancerMetaDataJDOModelImpl.getJDOClass(EnhancerMetaDataJDOModelImpl.java:167)
            [java]      at com.sap.jdo.enhancer.meta.model.EnhancerMetaDataJDOModelImpl.isPersistenceCapableClass(EnhancerMetaDataJDOModelImpl.java:323)
            [java]      at com.sap.jdo.enhancer.core.Analyzer.initPersistenceType(Analyzer.java:595)
            [java]      at com.sap.jdo.enhancer.core.Analyzer.scan(Analyzer.java:517)
            [java]      at com.sap.jdo.enhancer.core.Controller.scan(Controller.java:169)
            [java]      at com.sap.jdo.enhancer.core.Controller.enhanceClass(Controller.java:124)
            [java]      at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile1(Enhancer.java:185)
            [java]      at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile(Enhancer.java:232)
            [java]      at com.sap.jdo.enhancer.Main.enhanceClassFile(Main.java:583)
            [java]      at com.sap.jdo.enhancer.Main.enhanceInputFiles(Main.java:539)
            [java]      at com.sap.jdo.enhancer.Main.process(Main.java:157)
            [java]      at com.sap.jdo.enhancer.Main.main(Main.java:117)
            [java] Fatal error while enhancing: JDO ENHANCER: An internal error occurred while enhancing input class; detailed message: nested exception: com.sap.jdo.model.jdo.JDOModelException: Error during reading XML meta data.
            [java] NestedException: org.xml.sax.SAXParseException: Relative URI "jdo.dtd"; can not be resolved without a base URI.
            [java] com.sap.jdo.enhancer.EnhancerFatalError: JDO ENHANCER: An internal error occurred while enhancing input class; detailed message: nested exception: com.sap.jdo.model.jdo.JDOModelException: Error during reading XML meta data.
            [java] NestedException: org.xml.sax.SAXParseException: Relative URI "jdo.dtd"; can not be resolved without a base URI.
            [java] aborted with errors.
            [java]      at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile(Enhancer.java:247)
            [java]      at com.sap.jdo.enhancer.Main.enhanceClassFile(Main.java:583)
            [java]      at com.sap.jdo.enhancer.Main.enhanceInputFiles(Main.java:539)
            [java]      at com.sap.jdo.enhancer.Main.process(Main.java:157)
            [java]      at com.sap.jdo.enhancer.Main.main(Main.java:117)
            [java] BUILD FAILED: file:C:/NewWorkSpaceForPractice/GettingStartedJDOWeb/build.xml:35: Java returned: 1
    Total time: 1 second
    pls help me to resolve this problem.
    Regards,
    Kiran.

Maybe you are looking for

  • Unable to download apps from store or any where

    I am unable to download apps of less then 1mb. For few seconds it show downloading... after some time show that "the Microsoft account service is unable at the moment. Please try after some time." bought mobile today. Didn't installed even one app. i

  • Needed: flash for dummies - a template for HTML snippet

    I am a dummy when in comes to code. I understand that iWeb '08 uses "HML Snippets" and by using them, you can add flash movies (.flv or .swf) to your iWeb '08 created site. What I (and apparently many other dummies) need is a step by step set of inst

  • Database in R/3 does not get updated

    Hi All, I am using the Adaptive RFC model for the WD application. However at the backend (in R/3) it is just an RFC. Does this affect the working of the application? The database in this case is getting updated with a blank record irrespective of the

  • Flat file over sftp

    Hi I got a requirement to transfer flat file from ftp to remote trading partner ftp site. Can any body tell me the best way to do it. I can use ftp adapter but my client wants to have the report. I created ecs file and xsd for positional flat file bu

  • Displaying dynamic columns in the query output.

    Hello, Depending on current quarter output of the query would vary. If current quarter is 'Q1' O/p : InvQ1  Del  BackQ1  BackQ2  BackQ3  BackQ4 If current quarter is 'Q2' O/p : InvQ1  InvQ2  Del  BackQ2  BackQ3  BackQ4 If current quarter is 'Q3' O/p