Viewing 15 posts - 5,686 through 5,700 (of 6,400 total)
if you do need to one day move the SSRS database from one server to another, you will need the ssrs encryption keys.
when you configure SSRS, the last step should...
March 7, 2012 at 6:46 am
along with trusts in place, try using the FQDN so \\server.domain.com\share
March 7, 2012 at 6:06 am
the data source is set to connect as domain\username, once the connection is made, it then switches from domain\username to domain\vinod.saraswat for example
if that second account doesnt have the access...
March 7, 2012 at 5:23 am
Thanks Daniel, I was on the right track. Just copied the tamplate RDL I had created and put it in the correct folder now I dont have to modify the...
March 7, 2012 at 3:47 am
the UNC path is the path to the shared folder,
so in the example you provided it will be
restore database ######### from disk = '\\servername\Share\##.bak'
March 7, 2012 at 3:35 am
one thing I would say is create AD security groups before you start doing anything with permissions, it makes life a lot easier.
then grant the group the access it needs,...
March 7, 2012 at 3:33 am
this is working as I need it, will also invesitgate the variable route as well
public void Main()
{
...
March 7, 2012 at 3:07 am
Yep that looks like MDX to me, not my strong point I'm afraid.
March 7, 2012 at 2:50 am
i am guessing its down to having the impersonation box checked as once its connected as domain\user it then tries to run the query as domain\user1, so if domain\user1 doesnt...
March 7, 2012 at 2:46 am
current flow is
file system task to delete all files on the FTP server
for each loop with a file system task to copy all BAK files from the instance's backup drive...
March 7, 2012 at 2:43 am
do you have local admin access to the remote server?
if not ask someone who has got local admin to grant you report builder rights which will save you downloading modifying...
March 7, 2012 at 2:20 am
so SSRS is installed on your local machine where you are trying to get the reports from? or are they on a remote server?
March 7, 2012 at 1:25 am
I take it your running the same account for both the server and agent?
March 6, 2012 at 11:58 pm
please post a screenshot of the settings for the datasource dstest2
March 6, 2012 at 11:53 pm
that maybe down to permissions, I've seen that before after a restart of the agent it still doesn't work
can you impersonate the SQL agent account and try sending a mail...
March 6, 2012 at 2:37 pm
Viewing 15 posts - 5,686 through 5,700 (of 6,400 total)