Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- From: changliw@xxxxxxxxxxxxxxxxxxxx (Charles Wang[MSFT])
- Date: Mon, 23 Jul 2007 13:44:21 GMT
Hi Barry,
Thanks for your response.
What is the result if you modify the FullPath value?
Also, I find that your SQL Server 2005 version is 9.0.0.1399 which
indicates that your SQL Server 2005 has no service packs installed. I
recommend that you install SQL Server 2005 SP2 first and then recreate your
SSIS package to see if this issue persists.
You can download the SP2 from:
http://www.microsoft.com/downloads/details.aspx?familyid=d07219b2-1e23-49c8-
8f0c-63fa18f26d3a&displaylang=en
http://support.microsoft.com/kb/933508
Please feel free to let me know if you have any other questions or concerns.
Best regards,
Charles Wang
Microsoft Online Community Support
Charles,
I don't know if this has any relevance to this issue or not. However ...this observation may be worth mentioning.
I was fighting with trying to rename one of my SSIS projects and had aterrible time getting the renaming to 'take', finally ended
up deleting the .database, .dtproj, etc files totally and simpy readdedall the projects to a new correctly named project. Durning this > process
I noticed that the package descriptions within the .dtproj file have a
<FullPath> xml tag. But in my SSIS projects the
<FullPath> value contains only the package name and no path informationat all. Implying that, to run, the directory containing the
package must be selected ... could this be the issue that is causing theSMS job to fail to find the package ??
Probably a 'red herring' but one never knows ...
<DtsPackage><FullPath>aim_employee_responsible_to_delimited_txt.dtsx</FullPath>
<Name>aim_employee_responsible_to_delimited_txt.dtsx</Name>
<References /><FullPath>aim_hardware_attributes_to_delimited_txt.dtsx</FullPath>
</DtsPackage>
<DtsPackage>
<Name>aim_hardware_attributes_to_delimited_txt.dtsx</Name>
<References />
</DtsPackage>
<DtsPackage>
<Name>aim_inventory_item_to_delimited_txt.dtsx</Name>
<FullPath>aim_inventory_item_to_delimited_txt.dtsx</FullPath>
<References />
</DtsPackage>
Barry
in Oregon
.
- Follow-Ups:
- References:
- SSIS - can SSIS pkg recognize a drive letter within SMS job?
- From: frostbb
- RE: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- From: Charles Wang[MSFT]
- Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- From: frostbb
- Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- From: Charles Wang[MSFT]
- Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- From: frostbb
- SSIS - can SSIS pkg recognize a drive letter within SMS job?
- Prev by Date: Re: SSIS: Foreach Task Component and Filesspec Mask
- Next by Date: mssql 2005 express - dtswizard fails
- Previous by thread: Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- Next by thread: Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- Index(es):
Relevant Pages
|