View Single Post
  #9 (permalink)  
Old 01-20-2009, 05:19 AM
akae akae is offline
Junior Member
 
Join Date: Apr 2008
Posts: 25
Thanks: 6
Thanked 0 Times in 0 Posts
Default Still no progress

Hi all!
Seems that I am unable to solve certain problems with PWA.
The botch job to get PWA work was setting a script that reboots all services involved in MOPS:
Code:
echo off
net stop w3svc
net stop http /y
net stop ProjectEventService
net stop ProjectQueueService
net start w3svc
net start http
net start ProjectEventService
net start ProjectQueueService
This is launched twice a day to ensure full comunication between processes, which degradates as hours go by.

I'm trying to rescue BBDD .sql files and deploy them into a fully new installed MOPS ( English version ) but MOPS seems not to like DDBB overwritting, maybe I'm missing some steps...

The restore-backup option didn't work for me in any case. I tried full SSP restore and lowered tier by tier backups until only-pwa restore, with no satisfactory results.

Still trying...
I'm opening a new thread for another question.
Reply With Quote