Lotus Symphony no longer included?

Very weird… I created this topic in Chrome, but the rich text editor never appeared, even after closing the browser and re-opening. Anyhoo…

In 8.5.3, we could install OpenOffice Symphony free with the client. No more?

Thanks, in advance!

Steve in NYC

“It hurts to be on the cutting edge.”

Subject: RE: Lotus Symphony no longer included?

Does this mean that the integration between Notes and Symphony is no longer an easy job?

I used this IBM Developer http://www.ibm.com/developerworks/lotus/library/symphony-toolkit/ to create spreadsheets from Notes application using LS code.

Am I going to miss this feature?

Subject: RE: Lotus Symphony no longer included?

That’s correct, the Notes 9.0 install does not include Lotus Symphony.

Subject: Any update ?

Any update on this ?

What can we do with existing applications that use Symphony from LotusScript ?

Thanks

Subject: RE: Lotus Symphony no longer included?

i can confirm that, installing IBM Notes & Designer 9.0, and the Lotus Symphony standalone, does NOT work.

Code that previously worked to create reports in Symphony spreadsheets doesn’t work anymore.

When opening the code in Designer to recompile it, the error arises in the following line:

%Include “symphonylsx.lss”

Is there anyway to fix it ?

Subject: Any Traction on the above ?

We just rolled out Domino 9.0, so my notes clients are not far behind. I am really dreading the day that I upgrade because I loose the embedded symphony spreadsheet and it’s been a pet project of mine to develop a quote manager application using the HOD container & Lotus Symphony Spreadsheets. http://www.johndavidhead.com/jhead/johnhead.nsf/dx/ibm-notes-9-embedded-lotus-symphony-is-gone-but-application-developers-should-not-fret http://www.johndavidhead.com/jhead/johnhead.nsf/dx/ibm-notes-9-embedded-lotus-symphony-is-gone-but-application-developers-should-not-fret
http://www-01.ibm.com/support/docview.wss?uid=swg21654437 http://www-01.ibm.com/support/docview.wss?uid=swg21654437
Eric Otchet who’s no longer with IBM, was a huge help in trying help me solve this… in the IBM Collaboration Solutions Catalog there is a IBM Lotus Symphony LotusScript Support widget for IBM Notes. I downloaded the plug in, installed as a widget into my Lotus Notes 9.0.1 client & I’ve tried installing 3.0.1 stand alone & the Symphony component installation. ( oh and this has to work on a MAC as well ) … :slight_smile: When I load my composite application my old symphony container says : “Could not create the view: Plug-in com.ibm.rcp.topologyhandler was unable to load class com.ibm.rcp.composite.container.symphony.view.SpreadsheetView.”

“NOTE: Composite Applications using Symphony Containers or any part of embedded Symphony will no longer work without integrated Symphony starting with Notes 9.0 and beyond.” When I expand the details… java.lang.ClassNotFoundException: com.ibm.rcp.composite.container.symphony.view.SpreadsheetView at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(Unknown Source) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Unknown Source) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Unknown Source) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(Unknown Source) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(Unknown Source) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Unknown Source) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Unknown Source) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Unknown Source) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Unknown Source) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Unknown Source) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Unknown Source) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(Unknown Source) at org.eclipse.ui.internal.ViewReference.createPartHelper(Unknown Source) at org.eclipse.ui.internal.ViewReference.createPart(Unknown Source) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(Unknown Source) at org.eclipse.ui.internal.PartPane.setVisible(Unknown Source) at org.eclipse.ui.internal.ViewPane.setVisible(Unknown Source) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Unknown Source) at com.ibm.rcp.ui.internal.presentations.FolderStackPresentation.selectPart(Unknown Source) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(Unknown Source) at org.eclipse.ui.internal.PartStack.setSelection(Unknown Source) at org.eclipse.ui.internal.PartStack.showPart(Unknown Source) at org.eclipse.ui.internal.PartStack.createControl(Unknown Source) at org.eclipse.ui.internal.PartStack.createControl(Unknown Source) at org.eclipse.ui.internal.PartSashContainer.createControl(Unknown Source) at org.eclipse.ui.internal.PerspectiveHelper.activate(Unknown Source) at org.eclipse.ui.internal.Perspective.onActivate(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage.access$16(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage$18.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Unknown Source) at org.eclipse.ui.internal.Workbench.showPerspective(Unknown Source) at com.ibm.rcp.aaf.core.AAFWindowAdvisor.setPerspective(Unknown Source) at com.ibm.rcp.aaf.core.AAFWindowAdvisor.openPage(Unknown Source) at com.ibm.rcp.aaf.core.AAFWindowAdvisor.refreshPage(Unknown Source) at com.ibm.rcp.aaf.emc.EditModeController$RefreshApplicationJob$1.runInUIThread(Unknown Source) at org.eclipse.ui.progress.UIJob$1.run(Unknown Source) at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source) at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source) at org.eclipse.ui.internal.Workbench.runUI(Unknown Source) at org.eclipse.ui.internal.Workbench.access$4(Unknown Source) at org.eclipse.ui.internal.Workbench$5.run(Unknown Source) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source) at com.ibm.rcp.personality.framework.internal.RCPApplication.run(Unknown Source) 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.internal.app.EclipseAppContainer.callMethodWithException(Unknown Source) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source) 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(Unknown Source) at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source) at org.eclipse.equinox.launcher.Main.run(Unknown Source) at com.ibm.rcp.core.internal.launcher.Main.startLaunch(Unknown Source) at com.ibm.rcp.core.internal.launcher.Main.main(Unknown Source) at com.ibm.rcp.core.internal.launcher.Main.run(Unknown Source)

Subject: You can get Stand-Alone Lotus Sympony or use Apache Open Office

Lotus Symphony

IBM Products http://www.ibm.com/developerworks/downloads/ls/symphony/

Apache Open Office

Apache OpenOffice - Official Download http://www.openoffice.org/download/

Subject: RE: Lotus Symphony no longer included?

@LDD - any reasons why Symphony was part of the Notes install in R8 but not now in R9? Shouldn’t newer versions have MORE good stuff with it, not less?

Thanks!

Steve in NYC

Subject: RE: Lotus Symphony no longer included?

I am really interested in this topic as well… I need the symphony integrated container because I’m working on a composite application involving Symphony Spreadsheet & the HOD ( host-on-demand ) container.

com.ibm.rcp.composite.container.symphony.view.SpreadsheetView.