Viewing 15 posts - 91 through 105 (of 130 total)
SQL Server is running under the local system account. Do we need to change just the SQL Server Agent service to a domain acccount, or should w change the MSSQL...
February 22, 2007 at 10:17 am
There is an underscore there, prod_backup. But I tried with quotes around as suggested and have same error. Thanks!
February 22, 2007 at 8:20 am
Well, I'm trying to teach myself all this, and it seems to take me forever!
I get for output: "Invalid drive specification {null}. The step succeeded."
when running:
exec xp_cmdshell N'xcopy /Y...
February 22, 2007 at 7:23 am
I tried his and in the job.txt file is:
0 file(s) copied
Any other ideas?
February 21, 2007 at 12:15 pm
I tried running the job as suggested
exec xp_cmdshell N'xcopy /Y "D:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\HCLL_Production_DB\HCLL_Production_DB_db_*.BAK" \\hclltest\prod_backup\'
It ran successfully, but still didn't copy the file over to hclltest server, no error...
February 21, 2007 at 7:02 am
Thanks so much for the help so far. This command works when run in query analyser:
exec xp_cmdshell N'xcopy "D:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\HCLL_Production_DB\HCLL_Production_DB_db_200702182300.BAK" \\hclltest\prod_backup'
Now I'm trying to use it in...
February 20, 2007 at 10:57 am
I tried like this but still have invalid drive specification:
exec xp_cmdshell N'xcopy "D:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\HCLL_Production_DB\HCLL_Production_DB_db_200702182300.BAK" \\HCLLTEST\D$\HCLL\PRODBACKUP\HCLLProductionDBdb20070218.BAK'
If the syntax is ok, could this be a permission issue? The folder...
February 20, 2007 at 6:59 am
We changed the registry to the target path, but I still get the "apply to target server failed for job" message.
Could I still have something set up wrong? I...
February 12, 2007 at 10:24 am
I think maybe I haven't configured Integration Services on the Cluster correctly. I was trying to follow this document: http://msdn2.microsoft.com/en-us/library/ms345193.aspx.
I didn't understand the registry replication part. What should be...
February 7, 2007 at 3:41 pm
Sorry, nevermind. I see in troubleshooting section that the files are asr.sif and asrpnp.sif If any different please let me know. Thanks!
February 1, 2007 at 9:45 am
I've added cluster group resources for DTC and SSIS, but I still am receiving "Apply to target server failed for job" error. Any other ideas? Thanks!
February 1, 2007 at 9:28 am
So I should create a cluster resource as DTC, type Distributed Transaction Coordinator, with the dependencies you mentioned?
It is active/passive cluster. I have already installed SSIS on both node servers. So...
January 31, 2007 at 7:07 am
Actually, I set up the backup plans using the Maintenance Plan Wizard. I can't create any kind of jobs using New Maintenance Plan which is what I need for cleanup...
January 30, 2007 at 9:16 am
I tried that but when I got to the screen to select what services to install, on the primary node server Reporting Services is greyed out so I can't select...
January 9, 2007 at 6:37 am
Viewing 15 posts - 91 through 105 (of 130 total)