Search found 243 matches

by gssr
Mon Dec 21, 2009 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <_PEEK_IDENT_> Input dataset does not have field:
Replies: 7
Views: 6984

<_PEEK_IDENT_> Input dataset does not have field:

I am merging two dataset to one

I find the error as follows,

<_PEEK_IDENT_> Input dataset does not have field: "sstatus".


Any idea about this....
by gssr
Fri Dec 18, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Delimeter
Replies: 6
Views: 2170

For this situation,
Read the file as fixed lengh field and then try to solve the delimiter issue in transformation

Hope it works!
by gssr
Fri Dec 18, 2009 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help me asap
Replies: 4
Views: 1541

You can use the Aggregator Stage with first column as key and get the sum of the second column
by gssr
Tue Dec 15, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot in parallel
Replies: 3
Views: 2785

We tried the pivot stage ,but it gives only null output...

Do we have to enable any other property in pivot?

Thanks
by gssr
Tue Dec 15, 2009 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot in parallel
Replies: 3
Views: 2785

Vertical Pivot in parallel

Hi all,
I have a input file like this,

Col1,Col2
a,5%
a,6%
a,7%
a,8%


I need the output as
a,5%,6%,7%,8%

Any ideas to solve this issue??

Thanks in advance,
by gssr
Mon Dec 14, 2009 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications
Replies: 17
Views: 8328

How much command line UNIX experience do you have? You need to navigate to the 'Project' directory in question and do an 'ls -ld' on RT_SCTEMP there: cd $DSHOME/../Projects/<YourProjectName> ls -ld RT_SCTEMP That should work unless your projects are in a non-standard location, in which case you'll ...
by gssr
Fri Dec 11, 2009 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications
Replies: 17
Views: 8328

I tried to view the dataset through Data Set management ,but it throws the following error
Error writing to RT_SCTEMP/RunParallel_9876.573486.sh
Do i have to get any privilages for this ?
by gssr
Fri Dec 11, 2009 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extract
Replies: 9
Views: 4636

I developed a new job with the same work flow and Query(Changed).
Now it work fine..

I could not get where is the actuall problem in the Copied Job,??

Any way the Problem is solved !
by gssr
Fri Dec 11, 2009 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extract
Replies: 9
Views: 4636

The Changes doesnot make any difference in the Query.....
I even tried the same query to run the new JOB, but still the error exists!!!

Any ideas?? :idea:
by gssr
Thu Dec 10, 2009 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extract
Replies: 9
Views: 4636

More Information:
Oracle Enterprice Stage --> Dataset Stage

I just copied an excisting job and made some changes in it..
The Original Job is running fine!!
by gssr
Thu Dec 10, 2009 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel extract
Replies: 9
Views: 4636

Hi, Did you rebuild the stages or simply added the schema prefix to the existing table name? If you didn't rebuild the stage try it and see if the error persists. IHTH, Hi, I am in the similar situation and tried the above solutions, but still i am getting the error ORACLE_STAGING: GenericQuery:esq...
by gssr
Fri Dec 04, 2009 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer
Replies: 14
Views: 5882

You can find the Online Document Package with your DS..Or search in your favourite search engine ,,you can find it...
by gssr
Fri Dec 04, 2009 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove all special characters
Replies: 1
Views: 1264

Please search for the topic before posting it,

Click this post for more reference!!

viewtopic.php?t=102753&highlight=remove ... characters
by gssr
Fri Dec 04, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV Error
Replies: 6
Views: 3708

Search for it before posting,
Hope this will help you,

viewtopic.php?t=121898&highlight=SIGSEGV
by gssr
Thu Dec 03, 2009 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get only unique records
Replies: 7
Views: 3700

Hope this work,
Aggregate by the key with the Count option and then filter it using the count value which is greater than 1