• I finally got this error resolved.  the resolution is to turn off the identy column within the sysCategories table in msdb, do an insert as follows insert into syscategories(categor_id, category_class, Category_type, Name)

    values(100, 1, 1, 'Report Server')

     

    Then TURN BACK ON THE IDENTY COLUMN TO YES in the actual table.