I am trying to deploy Catia V5R21 on windows 7 x64 machines, deployment starts but doesn't not complete using sccm2012 R2
I can deploy software to windows 7 32bit machine fine using sccm2012 R2. Also manual install on windows 7 x64 works fine.
here is the script I am using-
cmd /c install.cmd
xcopy "IBM LUM Directory" "C:\ProgramData\" /E /C /R /H /K /Y
1\win64\startb.exe -u "c:\program files\Dassault Systemes\R18" -newdir -ident R18 -D "C:\ProgramData\DassaultSystemes\CATEnv" -l "DIC.slt" -v -noreboot
I can see files copied over client machine and "c:\program files\Dassault Systemes\R18" get created, also an entry appear in control panel>programs and feature.
Problem I am having is deployment doesn't complete.
I checked logs under Execmgr.log on client machine and found errors
Raise Program Error Event for program Catia. The exit code is 55, the execution is FailureRetry
Non fatal execution error 0x87d01100 encountered for program Catia V5R21
I can't see program installed under All Programs and SCCM monitoring status stuck in progress
Any help will be greatly appreciated..
Thanks in advance
RJ
RJ09