Mapping editor - buttons not accessable

Hi,
Though I have all roles for XI buttons such as "Map Selected Fields and Substructures if Names Are Identical", "Clear Mapping", "Data Flow Editor" etc. is not accessible.
I have tried clearing the Java Web Start Cache, different versions of the Java Runtime etc. but with no effect. I have to add that I'm on Vista Ultimate.
Have anyone had similar problems or have an solution to the problem ?
Thanks
Andre

Hi Andre,
this happens when you have a higher java webstart version.
It is recommended to have a minimum of JRE 1.4.2 or higher.But it’s better not to have JRE 1.5 and above.
You will have uninstall if you have higher version also installed. and make the settings in the webstart not to update automatically.
for more inf refer this:
/people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
Raghu

Similar Messages

  • Image Map of JPG not Accessing or Importing Media

    I am trying to link WMV file to image maps on a jpg file in a CHM created by RoboHelp 9. It looks like it is working, and if I preview the page, the links work. But when I generate the finished CHM file, the media is not accessable. I went back to the Project Manager and saw that the media was not imported in to the project. I wen to the Windows File Manager and found the media in the right area of the project. I tried importing as Media and as File. I tried as Baggage file as well... selecting the file in the destination listing. Anybody know how to do this?
    WIN7 TCS 3.5

    Incidently, making drop down jpg files work with an image map requires the same thing, they have to be added as baggage files. This has allowed me to screen grab the software interface I am documenting and then have clickable menu names and buttons that would show a Tier 1 level jpg drop down appear. In Photoshop I looked at the file size and in RoboHelp chose to limit a custom popup size for these jpg files. They actually make the image map look like live software within the help file. I am putting this in as a way for the student or user to be able to learn by doing as to where commands and options are within the software, without having the software. I have just used video demonstrations but that doesn't let the user interact. This interaction could be used for testing or games later on I hope. The software is $28K and requires a USB key to work so mimicing the software was the only option I could think of here.
    I would like to add voice over to each of these jpg files but I think I might have to put them into Captivate to incorporate audio that would describe the various functions. Would this be the best or easiest way? I was hoping that you might be able to hyperlink or image map two dissimilar objects at the same time, what with how powerful our computers are nowadays.

  • Hibernate mapping editor not working fully

    My hibernate mapping editor is not working fully. I can manually enter a new property into the xml and the design pane will update but if I try to add a new property in the design pane it only adds "<property/>" without the attributes specified.
    I looked at my workshop log and I did find the following exception:
    BEGIN EXCEPTION-
    !ENTRY org.eclipse.ui 4 0 2007-03-13 09:08:37.939
    !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
         at org.eclipse.swt.SWT.error(SWT.java:3374)
         at org.eclipse.swt.SWT.error(SWT.java:3297)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.eclipse_main(Main.java:952)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:36)
         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)
    Caused by: java.lang.NullPointerException
         at com.m7.wide.doceditor.XmlTagCommander$_A.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at com.m7.wide.eclipse.jstudio.Plugin$_A.A(Unknown Source)
         at com.m7.wide.eclipse.jstudio.Plugin$4.run(Unknown Source)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
         ... 32 more
    ---END EXCEPTION---
    Any ideas on how to fix this?
    Thanks,
    Avi.

    Yes, there is a known issue using the latest update of 1.4.2 or 1.5.0 vm.
    Generally, Workshop should work fine with 1.4.2 or 1.5.0 series. You can find the supported platform info at
    http://edocs.bea.com/workshop/docs92/supportedplatforms33.html
    FYI:
    http://forums.bea.com/bea/thread.jspa?threadID=400001144&tstart=15&mod=1169490304818
    http://forums.bea.com/bea/thread.jspa?threadID=400001987&tstart=0&mod=1172533558688

  • Message mapping (data flow editor, data dependcies  buttons not visible)

    Hi,
    In my SAP PI...IR ...in message mapping screen some buttons are not enable/visible like
    data flow editor, data dependcies,clear mapping  buttons not visible)
    any oss notes/help will be appreciated.
    Thanks

    Hi,
    This will help you
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    Go for 1.4.X version than 1.6.X The Problem will be resolved
    Regards
    Sangeetha

  • My ipod touch 4G got problem after update to iOS 6, it can not access the Apps store ,can not access safari,map, weather and so on, could someone help me to solve the problem, thanks in advance~~~

    My ipod touch 4G got problem after update to iOS 6, it can not access the Apps store ,can not access safari,map, weather and so on, could someone help me to solve the problem, thanks in advance~~~

    Force close the App Store app and reset the iPad. No data will be lost when you reset the device.
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Next, reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • My apple tv remote play button is not working so i can not access anything...what can i do?

    My remote will not work on Apple TV. The play button does not play so I can not access any content. What can I do?

    Welcome to the Apple Community.
    Your Apple TV may have become paired with another remote. Hold the remote close to and pointed at the Apple TV, hold down the menu and Rewind buttons together for 6 seconds or until you see a broken chain icon on screen.

  • Problem! I just copied my extern hdd to finder and tried to open my files when I get the message: "The Map "Pictures" can not be opened since you don´t have authority to  see it´s contents! What??? No one else has access to my computer....

    Problem! I just copied my extern hdd to finder and tried to open my files when I get the message: "The Map ”Pictures” can not be opened since you don´t have authority to  see it´s contents! What??? No one else has access to my computer....now I can´t open my 300 Gb on my hdd in my Macbook Pro. Help?

    I've had this happen a few times before. What I found works is repairing the permissions. To do so click on go and then to utilities. click disk utilities. In disk utilities select the drive and click repair permissions. It may take a little time but try accessing after that.

  • On my ipad i am receiving a message iCloud backup "i cloud backup can not access the account . review your account in information settings .  the screen goes blank  if i push  the ignore or the settings button. what do i do

    on my ipad i am receiving a message iCloud backup Cloud backup "i cloud backup can not access the account .
    review your account in information settings . the screen goes blank  if i push  the ignore or the settings button.
    what should i do

    Hold Sleep and Home buttons for 10 seconds until your device restarts, so you will be able to use your device again

  • Two days ago, I have a new iphone 4S. After I installed the OS and start the iphone, I found a strange screen says "!9D/JC" that blocks the iphone and I can not access the iphone until click many times on the "Desmiss"  button at the botom of the screen.

    Two days ago, I have a new iphone 4S. After I installed the OS and start the iphone, I found a strange screen says "!9D/JC" that blocks the iphone and I can not access the iphone until click many times on the "Desmiss" button at the botom of the screen.
    I appreciate if you could provide me support to solve this problem especially it consumes the battery a lot.

    Another post originally dated 5th Feb, 2012 with a slightly different unheard of error "%7D/JC".
    https://discussions.apple.com/thread/3710903?start=0&tstart=0
    The user also claimed that he didn't meddle with iOS. No solution could be found though.

  • My "Library" module suddenly disapeared and I can not access my images. How do I find my folders if there is no "library" button?

    My "Library" module suddenly disapeared and I can not access my images. How do I find my folders if there is no "library" button?

    You've merely inadvertently hidden it.
    Hiding/unhiding panels and modules is a little known feature of Lightroom which seems to put the fear of God into unsuspecting newbies who are not aware of the feature.
    Right-click (CTRL Click on Mac) on the Module names and restore the check mark to Library.

  • Mapping Editor links are not showing

    Hello,
    I am using mappring to see the all mappings. Below the tabs in mapping editor there are some link which are disabled for me. My user is having Administrator rights, But not sure why these are disabled.
    eg., the link " show dependencies' is disabled.
    Is there any setting that i have to do here.
    Thanks,
    Srinivasa

    Hi Srinivasa,
    Even I faced same problem,but got the solution.Try this:
    There are some icons such as to match the fields in mapping, then showing the dependancies, Text preview etc. are deactivated based on the settings.
    You can confirm with the basis about the settings and if all XI required roles are assigned.
    XI Roles
    http://www.erpgenie.com/sap/netweaver/xi/xiauthorizations.htm
    Check for your JDK version. It has to be 1.4.2
    Reward points if this helps
    Regards
    Pragathi.

  • Mapping editor not working with Java 5 classes

    I have a small protoype web service which I wrote using Tomcat/Axis/Spring/Hibernate and using EJB3 annotations for the mappings. I want to port the persistence layer to Toplink.
    I installed Toplink 9.0.4.1 and added the toplink libraries to my project and implemented the DAO and the spring bean defs.
    I opened the mapping editor and created a project. When I try to add classes to it for mapping I get an error that it can't find the classes (even though I selected them from the chooser). I figured it might be that they were compiled with Java 5, so I switched the JRE_HOME in setenv.cmd to my Java 5 JRE. Now I can import the classes and see the attributes but when I click on any of them in the Navigator panel, the editor panel remains blank. If I now try to save, I get:
    java.lang.NullPointerException
         at oracle.toplink.workbench.ui.tools.CheckListModel.getRowCount(CheckListModel.java:119)
         at javax.swing.JTable.checkLeadAnchor(JTable.java:2949)
         at javax.swing.JTable.tableChanged(JTable.java:2993)
         at javax.swing.JTable.setModel(JTable.java:2827)
         at oracle.toplink.workbench.ui.tools.CheckList.initialize(CheckList.java:47)
         at oracle.toplink.workbench.ui.tools.CheckList.<init>(CheckList.java:26)
    It seems that the mapping workbench doesnt work with Java 5. What should I do?

    Ah, I see. I saw another post here stating that must use 10.1.3.

  • Graphical icons disabled in Integration Repository - Mapping Editor Screen

    Hi,
    Below icons are disabled in Mapping Editor screen.
    Select Message,
    Map Selected fields and strctures if Names are identical,
    Clear Mapping,
    DataFlow Editor,
    Text Preview,
    Show Mapping Templates Used,
    Dependencies,
    Show Suitable Templates etc.
    OS using: Windows XP Home
    Please let me know if anybody faced this problem and how to resolve.
    Thanks
    Balaji

    Just in case someone else sees this posting - I will tell you how to revert back to working version of JAVA.
    Upgraded the other day to JAVA 1.6.0_01 then Editor would not activate the buttons
    From my PCs Control Panel - go to JAVA Control Panel and via the JAVA tab, check JAVA version you are using.
    If like me it was 1.6.0_01 then go to the Java Application Runtime settings and disable that version
    and apply the setting - this should now set you back a version.   I restarted my PC too just in case.
    Now when you go back into the Designer check the JAVA version being used   Menu go to Help > Information.  For me it was 1.6.0_01 and now it is back to 1.5.0_09.
    Now the Editor in change mode will now have the buttons active again !

  • Message Maaping Editor - Buttons in Object Toolbar disabled

    In Message Mapping Editor, Object Tool bar buttons are always disabled. I can not use functions like "Data Flow Editor", "Clear Mapping", "Text Preview" etc. The only functions enabled in Object Toolbar are "Select Message" and "Edit Java Sections". All the other functions are disabled. We are working in PI 7.0 SP12 environment. Please let me know if you know how to make these enabled. Thanks in Advance.
    Srihari

    Aamir,
         Thanks for the reply. The Java Version that we are using is 1.6.0_03. Do you think that we need to change it back to 1.4.2?
    Thanks,
    Srihari

  • I can not access face time or icloud on my phone they atr there but can not click on to use them????

    i can not access face time or icloud on my phone they atr there but can not click on to use them????

    These ones are tricky. But the following instructions are worth a try.
    First do a complete uninstall of iTunes and related components (but don't reinstall just yet), as per the following document:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    a. Launch regedit (Start >> Search Programs and Files >> type Regedit and open the regedit that comes up.)
    b. Access the following Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData \S-1-5-18\Components
    c. Perform the following actions
    i. Right Click on Components Folder
    ii. Select Permissions
    iii. Select Full Control and Read Permissions options
    iv. Select Advanced Button
    v. Select Owner Tab
    vi. Select to Change Owner to the Administrators
    vii. Check the option “Replace owner on subcontainers and objects”
    viii. Select OK when prompted that it may not change all.
    ix. Select Apply
    x. Select Apply again
    xi. Exit the Registry Editor
    Now try reinstalling iTunes again. Does it go in properly this time?

Maybe you are looking for

  • Any way to convert CLOB to string in DB2?

    I'm trying to provide report names in audit reports. Is there any way to convert CLOB (AUDIT_DETAL.DETAIL_TEXT) to string? We use BO XI R3 on DB2 v.9. Thank you.

  • Problem in typing farsi fonts in forms9i

    hi, some oracle users in iran use farsi fonts in oracle forms 9i without any problem. i don't know what they do? would you please help me for resolving this problem. thanks a lot. farshad.

  • Got a new computer.  Trying to Install CS5.  All I see is CS6 which I do not need nor want upgrade 2

    I just got a new computer and and I have CS5 on my old computer.  It was a download originally and I have the serial numbers. How do I install this on my new computer?  Please advise what I can do. Thank you.

  • Terminal: -bash: fork: Resource temporarily unavailable

    I'm having "-bash: fork: Resource temporarily unavailable" when I open up the terminal on my 10.4.6 system. The only way to remedy this issue seems to restart which is at minimum annoying. The other odd thing is when this occurs and if I open up the

  • The i--- programs dont work

    So last night I needed to install X11 cause the iMac didn't come with it installed and you cant download it. Or so I read. So I pop in the iMac disc 1 and go to install it. If I had to option I would have unselected EVERYTHING but X11. I couldnt, I H