Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNC path issue with SQL integrated services

Status
Not open for further replies.

zdonev77

Programmer
Dec 16, 2008
5
US
Hi all,

I am having a problem connecting to a Novell share when I try to import data from a flat file through SSIS.

There are no issues if I create a network share on a windows machine and import the data! I give to both shares full rights!

Is this a known bug?

Help is appreciated!
Zoran
 
This flat file, is it the same data in both the NetWare share and Windows share?

What does your UNC path look like?

Like this?
\\srvname\volname\path

or like this?

\\trename\.volname.ou.o\path


If it is the later, then that is your problem.

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Brent Schmidt SPOOOOON!!!!! [hippy]
Senior Network Engineer
Keep IT Simple
 
it is the same file in both shares.

Here is the exact UNC path that I use:
\\NOVELL\VOL2\Reports\DataMetrics\commoMan\ExportImport\coitem_.csv
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top