Viewing 12 posts - 16 through 27 (of 27 total)
Thanq very much man...for your help.......
I am putting the string in the variable and passing it....Now my problem got resolved .......Once again thanq u very much for your help.........
December 5, 2008 at 11:09 am
When i pass
U:\Information Technology\Dral\Doral_ENC_BMC_prod_20081112.zip as variable then it is working....But
When i pass that path string from script task to variable .......and when i put that variable name in EXPRESSION...
December 5, 2008 at 10:06 am
In EXPRESSION i passed
"-e -o " + "\""+ @[User::strSourceFileZip] +"\""
this to set the path
Here strSourceFileZip gets the string from script task.When i put Msbox in script task to look...
December 5, 2008 at 8:47 am
Dude..
I am facing someother prob
When i use ("-e -o " + "\"" + @[User::fileName] + "\"") the code it is passing the file name with quotes but instead of...
December 5, 2008 at 8:26 am
This is the zip file location
C:\Information technology\Dral\Dral_ENC.zip
December 4, 2008 at 3:06 pm
Hey its working...
when i use the this file path as variable
C:\t\Dral_ENC.zip
But my file is in another folder
C:\Information technology\Dral\Dral_ENC
Its saying C:\Information .zip is not found.....
What might be the error .Its...
December 4, 2008 at 2:24 pm
No still i am facing the same prob...
"-e -o " + @[User::fileName]== after cliking evaluation button
Its just showing -e-o......But still its not working ...
When i use "-e -o "...
December 4, 2008 at 2:11 pm
No If i use varible to pass the filename its not working But if put the file path name in quotes its working
In Process Task
Executable : C:\Program Files\WinZip\WZUNZIP.EXE
Arguments : -e...
December 4, 2008 at 12:12 pm
I dont have zip task in control flow..........
December 1, 2008 at 11:30 am
I have Declared that variable as String in package variable....But still i m facing the error..
November 26, 2008 at 8:18 am
Error: The type of the value being assigned to variable "User::gvRunDt" differs from the current variable type. Variables may not change type during execution. Variable types are strict, except for...
November 26, 2008 at 8:09 am
You are write RunDt is already declared and i am getting value from substring fun.I want to assign that value to the "gvRunDt" which is global variable.
November 26, 2008 at 7:50 am
Viewing 12 posts - 16 through 27 (of 27 total)