Search found 26 matches

by rschirm
Thu Jun 02, 2011 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to parameterize column name in transformer constraint
Replies: 3
Views: 4287

The problem with using a job parameter is it takes the value specified and treats as a string. And since the string value that you are passing is not TRUE the rows will not go out. This can be accomplished by doing the following: First set up 2 Job Parameters; a=column name, b=value StageVariable1 =...
by rschirm
Thu Jun 02, 2011 8:32 am
Forum: General
Topic: unable to see transform editor
Replies: 6
Views: 3995

regedit
HKEY_CURRENT_USER->Software->IBM->InformationServer->DataStage Client->affd...->DSDesign->Settings->Transformer

Just Set Left to 0 and Top to 0.
by rschirm
Thu Jun 02, 2011 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage Logic
Replies: 6
Views: 3876

Try using Stage variables:

Variable1 = Period1:",":Period2:","Period3:",":Period4:",":...
Variable2 = Startdate-Enddate
Variable3 = field(Variable1,',',Variable2)

Then use Variable3 as the value to place in Period.
by rschirm
Thu Jun 02, 2011 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to parameterize column name in transformer constraint
Replies: 3
Views: 4287

Please provide more detail. Such as what you are physically placing in the constraint and how is the parameter getting set and with what value.
by rschirm
Thu Jun 02, 2011 7:36 am
Forum: General
Topic: ds_loadlibrary: Win32 error in LoadLibrary of command.dll -
Replies: 2
Views: 1592

What version of Windows and is it 32 or 64bit?
by rschirm
Thu Jun 02, 2011 7:33 am
Forum: General
Topic: Error with DSRoutine
Replies: 7
Views: 3036

Please provide a detailed example of what you should be seeing and what you are seeing.
by rschirm
Wed Jun 01, 2011 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help in logic
Replies: 9
Views: 10025

How about using the agregator, group on ID, sum on the Value, Min on the Value Max on the value.

Then on the output to transformerstage calculate the diff.
by rschirm
Wed Jun 01, 2011 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSTAGE-TERA-0113`:`Row rejected.
Replies: 4
Views: 4837

No reply
by rschirm
Tue Feb 01, 2011 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User not able to create new project.
Replies: 1
Views: 1708

User not able to create new project.

Server has two users that are both Active Directory Users with local admin rights on DataStage Server. One user can create new projects the second can not. Yet the second user can import, export and compile jobs.

Have the same configuration on 2 other servers that everything works fine with.
by rschirm
Fri Jan 18, 2002 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Versioning
Replies: 4
Views: 2383

You really should be on the latest release of Version Control which can be downloaded from www.tools4datastage.com.

Rick Schirm
by rschirm
Mon Jan 14, 2002 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Kernel Parameters
Replies: 7
Views: 2721

Kernel Parameters

Where can I find the Kernal Parameter requirements for DS 5.1 and Sun?

Rick Schirm