Page 1 of 1

Difference between Connector and Enterprise stage?

Posted: Mon Jun 23, 2014 3:46 am
by ayadav77
Can anybody tell the difference between Connector and Enterprise stage?

I have searched alot on the net and gone through both stages,but i only found that---
In Connector stage we can test the connection which we cannot do in enterprise stage.

If anybody knows more difference please let me know.

Posted: Mon Jun 23, 2014 7:12 am
by chulett
Basically, they are completely different under the covers with the Connectors being 'new' and which are what you should be using, while all other types (including the Enterprise ones) have been deprecated.

Posted: Mon Jun 23, 2014 12:32 pm
by asorrell
The enterprise stages are all fairly unique for each database, giving them a moderately high learning curve. The database connectors all use a standardized interface, which means if you learn one, you know how the others work.

That doesn't mean that there aren't specific database functions you must still be aware of - like the Temporary Work Tables the Netezza Connectors use.

In general, the connectors are faster and easier to use.

Posted: Tue Jun 24, 2014 7:27 am
by ayadav77
Thanks for reply Andy,

Can you please explain in detail. I am not able to understand :?

Posted: Tue Jun 24, 2014 9:15 am
by qt_ky
Deprecated stages
Connectors, which offer better functionality and performance, replace some stages, which have been deprecated and removed from the palette. However, you can still use the deprecated stages in jobs, and add them back to the palette.
- Quoted from this link.

I am curious if there any specific questions that are not answered in the product documentation.

Posted: Tue Jun 24, 2014 3:10 pm
by cppwiz
Here's a Redbook that explains the differences between the Connector and Enterprise stages:

Redbook - InfoSphere DataStage Parallel Framework Standard Practices
http://www.redbooks.ibm.com/abstracts/sg247830.html

See Chapter 14 "Connector stage guidelines"

It details the LOB support, reject link enhancements, schema reconciliation, common stage design and other differences.