Search found 133 matches

by Luk
Wed Aug 10, 2005 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: many columns concatenation into one field
Replies: 4
Views: 1033

many columns concatenation into one field

Hello, it's me again:)

Maybe you know, how can I concatenate many columns from single stream into one string?
but I don't want to write in every time: DSLink1.colA : DSLink1.colB : ... : DSLink1.colN !!
by Luk
Wed Aug 10, 2005 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove NULLs
Replies: 1
Views: 660

remove NULLs

Hello For example, I have 4 columns in my source table. In every column NULL value may exists. I want to replace every NULL by 0 (for example). Is there some solution to replace NULLs from incoming rows at one time for every 4 columns or is the only possible solution is putting condition in transfor...
by Luk
Wed Aug 10, 2005 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: implementation of SCD (type1,2,3) in one dimension
Replies: 0
Views: 464

implementation of SCD (type1,2,3) in one dimension

Hello again, I decide to implement dimension with two kinds of SCD types (1 and 2) in one dimension table (some columns are type1, some type2). My approach to this issue is: 1) divide table into two parts (with columns type2 and colums type 1, both with natural keys) 2) process records with type2 - ...
by Luk
Wed Aug 10, 2005 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SCD type at column level
Replies: 5
Views: 1674

I think the question was more about this type of impression. I would like to hear others opinions about advatages and disadvantages.
correct :)
by Luk
Tue Aug 09, 2005 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SCD type at column level
Replies: 5
Views: 1674

SCD type at column level

Hello! Some time ago there was a discussion about multiple SCD types in one dimension. Original post is here: http://www.dsxchange.com/viewtopic.php?t=93674&highlight=scd The main conclusion was that Type 1 or 2 is for whole dimension, not for single field in dimension. Recently I have read Kimb...
by Luk
Wed Jun 15, 2005 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 31031

Arnd, I have already done it! But I have not found entry about code page! Maybe you know what must I look for??
sory Arnd :) it was silly question!! I found it :)
by Luk
Wed Jun 15, 2005 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 31031

You are able to generate reports using the command line. You could write a job that gets the job list, then looping thru that, run the create report command for each job. OK! I can do it, but how can I generate report from job which exist on server (UNIX) and I have my client on another machine (Wi...
by Luk
Wed Jun 15, 2005 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 31031

Luk, edit the code setting right at the beginning of the .DSX file and you will be able to import it.
Arnd, I have already done it! But I have not found entry about code page! Maybe you know what must I look for??
by Luk
Wed Jun 15, 2005 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting Asistant in Manager problem
Replies: 5
Views: 1551

Propably I agree with you, but Ia have vo access to MetaStage sostware :(
by Luk
Wed Jun 15, 2005 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 31031

I posted a batch file that will do a job report for every job on ADN. I prefer JobReport written by Tony Curcio. I think it creates a nicer document. So created a wrapper for his routine which will do all jobs and all routines. I wrote the routine part to look the same as his html. It creates and i...
by Luk
Wed Jun 15, 2005 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 31031

Thanks
by Luk
Wed Jun 15, 2005 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 31031

generating jobs reports

Hello!

It is known that it is possible to generate job report (in Designer) in HTML or XML!
But is it possible to generate such reports for many jobs in one time (without need to open each job in designer and generate report)??

Regards
by Luk
Wed Jun 15, 2005 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reporting Asistant in Manager problem
Replies: 5
Views: 1551

Reporting Asistant in Manager problem

Hello!
When I was using Reporting Assistant in manager and updating project information, following error occured:

Code: Select all

 Run time error '457'
This key is already associated with an element of this collection
and my DS Manager is closed.

What does it mean and how can I fix it??
Thanks for any help.
by Luk
Thu Jun 09, 2005 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connectivity
Replies: 4
Views: 4347

DataStage is installed on a Linux Server. You must have ODBC source and drivers locate on machine where your DS server is located!! Created a systen DSN in the local machine using start->settings-> Control panel->Administrative tools->Data Sources(ODBC). And , I think, you have created system DSN o...
by Luk
Fri Jun 03, 2005 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write column headers to out put
Replies: 12
Views: 5977

how to extract column names from the metadata in the Repository,
exactly that was the core of my question - I presume that in DS I can not do this!