Thursday, June 11, 2009

The specified web does not contain a reporting metadata list

Occurs when a user wants to view the "Site Audit Log" or "View Workflow Reports".

Something that happens when you import a site. The Reporting Features are active, but do not work. I think this is what caused it in anycase. Could be something else.

Deactivating the Reporting Features at Site Collection Level and then running the following command:

stsadm -o activatefeature -name Reporting -url http://servername/sitecollection -force

Seems to fix the problem.

2 comments:

  1. When I press "View Workflow reports", i get the error message: "The specified web does not contain a reporting metadata list."

    Are you able to fix this problem?

    Best regards,

    Leiv H. Dahlseng
    Ventelo Networks

    ReplyDelete
  2. Hi Leiv,

    Have you tried deactivating the Reporting Features at Site Collection Level and then running the following command:

    stsadm -o activatefeature -name Reporting -url http://servername/sitecollection -force

    ReplyDelete