Search found 133 matches

by Luk
Tue Sep 13, 2005 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't start DS server!
Replies: 16
Views: 9495

No! I am sure that at this moment only me is log in! I've checked it by

netstat -a

and *.dsrpc is LISTEN
by Luk
Tue Sep 13, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't start DS server!
Replies: 16
Views: 9495

Can't start DS server!

Hi! I can't start DS derver on Unix. I'm getting following info: Unable to open NLS install directory "". Unable to get National Language Support shared memory segment. Unable to get National Language Support shared memory segment. Unable to get National Language Support shared memory segm...
by Luk
Thu Sep 08, 2005 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active inputs or outputs
Replies: 1
Views: 1054

You can use it as default in every project - just turn it on in DS Admninistrator for projects in which you want to have this funcionality
by Luk
Thu Sep 08, 2005 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: undo changes
Replies: 1
Views: 1003

undo changes

Hi! I am using transformer to divide one input strem into four outputs. Order of my output links is as following: 1 output writes data to hashfile1 2 output inserts data into database table1 3 output updates data into database table1 4 output modifies data in hashfile1 I want that any changes in dat...
by Luk
Tue Sep 06, 2005 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joc trmplates
Replies: 7
Views: 2919

Thank you for all comments!

Regards
by Luk
Mon Sep 05, 2005 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joc trmplates
Replies: 7
Views: 2919

Joc trmplates

Hello everyone! Today, I have been looking on "NewTemplateFromJob" option in DataStage. I can create job template and then use it, but (as I can see) template is only sth. like job copy stored on my client's machine or I don't understand template logic in DS. Is there some way to parametri...
by Luk
Fri Sep 02, 2005 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS not working in hash file
Replies: 4
Views: 1515

DRS stage also using ODBC data source to get access to database!
by Luk
Fri Sep 02, 2005 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calculate CRC before or after transformation on data?
Replies: 1
Views: 717

calculate CRC before or after transformation on data?

Hi!

Is it better to calculate CRC (used for catch changes in source database) before any transformations need to be done on source data, after or doesn't matter?

Regards
by Luk
Fri Sep 02, 2005 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS not working in hash file
Replies: 4
Views: 1515

what are you using to access to source and target?
na ODBC stage?

if yes, and your server is Microsoft SQL Server try to add proper code page option to your DNS source
i.e AppCodePage=1250
by Luk
Fri Sep 02, 2005 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hybrid SCD (type 1 and 2 in one dimension)
Replies: 2
Views: 1271

thanks for opinion elavenil! This is the only opinion so I assume that my first logic is the best way to solve this issue

regards
by Luk
Thu Sep 01, 2005 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hybrid SCD (type 1 and 2 in one dimension)
Replies: 2
Views: 1271

hybrid SCD (type 1 and 2 in one dimension)

Hello! I want to implement hybrid SCD. Some fields in my dimension are type 1 and some are type 2. I am using CRC matching to detect changes. Then I want to proceed with type 2 changes and then I want to update all type 1 fields matching on source PK. What is my question? When I match CRCs I know th...
by Luk
Wed Aug 17, 2005 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constraints in transformer stage
Replies: 5
Views: 2392

Yes, you have right Arnd! My nistake! Thanks!
by Luk
Wed Aug 17, 2005 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constraints in transformer stage
Replies: 5
Views: 2392

roy, thanks for sugestionn , but this is not my problem! NULL detection (isnull() or Len(Trim(Link.col))=0) works fine !! But I don't want that rows with NULL detected goes to output1!! But they goes!! I don't know why!
by Luk
Wed Aug 17, 2005 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: constraints in transformer stage
Replies: 5
Views: 2392

constraints in transformer stage

Hello everybody! I have following issue: I want to test if input column1 is null, if yes I want to reject column (I do not want to have it in my output1) I have transformer stage with 1 input and two outputs, also I have constraint defined for two outputs: output1: IsNull(DSLink1.col1) output2: REJE...
by Luk
Wed Aug 10, 2005 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: many columns concatenation into one field
Replies: 4
Views: 1033

Thanks Ishort! It is very smart idea :)