Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upfront 7 interface: Restoring the NewsItem gateway manager 1

Status
Not open for further replies.

gasman009

Vendor
Jun 12, 2002
51
US
Embarrasingly I deleted the NewsItem Gateway Manager (located in the Administration Newsbox by default in the Upfront interface).

Does anyone know how to restore it?

Thanks in advance.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top