Here is what I do:
From my local machine, I connect to the SSIS instance of a server.
Expand the "Stored Packages" node, then the "MSDB" node, then down to my
user-specific folder under it.
Right Click and select "Import Package"
Select File System and the location.
In the Package Path, click the Browse button (elipsis). This should open the
File system browser of the LOCAL machine. Since my packages have been
developed on my local machine, I navigate to My Documents\Visual
Studio...\Projects\... etc.
Locate and select an SSIS package (.dtsx file, no other stuff needed). I
don't need their configuration files because I have 'rolled my own' and that
system is quite extensive but VERY powerful. (read my blog on the subject at
ttp://toddchitt.wordpress.com/2008/06/27/ssis_configssis_config/
)
Sounds like you are missing selecting "File System" as the first option.
--
Todd C
[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]
"Snowmizer" wrote:
> When I go through the "Import Package" and select "Browse" all I see is the
> window that says "SSIS Packages" with the same folders that show up in SSMS
> when I log into the server (Integration Services).
>
> I'm assuming that in order to browse to my package I need to copy the
> package from the location where it was written to the SQL Server? How much of
> the project needs to be copied and does it matter where the files are copied
> to?
>
> "Todd C" wrote:
>
> > Yes. Follow the dialog box.
> > --
> > Todd C >> Stay informed about: Deploy SSIS package from remote computer