Wrox Programmer Forums
|
BOOK: Professional Microsoft SQL Server 2008 Integration Services ISBN: 978-0-470-24795-2
This is the forum to discuss the Wrox book Professional Microsoft SQL Server 2008 Integration Services by Brian Knight, Erik Veerman, Grant Dickinson, Douglas Hinson, Darren Herbold; ISBN: 9780470247952
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Microsoft SQL Server 2008 Integration Services ISBN: 978-0-470-24795-2 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 4th, 2011, 07:47 PM
Registered User
 
Join Date: Nov 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error: Chapter 5 page 156 Example, Step 6

"C:\\exports\\" + (DT_WSTR,50)DocumentID + ".doc"

The above statement generates and error since there is no DocumentID in the [Production].[Document] table.

How do I go around this. I am learning SSIS and I need to work through these steps.
 
Old October 24th, 2014, 06:18 AM
Registered User
 
Join Date: Oct 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Having only just gotten to this chapter myself, and in case anyone ever comes across this issue again I though I should include a little input. As aojiku01 points out, DocumentID does not exist so I got around the error using the expression below instead:

Code:
"C:\\exports\\" + (DT_WSTR,50)Title + ".doc"
Many Thanks
locus2k1





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 14 page 508 step 10 possible error oruckenan BOOK: Beginning ASP.NET 4 : in C# and VB 3 July 27th, 2011 12:10 PM
Chapter 4 - pg 156 - master page... richv BOOK: Beginning SharePoint 2010 Development 3 March 23rd, 2011 04:35 AM
Chapter 15.page 532.step 5 leemark2k3 BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 8 September 13th, 2010 04:19 PM
Chapter 5 page 156 Example Step 4 NoraBelle BOOK: Professional Microsoft SQL Server 2008 Integration Services ISBN: 978-0-470-24795-2 1 August 2nd, 2010 03:29 PM
Chapter 5 pg 156-7 error in book? ericfields6483 BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 April 16th, 2009 04:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.