Search found 7201 matches

by admin
Wed May 08, 2002 4:35 am
Forum: Archive of DataStage Users@Oliver.com
Topic: query on transformer stage
Replies: 0
Views: 370

query on transformer stage

Hi, I have a problem where in I have to give two input links to a transformer stage and get a single output link. But the transformer stage takes only one input link and takes any other link as reference link. Can you suggest me how to give more than one link to the TX stage input. Thanks, Murali __...
by admin
Tue May 07, 2002 9:04 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Weekly backup as dsx file via command line
Replies: 0
Views: 460

Weekly backup as dsx file via command line

Hello All, I am trying to accomplish unattended weekly backups on multiple projects using the command line interface and am not sure how to handle potential prompts and errors. My approach has been to write an executable VB program that will shell the command line, looping through the projects. Each...
by admin
Tue May 07, 2002 8:51 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Files created for a job
Replies: 3
Views: 743

Hi Denzil, How about exporting that job and import again logging to DS with the new user?? I think that will be better that change the permission to all the interested file (AND DIRECTORY). Maybe will be also good to put that new user in a DataStage group, so that all the users belonging to that gro...
by admin
Tue May 07, 2002 4:26 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Regarding sample .dsx files
Replies: 0
Views: 408

Regarding sample .dsx files

hi , is there any site where i can find samples of datastage files that is .dsx files or zips.i am currently developing a complicated ETL process using datastage. any information on this would be of great help or if some one can send some good datastage application developed it would really help in ...
by admin
Tue May 07, 2002 12:48 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: (Ad) New! Parameter Manager for DataStage
Replies: 0
Views: 774

(Ad) New! Parameter Manager for DataStage

-Concerned about sending passwords across your network and maintaining cumbersome scripts? -Spending too much time dealing with mistyped parameter names? -Looking for a way to modify design and runtime parameter defaults in a production environment? DCS-Strategies is pleased to announce the release ...
by admin
Tue May 07, 2002 10:08 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Scheduling a job
Replies: 1
Views: 530

Scheduling a job

Hi, Ive a problem scheduling a job. Im trying to schedule a job "Every" specified day using root account without success (no warning message, no entry into the crontab). DS does not appear to "communicate" with the operating system. Im working on HP-UX with DS5.1. Anybody can help me?? Thanks in adv...
by admin
Tue May 07, 2002 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: (Ad) New!Parameter Manager for DataStage
Replies: 0
Views: 460

(Ad) New!Parameter Manager for DataStage

-Concerned about sending passwords across your network and maintaining cumbersome scripts? -Spending too much time dealing with mistyped parameter names? -Looking for a way to modify design and runtime parameter defaults in a production environment? DCS-Strategies is pleased to announce the release ...
by admin
Mon May 06, 2002 1:21 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: datastage-users Digest 4 May 2002 00:00:01 -0000 Issue 260
Replies: 2
Views: 476

The forum at www.tools4datastage.com/forum maintains an archive forum of all posting to datastage-users@oliver.com. -----Original Message----- From: Doreen N Muller [mailto:Doreen.Muller@ipaper.com] Sent: Monday, May 06, 2002 9:19 AM To: datastage-users@oliver.com Subject: Re: datastage-users Digest...
by admin
Mon May 06, 2002 1:18 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: datastage-users Digest 4 May 2002 00:00:01 -0000 Issue 260
Replies: 2
Views: 476

Is there a way to see old postings?
by admin
Fri May 03, 2002 7:44 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage - Oracle session parameters
Replies: 1
Views: 1950

It will use the SQL that you enter as the Before/After SQL to be executed. I believe you may have my suggestion mixed up with the before/after Job routine which may be called. Open the Target Stage (ORAOCI8 I assume), click on the Input tab, click on the SQL tab, click on the Before or After tab, en...
by admin
Fri May 03, 2002 6:43 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage - Oracle session parameters
Replies: 1
Views: 1950

Datastage - Oracle session parameters

Hello Lester; Thanks for the email. Do you have any example of the script? Like I can choose "ExecSH", what should goes in Input Value? If you have example of the script, can you pass it to me? Thanks for your help. Regards RL Date: Thu, 2 May 2002 12:03:58 -0400 To: datastage-users@oliver.com From:...
by admin
Fri May 03, 2002 1:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: exec-command stage in job sequencer
Replies: 1
Views: 437

This is a documented bug, if you call text support they can give you the case number. There are no work arounds except hardcoding. Instead, try executing a shell script that takes as parameters your parameter values and does what you need. Good luck! --- Kittisak Puengpunyadee wrote: > All, > In job...
by admin
Fri May 03, 2002 11:04 am
Forum: Archive of DataStage Users@Oliver.com
Topic: exec-command stage in job sequencer
Replies: 1
Views: 437

exec-command stage in job sequencer

All, In job sequencer, I used the exec-command stage for executing a shell command. The command was supposed to echo a string to a file in a directory. The problem was that when the parameter was used in place of the actual directory name, the problem occurred. The target directory was not found. I ...
by admin
Fri May 03, 2002 10:43 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Read ZIP File through Datastage Job
Replies: 0
Views: 521

Read ZIP File through Datastage Job

Guys The following worked for me on a Sun ver 5.8: $ mkfifo fifo $ zip stuff temp.txt $ unzip -c stuff |grep "," > fifo My job uses "fifo" as a sequential text input file. My input file looks something like: $ head temp.txt "9910734651854","1" "9910731405009","2" "9910733237004","3" "9910733867003",...