Delivery Extension

  • Hey everybody... I'm new here. I'm working on a delivery extension for reporting services to insert a report into a database. (I'm using the printer sample as a general guideline) I've created the interface and everything seems to be working fine, except when it calls the function to render the report, I get a configuration error. This machine has the database local and is not in a domain (stand-alone for testing). The stack trace shows this as the error : AuthzInitializeContextFromSid: Win32 error: 110; (also a bunch of other junk). I get the same error with the printer sample. I don't think it's a domain issue since it's not in one and others who have this problem get a "Win32 error: 234" error. Any ideas?

  • Check to ensure that you've got at least SP1 installed, and pref SP2 (these are the Reporting Services service packs, seperate to the SQL ones). 

    Also, if you google the authinitialize... with the site set to microsoft (ie site:.microsoft.com) you'll come across an issue with subscriptions re: the account under which the unattended reports are executing, this may give you some hints to help fix it (it throws the same or a very similar error).

     

    Steve.

  • Ok, I haven't quite figured the extension out yet, but the error I was getting was because the account I was using to access the report manager was in a domain. Using a local user (or being in my domain) to access the report manager solves this problem. Apparently, using RS across domains still has some issues to work out (or at least some documentation on it).

    Thanks for the reply Steve.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply