Search found 91 matches

by suse_dk
Mon Mar 19, 2012 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connector Stage versus Enterprise Stage
Replies: 4
Views: 2504

I know I can type them manually... or copy/paste from notepad or the likes... but in the Enterprise stage I don't have to, so I would just be nice if the Connector stage allowed it too.... :)
by suse_dk
Mon Mar 19, 2012 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connector Stage versus Enterprise Stage
Replies: 4
Views: 2504

I would like the ability to concatenate parameters in the table name field. Right now a new parameter overwrites the existing one automatically in the Connector stage (at least in v. 8.1).
by suse_dk
Mon Feb 06, 2012 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage performance
Replies: 3
Views: 2582

Are you running the 4 instances simultane and writing to a single (the same) sequential file?
by suse_dk
Wed Feb 01, 2012 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9762

As mentioned by Kryt0n...

Make sure you have indices on your sql sever table otherwise you will get deadlocks...
by suse_dk
Thu Jan 05, 2012 3:38 am
Forum: General
Topic: User Variable activity
Replies: 4
Views: 4472

You must have more in the job than: exec_commd-->user_variable-->parallel job ...since you use the output "StartLoop.$Counter". I think the loop separator is set comma as default som if you pass your query statement though the loop it will cut the query where it encounters the first comma ...
by suse_dk
Thu Jan 05, 2012 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bitmap with buildop
Replies: 15
Views: 6650

As far as I remember, then you will actually have to exit your session and log-on again for the image to be reflected correctly on the canvas.
by suse_dk
Fri Dec 09, 2011 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using sparse lookup
Replies: 1
Views: 2504

Hi -

There are two things that have caused this error for me in a sparse lookup using a ODBC Connector stage:

1. Having unbounded string columns in the input stream
2. Having timestamps in the input stream
by suse_dk
Wed Nov 16, 2011 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key - stat file
Replies: 4
Views: 3722

Use the Surrogate key generator to read the state file. Set the option "View state file" = yes
by suse_dk
Tue Nov 15, 2011 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 4376

If you have managed to convert your input string correct to a ds date type (yyyy-mm-dd) then you should be able to insert this into a sql server date column.
Could you please poste an example of the input string for the transform?
by suse_dk
Mon Nov 14, 2011 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel Job Hang
Replies: 9
Views: 14573

...and what is happening within the shared container?
by suse_dk
Mon Nov 14, 2011 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel Job Hang
Replies: 9
Views: 14573

Please describe the job design of the generic job....
by suse_dk
Mon Nov 14, 2011 4:04 am
Forum: General
Topic: Sequence Stage problem
Replies: 19
Views: 13000

Opposite the ls you do on the Unix box, then you are actually defining two parameters to perform the list on in the XC stage in DS. ls sec* (on the current directory) and ls /bis_data/input/ You need to have you command from DS to look like this: ls /bis_data/input/sec* In the command box write: ls ...
by suse_dk
Thu Nov 10, 2011 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Similar records & assigning Groups
Replies: 24
Views: 12891

And that would be...modulus or?
by suse_dk
Tue Nov 08, 2011 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help in Job design
Replies: 13
Views: 5658

If you want to know if your job is re-partitioning then you can dump the score into the log - or check the row counts on each partition in the monitor. The key you used for the hash partition in the previous job - is that the same key you need to use for your join in the current job? If yes, then yo...
by suse_dk
Tue Nov 08, 2011 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Similar records & assigning Groups
Replies: 24
Views: 12891

lets just assume that you are running on a 2-node config file and you have a key based partition on the "join" column. lets that you'll have the key 100, 300, 400 and 500 running on one node/partition and the key 200 on the second node... in this case the group numbers generated based on t...