After ZPM license is expired and renewed, can’t login to ZPM web console.

  • 3495758
  • 24-Dec-2007
  • 30-Apr-2012

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"