Thanks. I won't be able to try it out since I'm not at that client site anymore, but this is good info that I'll definitely keep in my notes. This would have been very helpful.
I ended up recreating the upfront datastore by using the following batch file:
rem This bat file is executed by the Configuration Manager from the bin directory
UpfUnpack -p StartingThemesLanguages.pkg -l UpfUnpackLogInstall1.txt -r UpfUnpackRulesInstall1.txt -un administrator -pw password -del -w 2
echo.
UpfUnpack -p StartingNewsIndex.pkg -l UpfUnpackLogInstall2.txt -r UpfUnpackRulesInstall2.txt -sa -w 1
rem -- Create a file if the database initialized successfully.
rem -- This new file will be used by the isactive test in the server.scd
if errorlevel 1 goto error
if exist UpfUnpackLogInstall2.txt copy UpfUnpackLogInstall2.txt UpfDataStoreInitialized.txt
goto end
:error
rem - execute a nonexistent command in order to cause a failure
rem - because WinNT doesn't support exit 1.
UpfrontDataStoreNotInitialized
:end
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.