Hi,
I am creating a custom workflow in CRM 2011 to load and render an SSRS report programmatically in C# via report service.
1). Because I deliver the custom workflow in Sandbox mode to Live CRM, System.Net.CredentialCache.DefaultNetworkCredentials does not work.
2). My own window credential, if using System.Net.NetworkCredential("user", "password", "domain"), does not have access permission to Live report server. Live report service is running under the domain administrator
account. Of course, our IT will not give me the password of domain administrator.
My question is: if I do not ask IT to create a dedicated account to load and render the report via report service, is there any other built-in accounts, such as 'NT AUTHORITY\NETWORK SERVICE', will meet my expectation? In my case, 'NT
AUTHORITY\NETWORK SERVICE' does not work either. Thanks.