Search found 816 matches

by us1aslam1us
Wed Nov 21, 2007 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Jobs Complilation problem
Replies: 11
Views: 4780

First check whether you have user defined environment variable PWD defined or not? It should have complete project path value in it. Also ooking at that message, It seems you have some DS licensing problem too.
by us1aslam1us
Tue Nov 13, 2007 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Out Parameter of a stored Procedure in 6.0 version
Replies: 5
Views: 2094

Where did you define this parameters ? I hope you had defined the parameters properly in the job properties, If not check the datatype of the parameter if it is a column definition.
by us1aslam1us
Tue Nov 13, 2007 10:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Lookup
Replies: 3
Views: 1498

In the driving table during the extraction trim those zeros with trim function either in the SQL or in the transformer derivation. Try Trim(column,'0','L').
by us1aslam1us
Mon Oct 29, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3722

The document is really very good. Thanks for sharing it.

sAM
by us1aslam1us
Mon Oct 29, 2007 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC drivers for master data file for SQL server express
Replies: 1
Views: 1043

ODBC drivers for master data file for SQL server express

Does anyone have an idea which ODBC drivers has to be utilized to access the *.mdf (Not the *.mdb) files from the SQL server Express edition through DataStage? I didn't see any ascential or microsoft drivers for this. During search on google it specifies they are supplied by Apple Inc but i am not s...
by us1aslam1us
Fri Oct 26, 2007 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: make_null and substring in modify stage.
Replies: 3
Views: 4222

IN_COL = make_null(OUT_COL) This will replace the @null value in your source column. But i prefer using handle_null in conjuction with make_null to perform this, so as to convert it to '0' or any specific value. IN_COL=handle_null(make_null(OUT_COL),0) relatively your second function has to be some...
by us1aslam1us
Fri Oct 26, 2007 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: make_null and substring in modify stage.
Replies: 3
Views: 4222

IN_COL = make_null(OUT_COL) This will replace the @null value in your source column. But i prefer using handle_null in conjuction with make_null to perform this, so as to convert it to '0' or any specific value. IN_COL=handle_null(make_null(OUT_COL),0) relatively your second function has to be some...
by us1aslam1us
Fri Oct 26, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: anti pivot
Replies: 3
Views: 2947

As said there is no specific stage to do this but there are plenty of posts in the forum where this had been discussed. Do a search.
by us1aslam1us
Fri Oct 26, 2007 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 13474

Your DS engine directory is missing in the path.

Code: Select all

  alias dsjob='dstage/Ascential/DataStage/Engine/bin/dsjob'
by us1aslam1us
Fri Oct 26, 2007 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 13474

Your DS engine directory is missing in the path.

Code: Select all

  alias dsjob='dstage/Ascential/DataStage/Engine/bin/dsjob'
by us1aslam1us
Thu Oct 25, 2007 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Access and Dbase files
Replies: 2
Views: 1383

As far as i remember Ascential has its own foxpro and dbase drivers and you just need to add you DSN definitions in the .odbc.ini and uvodbc.config files in your DSHOME directory.
by us1aslam1us
Thu Oct 25, 2007 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How 2 Count Link and List of Jobs
Replies: 2
Views: 1690

"dsjob" is not a uv command to be executed from the administrator, it can be run through command prompt(DOS Prompt).
by us1aslam1us
Thu Oct 25, 2007 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subArgs={asc}}}
Replies: 15
Views: 4745

Did you try increasing the link buffering?
by us1aslam1us
Thu Oct 25, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is dssearch command used for ? and what is its syntax?
Replies: 7
Views: 10010

In the 8.0 release notes it is specified

Code: Select all

The dssearch command-line utility is not supported.
by us1aslam1us
Wed Oct 24, 2007 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subArgs={asc}}}
Replies: 15
Views: 4745

Can you share your job design? it will help in getting a proper response.And as criag asked please post the the whole log entry. I had earlier been thru some of these errors but my issue had been with the aggregrator stage.