Org.eclipse.core.runtime.CoreException: Text editor does not have a documen

Hi all,
strangely on most hprof-files while opening them as snapshot
I get a org.eclipse.core.runtime.CoreException (see below the stack trace).
This happens indipendently if launching MemoryAnalyzer as standalone (MemoryAnalyzer.sh)
or within my Eclipse SDK platform (Version: 3.3.2).
It seems to depend of the hprof-files itself, if the error raises or not.
For example the HeapDumpSamples from the snapshots dir are not affect to this problem,
maybe the size of the dumpfile is deterministic ? Any help or hint is welcome, thanks.
org.eclipse.core.runtime.CoreException: Text editor does not have a document provider
     at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3947)
     at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:190)
     at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1225)
     at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:168)
     at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3003)
     at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
     at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
     at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
     at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755)
     at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451)
     at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3021)
     at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3048)
     at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:794)
     at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:643)
     at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
     at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
     at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
     at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739)
     at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
     at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643)
     at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
     at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590)
     at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574)
     at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557)
     at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction$1.visit(OpenSnapshotAction.java:68)
     at com.sap.tools.memory.ui.core.actions.OpenSnapshot$Visitor.go(OpenSnapshot.java:78)
     at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction.run(OpenSnapshotAction.java:57)
     at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction.run(OpenSnapshotAction.java:52)
     at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
     at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
     at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
     at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

Hi Guenther,
I have a guess...
The Memory Analyzer is implemented as an Eclipse editor. That means, Eclipse decides based on the extension what editor to open. We have registered the editor for the hprof extension.
Sometimes, heap dumps end with the timestamp, like java_pid282.hprof.200804031745. If you use "Open Heap Dump" then we will try to rename the file. If you use "Open File", it will try to open the heap dump with the default editor as it doesn't know the 200804xxx extension. The default editor is the text editor and that will not work. So the work-around is renaming the file.
Kind regards,
  - Andreas.

Similar Messages

  • Org.eclipse.core.runtime.CoreException

    Hi ,
    while publishing appication throrugh weblogic10.3 workshop i am getting below error.Please help me in this regard.
    Thanks
    Narasimha sastry
    org.eclipse.core.runtime.CoreException: This launch configuration is invalid and may be out of sync with the workspace
    at org.eclipse.wst.server.ui.internal.actions.RunOnServerLaunchConfigurationDelegate.launch(RunOnServerLaunchConfigurationDelegate.java:87)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:759)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:601)
    at org.eclipse.wst.server.ui.internal.actions.RunOnServerActionDelegate.run(RunOnServerActionDelegate.java:328)
    at org.eclipse.wst.server.ui.internal.actions.RunOnServerActionDelegate.run(RunOnServerActionDelegate.java:659)
    at org.eclipse.wst.server.ui.internal.ServerLaunchShortcut.launch(ServerLaunchShortcut.java:39)
    at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:429)
    at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(LaunchShortcutAction.java:66)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3687)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3298)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.eclipse_main(Main.java:1148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:33)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

    Hi Narasimha,
    Can you put the workshop log file here
    I feel that there is problem in the annotation-manifest.xml
    please check it again.
    Regards,
    Kal.

  • .log file in .metadata shows plugin "org.eclipse.core.runtime" error

    IDE 2.07  cannot restart.
    Suddenly I cannot restart my developer studio 2.07. The .log file in .metadata directory shows:
    !SESSION Sep 14, 2004 05:48:05.972 -
    java.version=1.4.2_04-er
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide -data C:\Documents and Settings\All Users\Documents\SAP\WorkSpace -install file:C:/Program Files/SAP/JDT/eclipse/
    !ENTRY org.eclipse.core.runtime 4 2 Sep 14, 2004 05:48:05.992
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
    !STACK 0
    My J2ee engine & WebDynpro admin &  sdm work.
    What is the best solution to fix this problem without having to reload netweaver?

    Hello Peter,
    you should try to find more information about the error. In Error Message: Unable to restore Web Dynpro Explorer I already described how to find more information about DevStudio errors.
    As you already are aware of the .log file, only the described third way (-consolelog) might help.
    Good luck + Kind Regards, Frank

  • Dependancy Issues - requires 'bundle org.eclipse.core.runtime [3.2.0,4.0.0)'

    I am trying to install dtp_1.10.2 into an eclipse 4.2.2 install. I am sure I previously had this working. Now when I go back to my script to get it working the install of the package just fails. Below is a copy of the error I am seeing.
    I have also tried 1.12.0 which is stated to be compatible with eclipse 4.2.2 but it also gives the same issue.
    C:\Users\xxxxxxx\Downloads\eclipse-4.2.2\eclipsec.exe -nosplash -application org.eclipse.equinox.p2.director -rep
    ository file:C:\Users\ xxxxxxx\Downloads\dtp_1.10.2 -installIU org.eclipse.datatools.connectivity.feature.feature.group -destination C:\User
    s\xxxxxxx\Downloads\eclipse-4.2.2-BASE -p2.os win64 -p2.ws win64 -p2.arch x86 -tag BasePackage -profile SDKProfile
    Installing org.eclipse.datatools.connectivity.feature.feature.group 1.10.2.v201209181447-7C7h9DEt1bxqP9criVgb9XdVJxM.
    Installation failed.
    Cannot complete the install because one or more required items could not be found.
    Software being installed: Data Tools Platform Connectivity 1.10.2.v201209181447-7C7h9DEt1bxqP9criVgb9XdVJxM (org.eclipse.datatools.connecti
    vity.feature.feature.group 1.10.2.v201209181447-7C7h9DEt1bxqP9criVgb9XdVJxM)
    Missing requirement: Data Tools Platform Connectivity Plug-in 1.2.7.v201302060508 (org.eclipse.datatools.connectivity 1.2.7.v201302060508)
    requires 'bundle org.eclipse.core.runtime [3.2.0,4.0.0)' but it could not be found
    Cannot satisfy dependency:
    From: Data Tools Platform Connectivity 1.10.2.v201209181447-7C7h9DEt1bxqP9criVgb9XdVJxM (org.eclipse.datatools.connectivity.feature.featur
    e.group 1.10.2.v201209181447-7C7h9DEt1bxqP9criVgb9XdVJxM)
    To: org.eclipse.datatools.connectivity [1.2.7.v201302060508]
    Application failed, log file location: C:\Users\ xxxxxxx\Downloads\eclipse-4.2.2\configuration\1438095259128.log

    This is a java programming forum, not the eclipse help desk
    In any case, why don't you simply install the 3.2 runtime plug-in as instructed?!

  • TOC imported as Text Inset does not have active hyperlinks in PDF

    Hello,
    The template I've inherited uses a method in which the TOC appears in the main FM doc as an imported text inset. To create the TOC, a standalone TOC is created and then imported as a text inset to the specific location in the main file. When this FM file is saved as a PDF the TOC page's hyperlinks don't work.
    --Am I doing something wrong, or is this a limitation of importing text insets as a TOC?
    Thanks,
    Donna

    Apologize for the delay but had to wait until I visited this particular client again to check out your suggestions. Started out with Art's basic pointer and then applied Van's solution. Michael's solution I'm filing for future reference!
    Thanks so much to all of you for your help! Am truly grateful.
    Donna

  • Problem configuring Adobe Forms: ADSUSER does not have access to method...

    I hope all of you are doing well...
    So here is a rundown on what is happening.
    Enviroment:
    Netweaver 7.0
    ECC 6.0
    Abap and Java stacks are installed on the same system.
    Problem:
    I am trying to configure Adobe Print forms and not Interactive forms. When I run the test: FP_PDF_TEST_00
    I get the following error:
    Error Code: 100.102
    SOAP Runtime Exception: CSoapExceptionFault : SOAP fault found in SOAP document  /User ADSUSER does not have access to method rpData./<ns1:com.sap.engine.services.ejb.exceptions.
    When I run the rpData test from the J2EE server I get the following response:
    HTTP/1.1 500 Internal Server Error
    Connection: close
    Server: SAP J2EE Engine/7.00
    Content-Type: text/xml; charset=UTF-8
    Date: Fri, 03 Oct 2008 15:56:51 GMT
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>User ADSUSER does not have access to method rpData.</faultstring><detail><ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException xmlns:ns1='http://sap-j2ee-engine/client-runtime-error'>User ADSUSER does not have access to method rpData.</ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    I would really appreciate all the help that I can get.
    Thanks...

    Thanks for the tip,
    I had actually gone through the note before and tried out a couple of tips that were suggested in the note. I am still having the issue and believe that it might be due to the fact that I do not have a Credentials file installed.
    I am applying for the credential and will see what happens.
    thanks,
    Saif

  • Help - Editor does not contain a main type error (Eclipse)

    Hello,
    I'm trying to run a Text input program out of the Eclipse program and I keep getting this Editor does not contain a main type error - can someone help me
    here's the code
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.text.DecimalFormat;
    import java.util.Scanner;
    import uwcse.io.Input;
    public class FileInputExample {
         public static void main(String[] args) {
              // Create a Scanner to read the input file
              String fileName = new Input().readString("Input file name? ");
              System.out.println();
              Scanner scan;
              try {
                   scan = new Scanner(new File(fileName));
              } catch (FileNotFoundException e) {
                   System.out.println(fileName + " doesn't exist!");
                   return;
              // Read the file and count the number of occurences of A, B, ...
              int[] count = new int[26];
              while (scan.hasNextLine()) {
                   String line = scan.nextLine();
                   line = line.toLowerCase();
                   for (int i = 0; i < line.length(); i++) {
                        char c = line.charAt(i);
                        if (c >= 'a' && c <= 'z') {
                             count[c - 'a']++;
              scan.close();
              int length = 0;
              for (int i = 0; i < count.length; i++) {
                   length += count;
              // Display the statistics (as an histogram)
              DecimalFormat df = new DecimalFormat("0.00");
              for (int i = 0; i < count.length && length > 0; i++) {
                   double percent = count[i] * 100.0 / length;
                   String display = "" + (char) ('a' + i);
                   display += "(" + df.format(percent) + "%):\t";
                   for (int j = 1; j <= Math.round(percent); j++) {
                        display += "X";
                   System.out.println(display);
    }Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    First, note that your program uses a non-standard class, "uwcse.io.Input" which is not available to us. Normally that is a show stopper - in this case, it's not, as I was able to eliminate its use.
    Your program runs fine, so the error is an Eclipse error unrelated to Java.
    You need to ask for help at an Eclipse support site, not here, as these forums are Java language forums.

  • Ecore diagram editor does not load when I click the (aird) file

    When I click on an aird file , which I created for the first time to graphically edit an ecore diagram, the diagram editor does not load, but instead, Eclipse opens the aird file as xml in a text editor! Why this is happening? and how can I solve this? any thoughts?
    I am using Eclipse 4.4.2. in mac.
    I updated the content, with the hope to get a reply.

    Hi, sorry for the lag.
    This might happen depending on the perspective you are using, please try with the "Modeling" perspective.
    You should be able to load the .aird using right-click=>open and then see the corresponding diagrams as childs of the .aird file.

  • PSE12 editor does not lunch

    Hi,
    I have an 3.6 GHz 4-core AMD and Windows7 64bit.
    I installed the PSE12 (not on C: partition) and at the beginning both, the organizer and the editor were working.
    But the installation has been influenced by the windows-update that has been installed at the same time in the background.
    I realized this after restart of the PC.
    All my links from desktop and in START were deleted and also the uninstaller entries.
    I removed the complete folder, cleaned the registry and installed PSE12 again (this time in the recommended Folder and with disabled Antivirus).
    Now the PSE12 editor does not lunch anymore. The organizer is still working.
    I installed also PSE12 using the downloaded installer from adobe. No effect.
    An installation of the PSE12-Trial-Version on another computer with the same OS is working properly.
    Maybe somebody experienced the same and found a solution.
    I am very grateful for any suggestions.
    Thank you and best regards,
    Marina

    Not sure what to look for in this file?  I note that it says the host is not pingable:
    923: Oct 15 09:59:21.961 PDT %MEDT-FILE_MGR-1-EXCEPTION:          at com.cisco.util.ThreadPoolFactory$ThreadImpl.run(ThreadPoolFactory.java:853)
    924: Oct 15 10:00:10.848 PDT %MEDT-MGR_MGR-7-UNK:CRS Host Ping Thread --> Host 10.13.5.104 is not reachable.. continuing with ping thread
    925: Oct 15 10:01:13.874 PDT %MEDT-MGR_MGR-7-UNK:CRS Host Ping Thread --> Host 10.13.5.104 is not reachable.. continuing with ping thread
    926: Oct 15 10:01:27.603 PDT %MEDT-MGR_MGR-7-UNK:*** SHUTDOWN_HOOK invoked, exitFlag=false
    927: Oct 15 10:01:27.603 PDT %MEDT-MGR_MGR-7-UNK:*** shuttingDown is false...Setting it to true...
    928: Oct 15 10:01:27.603 PDT %MEDT-MGR_MGR-7-UNK:*** MgrMgr is shutting down...
    I can most definitely ping the server from my desktop.   Downloading a script launches the Editor and it indicates that I am logged in.  Anyway to restart the MgrMgr without closing out and relaunching?

  • Text box does not display the date??

    I have a text box <input type="TEXT" name="invoiceDate" readonly></input>. I select the date using datepicker .The date gets displayed in the text box.Then i click on "Show" button which loads the same jsp page again.
    When the page is loaded the text box does not show the date.
    I try to save the date in the text box as
    <% String date1=request.getParameter("invoiceDate");
    <input type="hidden" name="date1" value="<%=date1 %>">
    <%>
    The value is saved in this hidden variable..
    Plz help me what to do next
    Thanks

    Its a hidden field and that's why it isnt displayed.
    Use
    <input type="text" name="date1" value="<%=date1 %>"> ram.

  • Error : Sales Org.Unit does not have these attributes -- Urgent

    Hi, Team,
    I am unable to create a service order with serivce material ( Only installation visit charges ) for w/o warranty product .
    I am getting error : " Sales Org.Unit does not have these attributes "
    I had checked the related Org data of respective sales org , already the sales area combination is also maintained from R/3 with required attributes "
    Pls revert with possible solution .
    Regards,
    VCS

    PePe :
    Thanks for reversion !!
    Basically it is a product Service Material (Servicing Charges), where in I had checked in the transaction ,   Though the required sales area  is well maintained in the R/3 System and is being replicated to the CRM . 
    When I checked the product Service material , the required comination is missing and could find other sales area combinations .
    Pls guide , how to go to get this resolved .
    Regards,
    VCS

  • Photoshop elements (photo editor) does not start

    Photoshop elements (photo editor) does not start after replacement of the mainboard of the computer.
    We uninstalled the software and reinstalled it but it still refuses to work.
    System is Windows7 64 bits

    I have the same problem, does no one from Adobe look at this forum? I have done the mentioned things and nothing works. I am trying to get a project done and this very frustrating. I too should have gone with a Mac

  • Adobe photoshop elements 12 organizer works, but adobe photoshop elements 12 editor does not work--it thinks it is a trial version

    adobe photoshop elements 12 organizer works, but adobe photoshop elements 12 editor does not work--it thinks it is a trial version.HELP
    If I try to register 4 boxes circle endlessly.Why should I have to register editor separately from organizer?

    jaroFocb&#39;15 wrote:
    This is almost the same as the problem I had. I'm my case the Editor installed but not the Organizer! Adobe chat told me they no longer have chat or any other services for Elements 12. I guess they want people to buy their new Elements 13, but that leaves us in a bad place and doesn't say much for how Adobe cares about their customers After it moves on to their next version. I posted a message like yours over a week ago, and only got one email from an Adobe staff person, asking me to answer a couple of clarifying questions, but he never followed up on my response, so my problem is still unresolved. If you are luckier and are given a solution please let me know what it is -- it might work for me too, and I'd be very grateful!  My email:  [email protected]  
    Good luck.
    Have you checked whether you have folder for PSE Organizer?  It is normally at this location in Windows 7 and Windows 8/8.1:
    <C:\Program Files (x86)\Adobe\Elements 12 Organizer>
    If the folder is there then try double-clicking on the file called:  PhotoshopElementsOrganizer.exe
    If the folder isn't there at all then you need to re-install the package again using your original disks or from download from Adobe website.  <Download Photoshop Elements products | 13, 12, 11, 10>
    Hope this helps.

  • PSE Elements 9 Editor does not recognize scanner

    Mac OS 10.7 Lion. Adobe Photoshop Elements 9 Editor does not recognize my scanner (Epson 3170 Photo) even though scanner shows up in Preferences Print & Fax. Awkward workaround is to scan to desktop and open scan in PSE9.

    Over in Windows, applications link to a scanner via TWAIN software, which is not included with Windows 7 - so the solution is to manually download the twain driver and install it 
    How do applications link to a scanner using a Mac, and does your OS include that driver?

  • For Acrobat 9. TouchUp Text tool does not work.

    Acrobat 9. TouchUp text tool does not work --- even on documents created with my computer using installed fonts. Problem 2: when trying to export to Word 2010 there is no option for format .dox, only .doc which belonged to earlier versions of Word.

    Hi Begin,
    I have the same issue, I am not sure which version so I had on my old computer but when I got a new windows 7 64bit, and asked IT to install Adobe, my life turned upside down. now they asked if I need X or 9pro and I though 9pro is the latest and greatest.. they installed the standard first then could not edit then asked for the pro and could not edit ... now I search and maybe version X will edit but if the document is signed and we do need to do lots of editing after the signature then what is the solution??
    I hope the Guru in Adobe can help here soon please :-)!!
    Joseph

Maybe you are looking for

  • How can I make a custom one-line-per-test rpt using TestStand?

    I have written a 1-line-per-test report in another LabView application.  How can I do the same within TestStand 4.0?  I would like to display the usual information:  Description, Measurement Reading & Units, Pass/Fail, Lower Limit, and Upper Limit al

  • Drop Undo Tablespace taking more than 1 hr

    Hi, To give you background, I had given an "insert into .. select" command which was inserting 3 millions of rows of rowidth approx 5000 bytes. The window on which it was given, was closed by mistake. After sometime when I checked the size of undo_ta

  • JMS Objects in ObjectMessage is reference or copy? (WL 7.0)

              Hello All,           I need to pass the of the message processing application specific status back           to the client. I would not prefer to use the db for this status communication.           Is thre any other way? I was thinking of u

  • IDOC Adapter error"ATTRIBUTE_INV_SND_SERV'

    I am doing small example like Using HTTP Client to submit Order Response XML from my browser and Converting Order Response XML file to an order response IDOC of type ORDERS05 idoc.  I have developed  all the necessary objects in Integartion Repositor

  • XL Reporter 2007 A PL 42 - Object variable or With block variable not set

    We have upgraded our client from PL38 to PL 42 and they are now unable to open any XL Reports or XL Reporter on a certain PC, they where able to prior to the upgrade and with PL 42 they can no longer do so. The error message they get  is a system err