Search found 53125 matches

by ray.wurlod
Thu Nov 27, 2008 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concat values into single row
Replies: 2
Views: 1422

Sure can. Search DSXchange for vertical pivot - there are at least three different ways available in server jobs. Which to use depends on your particular circumstances, in particular how many distinct values there might be per row and whether this number is fixed or variable.
by ray.wurlod
Wed Nov 26, 2008 7:07 pm
Forum: General
Topic: MQ Series Invoke DataStage Job.
Replies: 20
Views: 7967

Then an always-running job that does exactly that would seem to me to be exactly what you require.
by ray.wurlod
Wed Nov 26, 2008 7:04 pm
Forum: General
Topic: Information Server Manager Client missing after 8.1 upgrade
Replies: 2
Views: 1454

When did you receive your software? I had a similar problem with 8.0 - I received the software before FastTrack was available and my license some time later, so I had the ridiculous situation of having FastTrack licensed but not installed!
by ray.wurlod
Wed Nov 26, 2008 7:02 pm
Forum:
Topic: Information Analyzer and Business Glossary in Version 8
Replies: 29
Views: 15442

I suspect, from context, that the request here is about getting metadata that are already stored within SQL Server tables into BG. Not getting definitions of SQL Server tables into BG.
:?:
by ray.wurlod
Wed Nov 26, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with the links in the job
Replies: 1
Views: 781

Tell us the expression that you used to effect the transformation, as well as the data types of the input and output fields. Without that we would be unable to assist without guessing what you did, a probably unproductive enterprise.
by ray.wurlod
Wed Nov 26, 2008 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 2992

Change the format to "no line terminators" then your Convert() function will work. Of course you will then only have one line of data.
by ray.wurlod
Wed Nov 26, 2008 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record format error when converting XML data
Replies: 12
Views: 4421

Most find commands have an option to limit the number of levels of search.
by ray.wurlod
Wed Nov 26, 2008 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE DATE in (StringParameter) in DB2 Stage
Replies: 12
Views: 3813

Are you SURE that that message is coming from the date column? The mention of "€8" suggests that something else may be involved.

It may also be that null is not being handled gracefully.
by ray.wurlod
Wed Nov 26, 2008 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to create project
Replies: 7
Views: 1864

Search also for VERIFY.SQL command, and UV.ACCOUNT table.
by ray.wurlod
Wed Nov 26, 2008 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rearrange the records based on all matched numbers
Replies: 10
Views: 4167

Search worked for me, were you not able to search for some reason?
by ray.wurlod
Wed Nov 26, 2008 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting variable number of fields in a QBCSV file
Replies: 3
Views: 802

What are you supposed to do, then, if the number of fields supplied is insufficient? (That's the same question, with mention of any particular number removed. And that's the problem you need to address before designing anything.)
by ray.wurlod
Wed Nov 26, 2008 1:03 pm
Forum:
Topic: Information Analyzer and Business Glossary in Version 8
Replies: 29
Views: 15442

That will depend totally on the format in which your metadata are stored in SQL Server. I daresay that it's not compatible with the formats used in the unified repository used for Information Server products and therefore will require some manipulation, which is why I suggested DataStage earlier.
by ray.wurlod
Wed Nov 26, 2008 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading the schema file
Replies: 8
Views: 1591

Describe the process you are using to "import the schema file" fully.
by ray.wurlod
Wed Nov 26, 2008 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WHERE DATE in (StringParameter) in DB2 Stage
Replies: 12
Views: 3813

Your job parameter needs to have the intermediate quote characters.

Code: Select all

'2008-11-26','2008-11-28','2006-01-01'
by ray.wurlod
Wed Nov 26, 2008 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling CLOB datatype in datastage
Replies: 7
Views: 7516

Resist the requirement. There's nothing sensible that an ETL tool can do with a CLOB.