Search found 4 matches

by macromathi1
Mon Oct 22, 2012 6:53 am
Forum: General
Topic: Error adding to schedule
Replies: 0
Views: 906

Error adding to schedule

My server time shows: Mon Oct 22 14:43:48 Asia/Riyadh 2012 Client also shows the same time. Trying to schedule the job at 14.50, receiving the below error. even the thirdpary scheduler also facing time mismatch. can anyone help me to resolve the issue Error: -------- Error adding to schedule: at: 04...
by macromathi1
Sat Mar 17, 2012 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never ending SQL Query
Replies: 11
Views: 6604

Re: Never ending SQL Query

Query looks fine, you may need to improve performance at table level. as craig said go for table index with the columns used in the filter condition (even you can go for index force in the query). with the given count of table A that too with a 'LIKE' filter, definitely the query will take more time...
by macromathi1
Sat Mar 03, 2012 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constraint Syntax
Replies: 6
Views: 3140

i hope no function exist in the name IsNotNull(), use Not(IsNull(inputlink.Buss_unit))
by macromathi1
Sat Mar 03, 2012 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call oracle stored procedure in datastage server job
Replies: 8
Views: 7549

oracle procedures very well can be called from before/after sql of oracle stage. check for the connection strings and qualify the procedure with the right schema..