Search found 157 matches

by saikrishna
Tue Dec 04, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

LC_NUMERIC="en_US.iso88591";export LC_NUMERIC$ LC_TIME="en_US.iso88591";export LC_TIME$ LC_MESSAGES="en_US.iso88591"; export LC_MESSAGES$ $ LD_LIBRARY_PATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls:$DSHOME/java/jre/lib/i386/client:$DSHOME/java/$ jre...
by saikrishna
Tue Dec 04, 2007 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

Hi ArndW LC_NUMERIC="en_US.iso88591";export LC_NUMERIC LC_TIME="en_US.iso88591";export LC_TIME LC_MESSAGES="en_US.iso88591"; export LC_MESSAGES LD_LIBRARY_PATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls:$DSHOME/java/jre/lib/i386/client:$DSHOME/java/ j...
by saikrishna
Tue Dec 04, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

The behaviour is same even we do in the following way $ sh sh-2.05b$ cd `cat /.dshome` sh-2.05b$ . ./dsenv sh: jre/lib/i386:/home/dsadm/Ascential/DataStage/branded_odbc/lib:/home/dsadm/Ascential/DataStage/DSEngine/lib:/home/dsadm/Ascential/DataStage/DSEngine/uvdlls:/home/dsadm/Ascential/DataStage/DS...
by saikrishna
Tue Dec 04, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

One Important thing is, I am able to call DS jobs and run successfully from DS Director or Designer...

But I am not able to run ds jobs from backend...

Hope this info is useful
by saikrishna
Tue Dec 04, 2007 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

sh or ksh is spawning new shell correctly. There is no problem in spawning it.

What could be the solution?

THanks
Sai
by saikrishna
Tue Dec 04, 2007 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

How can I repair it ?
by saikrishna
Tue Dec 04, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

Problem in calling dsjob from unix

I did the following also after searching this forum $ cd `cat /.dshome` $ . ./dsenv -bash: jre/lib/i386:/home/dsadm/Ascential/DataStage/branded_odbc/lib:/home/dsadm/Ascential/DataStage/DSEngine/lib:/home/dsadm/Ascential/DataStage/DSEngine/uvdlls:/home/dsadm/Ascential/DataStage/DSEngine/java/jre/lib/...
by saikrishna
Tue Dec 04, 2007 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

Problem in calling dsjob from unix

I did the following also after searching this forum $ cd `cat /.dshome` $ . ./dsenv -bash: jre/lib/i386:/home/dsadm/Ascential/DataStage/branded_odbc/lib:/home/dsadm/Ascential/DataStage/DSEngine/lib:/home/dsadm/Ascential/DataStage/DSEngine/uvdlls:/home/dsadm/Ascential/DataStage/DSEngine/java/jre/lib/...
by saikrishna
Tue Dec 04, 2007 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of dsjob from backend (unix)
Replies: 20
Views: 7536

Use of dsjob from backend (unix)

Hi I would like to call ds job from unix box after splitting big file into smaller files, I am exporting the following things in the shell script export PATH=$PATH:/home/dsadm/Ascential/DataStage/DSEngine/bin export PATH=$PATH:/home/dsadm/Ascential/DataStage/DSEngine/dsenv When I try to call dsjob w...
by saikrishna
Mon Dec 03, 2007 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 7
Views: 2979

Hi Chullet We already executed KeyMgtGetNextValue routine in our new server. It is been generating the numbers (starting from 1) in new server. What to copy from our old server, I saw the following files for SDK Sequences ~/Ascential/DataStage/Projects/OldProj $ ls -l|grep SDKSequences -rw-r--r-- 1 ...
by saikrishna
Sun Dec 02, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 7
Views: 2979

Thanks Ray and Chullet I got some links in the forum.. Hope it helps... The solution I felt is: I will migrate the SDKSequences file from the previous server to the current server With the two following jobs. In First server, Hash File (SDKSequences) -> Tfm -> Seq File From Seq File to Hash file in ...
by saikrishna
Sat Dec 01, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue
Replies: 7
Views: 2979

KeyMgtGetNextValue

Hi We used KeyMgtGetNextValue function in our project, which does the following work. "Routine to generate a sequential number. The argument is a string used to identify the sequence." The routine uses a UniVerse file to store the next number to use. This value is stored in a record named ...
by saikrishna
Wed Nov 28, 2007 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IConv function behaving differently in DS 7.5.2 and 7.5
Replies: 18
Views: 5774

D-YMD[4,2,2] is working fine.

To solve unknown problems, I want to disable NLS.

As NLS is installed in new DS Server 7.5.2, Is there any way to disable NLS, to make ICONV/OConv functions to work properly?

Thanks
Sai
by saikrishna
Tue Nov 27, 2007 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job abort communication in Sequence calling Sequence
Replies: 9
Views: 4146

Exactly Chullett

I would want to pass some message back to main sequence from sub sequence without sub sequence being aborted...How can I do that?

Can you please tell me the utility name with which I can do this

Thanks
Sai
by saikrishna
Tue Nov 27, 2007 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job abort communication in Sequence calling Sequence
Replies: 9
Views: 4146

Job abort communication in Sequence calling Sequence

Hi We have the project design as follows: (This is been designed to have generic format) Main sequence -> calls ->Sub sequence -> calls ->Underlying jobs, depending on condition In main sequence, We are passing a parameter, for the specific job to run from the sub sequence. In the main sequence, we ...