Search found 5168 matches

by kumar_s
Tue Nov 07, 2006 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence reset
Replies: 12
Views: 3262

Given in the previous post.
...using a TCL command(Exec TCL) in a before-job subroutines...
:wink:
by kumar_s
Mon Nov 06, 2006 7:41 pm
Forum: General
Topic: Installation problem..............
Replies: 1
Views: 2419

If you are trying to install both server and client on you laptop, you can easily find the services in Control Panel. Ascential logo. Stop all the services. Else uninstall the existing partial installation and do a clean reinstallation.
by kumar_s
Fri Nov 03, 2006 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Rejected Rows in DB2/UDB API stage
Replies: 6
Views: 1836

Hi Sameena,
Check right-click and draw a reject link to the sequential file stage.
What stops you from using DB2 Enterprise stage stage, where you have option to collect the reject records and the reject code.
by kumar_s
Fri Nov 03, 2006 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVTEMP file 2 Gig limit?
Replies: 6
Views: 4149

If you issue is resolved, mind caring to mark it as resovled. :)
by kumar_s
Fri Nov 03, 2006 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment variables for attachments - notification activ.
Replies: 3
Views: 584

Environmental variable are usually called as #$envVariable#
by kumar_s
Fri Nov 03, 2006 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betn hash file-dataset
Replies: 5
Views: 3043

In what aspect you are looking for?
As mentioned
hashed file - server jobs
Dataset - PX jobs.
Data are stored in Datastage internal formate in Dataset. Data are hashed based on the key specified in Hashed file.
by kumar_s
Fri Nov 03, 2006 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sending SMS form datastage
Replies: 2
Views: 1237

There is not provision of sending SMS from Datastage directly.
But if your mail server supports, its possible. Mobilenumber@yourmailserver.com
by kumar_s
Wed Nov 01, 2006 3:30 am
Forum: General
Topic: viewing data from the input sequential file of a paralleljob
Replies: 6
Views: 6395

Does your input file have data with the same metadata? Did you import the metadata using sequential file? Check if your filepath and file name are pointing to the exact location. Is your server on windows?
by kumar_s
Wed Nov 01, 2006 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to process only last row
Replies: 5
Views: 1809

Not in transformer, but using either Sort or Aggregator stage. You can group based on 'name' and find the max of 'no'.
by kumar_s
Wed Nov 01, 2006 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification Mail in the Top Job Sequencer
Replies: 2
Views: 720

The parent sequence can capture that the child sequence is aborted, but not the detail log. You need to have individual ExceptionHandlers to capture the log. But if you want to have a centralized Notification, you can do some workaround like, writing the individual log to a file at particular path, ...
by kumar_s
Wed Nov 01, 2006 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data from OCI stage
Replies: 5
Views: 1648

Check for all the parameters for DB name, user id, password. Try to import metadata from Database, it will give you the information on connectivity to the database.
by kumar_s
Wed Nov 01, 2006 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RE:Dates
Replies: 2
Views: 954

I don't have access to PX, but you can convert it using database stage by TO_CHAR(SYSDATE,'Month DD,YYYY').
by kumar_s
Wed Nov 01, 2006 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find out Datastage Downtime / Uptime Metrics
Replies: 2
Views: 1173

What you exactly mean down time and uptime? If Datastage is down, you cant expect the universe tables to be updated. Or do you need the timestamp of Datastage engine stop and start? Even its not recorded, as far as I have noticed.
by kumar_s
Wed Nov 01, 2006 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Normal lookup problem in 7.5.2
Replies: 2
Views: 513

Is it still Unix?
Otherwise Prepopulate into fileset and do a lookup.
by kumar_s
Wed Nov 01, 2006 2:50 am
Forum: General
Topic: Where to find the UV Command
Replies: 5
Views: 3543

Hi Fiona,
Welcome to Dsxchange!!! :D
Universe commands are not documented in DataStage pdf. But you can find under IBM site where Balaji has pointed to. Most of the useful commands were discussed here. If you do a search, you can find it.