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.