Search found 9 matches

by wtx_dev
Fri Mar 13, 2015 11:36 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Websphere FTP adapter for SFTP using launcher timed event
Replies: 2
Views: 19869

Websphere FTP adapter for SFTP using launcher timed event

Hi, I am getting issue with Websphere FTP adapter for SFTP using launcher with timed event, map was getting failed with "source not available" using with below command. -TV IBM.j2ca.mtr -wtx:schemadir "/export/home/wtxapp/CommonSchemas" -as:userName mercprod -as:password p@ssw0rd...
by wtx_dev
Tue Jan 11, 2011 12:04 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Need help in WTX mapping
Replies: 2
Views: 16916

Did not understand question, can you send sample data files. it can be worked out by creating customized type trees.

Thanks
by wtx_dev
Tue Jan 11, 2011 12:01 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Need help in WTX mapping
Replies: 2
Views: 16916

Did not understand question, can you send sample data files. it can be worked out by creating customized type trees.

Thanks
by wtx_dev
Tue Jan 11, 2011 11:59 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to generate sequence number from transformer
Replies: 3
Views: 18456

You can do 2 ways:

1. When you invoking the functional map pass INDEX($), this value will be incremented for every functional map call.

2. Use GETANDSET() function.

Thanks
by wtx_dev
Fri Apr 25, 2008 1:20 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: EDI X12 Schema
Replies: 2
Views: 4070

I tried using the export as schema in type designer, but type designer gets error and hangs up.
by wtx_dev
Fri Apr 25, 2008 1:53 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: EDI X12 Schema
Replies: 2
Views: 4070

EDI X12 Schema

Hi,

Can any one know, where i can get the standard EDI X12(837,835...) schema.

Thanks
wtx
by wtx_dev
Wed Apr 16, 2008 4:52 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: URGENT-------------ANY ONE CAN HELP ON THIS Running sequence
Replies: 4
Views: 6937

use the INDEX function, while passing the arguments pass as INDEX($).
by wtx_dev
Fri Jul 20, 2007 6:51 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: split file for set of records
Replies: 5
Views: 5705

Thanks for the comments/advises.

I can able to split the files through TX. In the TT we can have the component rule for particular set of number. In the map it will pass only that set of records to the f_map.

Thanks
by wtx_dev
Wed Jul 18, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: split file for set of records
Replies: 5
Views: 5705

split file for set of records

I have file with multiple detail records and i want split the file for particular count.

ex: if file has 10 recs, i want to split them in to five files each file should hgave 2 recs. if file has 20 recs then it should split to 10 files.