Viewing 15 posts - 31 through 45 (of 45 total)
Sure:
But if I make s simple change to the folder path, there isn't a problerm.
Problem
\\phxp-sfs-003\phxmbumcacrdltr\TestZipping Folder\20130118_Care_Reissue_Export.txt
NO PROBLEM
\\phxp-sfs-003\phxmbumcacrdltr\TestZippingFolder\20130118_Care_Reissue_Export.txt
Here is all the data from the Execute Process Task on the process section
RequireFullFileNameTrue
ExecutableC:\Program...
September 16, 2013 at 1:07 pm
No I do not make any changes to the variable from the foreach loop and when I review the variable in a break task is reads like this
@[User::UnZipFileName] = {"\\phxp-sfs-003\phxmbumcacrdltr\TestZipping...
September 16, 2013 at 12:47 pm
I am using a foreach loop to locate a each file and passing a fully qualified path and passing it into a string variable called @[User::UnZipFileName] to the execute process...
September 16, 2013 at 11:50 am
I appreciate the suggestion, but SSIS evaluation states the CHAR is not a recognized function.
September 16, 2013 at 11:31 am
I am so glad you replied, thank you. So is the CHAR(32) used for one space or for 32 spaces?
The exact folder name is
\\phxp-sfs-003\phxmbumcacrdltr\TestZipping Folder
So would I code it...
September 16, 2013 at 11:03 am
Anybody else have an thoguths, I am still unable to zip files in a folder location where there is a space in the folder name? I would change the name...
September 16, 2013 at 10:42 am
Thanks I really appreciate your time and assistance. I will post what works when done. I have searched everywhere and have not found a solution, so thank you very much!
September 12, 2013 at 9:16 am
I tried that with high hopes but got this message:
No files were found for this operation - Nothing to do.
?\\folder\Folder\TestZipping
Folder\20130116_data_data_Export.txt.ZIP?.
September 12, 2013 at 9:07 am
Okay well i removed
"-min -m -en " + @[User::UnZipFileName] + ".ZIP " + " " + @[User::UnZipFileName]
and used this example like the post you sent and it did not like...
September 12, 2013 at 8:53 am
Sorry the code was
"\\NetworkFolder\Address\Misc\Reports"+" "+"Processing\"
September 12, 2013 at 8:28 am
Yes double quotes are used, if you are referring to " rather than '.
Is this what you mean?
September 12, 2013 at 8:26 am
Hello Aaron,
Here are some more samples of the unzipped file names, it does appear the filename are alway the same length of 23.
...
August 22, 2013 at 6:52 am
Thank you for your reply it is greatly appreciated.
I thought I would have a problem deleting the file after I moved it. Our DBAs allow business analysts to have minimal...
August 20, 2013 at 1:46 pm
Hello Craig and thank you for your reply. You make a great point and I would agree. I am going to make them a part of all of my queries....
May 9, 2013 at 9:05 pm
Thank you for the reply and the recommendation. It is a pretty expensive option but I am starting to think if we need to truly parse the file correctly it...
March 14, 2013 at 12:00 pm
Viewing 15 posts - 31 through 45 (of 45 total)