Viewing 15 posts - 1 through 15 (of 79 total)
hi,
I had attached the screenshot(disk.png) which has the configuration settings i did for the WMI connection manager.Some how it picks values of my local system.Then i hardcorded the...
March 30, 2009 at 4:49 am
hi,
A small improvement in the above status. I had added the names of servers in the table server_query_list.But the package returns result for...
March 30, 2009 at 3:41 am
hi,
I encountered the following error on extecuting WMI Data reader task.I checked...
March 30, 2009 at 1:39 am
hi,
Add a script component and use the variable rowcount in the script component.Then using the conditional split transformation you can split it up based on the required condition.
Thanks
vijay
March 26, 2009 at 12:29 am
hi,
you can use the script task editor with the following code
Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer)
...
March 26, 2009 at 12:12 am
You can also use the ( DT_I2)[String Name] to convert the string to integer.
Thanks
Vijayalayan cholan.K
March 25, 2009 at 11:06 pm
hi,
You can use the DT_Numeric to convert the string to integer.
Thanks
vijayalaya cholan
March 25, 2009 at 11:03 pm
hi,
You can use the configuration property of child package to pass the variable from parent package to the child package.
Thanks
vijayalaya cholan
March 25, 2009 at 10:50 pm
hi,
Lock the variable which we want to write and also use the reset the variabledispenser once your writing has been done.
Vijay
March 20, 2009 at 12:44 am
hi,
...
March 20, 2009 at 12:43 am
hi,
I have SSIS installed in my system. The packages running fine when it was running seperaetly. SO parentchild execution must also run.But it fails with the script error.Why is...
March 19, 2009 at 12:30 am
hi,
I had executed those packages seperately frm the BIDS only which gives...
March 18, 2009 at 10:37 pm
hi,
The problem arises when i try to execute the parent child package.when i execute each package seperaetly from my system both works fine. I had used file system deployment...
March 18, 2009 at 5:57 am
hi guys,
The same issue i had when executing a child package from the parent package. In the child package the first control am using is the script editor to...
March 18, 2009 at 5:39 am
hi saji,
I got stuck in the similar issue of creating tables dynamically based on csv file input.Is it possible to add file names dynamically to OLEDB destination or not.Because...
March 12, 2009 at 12:05 am
Viewing 15 posts - 1 through 15 (of 79 total)