|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, March 04, 2008 12:50 PM
Points: 1,
Visits: 5
|
|
Hello All, I have a Foreach Loop Container setup with the following Enumerator: Foreach NodeList Enumerator DocumentSource: file Connection pointing to xml file Enumeration Type:ElementCollection OuterXPathStringSourcteType:Direct Input OuterXPathString: /files/file InnerElementType: NodeText InnerXPathStringSourceType: DirectInput InnerXPathString: ./@*
Variable Mappings Variable: User:LoopSource Index: 0 Variable: User:LoopDest Index: 1
The container loops through the entries in a xml assigning a sourch and destination variable used in a custome tranfer component. I am transferring tables from our proprietary database to SQL Server.
Now for the Question: If I set up checkpointing on the Foreach Loop Container and 30 tables are tranferred with the 31 having an issue. When it restarts will it actually start from the 31 entry?
|
|
|
|