Search found 192 matches

by ds_is_fun
Wed Aug 22, 2007 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS 8.0.1 Installation on RHEL
Replies: 3
Views: 1547

Re: IS 8.0.1 Installation on RHEL

1. I know that IS 8.0.1 installs on " RHEL AS4.0 ". Is this version of RHEL same as " RHEL v4 Desktop "? Or do I need to use " Red Hat Enterprise Linux WS (v. 4 for 32-bit x86) " instead of " Red Hat Desktop (v. 4 for 32-bit x86) "? You should be able to inst...
by ds_is_fun
Wed Aug 22, 2007 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS 8.0.1 Installation on RHEL
Replies: 3
Views: 1547

Re: IS 8.0.1 Installation on RHEL

Hi all, I'm trying to install Information Server 8.0.1 on Redhat Linux. I have couple of questions that kinda put me in abeyance. 1. I know that IS 8.0.1 installs on " RHEL AS4.0 ". Is this version of RHEL same as " RHEL v4 Desktop "? Or do I need to use " Red Hat Enterpris...
by ds_is_fun
Wed Aug 22, 2007 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is JOB SCHEDULE PLAN.
Replies: 2
Views: 1329

Re: what is JOB SCHEDULE PLAN.

Are you using DS Job Sequence or third party sequencer for scheduling DS jobs?
by ds_is_fun
Wed Aug 22, 2007 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS/400 loading problem?
Replies: 4
Views: 2588

Re: AS/400 loading problem?

The most common type of dB on AS400 is DB2. You will need to first configure DB2 using DB2 wire protocol. Then use DB2 ODBC stage to connect to the dB on AS400. To configure DB2 pl. follow the link from a previous post - http://dsxchange.com/viewtopic.php?t=112433&sid=aac58c5ead6d7bdb2e62328451d...
by ds_is_fun
Tue Aug 21, 2007 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: c++ compiler
Replies: 11
Views: 4201

Hey! you cannot write to a directory. You can only write to a file. You missed the /2 at the end of your path. find -name gcc -print 2>/<your home path>/2 Is that a Solaris machine you have there? Try this find -name gcc -print 2>/<your home path>/2 Cannot write to a directory. ksh: /home/gurty: 040...
by ds_is_fun
Tue Aug 21, 2007 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking for file availability in a folder
Replies: 6
Views: 2523

Re: checking for file availability in a folder

Did you try this-
In the properties of Seq file stage.
Click on Read method under Source and select "File pattern" from the pop down menu.
I strongly feel that this should work in your case.
Good luck!
by ds_is_fun
Tue Aug 21, 2007 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: c++ compiler
Replies: 11
Views: 4201

Try this
find -name gcc -print 2>/<your home path>/2
by ds_is_fun
Tue Aug 21, 2007 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: c++ compiler
Replies: 11
Views: 4201

When you find the path..I recommend you add the path to your profile. Depending on your default shell add the path of the compiler to either of the login profiles below - -rw-r--r-- 1 xthotaa etl 136 Aug 10 11:25 local.cshrc -rw-r--r-- 1 xthotaa etl 157 Aug 2 08:29 local.login -rw-r--r-- 1 xthotaa e...
by ds_is_fun
Tue Aug 21, 2007 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection
Replies: 4
Views: 2383

Re: ODBC connection

Once you got the entry for DB2 configured, here what I recommended trying before trying the connectivity from DataStage: 1) source your dsenv file (in DESngine directory: ". ./dsenv" 2) go to ../server/branded_odbc/demo directory 3) run the demoodbc program and try to connect to your datab...
by ds_is_fun
Tue Aug 21, 2007 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup stage
Replies: 6
Views: 3320

Re: Problem with lookup stage

You can select a reject file from within the lookupstage options. Did you do that?
by ds_is_fun
Tue Aug 21, 2007 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: c++ compiler
Replies: 11
Views: 4201

Re: c++ compiler

The UNIX command
which cc
Will tell you where c++ compiler is installed.
Sometime GNU c++ compilers could be installed. To check for that type-
which gcc

If no compilers are installed then you will see -
no cc found in <path>
by ds_is_fun
Mon Aug 20, 2007 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Hnadle NUllable Field in SEQ file
Replies: 3
Views: 2872

Re: How to Hnadle NUllable Field in SEQ file

You will need to find out what the biz rule for defaulting NULLs is. THen In the Transformer stage based on the null default write a IF THEN ELSE clause as - If NULL THEN <default value> ELSE column. Hi, can you please tell me how to handle nullable field in seq file. when i running a job in paralle...
by ds_is_fun
Mon Aug 20, 2007 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save Job
Replies: 8
Views: 3176

Whats the file pattern of a temporary file. Is it something like dstmp.070719.132649A. OR Is it the DS_TEMP variable? Thanks! All metadata, including design-time metadata, are saved in IIS repository. That's one of the main thrusts of version 8. During the transition some of the metadata may be repl...
by ds_is_fun
Mon Aug 20, 2007 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save Job
Replies: 8
Views: 3176

Whats the file pattern of a temporary file. Is it something like dstmp.070719.132649A. All metadata, including design-time metadata, are saved in IIS repository. That's one of the main thrusts of version 8. During the transition some of the metadata may be replicated in the "traditional" D...