Viewing 15 posts - 31 through 45 (of 105 total)
wschampheleer (1/29/2010)
Did you try my suggestion?Change the destination to
"\"C:\\Documents and Settings\\jdgonzalez\\Desktop\\fileMove\\" + @[User::loopFileName] + "\""
and the source to
"\"C:\\Documents and Settings\\jdgonzalez\\Desktop\\" + @[User::loopFileName] + "\""
Yes. I tried it out yesterday...
January 29, 2010 at 1:28 pm
@Phil... Glad to see I'm not the only person having problems with it. I wound up scripting it too. Do you know if this is some sort...
January 29, 2010 at 7:56 am
middletree (7/17/2009)
thanks!I am learning so much here it's scary.
Don't be afraid to ask questions. I learn something new everyday on this site.
January 26, 2010 at 7:51 am
Steve,
Great post. I learned a long time ago that there will always be someone who know more than I do. But being the competitive person that I am,...
January 26, 2010 at 7:49 am
Are you able to able to send out email locally within your network? The error message you pasted had a reference to abcdf@test.com. I still believe it's...
January 25, 2010 at 10:05 am
Books Online is a great resource, but what helped me out was to come up with business questions that someone mights ask. Such as, how many widgets did we...
January 22, 2010 at 8:29 am
Backup failures will write to the windows error log. That will contain the specific reason as to why it failed.
January 22, 2010 at 8:18 am
I'm not sure what your mail server is, but Exchange has a property you can set to allow for relaying.
January 22, 2010 at 8:11 am
If you're on a SAN I would check to see if you are sharing disk activity with some other function.
January 21, 2010 at 2:11 pm
I looks like your package is trying to find a config file. But it doesn't exist in the new environment.
January 21, 2010 at 9:58 am
Within the loop you can use a file system task to move the file based on the source you have in a variable. I wrote an article a few...
January 21, 2010 at 9:44 am
You can query msdb.dbo.sysjobhistory to see if the job was successful or not. If you go this route, you'll need to create a linked server to check the job...
January 19, 2010 at 12:39 pm
What's the error message that's being thrown by the task? It could really be a number of things.
January 18, 2010 at 1:38 pm
What about using codepage 37 in your import process? It's been a while since I've worked with EBCDIC but I remember I had to change the codepage and was...
January 15, 2010 at 2:14 pm
Can't you map it at the OS level and just set it to reconnect at logon?
October 7, 2009 at 2:59 pm
Viewing 15 posts - 31 through 45 (of 105 total)