Search found 22 matches

by raja123
Wed Apr 15, 2009 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage 6.0 screen appears on citrix server
Replies: 1
Views: 1790

datastage 6.0 screen appears on citrix server

Hi All, We did install datastage 8.0 and datastage 7.5 on citrix machine using AIE ( Application Isolation Environment). However when users try to access datastage 7.5 from their network id's, it does not work for few specific users and these users are seeing datastage 6.0 flash screen. We never ins...
by raja123
Wed Jan 14, 2009 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined query error
Replies: 21
Views: 11355

Yes Craig. Really really long and mutiple joins, sub queries etc. I started migrating existing jobs from 7.5.2 to 8.1 recently and i faced the same issue. I don't know who wrote the SQL (it was written by some X). So i ended up in doing R&D to find out where the issue is... After minutes of str...
by raja123
Wed Jan 14, 2009 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined query error
Replies: 21
Views: 11355

simple query like : SELECT RECOG_REVENUE_USD_AMOUNT, NON_DEFER_REVENUE_USD_AMOUNT, SPREAD_USD_AMOUNT, FC_SPREAD_AMOUNT, CORP_FLAG, EXIS_WATERFALL_SPREAD_USD_AMT, NEW_SPREAD_USD_AMOUNT, BACKBILL_PICKUP_SPREAD_USD_AMT, CATCHUP_SPREAD_USD_AMOUNT, UNRECOG_SPREAD_USD_AMOUNT, EXT_STANDARD_USD_PRICE, EXT_S...
by raja123
Tue Jan 13, 2009 7:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined query error
Replies: 21
Views: 11355

ray.wurlod wrote:Get your Oracle DBA to monitor the session associated with the running DataStage job and, in particular, the SQL statement that is received in that session.
The job is not running more than 15 sec. It fails as soon as I start it. DBA didnt find any active session for this SQL.
by raja123
Tue Jan 13, 2009 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined query error
Replies: 21
Views: 11355

Get your Oracle DBA to monitor the session and, in particular, the SQL statement that is received in that session. Compare that with the SQL statement reported in the DataStage job log. Figure out any differences. I copied sql statement from DS logs and passed it to DBA, they are able to run the sa...
by raja123
Tue Jan 13, 2009 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined query error
Replies: 21
Views: 11355

user defined query error

I am having a complex user defined query, which is fetching data from many tables having nested query. My datastage job is as below: oracle stage -> transformer -> oracle stage in source oracle stage, I am reading the data using above user defined query. this query runs fine if I fire it in toad. My...
by raja123
Fri Jul 11, 2008 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: como on command
Replies: 1
Views: 1467

como on command

Hi All, I am using "como on filename.txt" to save the output of commands in the administrator. when I go and check the the same in project directory, it is showing me results but whenever the filesize crosses around 22-23kb, it truncates the remaining results. I am searching whole project ...
by raja123
Tue Jul 01, 2008 6:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Administrator Command Output
Replies: 3
Views: 3860

Thanks a lot :D
by raja123
Mon Jun 30, 2008 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Administrator Command Output
Replies: 3
Views: 3860

DataStage Administrator Command Output

Hi All,

I wish to save the result of dataStage administrator command line to a text file. Is it possible??

I understand that I can write a unix shell script to output the dssh results to a text file, but this is extra effort all the time.

Thanks and Regards,
Surendra Kumar Sharma
by raja123
Mon Jun 16, 2008 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Issue
Replies: 4
Views: 1972

Sequence Issue

Hi All, Given a job name, can I find out where the job is used in the sequence? We are having a sequence, which is having around 1000 jobs and there are many recursive sequences. There are many jobs which are not even used in the sequence. I need to find out if a job is used in the sequence or not. ...
by raja123
Wed May 28, 2008 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script to login to the project
Replies: 12
Views: 8900

Double quotes within double quotes (the "@RECORD" in the EVAL clause. Try using single quotes around @RECORD since the SQL statement itself is already within double quotes. ../../DSEngine/bin/dssh "SELECT NAME FMT '35L', CATEGORY FMT '35L' FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO ...
by raja123
Wed May 28, 2008 6:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script to login to the project
Replies: 12
Views: 8900

Double quotes within double quotes (the "@RECORD" in the EVAL clause. Try using single quotes around @RECORD since the SQL statement itself is already within double quotes. ../../DSEngine/bin/dssh "SELECT NAME FMT '35L', CATEGORY FMT '35L' FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO ...
by raja123
Wed May 28, 2008 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script to login to the project
Replies: 12
Views: 8900

The SQL query is syntactically valid. Please show us how you are trying to use it from the shell script. I am trying to fetch all the jobnames and categories to a file which are using table "ABC", following is the script: cd `cat /.dshome` . ./dsenv cd /etl/apps/ds752/Ascential/DataStage/...
by raja123
Wed May 28, 2008 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script to login to the project
Replies: 12
Views: 8900

The LOGTO does happen but then exits and only then is the second statement is issued, which defeats the purpose. You need to do multiple commands in the same session. As Arnd noted, if you 'cd' to the project in question before launching the shell, the LOGTO is automatic. That way you're down to a ...
by raja123
Wed May 28, 2008 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shell script to login to the project
Replies: 12
Views: 8900

shell script to login to the project

Hi I am running few commands on unix $cd `cat /.dshome` $. ./dsenv $bin/dssh >LOGTO <project_name> >SELECT * FROM DS_JOBS ( here I am running few datastage shell commands.) This is giving me the expected results. This stuff I need to use in a shell script, so I created following shell script $cd `ca...