Search found 157 matches

by saikrishna
Tue Aug 19, 2008 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLI command dssearch not working properly
Replies: 9
Views: 3292

CLI command dssearch not working properly

Hi I am using the following dssearch CLI command dssearch -ljobs -uses -recursive <project> <master_sequence> which will list all the jobs/sequences which underline this sequence recursiely. But it is not listing completely in some cases, I have seen so far. For some particular master_sequences, it ...
by saikrishna
Mon Aug 11, 2008 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automating Design work
Replies: 7
Views: 2352

Hi Chullett I mean to say that the hash files are having similar structure but not same. What I wanted to explore was i. Editing the dsx file that was generated from the export of the job... ii. Doing a direct insert on the UV tables underlined the DataStage Engine. Any suggetion could help me... Th...
by saikrishna
Mon Aug 11, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automating Design work
Replies: 7
Views: 2352

Automating Design work

Hi We need to develop a job which does lookup to multiple hash files (around 20-30) and loads it to a table. Currently using desinger developing these jobs taking more time. Is there any way other than using designer, can we do the same design work which would be faster like writing a code? FYI: All...
by saikrishna
Wed Jul 16, 2008 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORACLE_HOME, TNS_ADMIN in dsenv file
Replies: 2
Views: 3492

Thanks Chullet
by saikrishna
Wed Jul 16, 2008 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORACLE_HOME, TNS_ADMIN in dsenv file
Replies: 2
Views: 3492

ORACLE_HOME, TNS_ADMIN in dsenv file

Hi In our shared DS Server on linux box..dsenv file contains both ORACLE_HOME and TNS_ADMIN variables being exported. The TNS_ADMIN pointing to unavailable directory. So..when I do Plugin metadata import for table definition..It is not showing any DataSourceNames.... But when I design a job and spec...
by saikrishna
Tue Jul 15, 2008 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing the exact details when a sequence is aborted
Replies: 4
Views: 1467

Ray...

This is manual option.. I want to automate this.. any idea on that

Thanks
Sai
by saikrishna
Tue Jul 15, 2008 2:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication between Jobs using env variables
Replies: 8
Views: 3405

I am not calling job2 from job1 or vice versa.

My main intention is to use the value in job2 that is modified by job1...
Is this possible in DataStage?

Thanks
Sai
by saikrishna
Mon Jul 14, 2008 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing the exact details when a sequence is aborted
Replies: 4
Views: 1467

I am going through DataStage CLI interface..with which I think I can do this... But can you please tell me how to get the log entries for current run of a particular job.... I know that there is a CLI command for showing the log entries with dsjob -logsum option. But we have to set the maximum numbe...
by saikrishna
Mon Jul 14, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing the exact details when a sequence is aborted
Replies: 4
Views: 1467

Showing the exact details when a sequence is aborted

Hi Normally for a project,it contains a master_sequence, underlined to it multiple sequences in a tree structured format and at leaf..there would be jobs... In this format....If any job aborts..I would like to abort the entire sequence with the proper message that should be mailed to me.. The messag...
by saikrishna
Mon Jul 14, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication between Jobs using env variables
Replies: 8
Views: 3405

Communication between Jobs using env variables

Hi

By using of environment variables, can we change the values in one job and use those changed values in other job...like the way global variables in languages?

Thanks
Sai
by saikrishna
Mon Jul 14, 2008 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using unix command output in Job
Replies: 3
Views: 2159

Thanks Ray....
by saikrishna
Mon Jul 14, 2008 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using unix command output in Job
Replies: 3
Views: 2159

Using unix command output in Job

Hi How would I use the output of Unix command (for example, wc -l filename.txt) in the job? I tried using the following options to do this work 1. We can only call the unix command in before/after job.. in which case, we cant use the return value from the output of this command... 2. One more way is...
by saikrishna
Wed Jul 02, 2008 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permissions to groups
Replies: 6
Views: 2856

I would like to know whether only dstage or dsadm group users can access the DataStage or
Any person whose group is given role as "DataStage developer" in administrator can access?

Thanks
Sai
by saikrishna
Wed Jul 02, 2008 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permissions to groups
Replies: 6
Views: 2856

Permissions to groups

Hi We have installed DS 7.5.2 on Linux box. Created a project "DSPractice". Defaultly, all the unix groups are having equal role, i.e. DataStage developer. A user "x" with group "users" is having "DataStage developer" role is not able to open the job from mana...
by saikrishna
Tue Jul 01, 2008 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DataStage server 7.5.2
Replies: 12
Views: 7088

#!/bin/sh #################################################################### # # dsenv - DataStage environment file # # Copyright (c) 1997 - 2004 Ascential Software Corporation. All Rights Reserved # This is unpublished proprietary source code of Ascential Software Corporation # The copyright not...