Viewing 15 posts - 31 through 45 (of 56 total)
I have not worked with Sharepoint 2003, but I have extensively worked with Sharepoint 2007.
What I did is I used OLE DB source with some properties change in it which...
November 20, 2008 at 10:01 am
I am not sure if the Excel source will work fine for Excel 2007. It surely worked well with Excel 2003, but when I tried using it with Excel 2007....
November 20, 2008 at 9:55 am
Error in the progress tab is:
Error: Error 0xC0012050 while loading package file "C:\Path\Package1.dtsx". Package failed validation from the ExecutePackage task. The package cannot run. .
October 23, 2008 at 10:02 am
I am trying to use 3 Execute Package Tasks independently in a new master package, but I am getting an error in two tasks.
When I run those packages individually,...
October 23, 2008 at 8:36 am
Thank you Greg. I am trying to implement your suggestion. Sounds good to me.
Thanks once again.
October 22, 2008 at 12:19 pm
This is just to let you know that we are now able to get rid of that error message.
We changed the share point path of the files that were not...
October 22, 2008 at 7:12 am
Hello,
Thank you for your replies. I will check and let you know if it works.
- notes4we
October 22, 2008 at 6:09 am
Thank you Prachi. It worked fine.
October 15, 2008 at 11:40 am
Hi,
I found out the problem.
We need to leave the To and From field blank, but set the DelayValidation to True, not False.
When I set it to True, then I was...
October 14, 2008 at 8:09 am
Hi,
Thank you for your reply. I kept the To and From blank and the DelayValidation is already set to false, but I am still getting an error that No...
October 14, 2008 at 6:18 am
Mukti,
Thanks a lot for your reply. I like this way, but if there are 4 errors, then I am getting 4 error emails.
Can you please help me find a way...
October 8, 2008 at 1:29 pm
Thank you. I found syntax little more simpler:
CONVERT(varchar(5), dbo.Table1.Column1,8) AS HoursUpdation
Thank you once again for your response too.
October 6, 2008 at 11:36 am
Thank you Jerry. I am using SQL Server 2005 and I uesd this:
SELECT CONVERT(varchar(8),CreationTime,108)
FROM Table1
It is working fine.
Thank you.
September 25, 2008 at 2:24 pm
I do not know what the actual problem was, but now I am getting error messages also.
So, if the package fails, I get an email stating that it has failed.
September 24, 2008 at 1:46 pm
Hello Frank,
Thank you for your detailed explanation.
I am planning to use VBA for achieving this.
I would like to use a method where I do not have to move to...
September 19, 2008 at 2:01 pm
Viewing 15 posts - 31 through 45 (of 56 total)