Search found 3835 matches

by eostic
Mon Jul 26, 2010 12:56 pm
Forum:
Topic: Shared Tables in MW
Replies: 9
Views: 4416

They are. We use the term "Shared Tables" to describe the tables that are central to all the tooling within Information Server. Shared Tables are equivalent to "Database Tables" in the InfoSphere Metadata Workbench. Once they are imported and visible in the Workbench, they will a...
by eostic
Mon Jul 26, 2010 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGABRT Error Occured while creating XML
Replies: 4
Views: 1620

Do you have any xmlOutput Stage working? Did this one ever work prior to implementing the trigger?

Ernie
by eostic
Fri Jul 23, 2010 11:03 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error in the response of a webservice
Replies: 9
Views: 4803

see what happens if you use varchar on the final link instead...perhaps trimming it beforehand if necessary. You will have to redeploy the application.

Ernie
by eostic
Fri Jul 23, 2010 9:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error in the response of a webservice
Replies: 9
Views: 4803

hex 40's are mainframe EBCDIC blanks... you probably want hex 20's (ASCII blanks). Or just use a single space in the display editor. Internally it should be a hex 20.

Ernie
by eostic
Fri Jul 23, 2010 5:39 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error in the response of a webservice
Replies: 9
Views: 4803

One additional note....I had a funny thing happen once with this variable where I had to set it to a single space.....with no quotes.....to get it to work.

Ernie
by eostic
Fri Jul 23, 2010 5:37 am
Forum: General
Topic: MSXML Parser 4.0
Replies: 7
Views: 3563

HI Ray...

Curious, as I've never seen this error.......did it matter what bridge you were trying to use?

Ernie
by eostic
Thu Jul 22, 2010 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 4987

3. is more flexible with large, randomly variable varchar columns (thousands of characters).

4. Has more options in current and older releases for transaction management and really specific "row by row" control of flow.
by eostic
Wed Jul 21, 2010 11:52 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD output stage
Replies: 15
Views: 11149

Could be lots of things. While you are debugging you might want to start a new thread on the techniques you are using in the Job, as this particular issue is not ISD related.

Ernie
by eostic
Wed Jul 21, 2010 11:50 am
Forum:
Topic: Manual Data Item Binding
Replies: 7
Views: 2800

I haven't heard of any of those issues...they might be related to the problems you are having with the URL. Of course, try your best to get up to 8.1.1 and/or go right to 8.1.2. 8.1.1 is already over a year old. I'm not aware of patches to such issues as you are having, but I haven't seen them eithe...
by eostic
Wed Jul 21, 2010 11:36 am
Forum:
Topic: Manual Data Item Binding
Replies: 7
Views: 2800

Exactly what release are you on?
by eostic
Wed Jul 21, 2010 9:19 am
Forum:
Topic: Manual Data Item Binding
Replies: 7
Views: 2800

Hmm.. ok...indeed, you are doing it correctly. What exact release are you on? I haven't seen an error at that point --- it's more common to see that no tables come up on the list.. Clearly that is not your issue. It may be time to call support on this one..... ...I hope also that you are on 8.1, pre...
by eostic
Wed Jul 21, 2010 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage unable to read file
Replies: 4
Views: 3649

are you putting just the filename into the External Source? ....or an "ls" command that points to that filename....re-read the post that craig pointed to above. It sounds like you are just putting in the filename.

Ernie
by eostic
Tue Jul 20, 2010 5:32 pm
Forum:
Topic: Steps to create Data lineage
Replies: 3
Views: 4077

Yes.......except you may have a metadata mismatch in workbench when trying to assign the "Shared Table" to your Sequential Stage..... ...here's the big question....after you created the Shared resource, can you see it under "hosts"? ...if so, does it have Host - Database - Schema...
by eostic
Tue Jul 20, 2010 5:28 pm
Forum:
Topic: Manual Data Item Binding
Replies: 7
Views: 2800

Data Item Binding manually connects a "Stage" to a "Shared Table" Should work fine provided that you select a "like" stage type to the resource you are binding.....so...if you have a relational Stage (ODBC, Oracle, DB2, Teradata, etc.), select it and then find a Shared ...
by eostic
Tue Jul 20, 2010 5:24 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD output stage
Replies: 15
Views: 11149

no....I just mean, check carefully what the null representation is when it goes out to your flat file. Make sure it's not binary zeros. Blanks would be good. Find out what your client tools are expecting for "null".

Ernie