Search found 816 matches

by us1aslam1us
Tue Sep 30, 2008 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design issue
Replies: 2
Views: 1581

Firstly why?

Code: Select all

Default to decimal o/p=8,2
Here you are trying to squeeze your input (10,4) to (8,2) which needs to be looked into. Also how does your input data looks, does it have any Null values?
by us1aslam1us
Fri Sep 26, 2008 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save the job
Replies: 7
Views: 2513

Do you have sufficient priviledges to create a job? If that is not the issue try to cleanup the resources.
by us1aslam1us
Tue Jul 01, 2008 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up resources
Replies: 2
Views: 2297

Rajesh, Kill command will not do any cleanup for you, It will just kill hte process and many a times a dangerous weapon to use. Assuming, you having issues with the Job locks then DataStage has the functionality apart from just clean-up resources to release those jobs. It is described in Administrat...
by us1aslam1us
Thu Jan 17, 2008 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema file
Replies: 4
Views: 2227

If you mean to drop the other two columns then simply delete those columns from the transformer output tab or even better method will be to use modify stage to drop the columns. I hope you are not asking this....
by us1aslam1us
Thu Jan 17, 2008 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data not getting loaded into target table
Replies: 2
Views: 1486

what does you logs in the director say? post them here...
by us1aslam1us
Thu Jan 17, 2008 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trim the data
Replies: 5
Views: 2178

First trim the data then use left() to truncate it. But as ray suggested, check what those characters are before even going with the above rule.
by us1aslam1us
Tue Dec 18, 2007 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple query
Replies: 3
Views: 1417

check string() and substring() functions.simple case will be string[6,4].
by us1aslam1us
Tue Dec 18, 2007 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running but Not Running
Replies: 2
Views: 1278

Most common reasons will be loosing the network during the load and the other might be someone else had tried to access the same table which can create lock on the table.
by us1aslam1us
Sat Dec 15, 2007 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load into a Table from a dataset.............
Replies: 8
Views: 2961

First check you APT_ORACLE_LOAD_OPTIONS environment variable. If still problem persists then discuss this with your DBA.
by us1aslam1us
Sat Dec 15, 2007 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load into a Table from a dataset.............
Replies: 8
Views: 2961

Need more information. what does the log suggest ? Also does the user have access to the table? Check any constraints on the table.
by us1aslam1us
Wed Dec 05, 2007 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null check in Constraints and Derivation
Replies: 5
Views: 2550

Could you post the complete constraint? It will be easy to debug if you can specifically tell which records are getting dropped.
Also is it a typo that your IsNotNull doesn't carry the link information.

Code: Select all

IsNotNull(DSLink.ColumnA)
And  
If (Cond1 and Cond2) then Sol1 else Sol2
by us1aslam1us
Wed Dec 05, 2007 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count of Records
Replies: 6
Views: 3238

It is always good practice to sort the data before performing any aggregation. In your case if you just want to count the records processed or filtered, I suggest you better look for the DSGetLinkInfo().
by us1aslam1us
Wed Dec 05, 2007 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Warning....
Replies: 3
Views: 2970

You might have to check two things. Check whether you are reading your column names as the first record in the first and the second will be any line terminators or carriage returns at the end of first record. For the first case you can go to the sequential file stage properties and make first line a...
by us1aslam1us
Wed Nov 21, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with PX installation
Replies: 6
Views: 2386

Yes you can. As advised log on to the Datastage Administrator client and go to the license tab and update it with the new authorization details.
by us1aslam1us
Wed Nov 21, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with PX installation
Replies: 6
Views: 2386

Yes you can. As advised log on to the Datastage Administrator client and go to the license tab and update it with the new authorization details.