Monday, March 19, 2012

Data Processing Extension in SSRS05

Hi,

I'm trying to deploy my assembly (work fine in Report Manager) into Report Server, but I can't.

I followed the steps in help to deploy, but didn't work. When I run my report, show-me: "An attempt has been made to use a data extension 'GF' that is not registered for this report server". If I go to "New Data Source", my extension don't appear in "Connection Type".

Thanks,

Cristiano Leite

Did you verify that the data extensions works successfully in report designer (see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_extend_dataproc_9cds.asp)?

If it works in report designer, make sure to follow the steps for the server deployment, described in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_extend_dataproc_1fn5.asp

-- Robert

|||

Thanks Robert.

I found the error. I'm using a LogEvent class who is found in report designer, but isn't trusted into Report Server.

I commented this code end work fine.

Thanks

Cristiano Leite.

No comments:

Post a Comment