Search found 3835 matches

by eostic
Sun Aug 08, 2010 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: import metadata definitions
Replies: 4
Views: 2114

For MS-SQL Server, ODBC is the preferred method...what else are you looking for?

Not sure why ODBC would be a problem, but if you want another method, and you have 8.1 with FP1, check out the entry in my blog below for creating Shared Tables manually, using a .csv file.

Ernie
by eostic
Sun Aug 08, 2010 11:01 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Web service Transformation stage error!!!
Replies: 6
Views: 5354

Keep searching..... Ultimately you are on the right track...they are very similar, but there are slightly different settings for these depending on your release and your platform....

Ernie
by eostic
Sun Aug 08, 2010 10:59 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD stage error...
Replies: 5
Views: 3306

Now that you have "enabled" your Job you have to construct an ISD application that "deploys" it as an Operation that is part of a Service. Too much to discuss here, but you need to look for, and then spend time learning, the Information Server Console. This is a separate icon and...
by eostic
Sun Aug 08, 2010 10:54 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD with a Web services enabled Datastage Job
Replies: 6
Views: 6679

Change the model of your execution..... retrieve only high level keys....then based on a selection from there, drill down further....then drill further...create 3 or 4 different REST services that are built for drilling down, so that none of them ever return a huge number of rows. Also consider redu...
by eostic
Fri Aug 06, 2010 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Generator in a production job
Replies: 5
Views: 2275

Sounds like a very creative technique.....alternatives would be a dummy table or flat file....where someone would say "why do we have this dummy table in production?" .... I like it....it's completely self controlled and carries all of it's "data" with it..... I say "go for ...
by eostic
Thu Aug 05, 2010 10:39 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: array problem in webservice
Replies: 1
Views: 2079

You will have to force that relationship somehow, with counters or other such things (is there a key in common between them) and then sort it appropriately. You may need to build your own artificial keys along the way. Tell us more about the upstream data and how you are deriving it. This is not a W...
by eostic
Thu Aug 05, 2010 3:58 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD with a Web services enabled Datastage Job
Replies: 6
Views: 6679

It's possible it's a volume issue, or it could also be a particular data item issue... (binary zeros or other strange characters have been known to blow up the SOAP processing)..... On another note, SOAP is probably not a good vehicle for returning a large quantity of rows. Try to qualify them in so...
by eostic
Thu Aug 05, 2010 9:15 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ISD with a Web services enabled Datastage Job
Replies: 6
Views: 6679

Hard to say.....it's a fairly generic error. Here are some things to try: Did the Job abort? Is there anything in the DS Director log? Are you passing any Job Parameters? [is there any input message for this service?]....if so, they would need to be passed via url when using REST. Get a copy of SOAP...
by eostic
Tue Aug 03, 2010 8:50 pm
Forum:
Topic: Operational Metadata for a job
Replies: 10
Views: 4721

It certainly could be the release, but there are other issues to consider also. Tell us more about the Job. What is the source and what is the target? ...and exactly what Stages are you using for the source and target? If you are getting "no data found," it could be likely that it isn't fi...
by eostic
Tue Aug 03, 2010 12:36 pm
Forum:
Topic: Operational Metadata for a job
Replies: 10
Views: 4721

Exactly what release are you using?
by eostic
Fri Jul 30, 2010 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I force an error on a negative DB2 Return Code?
Replies: 12
Views: 4640

Yeah..that one's a tough call. Hard to say...too many layers along the way.... Have you tried the DB2 API Stage under the exact same circumstances? Perhaps it reacts differently.

Ernie
by eostic
Fri Jul 30, 2010 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I force an error on a negative DB2 Return Code?
Replies: 12
Views: 4640

Just guessing, but since this is Server, but here's a suggesetion that might work "IF" the -911 is something that can be detected on an "input" action (update, insert, or custom SQL from an input link). Use Ray's design suggestions above in a bogus first stage and link.....Create...
by eostic
Thu Jul 29, 2010 7:50 pm
Forum: General
Topic: DataStage
Replies: 14
Views: 3458

: ) that was genuinely funny.
by eostic
Thu Jul 29, 2010 7:05 pm
Forum: General
Topic: DataStage
Replies: 14
Views: 3458

let's please put ths thread out of its misery and end it.
by eostic
Thu Jul 29, 2010 1:13 pm
Forum:
Topic: Operational Metadata for a job
Replies: 10
Views: 4721

After the operational metadata is imported, run Advanced Services so that it can become associated with the particular job and other metadata assets.

Ernie