Viewing 15 posts - 76 through 90 (of 101 total)
When accessing data from txt files then the best way to manage this data is use Derived Component straight from source and explicitly give proper type for each column from...
November 20, 2007 at 10:24 am
Do you know what is code of this character? Try to use Script Component and trace all chars for this column under debugger and next use character conversion component.
November 20, 2007 at 10:17 am
Copy all files from {your project directory}\bin\deployment directory to any directory on the production server.
From this directory on production server run file named as your package but with .SSISDeploymentManifest extension...
November 19, 2007 at 1:15 pm
OK, but you can copy files between your station and production server? Is it possible to remote run programs on the production server?
November 19, 2007 at 12:58 pm
Do you have VPN connection to your production server?
November 19, 2007 at 10:16 am
7. Copy all files from deployment path to production server.
8. Double click on file with .SSISDeploymentManifest extension an deploy package od production server
9. Choose SQL Server deployment option
10. Select server...
November 19, 2007 at 9:37 am
jasmeet_lett (11/19/2007)
--------------------------------------------------------------------------------
Do guide me through.Thank You !
1. In Solution Explorer click on package (top most element) and chose Properties option.
2. Click on Deployment utility
3. Change CretaeDeploymentUtility to true, register in...
November 19, 2007 at 8:12 am
Is protection level of your package set to EncryptAllWithPassword?
Is package supplied with PackagePassword?
Is package deployed and you have all files (.dtsx, .SSISDeploymentManifest and others) i deployment directory?
November 19, 2007 at 5:30 am
MenTaT 🙂 (11/16/2007)
------------------------------
Nonfatal errors occurred while saving the package:
Error at FTP Task 1: The object name "BCF_80425_111607.txt" is not valid. The name cannot contain any of the...
November 16, 2007 at 2:49 pm
With one exception,
I need to have a dynamic file name everytime the FTP fires off.
I have added the dynamic name to the expression property of the FTP object and continue...
November 16, 2007 at 2:42 pm
Alicia Rose (11/15/2007)
One option is data exchange through FTP site.
It would be...
November 16, 2007 at 1:19 am
1. Drag Data Flow Task on the Control Flow tab.
2. Double click on the Data Flow Task.
3. Drag Ole Db Source on the Data Flow tab.
4. Double click on it.
5....
November 14, 2007 at 2:47 pm
Viewing 15 posts - 76 through 90 (of 101 total)