Search found 6 matches

by dpeixotto
Fri Apr 05, 2013 3:57 pm
Forum: General
Topic: Getting job status before running a job
Replies: 4
Views: 2559

Thanks chullet and ray ! RESOLVED ! The cut command made me have an idea...actually I used the cut command twice since the number in between can have 1 or 2 digits The command I use is: $DSHOME/bin/dsjob -jobinfo <Project> <Job> | grep "Job Status" | cut -d '(' -f2 | cut -d ')' -f1 First c...
by dpeixotto
Fri Apr 05, 2013 3:37 pm
Forum: General
Topic: Not able to login to datastage
Replies: 1
Views: 1605

No. The XMETA was fine.

Workaround was to reboot the environment...now its working fine and luckly this is QA env.

Anyway, it is working fine now.

Thanks
by dpeixotto
Fri Apr 05, 2013 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Losing data without warning or abort message.
Replies: 3
Views: 1983

Double check your where condition;
Check your database connection in order to be connecting to the correct database;
Check if you have any special char or data type into a specific field;
by dpeixotto
Fri Apr 05, 2013 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 7631

You will need a sort with keyChange and a counter into transformer stage so you can add 1 into the group No based on your KeyChange value

Just be cautious about your partition and parallelism degree when adding an increment into the counter stage variable.
by dpeixotto
Wed Apr 03, 2013 9:14 pm
Forum: General
Topic: Reconstructing Deleted DataStage Project
Replies: 3
Views: 1910

This is part of IIS 8.7 and later version ? The way to use it is thru ISALite only or there is other way to use it ?
by dpeixotto
Wed Oct 24, 2012 11:30 am
Forum: General
Topic: Import orchestrate schema of Oracle 11g table Error
Replies: 0
Views: 1241

Import orchestrate schema of Oracle 11g table Error

Hi All, I am using IIS 8.7 on Linux RH5.5 (actually is CentOS 5.5) and Oracle 11g. Have already set my install.liborchoracle to "see" the 11th version and run the script successfully. So, problem is that when I try to import orchestrate schema of a 11g database table, a windows pop-up with...