Viewing 6 posts - 1 through 6 (of 6 total)
Hi Ren,
Batch file code: Very simplistic. It just calls a VBScript.
START w:\RSClientPrint\regsvr32.vbs
File Copy Script Code: Just copies the extracted RSClientPrint files to the client PC.
Option Explicit
Dim fso
Dim folder
Dim fldrName
Dim os
Dim...
April 18, 2012 at 3:03 pm
Hi there,
We have had the same issue with Reporting Services 2008 R2 and users that don't have administrative rights to the local PC. In our particular case the users couldn't...
February 13, 2012 at 4:06 pm
I have found this is typical if you have a CLR registered assembly in your SQL environment and CLR isn't enabled.
The function or data type etc within the assembly...
July 19, 2011 at 2:55 pm
Sorry, I forgot to post the resolution.
I disabled the Group Policy, deleted the local profile and logged in again. Once this was done the applications etc all worked perfectly fine.
This...
January 17, 2010 at 7:42 pm
Personally I don't like to use them. I prefer to have a much more controlled and granular approach i.e. using a combination of T-SQL, VBScript, Powershell and CLR (.NET). You...
October 4, 2009 at 2:47 pm
I concur :).
Although I am technically a DBA, my role includes script writing using T-SQL, VBScript and Powershell, development using .NET, BIDS and managemnet of databases and servers. Then to...
September 21, 2009 at 3:57 pm
Viewing 6 posts - 1 through 6 (of 6 total)