Bundle assignments are not flowing down after update to 11.2.3a

  • 7013289
  • 13-Sep-2013
  • 24-Sep-2013

Environment

Novell ZENworks Configuration Management 11.2.3 Bundles

Situation

Bundle assignments are not flowing down after the update to ZCM 11.2.3 no bundles are show in Novell Application Launcher.

Cause

The following exception is logged in the service-messages.log

[ERROR] [6/25/13 12:29:24 PM] [] [Assignment Web Service] [4768]
[AssignmentService.GENERAL_EXCEPTION] [The assignment web service encountered the following exception while handling "getEffectiveAssignments" request for c9679c5544142c40cd6c8c7b267cc9c3: Content is not allowed in prolog.] [] []

No Bundle assignments will flow down to the ZENworks Adaptive Agent, the Novell Application Launcher will be empty.

Status

Reported to Engineering

Additional Information

Due to corrupt assignment schedule.  Use the following sql to determine which bundle has the corrupt assignment schedule:

select z.name,z.Primarytype,z.zuid as ContentObject, a.ConsumerUID as
ConsumerObject from zAssignment a, zZenObject z  where a.zuid in (select
Assignment from zExtraAssignmentData where Type = 'S' and name like
'%schedule%' and Value not like  '%<Schedule%') and  a.contentUID = z.zuid