Viewing 6 posts - 1 through 6 (of 6 total)
Try checking your display properties, resolution and colors.
Felix.
May 4, 2005 at 11:55 pm
Try checking your event viewer: application and system logs.
Felix.
May 4, 2005 at 11:45 pm
Anytime your get an unauthorized error, you need to re-check the Security Tab for the application pool that works with your RS site.
Felix.
May 4, 2005 at 11:42 pm
You have to define your users or Groups on Active Directory, then using internal RS security tab you can define first: profiles and after users that you want to include...
May 4, 2005 at 11:38 pm
Try to use a domain user account with privileges for RS on the sql server and RS service pack installed.
Felix.
May 4, 2005 at 11:31 pm
Thanks guys!
I tried to fix the error, but:
Detailed code below:
Public Function GetUMConnectionString() ' sample values
GetUMConnectionString = "Provider=SQLOLEDB.1;Data Source=(local);Initial Catalog=myDB;uid=myuser;pwd=mypass;Packet Size=32767"
End Function
.... I use this function to execute...
April 29, 2005 at 4:59 pm
Viewing 6 posts - 1 through 6 (of 6 total)