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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'Invalid Pointer' error in DTS

Status
Not open for further replies.

jazerr

Programmer
Dec 13, 2000
152
US
I am executing a Package from DTS that just runs a fairly basic query, and exports to a fixed width text file.

On execution all tasks complete successfully, with the excepion of the last one, which is the actual export to text. It returns 'Invalid Pointer' I have rebuilt the Transform Data task and tested each pointer by hand. Each gives the same (so helpful) error. I checked Microsoft Newsgroups and got some not so helpful advice.

help?!?!?
 
When I had an Error like that The Problem was in the Text File Definition, either a data type was not compatible between Database and Text File or Columns Size or Column Count did not match.
Are you using a Format File? the problem could be there also. AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top