Search found 182 matches

by satheesh_color
Tue Sep 23, 2008 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch Control Job issue
Replies: 3
Views: 1206

Batch Control Job issue

Hello, I have a requirement in one of my batch control job to get the value from Hashed file.If the value is present in the hashed file the job should run otherwise(Record Not Found in the hashed file) the job would abort.I have tested the below code in bacth job..but noluck..can you please suggest ...
by satheesh_color
Fri Jul 11, 2008 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsNULL function in Lookup Columns
Replies: 5
Views: 1612

Thanks for your comments.

The key columns in the hashed files should not be null. So i am confused with IsNull instead of NOTFOUND link variable.


Thanks,
Satheesh
by satheesh_color
Thu Jul 10, 2008 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IsNULL function in Lookup Columns
Replies: 5
Views: 1612

IsNULL function in Lookup Columns

Hi All, I have a problem with the below constraint in one of my jobs IsNULL(Lkp.Column1) AND IsNULL(Lkp.Column2) both Column1 and Column2 in the hashed file are key fields.How to validate the above constraint. I have checked my hashed file,none of the columns are null.Please let me know your thought...
by satheesh_color
Thu Apr 24, 2008 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server name and project name in email subject line
Replies: 12
Views: 7206

Hi,

Did you try with the below DS macros

DSHostName : ":Notification (" : Substrings(DSProjectName,4,4) : ") - " : Subject





Satheesh.
by satheesh_color
Wed Apr 02, 2008 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-12842: Cursor invalidated during parallel execution
Replies: 3
Views: 13567

ORA-12842: Cursor invalidated during parallel execution

Hi All, We have the server job which used to check the saletodateagainstdmsale tables. We usually ran the query with parallel hint SELECT /*+ parallel (SALETODATE,8 ) */ (...). The job ran quite good for couple of months but now the job was aborted by below warnings and error ORA-24347: Warning of a...
by satheesh_color
Thu Feb 07, 2008 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique constraint violation
Replies: 4
Views: 5355

Unique constraint violation

Hi, I have a problem in unique constraint violation. I have a table Vendor which contain the following unique index CREATE UNIQUE INDEX VENDOR_U01 ON VENDOR(VENDOR_xref_ID, VER_START_DATE) CREATE UNIQUE INDEX VENDOR_U02 ON VENDOR(VENDOR_ID, SUPPLIER_ID, MARKET_CODE, VER_START_DATE) The thing is i am...
by satheesh_color
Thu Jan 03, 2008 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Concatenation
Replies: 2
Views: 1229

Great Thanks ArndW.

Satheesh
by satheesh_color
Wed Jan 02, 2008 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Concatenation
Replies: 2
Views: 1229

Parameter Concatenation

Hi, I have a Sequence Job in which we are running multipleinstance jobs.The problem is in parameter concatenation. Parameter Names HdrFileName----HeaderFileName SourceDate------Cycle Date RejctFileName------Rejected Sequential file created as follows(Format #HdrFileName#.#RejFileName#.#SourceDate#) ...
by satheesh_color
Thu Dec 20, 2007 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File record Clearance
Replies: 4
Views: 2539

Hi Ray,

Thanks for your input. I have two hashed files like the above mentioned..I need to clear the both..can we have any option to clear both the file by using Clear.File command.


Satheesh.
by satheesh_color
Thu Dec 20, 2007 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File record Clearance
Replies: 4
Views: 2539

Hashed File record Clearance

Hi All, I have a problem in hashed File.I have an hashed file which has 3 input links.All of them write into the same hashed file..Eg;PartitionHash. Input1.SaleDay Partition Information.(PYYYYMMDD) Input2.SaleWeek Partition Information(PYYYYMMDD) Input3.SaleMonth Partition Information.(PYYYYMM) The ...
by satheesh_color
Mon Dec 17, 2007 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA:01036
Replies: 2
Views: 34321

ORA:01036

Hi All, I used OracleStage as an lookup.and i wrote an user-defined sql as: select day_id,store_id, count(*) Record_count from dm_sale group by day_id,store_id. I can able to ran the sql using Toad or sqlplus. But while running the job it throws an error ora:01036:illegal variable/number day_id deci...
by satheesh_color
Tue Dec 04, 2007 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not map table file "/PX_Scratch/PX_Scratch1/looku
Replies: 4
Views: 1689

Hi ArndW, I checked both the log files..we use the same 4node configuration file.. Some more info from log LookupProductFlags,0: Could not map table file "/PX_Scratch/PX_Scratch1/lookuptable.20071204.kdc5whc (size 30252000 bytes)": Not enough space Error finalizing / saving table /dstage/t...
by satheesh_color
Tue Dec 04, 2007 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not map table file "/PX_Scratch/PX_Scratch1/looku
Replies: 4
Views: 1689

Could not map table file "/PX_Scratch/PX_Scratch1/looku

Hi All, I have a problem with one of my parallel jobs..It ran fine for the past couple of years..We run the jobs through third party scheduling tool..We have enough space at the below specified path..Today it aborted with the below error: Job Design: OracleStg | SrcStg----->LkpStg----->AggStg--->Ora...
by satheesh_color
Thu Jun 28, 2007 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project got corrupted while executing the job
Replies: 8
Views: 4002

Hi Ray, Here is the code which is passed as the InputArg for the Routine ExecSh in RoutineActivity Stage. InputArg ----> 'new=`ls -1 #FilePath#/inbox/#Source#/#FileName#.[0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9].[0-2][0-9][0-5][0-9][0-5][0-9] | sort -r | head -1`;mv $new #FilePath#/inbox/#Source#/#Fi...
by satheesh_color
Thu Jun 28, 2007 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project got corrupted while executing the job
Replies: 8
Views: 4002

Hi All, While executing the above code by using InputArg in RoutineActivity Stage with Before/After Routine(ExecSh) ..Here is the error Message i got while executing in DS director: Error calling subroutine: DSR_PROJECT(Action=7).check DS is set up correctly.Unable to load subroutine on host(30105)....