Difference between Connector and Enterprise stage?

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ayadav77
Participant
Posts: 26
Joined: Wed Jun 18, 2014 11:51 am
Location: Pune

Difference between Connector and Enterprise stage?

Post 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post 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.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
ayadav77
Participant
Posts: 26
Joined: Wed Jun 18, 2014 11:51 am
Location: Pune

Post by ayadav77 »

Thanks for reply Andy,

Can you please explain in detail. I am not able to understand :?
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post 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.
Choose a job you love, and you will never have to work a day in your life. - Confucius
cppwiz
Participant
Posts: 135
Joined: Tue Sep 04, 2007 11:27 am

Post 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.
Post Reply