Showing posts with label folks. Show all posts
Showing posts with label folks. Show all posts

Friday, March 30, 2012

Moving Client Network Utility

Hi Folks,
I'm having to move workstations and was wondering if anybody knew a quick way to move all the alias's from your client network utility from one workstation to another.
CheersSave the following key and restore it over the other workstations.
HKEY_LOCAL_MACHINE=>SOFTWARE=>MICROSOFT=>MSSQLSERVER=>CLIENT=>CONNECTTO

Howdy!

Monday, March 12, 2012

Move RS log files

Is there a way to change the location of the Reporting Services Log Files?
I've seen several folks ask this question but no answer as of yet.
Thanks,
JoeYou need to modify the web.config and ReportingServicesService.exe.config
files. Look for the RSTrace element and add a new line like follows:
<add name="Directory" value="location you would like" />
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Joe Clifford" <Joe Clifford@.discussions.microsoft.com> wrote in message
news:842A5546-99DC-455C-8B64-BCE09F86771C@.microsoft.com...
> Is there a way to change the location of the Reporting Services Log Files?
> I've seen several folks ask this question but no answer as of yet.
> Thanks,
> Joe
>
>