Install and configuration on the SharePoint server 2007 issue
Amol Sahare Aug 22, 2012 2:34 AMHi All,
I have Microsoft Sharepoint 2007 on Windows 2003 and I am trying to Integrate Adobe Lifecycle Rights Management Server which is on Windows 2008 R2 server.
I am trying to Install and configuration on the SharePoint server 2007 but during installation getting error "Failure adding assembly to the cache: Unknown Error"
Please check the Edited install.bat file and error log.
Install.bat
set _my_datetime=%date% %time%
@echo on
echo Begin Installation at %_my_datetime%
echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
@echo off
@SET GACUTILEXE="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\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://sharepoint7:80/sites/DCADC"
@SET STSADM="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.EXE"
REM cd $(ProjectDir)
%GACUTILEXE% /nologo /i AdobeLCSharepoint.dll /f
%GACUTILEXE% /nologo /i AdobeLiveCycleConnector.dll /f
%GACUTILEXE% /nologo /i AdobeLiveCycleWorkflow.dll /f
pushd %TEMPLATEDIR%\features
Echo Deactivating LiveCycle Connector feature with WSS
%STSADM% -o deactivatefeature -filename LiveCycle\feature.xml -url %SITEURL% -force
Echo Deactivating LiveCycle Workflow feature with WSS
%STSADM% -o deactivatefeature -name LiveCycle/Workflow -url %SITEURL% -force
Echo Uninstalling LiveCycle Connector with WSS
%STSADM% -o uninstallfeature -filename LiveCycle\feature.xml -force
Echo Uninstalling LiveCycle Workflow with WSS
%STSADM% -o uninstallfeature -name LiveCycle/Workflow -force
popd
Echo Copying source files to WSS \TEMPLATE directory
xcopy TEMPLATE %TEMPLATEDIR% /e /y /i
Echo Copying Feature Resource files to WSS 12\Resources directory
xcopy Resources %RESOURCESDIR% /e /y /i
Echo Copying Resource files to %WEBAPPDIR%\App_GlobalResources directory
xcopy App_GlobalResources %WEBAPPDIR%\App_GlobalResources /e /y /i
pushd %TEMPLATEDIR%\features
Echo Installing LiveCycle Connector with WSS
%STSADM% -o installfeature -filename LiveCycle\feature.xml -force
Echo Installing LiveCycle Workflow with WSS
%STSADM% -o installfeature -name LiveCycle/Workflow -force
Echo Activating LiveCycle Connector with WSS
%STSADM% -o activatefeature -filename LiveCycle\feature.xml -url %SITEURL% -force
Echo Activating LiveCycle Workflow with WSS
%STSADM% -o activatefeature -name LiveCycle/Workflow -url %SITEURL% -force
popd
Echo Restarting IIS worker process
IISRESET
set _my_datetime=%date% %time%
@echo on
echo End Installation at %_my_datetime%
@echo off
Error Log
E:\Adobe LiveCycle Connector-2007>set _my_datetime=Wed 08/22/2012 14:40:28.27
E:\Adobe LiveCycle Connector-2007>echo Begin Installation at Wed 08/22/2012 14:40:28.27
Begin Installation at Wed 08/22/2012 14:40:28.27
E:\Adobe LiveCycle Connector-2007>echo "Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
"Customize <VER> <PORT> <SharepointServerNameOrIP> <SiteDirectory> <siteName> in this install.bat . Verify gacutil.exe path."
Failure adding assembly to the cache: Unknown Error
Failure adding assembly to the cache: Unknown Error
Failure adding assembly to the cache: Unknown Error
Deactivating LiveCycle Connector feature with WSS
Operation completed successfully.
Deactivating LiveCycle Workflow feature with WSS
Operation completed successfully.
Uninstalling LiveCycle Connector with WSS
Operation completed successfully.
Uninstalling LiveCycle Workflow with WSS
Operation completed successfully.
Copying source files to WSS \TEMPLATE directory
TEMPLATE\FEATURES\LiveCycle\Elements.xml
TEMPLATE\FEATURES\LiveCycle\Feature.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\InvokeGenericProcess.aspx
TEMPLATE\LAYOUTS\LiveCycle\LiveCycleSettings.aspx
TEMPLATE\LAYOUTS\LiveCycle\LoggingSettings.aspx
TEMPLATE\LAYOUTS\LiveCycle\Workflow\LCWorkflowSettings.aspx
16 File(s) copied
Copying Feature Resource files to WSS 12\Resources directory
Resources\AdobeLiveCycleConnectorCore.de-DE.resx
Resources\AdobeLiveCycleConnectorCore.de.resx
Resources\AdobeLiveCycleConnectorCore.en-US.resx
Resources\AdobeLiveCycleConnectorCore.en.resx
Resources\AdobeLiveCycleConnectorCore.fr-FR.resx
Resources\AdobeLiveCycleConnectorCore.fr.resx
Resources\AdobeLiveCycleConnectorCore.ja-JP.resx
Resources\AdobeLiveCycleConnectorCore.ja.resx
Resources\AdobeLiveCycleConnectorCore.resx
9 File(s) copied
Copying Resource files to "C:\Inetpub\wwwroot\wss\VirtualDirectories\80"\App_GlobalResources directory
App_GlobalResources\AdobeLiveCycleConnector.de-DE.resx
App_GlobalResources\AdobeLiveCycleConnector.de.resx
App_GlobalResources\AdobeLiveCycleConnector.en-US.resx
App_GlobalResources\AdobeLiveCycleConnector.en.resx
App_GlobalResources\AdobeLiveCycleConnector.fr-FR.resx
App_GlobalResources\AdobeLiveCycleConnector.fr.resx
App_GlobalResources\AdobeLiveCycleConnector.ja-JP.resx
App_GlobalResources\AdobeLiveCycleConnector.ja.resx
App_GlobalResources\AdobeLiveCycleConnector.resx
App_GlobalResources\AdobeLiveCycleWorkflow.de-DE.resx
App_GlobalResources\AdobeLiveCycleWorkflow.de.resx
App_GlobalResources\AdobeLiveCycleWorkflow.en-US.resx
App_GlobalResources\AdobeLiveCycleWorkflow.en.resx
App_GlobalResources\AdobeLiveCycleWorkflow.fr-FR.resx
App_GlobalResources\AdobeLiveCycleWorkflow.fr.resx
App_GlobalResources\AdobeLiveCycleWorkflow.ja-JP.resx
App_GlobalResources\AdobeLiveCycleWorkflow.ja.resx
App_GlobalResources\AdobeLiveCycleWorkflow.resx
18 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
E:\Adobe LiveCycle Connector-2007>echo End Installation at Wed 08/22/2012 14:41:00.29
End Installation at Wed 08/22/2012 14:41:00.29
Waiting...
Regards,
Amol Sahare


