我想使用.bat文件安裝ucm 10g,直到現在我已經創建了一個bat文件UCM.BAT,它將生成一個input.txt作爲UCM 10g的Installer.exe的輸入,看看我的.BAT文件。通過.BAT文件安裝UCM 10g
@echo off
>input.txt echo 4
>>input.txt echo 2
>>input.txt echo D:/stellent/ucm/server
>>input.txt echo 1
>>input.txt echo 1
>>input.txt echo d:/stellent/ucm/server/vault/
>>input.txt echo 1
>>input.txt echo d:/stellent/ucm/server/weblayout/
>>input.txt echo 1
>>input.txt echo 1
>>input.txt echo 1
>>input.txt echo c:/program files/internet explorer/iexplore.exe
>>input.txt echo 4
>>input.txt echo 1
>>input.txt echo 4444
>>input.txt echo 4440
>>input.txt echo 127.0.0.1
>>input.txt echo /idc/
>>input.txt echo mail
>>input.txt echo [email protected]
>>input.txt echo INEDEC-MLAP-645.emrsn.org
>>input.txt echo idc
>>input.txt echo idc
>>input.txt echo Content Server idc
>>input.txt echo 2
>>input.txt echo 1
>>input.txt echo 2
>>input.txt echo localhost
>>input.txt echo 1521
>>input.txt echo stellent_admin
>>input.txt echo stellent_admin
>>input.txt echo xe
>>input.txt echo 2
>>input.txt echo 1
>>input.txt echo 1,2,3,4,5
>>input.txt echo F
>>input.txt echo 1
>>input.txt echo 2
>>input.txt echo 2
>>input.txt echo 1
>>input.txt echo 2
>>input.txt echo 2
>>input.txt echo 1
C:\Users\gurlove.chopra\Desktop\ContentServer_Windows_10gR3_20080807 \UCM\ContentServer\win32\Installer.exe input.txt
現在,以下是我得到
C:\Users\gurlove.chopra\Desktop\ContentServer_Windows_10gR3_20080807\UCM\Content
Server\win32>UCM.BAT
Unable to install. IntradocDir is not defined.
Severe error: wait.dat not removed. Remove manually.
任何形式的幫助表示讚賞
錯誤
您可能需要考慮安裝12c,因爲10g現在已有8年以上的歷史,並且擴展支持已於2015年12月結束。 –