12/14/2025 6:41:31 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss using SQL SSIS or DTS to perform SalesLogix imports. View the code of conduct for posting guidelines.
|
|
|
|
Data Flow for History import freezes
Posted: 13 Nov 08 3:20 PM
|
Hello, I have an ssis package and it does a whole slew of things to import data from another server. Near the very end (like step 20) i have a dataflow to insert some history records for closed oppertunities. For some reason the insert freezes at "preparing Data" I cannot understand why it woud do this. The source information in my test is 3 records and the destination table has 850,000 records (indexed). In previous steps the package inserts 1000s of records in Account, Contact, and other tables without issue. For some reason when it gets to History it gives up.
Any help would be appreciated. |
|
|
|
Re: Data Flow for History import freezes
Posted: 13 Nov 08 8:55 PM
|
Are you using a script component to do this?
Consider creating a test package including only this component and then debugging line by line - if the process gets that far.
If you are not using a script component, how are you generating the IDs?
Cheers Phil |
|
|
|
Re: Data Flow for History import freezes
Posted: 28 Nov 08 12:13 PM
|
No, no script component. I do a selec and data flow into the slx table. Source is an SLQ connection and destination is an SLX ole db connection. Since i have the table to auto increment I do not have to worry about the ids (or at least i shoudn't).
The data pull happens in 0.003 secs. and it is importing into the history table with records totalling about 850,000 records. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|