Search found 773 matches

by balajisr
Mon May 11, 2009 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transfomer Compilation Problem - New Installation
Replies: 3
Views: 1805

I did a search with term 'Error: suffix or operands invalid for `push' ' and received zero posts. :cry:
by balajisr
Mon May 11, 2009 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Partition information
Replies: 8
Views: 3510

Can you please elaborate your requirement. Do you need information about number of partitions or partition number etc.. in your job?. Try exploring System Variable in a transformer stage and see if that helps.
by balajisr
Mon May 11, 2009 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transfomer Compilation Problem - New Installation
Replies: 3
Views: 1805

Transfomer Compilation Problem - New Installation

I am trying to install IBM Information Server 8.0.1 on Red Hat Enterprise Linux Advanced Server 4 Intel 86. As part of installation testing, i get the following error while compiling a job with transfomer stage: Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 10:40:08(000) <main...
by balajisr
Mon Apr 13, 2009 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Curious case of Hash Partitioning
Replies: 2
Views: 1299

Ray,

Thanks a lot for your reply.

I double checked my jobs again after reading your post.The issue is with the datatype of partition key column in one of the datasets. Dataset is loaded with key column as integer but when joined in job8 it was decimal, due to which join failed.
by balajisr
Sun Apr 12, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Curious case of Hash Partitioning
Replies: 2
Views: 1299

Curious case of Hash Partitioning

Hash partition guarantees records with similar keys to be in same partition within a dataset. But, does this hold true across datasets? Problem: I have to join 7 datasets using Join stage. So, i did the following: 1.Created 7 datasets in 7 seperate jobs.In Jobs 1-6 i hash partitioned the records usi...
by balajisr
Tue Mar 10, 2009 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help DataStage in a public ETL benchmark test
Replies: 9
Views: 10202

Interesting Post. What does modify_1 do? Does it drops certain columns or renames column name? If it only drop columns we can use sequential file property "Drop on Input" instead of modify stage modify_1. Setting Env variable APT_TSORT_STRESS_BLOCKSIZE variable to an appropriate value will...
by balajisr
Wed Feb 04, 2009 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Server Blade for Server Jobs
Replies: 8
Views: 3043

and there are some environment variables that need to be set. I can not remember off the top of my head which ones they are.
APT_GRID_COMPUTENODES?
by balajisr
Tue Feb 03, 2009 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Server Blade for Server Jobs
Replies: 8
Views: 3043

Thanks Vincent for the information.

I read that Tivoli workload scheduler does load balancing and failover mechanism between the blades. Does this means that EE configuration file is generated dynamically for each job invocation by the Tivoli Workload scheduler?
by balajisr
Tue Feb 03, 2009 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Server Blade for Server Jobs
Replies: 8
Views: 3043

Information Server Blade for Server Jobs

Suppose a project has server jobs only, is there any benefit implementing the same in Information Server Blade? Is there any manuals or documentation available for the same? I could not find any in the IBM website except for a single page. If possible, please share your experiences if you had implem...
by balajisr
Wed Dec 31, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while the parameter value
Replies: 9
Views: 3038

Code: Select all

Convert(@FM,'',Execute_Command_0.$CommandOutput)
Or If the output is a single line then

Code: Select all

Field(Execute_Command_0.$CommandOutput,@FM,1)
You need to remove field characters when setting job parameters.
by balajisr
Mon Dec 22, 2008 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 18027

You will not be able to view chinese characters using view data. That's how it works.
by balajisr
Mon Dec 22, 2008 5:50 am
Forum: General
Topic: Hashed files
Replies: 3
Views: 1537

Welcome to DSXChange.

There is a search link at top of this page. Use this and you will get more information than you actually need. :D
by balajisr
Mon Dec 22, 2008 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in "tsort" operator
Replies: 4
Views: 4701

In one of your sort stages you have a decimal field whose precision is 0. But precision should be > 0. Give appropriate precision values for the decimal field.

You can find osh code in your "Generated OSH" tab of job parameters. If you do not find this tab enable it using administrator.
by balajisr
Fri Dec 19, 2008 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type
Replies: 9
Views: 4163

kksr wrote:Mesage Handler is not enabled for me , is there any othe ralternative , pls suggest

Thanks in advance
I guess i had given an alternative in my previous post.
by balajisr
Fri Dec 19, 2008 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to suppress the warning messages in the DS director
Replies: 1
Views: 1883

You can configure DB2 to supress this warning. Contact your DBA.