Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Data Processing Extension problem

Author  Topic 

dusty
Starting Member

3 Posts

Posted - 2005-07-28 : 08:48:34
Hi guys.

I have written a Data Processing Extension in C#. I copied the assembly to the /bin folder of the ReportingServer installation.
Added its name nad type into the rsreportserver.config under the Data extensions section.
Altered the permission policy in rssrvpolicy.config to make my assembly have FullTrust rights.
It all works well on my Windows 2000 pro, but I can't make it run on a Windows 2003 server. All I get is a message in the event log saying 'Could not load DPEbalancing data extension'

Please help ! I've been busting my brains for 3 days now, and can't find the cause.

cheers, Dusty

dusty
Starting Member

3 Posts

Posted - 2005-07-29 : 04:03:02
Okey, figured it out. Damn security issue :( My DPE tries to write to the event log, but it seems that it hasn't the propper rights. Works fine if I disable loging. Although I gave the Everyone permission for the event log ???

Any ideas ?
Go to Top of Page
   

- Advertisement -