Search found 31 matches

by ysweec
Mon Aug 08, 2005 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Msg- Cleanup after ABORT raised in stage
Replies: 10
Views: 8421

Error Msg- Cleanup after ABORT raised in stage

Hi, Any idea how to troubleshoot the DS jobs if getting following error:- DataStage Job 1051 Phantom 2051 Program "DSD.IPCOpen": Line 185, WRITE failure. Attempting to Cleanup after ABORT raised in stage SMSCERRORLoadFactMetricaSmsError..Link_Collector DataStage Phantom Aborting with @ABOR...
by ysweec
Wed Mar 23, 2005 3:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DSv7 read CDR raw data?
Replies: 5
Views: 3603

Can DSv7 read CDR raw data?

Hi,

Would like know if DSv7.x able to read CDR(call detail record) raw data which is in binary format?
Or there must be a decoding task prior to DS?

~SC Yong
by ysweec
Mon Jan 10, 2005 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No response when attempt to open properties in JS
Replies: 8
Views: 2933

emmmh..........where can i get the DataStage_XPSP2_Patch.zip?
by ysweec
Fri Jan 07, 2005 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No response when attempt to open properties in JS
Replies: 8
Views: 2933

No response when attempt to open properties in JS

Anyone experienced this before :-
where the Designer become no response when attempt to open properties for job activity in job sequence?
by ysweec
Sun Nov 21, 2004 8:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Status
Replies: 3
Views: 1290

thanks for your guidance! If i hav a job sequence diagram as below: jobA ---ok----->jobB---ok & warning--->sequencer(any)---ok-->jobC How to reflect the aborted status in job sequence if one the job aborted? Is it have to use failed conditional trigger to link each job to a RoutineActivity(pass ...
by ysweec
Fri Nov 19, 2004 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Status
Replies: 3
Views: 1290

Job Sequence Status

Can the job sequence's status be changed to reflect the actual job status like aborted? Or it only can be done using job control?
by ysweec
Thu Jul 29, 2004 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP: Unable to execute Telnet command 'Telnet Before Command
Replies: 1
Views: 1292

FTP: Unable to execute Telnet command 'Telnet Before Command

I tried to implement the following command in FTP stage's 'Telnet Before Command' and 'Telnet After Command' cp /home/oracle/maxis/abc.txt /home/oracle/maxis/efg.txt But, neither of them worked. Telnet Before Command :- TestFTPStage..FTP: Unable to execute Telnet command 'Telnet Before Command' Teln...
by ysweec
Tue Jul 13, 2004 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculation for Timestamp
Replies: 1
Views: 743

Calculation for Timestamp

duration = (end_time - start_time) in hour , decimal(10,4)
availability = % of duration in 24 hour, decimal(5,2)

e.g
duration = (2004-07-09 15:33:35 -2004-07-09 15:28:35) * 24
availability = (2004-07-09 15:33:35 -2004-07-09 15:28:35) /24 * 100

Can this calculation be done in DS?
by ysweec
Thu Jul 08, 2004 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage to retrieve the lastest file
Replies: 2
Views: 1137

FTP stage to retrieve the lastest file

Hi all,

Can FTP stage be used to retrieve the lastest file from a server?
by ysweec
Thu Jul 08, 2004 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-08177: Cannot serialize access for this transaction
Replies: 5
Views: 2764

Thanks all for the guidance!
by ysweec
Thu Jul 08, 2004 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-08177: Cannot serialize access for this transaction
Replies: 5
Views: 2764

ORA-08177: Cannot serialize access for this transaction

Hi All, I'm using ORAOCI8 stage(Transaction Isolation= Read-Only) to retrieve data from 2 tables and getting the following error msg:- ORA-08177: Cannot serialize access for this transaction Is it something to do with the Transaction Isolation setting? Should I set it to 'Serializable' or 'Read Comm...
by ysweec
Tue Jun 22, 2004 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help!
Replies: 9
Views: 3543

Ray,

Thanks!
The Pivot stage can only be found in DS v7.0 and above, right?
by ysweec
Tue Jun 22, 2004 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help!
Replies: 9
Views: 3543

Hi Ray, Thanks for your advice. Question:- 1. I found a built-in routine called UtilityHashLookup. Do you think it will serve the purpose better? 2. Is it feasible to use DS to convert columns to rows. For instance, from 256 columns to 256 rows? *ACTUAL TASK* Purpose: ----------- To check the discre...
by ysweec
Fri Jun 18, 2004 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help!
Replies: 9
Views: 3543

Yes..u got it right! The contents of TableB change over everyday. e.g, basic's avail might be 'Y' today but 'N' tomorrow. Yet, there are 200 over columns to lookup for the column in Table B. In this case, how to minimize the usage of transformer stage? Is it feasible to use routine in this case? Tha...
by ysweec
Fri Jun 18, 2004 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help!
Replies: 9
Views: 3543

Hi ray, Thanks for your response! :D Actually i was requested to come out a design to compare data in a file(contains 256 columns)with a reference table. Yet, the file and table have no reference key to link up each other(refer to File A & Table B posted formerly) The column names in file A are ...