Search found 29 matches

by acool
Tue Nov 09, 2004 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run px on windows
Replies: 7
Views: 3784

Run px on windows

Hi Everyone, I am going through the Datastage PX e-training. I have installed PX on my PC ( the OS is Windows 2000 professional), it seems that I can only build and compile PX jobs, but not running them. My questions is, does PX run on windows, or is there any extra work I need to do to make PX runa...
by acool
Fri Oct 08, 2004 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: global variable
Replies: 4
Views: 2187

global variable

Hi everyone,

My database password changes once a month, is there any way I can create a global stage variable so that all jobs in the project can use it as the database password?
by acool
Wed Sep 15, 2004 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash lookup in a range
Replies: 3
Views: 1862

hash lookup in a range

Hi everybody,

I want to have a special hash lookup, in stead of matching the key, I will math the key within a range, that is, if the input file's key equals the key in the lookup hasfile, or if the input files' key - a key in the lookup file <3, then match.

How can I do it?
by acool
Wed Sep 01, 2004 8:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer run
Replies: 13
Views: 5354

Hi Kim, I wrote a script like this, but the problem is, it ONLY process the fist variable, because there is no waiting, that is, the dsjob will be called for n times almost at the same, and only the first one will work. is there any wait statement I can use? You could do it in a shell script as well...
by acool
Fri Aug 27, 2004 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do I set up user permissions to protect projects
Replies: 5
Views: 3033

Great! This information is extremely helpful. Thank you! DataStage access security is based around operating system groups, not user IDs. You will need to create separate groups, let's say dsproj1 and dsproj2, and put user1 in one and user2 in the other. In the Administrator client, configure the se...
by acool
Fri Aug 27, 2004 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how do I set up user permissions to protect projects
Replies: 5
Views: 3033

how do I set up user permissions to protect projects

Hi, I am going to set up 2 projects for 2 seperated teams on the same box using Datastage Administrator. here is the requirement: I need to set up 2 projects, say project1 and project2 for user1 and user2, so that user1 can ONLY access project1 and user2 can only access project2. I need to set it up...
by acool
Fri Aug 13, 2004 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert hex to integer
Replies: 4
Views: 2413

convert hex to integer

Hi everyone,

I need to conver a hex number to an integer. Is there any built-in function in Datastage that does it? or I have to write my own funtion.
by acool
Thu Aug 12, 2004 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can not call a Stored Procedure using odbc stage
Replies: 9
Views: 4314

chulett wrote:You might want to consider using an OCI stage, or better yet (if on 7.5) the Stored Procedure stage.
I tried OCI stage, and it works. But is there any disadvantage if I use OCI stage instead of odbc stage?
by acool
Thu Aug 12, 2004 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can not call a Stored Procedure using odbc stage
Replies: 9
Views: 4314

can not call a Stored Procedure using odbc stage

Hi every, I tried to call a stored procedure using an odbc stage. here is the error message, does anyone know what's going on? Thanks. |LdUserDetail_0812.ODBC_50: DSD.BCIConnect connecting to userDB, call to SQLConnect failed. SQLSTATE=IM002, DBMS.CODE=0 [DataStage][SQL Client][ODBC][DataDirect][ODB...
by acool
Wed Jun 30, 2004 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing my first PX job
Replies: 6
Views: 3538

writing my first PX job

Hello everyone, I am a fresh man on PX. I need to rewrite a Datastage job in PX. It is a simple job, but the volume is hugh. The source only has 3 colums, but 300 million rows. I only have 2 simple lookups. But one lookup hash file has 10 million records. When I run this job in Datastage, the speed ...
by acool
Fri Jun 25, 2004 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup not unique
Replies: 4
Views: 1962

lookup not unique

Hi everyone,

I have a question about lookup. If the lookup item is not unique, will it return an error, or it is going to return the first value found.
by acool
Mon Jun 21, 2004 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: translate a string into a number
Replies: 1
Views: 1240

translate a string into a number

Hi everyone,

I need to convert a varchar into a numeric.
the varchar looks like this +xxxxx.xx , where x represents anumber.
for example, +00000.00, +00106.98, +00020.55

can anyone give me some ideas?
by acool
Tue Jun 15, 2004 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job schedule does not work
Replies: 1
Views: 1255

job schedule does not work

hi everyone,

I have this trouble when I tried to schedule a daily job. Here is the error message:

Error adding to schedule: crontab: you are not authorized to use cron. Sorry.

what's going wrong?
by acool
Mon Jun 14, 2004 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load number
Replies: 1
Views: 1379

load number

Hi everyone, I extract a number from a csv file and load it into oracle. The oracle type is number, and I got this error message. Transformer: ORA-01722: invalid number I looked this up, it indicates that I am inserting something that is not a number to a numer field. but the data i get from csv are...
by acool
Fri Jun 11, 2004 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create a time dimention table
Replies: 2
Views: 1723

create a time dimention table

Hello everyone,

I am going to build a time dimention table that covers all dates from 1990 to 2030. The table has a time key, year, month, and day. how do I do it?