Which version(s) of SharePoint are supported for the LC ES2 SharePoint Connector (WSS / MOSS) ?
I tried installing on WSS, everything went smoothly until I try to access the Site Settings tools (LiveCycle Settings, Logging Settings), the result was an error:
File Not Found. at LiveCycleInterop.Utils.getArrayContentsAsString(String[] stringArray)
at LiveCycleInterop.Utils..cctor()
MOSS 2007 comes under the supported version.
Looking at the exception it indicates that there was some problem installing sharepoint connector webpart i.e. running the batch file on your sharepoint server. There are two dlls AdobeLiveCycleConnector.dll and AdobeLiveCycleWorkflow.dll that come with Adobe LiveCycle Connector.zip.
Please make sure that you have appropriately modified the path
@SET GACUTILEXE="C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\gacutil.exe"
to match the location where gacutil.exe on your machine is placed. Gacutil places these dlls to GAC C:\Windows\assembly folder.
To confirm, the LC SP Connector will NOT work with WSS ?
Info from my attempt with WSS:
The 2 Adobe LiveCycle DLL files are present in the C:\windows\assembly folder.
The install.bat was modified:
@SET GACUTILEXE="C:\Program Files\Microsoft SDKs\Windows\v6.1\bin\gacutil.exe"
@SET TEMPLATEDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE"
@SET RESOURCESDIR="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources"
@SET WEBAPPDIR="C:\Inetpub\wwwroot\wss\VirtualDirectories\80"
@SET SITEURL="http://nortwssdev:80/sites/appdev/"
@SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\stsadm.exe"
The install.bat ran successfully:
C:\Temp\Adobe LiveCycle Connector>install.bat Assembly successfully added to the cache Assembly successfully added to the cache Deactivating LiveCycle Connector feature with WSS Failed to find the XML file at location '12\Template\Features\LiveCycle\feature.xml' Deactivating LiveCycle Workflow feature with WSS Failed to find the XML file at location '12\Template\Features\LiveCycle/Workflow\feature.xml' Uninstalling LiveCycle Connector with WSS Failed to find the XML file at location '12\Template\Features\LiveCycle\feature.xml' Uninstalling LiveCycle Workflow with WSS Failed to find the XML file at location '12\Template\Features\LiveCycle/Workflow\feature.xml' Copying source files to WSS \TEMPLATE directory TEMPLATE\FEATURES\LiveCycle\Elements.xml TEMPLATE\FEATURES\LiveCycle\Feature.xml TEMPLATE\FEATURES\LiveCycle\LiveCycleTasks\AllItems.aspx TEMPLATE\FEATURES\LiveCycle\LiveCycleTasks\DispForm.aspx TEMPLATE\FEATURES\LiveCycle\LiveCycleTasks\EditForm.aspx TEMPLATE\FEATURES\LiveCycle\LiveCycleTasks\NewForm.aspx TEMPLATE\FEATURES\LiveCycle\LiveCycleTasks\schema.xml TEMPLATE\FEATURES\LiveCycle\Workflow\feature.xml TEMPLATE\FEATURES\LiveCycle\Workflow\workflow.xml TEMPLATE\IMAGES\LiveCycle\applyPolicy.png TEMPLATE\IMAGES\LiveCycle\applyReaderExtn.png TEMPLATE\IMAGES\LiveCycle\createPdf.png TEMPLATE\IMAGES\LiveCycle\liveCycle.gif TEMPLATE\IMAGES\LiveCycle\pdficon_small.gif TEMPLATE\LAYOUTS\LiveCycle\ApplyPolicy.aspx TEMPLATE\LAYOUTS\LiveCycle\ApplyReaderExtensions.aspx TEMPLATE\LAYOUTS\LiveCycle\GeneratePDF.aspx TEMPLATE\LAYOUTS\LiveCycle\GetTasks.aspx TEMPLATE\LAYOUTS\LiveCycle\InvokeGenericProcess.aspx TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx TEMPLATE\LAYOUTS\LiveCycle\TaskForm.aspx TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx 23 File(s) copied Copying Feature Resource files to WSS 12\Resources directory Resources\AdobeLiveCycleConnectorCore.resx 1 File(s) copied Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory App_GlobalResources\AdobeLiveCycleConnector.resx App_GlobalResources\AdobeLiveCycleWorkflow.resx 2 File(s) copied Installing LiveCycle Connector with WSS Operation completed successfully. Installing LiveCycle Workflow with WSS Operation completed successfully. Activating LiveCycle Connector with WSS Operation completed successfully. Activating LiveCycle Workflow with WSS Operation completed successfully. Restarting IIS worker process Attempting stop... Internet services successfully stopped Attempting start... Internet services successfully restarted
You have raised the perfect question exactly what i am also looking for while for SharePoint Implementation Service from SharePoint Consultants
North America
Europe, Middle East and Africa
Asia Pacific