<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: HANA Studio (Eclipse with ABAP Plugins installed) in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331296#M9386</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i was facing the same issue and found a SAP Note wich solved the problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/2400641" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/2400641&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I found the hint in the release notes of the BW Modling Tools for 1.17:&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/0002407411" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/0002407411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 14:45:45 GMT</pubDate>
    <dc:creator>David_Nicolay</dc:creator>
    <dc:date>2017-02-16T14:45:45Z</dc:date>
    <item>
      <title>HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaq-p/331291</link>
      <description>&lt;P&gt;I downloaded and installed Eclipse.&lt;/P&gt;&lt;P&gt;In Eclipse I installed the ABAP Development Tools.&lt;/P&gt;&lt;P&gt;Unfortunately I can not open Info Obects. When trying I get the following Exception: &lt;/P&gt;&lt;P&gt;How can it be fixed?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;java.lang.IllegalStateException: java.lang.NullPointerException   at com.sap.bw.editor.ui.editor.BwMultiPageEditor.addPages(BwMultiPageEditor.java:757)   at org.eclipse.ui.forms.editor.FormEditor.createPages(FormEditor.java:140)   at org.eclipse.ui.forms.editor.SharedHeaderFormEditor.createPages(SharedHeaderFormEditor.java:102)   at com.sap.bw.editor.ui.editor.BwMultiPageEditor.createPages(BwMultiPageEditor.java:764)   at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:363)   at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:150)   at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)   at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:340)   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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)   at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)   at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:931)   at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)   at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)   at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)   at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)   at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)   at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)   at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:56)   at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:975)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:651)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:757)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:728)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:722)   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:706)   at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:104)   at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)   at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)   at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)   at org.eclipse.swt.widgets.Display.syncExec(Display.java:4821)   at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)   at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)   at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)   at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)   at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)   at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)   at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)   at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)   at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)   at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:94)   at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)   at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)   at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:173)   at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:617)   at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:581)   at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:770)   at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:401)   at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1214)   at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3261)   at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3176)   at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3158)   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3153)   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3117)   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3107)   at org.eclipse.ui.ide.IDE.openEditor(IDE.java:563)   at org.eclipse.ui.ide.IDE.openEditor(IDE.java:518)   at com.sap.bw.core.ui.internal.EditorService.openEditorInternal(EditorService.java:249)   at com.sap.bw.core.ui.internal.EditorService.openEditor(EditorService.java:217)   at com.sap.bw.core.ui.internal.EditorService.openEditor(EditorService.java:155)   at com.sap.bw.core.ui.internal.EditorService.openEditor(EditorService.java:104)   at com.sap.bw.core.ui.internal.EditorService.openEditorsWithoutProgressDialog(EditorService.java:296)   at com.sap.bw.core.ui.internal.EditorService$2.run(EditorService.java:310)   at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:437)   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:353)   at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:481)   at org.eclipse.ui.internal.progress.ProgressManager$RunnableWithStatus.run(ProgressManager.java:1242)   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)   at org.eclipse.ui.internal.progress.ProgressManager$5.run(ProgressManager.java:1092)   at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:233)   at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)   at org.eclipse.swt.widgets.Display.syncExec(Display.java:4821)   at org.eclipse.ui.internal.progress.ProgressManager.runInUI(ProgressManager.java:1089)   at com.sap.bw.core.ui.internal.EditorService.openEditors(EditorService.java:304)   at com.sap.bw.projectexplorer.ui.actions.OpenEditorAction.run(OpenEditorAction.java:66)   at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:225)   at org.eclipse.ui.navigator.CommonNavigatorManager$2.open(CommonNavigatorManager.java:191)   at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:46)   at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:855)   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)   at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)   at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)   at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:852)   at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1169)   at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:451)   at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:278)   at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:272)   at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:313)   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)   at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)   at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)   at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)   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.equinox.launcher.Main.invokeFramework(Main.java:673)   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)   at org.eclipse.equinox.launcher.Main.run(Main.java:1519)Caused by: java.lang.NullPointerException   at com.sap.bw.iobj.ui.editor.pages.PageGeneral.isShortTextAllowed(PageGeneral.java:176)   at com.sap.bw.iobj.ui.editor.pages.PageGeneral.setInputDescription(PageGeneral.java:188)   at com.sap.bw.iobj.ui.editor.pages.PageGeneral.createSectionGeneral(PageGeneral.java:134)   at com.sap.bw.iobj.ui.editor.pages.PageGeneralCharacteristic.createSectionGeneral(PageGeneralCharacteristic.java:807)   at com.sap.bw.iobj.ui.editor.pages.PageGeneral.createFormContent(PageGeneral.java:91)   at com.sap.bw.iobj.ui.editor.pages.PageGeneralCharacteristic.createFormContent(PageGeneralCharacteristic.java:280)   at org.eclipse.ui.forms.editor.FormPage$1.run(FormPage.java:166)   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)   at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:163)   at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:244)   at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:330)   at com.sap.bw.iobj.ui.editor.InfoObjectEditor.addPageInt(InfoObjectEditor.java:589)   at com.sap.bw.iobj.ui.editor.InfoObjectEditor.createPageGeneral(InfoObjectEditor.java:881)   at com.sap.bw.iobj.ui.editor.InfoObjectEditor.createPagesInt(InfoObjectEditor.java:802)   at com.sap.bw.iobj.ui.editor.InfoObjectEditor.doAddPages(InfoObjectEditor.java:574)   at com.sap.bw.editor.ui.editor.BwMultiPageEditor.addPages(BwMultiPageEditor.java:680)   ... 119 more&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2017 12:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaq-p/331291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-06T12:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331292#M9382</link>
      <description>&lt;P&gt;Hello Thorsten,&lt;/P&gt;&lt;P&gt;I just had the same problem. After a downgrade of the BW Modeling Tools Version 1.17.4 to 1.15.6 I can now create, open and edit InfoObjects again.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 15:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331292#M9382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-11T15:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331293#M9383</link>
      <description>&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;How did you downgrade to 1.15.6 I am not able to find that on marketplace.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331293#M9383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-14T20:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331294#M9384</link>
      <description>&lt;P&gt;Usually Eclipse allows to got back to the previous state of the IDE. So you can do at least one "downgrade" using the Installation History.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.eclipse.org/neon/topic/org.eclipse.platform.doc.user/tasks/tasks-123.htm?resultof=%22%69%6e%73%74%61%6c%6c%61%74%69%6f%6e%22%20%22%69%6e%73%74%61%6c%22%20%22%68%69%73%74%6f%72%79%22%20%22%68%69%73%74%6f%72%69%22%20" target="test_blank"&gt;http://help.eclipse.org/neon/topic/org.eclipse.platform.doc.user/tasks/tasks-123.htm?resultof=%22%69%6e%73%74%61%6c%6c%61%74%69%6f%6e%22%20%22%69%6e%73%74%61%6c%22%20%22%68%69%73%74%6f%72%79%22%20%22%68%69%73%74%6f%72%69%22%20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This does not solve the origianl problem, but hopefully provides a temporary workaround.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331294#M9384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-16T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331295#M9385</link>
      <description>&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;which version of the ABAP and BW Tools did you use when you got the error?&lt;/P&gt;&lt;P&gt;Where did you get these versions from (Service Marketplace or Update Site)?&lt;/P&gt;&lt;P&gt;Regards, Felix&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331295#M9385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-16T12:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331296#M9386</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i was facing the same issue and found a SAP Note wich solved the problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/2400641" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/2400641&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I found the hint in the release notes of the BW Modling Tools for 1.17:&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/0002407411" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/0002407411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331296#M9386</guid>
      <dc:creator>David_Nicolay</dc:creator>
      <dc:date>2017-02-16T14:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331297#M9387</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I am 750 SP4 and having this issue. Tools are 1.17 SP00 this note is not relevant. any other ideas?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alfred&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331297#M9387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-17T18:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331298#M9388</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Any solution for this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 07:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331298#M9388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-03-09T07:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: HANA Studio (Eclipse with ABAP Plugins installed)</title>
      <link>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331299#M9389</link>
      <description>&lt;P&gt;If I remember correctly then :&lt;/P&gt;
  &lt;P&gt;The cause for the issue was with the Eclipse installation.&lt;/P&gt;
  &lt;P&gt;Eclipse was installed in the user directory. The username was a long name.&lt;/P&gt;
  &lt;P&gt;This resulted in missing directory and or files due to path names too long&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Install Eclipse (HANA Studio) in the path C:\ (Windows root directory)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 15:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hana-studio-eclipse-with-abap-plugins-installed/qaa-p/331299#M9389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-10T15:28:54Z</dc:date>
    </item>
  </channel>
</rss>

