Hi,
What did you supply in the Stage properties regarding telnet prompts and responses?
IHTH,
Search found 2288 matches
- Mon Mar 28, 2005 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS 7.5 : Telnet
- Replies: 3
- Views: 1027
- Mon Mar 28, 2005 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to create FB file using FTP Stage
- Replies: 3
- Views: 1281
- Mon Mar 28, 2005 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Seq File to Database Performance
- Replies: 4
- Views: 1167
- Mon Mar 28, 2005 7:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error from Folder Stage
- Replies: 4
- Views: 1481
Hi, Error code implies : a file with none standard NLS exists which does not match your defined NLS. if you never got any file processed yet try to get the list of files as it would arrive to the folder stage and check the first file for having unusuall/unsupported NLS characters (unsupported by you...
- Mon Mar 28, 2005 5:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Environment Variables vs JobParameters
- Replies: 7
- Views: 3565
- Mon Mar 28, 2005 5:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Seq File to Database Performance
- Replies: 4
- Views: 1167
- Mon Mar 28, 2005 5:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to generate control files in a datastage job?
- Replies: 8
- Views: 6223
Hi, If you want to create cotrol files containing number of rows and such in ds server your most simple solution would be: 1. add a hash file with dummy key column having 1 as it's value. 2. split the output in a transformer to add the hash file with fixed 1 in the key column and the @OUTROWNUM or @...
- Mon Mar 28, 2005 5:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing FileName as Parameter
- Replies: 3
- Views: 766
- Mon Mar 28, 2005 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 4
- Views: 1098
rofmlao , got cought in my peer's demise! my peers call a sequence job sequencer, tough I try correcting them, I guess they corrupted me my post was refering to the sequence job not sequencer stage, Thank Ray for correcting this mitake you can also think of it as a syncronizing point in your sequenc...
- Mon Mar 28, 2005 2:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 4
- Views: 1098
Hi, hmmm, assuming you have no DS training. did not try searching this forum. are you RFIing (Requesting For Information) or got the product and was dropped in the cold waters with no clue? in short it is a GUI design of a sequence of events/activities that serves as a wrapper for a logical process ...
- Mon Mar 28, 2005 2:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Sequential File into Sybase
- Replies: 5
- Views: 1462
Hi, The one part that does look stange and problematic is if I select the SQL tab then the following code appears :- INSERT INTO spectrum.dbo.t_ptfo_extract_time_perd (series_id,str_typ_1,ptfo_cd) VALUES (?,?,?); this insert looks fine the question marks are place holders for run time values of the ...
- Sun Mar 27, 2005 4:12 pm
- Forum: Enhancement Wish List
- Topic: Command Line Job Unlock Option
- Replies: 9
- Views: 6443
- Sun Mar 27, 2005 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I read DataSet from Job Control ?
- Replies: 9
- Views: 4004
ArndW, I just feel in some posts that the poster would benefit more if they state the whole scenrio instead of giving a 1 or 2 liner post. we all seen it before when the xth reply nailed the answer simply since not enough info was specified in the original post and the actuall answer was in a new di...
- Sun Mar 27, 2005 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I read DataSet from Job Control ?
- Replies: 9
- Views: 4004
Hi,
to dump a DataSet file to the standard output:
you could invoke orchadmin from command line to get all options
or search in the docs.
IHTH,
to dump a DataSet file to the standard output:
Code: Select all
orchadmin dump -name fname.dsyou could invoke orchadmin from command line to get all options
or search in the docs.
IHTH,
- Sun Mar 27, 2005 4:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CPU AND LINK PARTIONERS
- Replies: 9
- Views: 1877
Hi, naturally you must also concider the machine load at the time you want to run the job. bare in mind 1 process for the link partitioner and 1 for the collector making 2, plus depending on your design x processes where x stands for the number of links you split it to; making a minimum total of 2 +...