Search found 5168 matches

by kumar_s
Mon Feb 19, 2007 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installing DataStage and ohter WebSphere ETL tools on Linux
Replies: 4
Views: 1111

Hi,
Welcome Aboard :D !!!

Install and upgrade Guide. (dsupgde.pdf) available in client CD.
by kumar_s
Mon Feb 19, 2007 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job is hanging while excuteing through mastersequen
Replies: 9
Views: 2875

It may be due to server overload. But not constantly on particular job. What is the job design? Does it have any dependency on other jobs to get finishes?
How many Jobs were running parallely?
by kumar_s
Mon Feb 19, 2007 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE - Wrong Server Name
Replies: 6
Views: 1851

No, it was using MELLASWDS01 and pointing that the current host name is MELLARWDS01.
by kumar_s
Sun Feb 18, 2007 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definitions- Dynamic Update
Replies: 8
Views: 2364

It should be a case where the source has metadata defined, and the rest of the stages should receive the metadata info through RCP. And in that case if you change the source stage, it will reach till its boundary.
by kumar_s
Sun Feb 18, 2007 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE - Wrong Server Name
Replies: 6
Views: 1851

You servername should be MELLARWDS01 and not mellaswds01.
by kumar_s
Sun Feb 18, 2007 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definitions- Dynamic Update
Replies: 8
Views: 2364

You can use RCP to some extend.
by kumar_s
Sun Feb 18, 2007 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

If both server and client are in same Laptop, why corporate network need to be connected?
by kumar_s
Sun Feb 18, 2007 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

Oracle error code is produced from Oracle stage. As mentioned, the format is not compatible. If you dont use user defined SQL, you should be able to see the build in SQL in it.
by kumar_s
Sun Feb 18, 2007 8:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

What is the data field that you specified? What is the value been populated?
If you are using User defined SQL, use to_date() function to convert it into required format.
by kumar_s
Sun Feb 18, 2007 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

Check if you have LAN card installed? Any fire wall blocking it?
First try in your Command window pinging your localhost.
>ping localhost
by kumar_s
Sun Feb 18, 2007 8:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

dsimport.exe /H=hostname /U=username /P=password /O=omitflag /NUA
project|/ALL|/ASK dsx_pathname1 dsx_pathname2
by kumar_s
Sun Feb 18, 2007 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Collector - Union
Replies: 12
Views: 2966

There might be a chance where one or other stream might take a long time to finish. What happens, if you write it in individual stream into a sequential file for testing purpose. You can increase the row buffering, for any improvement in performance.
by kumar_s
Sun Feb 18, 2007 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE - Wrong Server Name
Replies: 6
Views: 1851

Are you sure that you are using default.apt? And are you not using any other file like, mellaswds01_11.apt? Do a grep on the location /datastage/Ascential/DataStage/Configurations/ to check if any files have the value of fastname as MELLARWDS01? What is the value of the command uname -n on the server?
by kumar_s
Sun Feb 18, 2007 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to write reject record
Replies: 8
Views: 2225

Check the field DATE_FLD . It has been changed from Date data type do a different. And more over, it has been changed to Not nullable. Where a null value is comming and is converted to *'s by default. As specified, you can handle the null by using handle_null function in modify stage or the null han...
by kumar_s
Sun Feb 18, 2007 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Job Compile Utility
Replies: 6
Views: 1246

I guess you intention to automate the process of compiling the code as soon as it is promoted from Dev to Test. The other option available is, pass on the list of jobs that are promoted to 'dscc', a client executable, to compile the jobs.