Environment
Novell ZENworks Patch Management 6.4 - ZPM6.4
Novell ZENworks Patch Management 6.3 - ZPM6.3
Situation
After ZPM license is expired and then renewed, can’t login to the ZPM web management console.
Resolution
Run the following in a .BAT file to force replication:
For ZPM 6.3 on SQL 2000 or 2005:
osql -E -d plus -Q"update configjob set jobstate = 'Scheduled'"
osql -E -d plus -Q"update configjob set jobstate = 'Runnow' where jobID ='11'"
net stop distributionservice
net start distributionservice
For ZPM 6.4 on SQL 2000 or 2005:
osql -E -d plus -Q"update configjob set jobstate = 'Scheduled'"
osql -E -d plus -Q"update configjob set jobstate = 'Runnow' where jobID ='21'"
net stop "Replication Service"
net start "Replication Service"