when installing DL 7.0 beta 5, I ran into some issues:
two problems already with setting up the mongodb:
"
Warning
Problem running post-install step. Installation may not complete correctly
Error running C:\Documents and Settings\Administrator\Local Settings\Temp/repoinstalltemp/deadlinecommand.exe -UpdateDatabaseSettings “//santa/deadline7” “MongoDB” “kirby;10.200.21.126” "deadline7db
" “27070” “0” “false” “0” "deadline
" “” “” “true”: Program ended with an error exit code
OK
"
The error: ‘C:\Documents’ is not recognized as an internal or external command,
operable program or batch file.
After double quoting:
C:\Documents and Settings\Administrator>“C:\Documents and Settings\Administrator
\Local Settings\Temp/repoinstalltemp/deadlinecommand.exe” -UpdateDatabaseSetting
s “//santa/deadline7” “MongoDB” “kirby;10.200.21.126” “deadline7db” “27070” “0”
“false” “0” “deadline” “” “” “true”
An error occurred while updating the database settings:
Access to the path ‘\santa\deadline7\settings\dbConnect.xml’ is denied. (System
.UnauthorizedAccessException)
I solved this by editing the file dconnect.xml by hand:
"?xml version=“1.0”?>
MongoDB
false
kirby
27070
0
deadline7db
false
7
"
Now everything seemed to be up and running, but DL 6.1 acted behaving very weird… The monitor didn’t seem to be updating anymore, until i disabled the new mongodb. The databases are on 2 seperate machines as well as the repository. Any ideas why all of this happens?
The specs of the machine I am installing the mongoDB on:
dell server PE1950
xeon 5420, 8 GB ram
windows server 2003 R2, x64, SP2
Bert