Search found 42189 matches

by chulett
Sun Oct 24, 2010 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Alternate option to DSGetLinkInfo
Replies: 5
Views: 2476

Typically one would use an Aggregator to get this kind of count 'in job'. You can count rows or max the rowcount that Ray mentioned, then sent it to your target.
by chulett
Sun Oct 24, 2010 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex XML document
Replies: 4
Views: 1482

I don't see the correlation between the first question and this one, or with the other post which is why I split this one off. And I'm not sure how 'complex' what you are trying to do is. However, it seems like building those <Data> elements as chunks and then merging them together with the header X...
by chulett
Sun Oct 24, 2010 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex XML document
Replies: 4
Views: 1482

Really no need to do that for XML, but you could force it by including a record delimiter between each. Use CHAR(13):CHAR(10) for Windows or just a CHAR(10) for UNIX.
by chulett
Sun Oct 24, 2010 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Rows into one single row, comma seperated.
Replies: 9
Views: 7024

Welcome. It most certainly is a pivot, actually a "vertical pivot" of rows to columns. However, you are correct in that the actual Pivot stage only supports the other direction - columns to rows or a horizontal pivot - until the upcoming 8.5 release, at least from what I seem to remember I...
by chulett
Sat Oct 23, 2010 8:31 pm
Forum: General
Topic: The directory you are connecting to either is not UV Account
Replies: 8
Views: 3582

So, seriously... no backups of this? Not even an export of the project? Need to reconsider that policy if that's the case. Open a case with your official support provider and see what they can do. They should have people whom you can give access to your system (either directly or via a 'shared deskt...
by chulett
Sat Oct 23, 2010 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load data from Oracle CLOB datatype to XMLTYPE datatype
Replies: 3
Views: 3109

It might help if you posted the actual abort message. XMLTYPE is not supported, at least not directly, except perhaps in the new Connector stage as Ernie mentioned. IMHO, you are better off with a PL/SQL procedure for this and there are lots of resources out there for that, for example here. Or you ...
by chulett
Fri Oct 22, 2010 9:35 pm
Forum: General
Topic: The directory you are connecting to either is not UV Account
Replies: 8
Views: 3582

The key question is where are you running this command from? You need to do so from the main project directory for the project you want to initially connect to.
by chulett
Fri Oct 22, 2010 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Source Name
Replies: 5
Views: 2086

As noted, it's not the database name you use but rather the 'data source name', the name of the entry you made in the ODBC configuration files for this database.
by chulett
Fri Oct 22, 2010 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal...
Replies: 4
Views: 1567

Therefor... signed.
by chulett
Fri Oct 22, 2010 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings at JOIN stage
Replies: 2
Views: 1196

Take a generic but applicable part of your message, say "because of a prior component with the same name" and do an exact search for it here. There are 37 matches for that phrase, see if any of them help you out.
by chulett
Fri Oct 22, 2010 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic password in odbc.ini
Replies: 7
Views: 2993

The question is, what if anything works in the odbc.ini file in some kind of dynamic fashion? Can you leverage a $Something there? I don't believe so but have never tried.
by chulett
Fri Oct 22, 2010 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create a sorted by key Hash File?
Replies: 2
Views: 1388

No, but you can add a 'sort key' data element and then sort it again after selecting or use a "SSELECT" (sorted select) query in a UV stage but the hashed file would need to be in an account or have a VOC record created for it manually before you could do that.
by chulett
Fri Oct 22, 2010 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate key
Replies: 10
Views: 3260

Are you spelling the sequence's name and owner correctly? Do you have the grants you need on it? First things I'd check.
by chulett
Fri Oct 22, 2010 7:08 am
Forum: General
Topic: wap server error
Replies: 6
Views: 1956

What "following error"?