Search found 233 matches

by shrey3a
Wed Oct 03, 2007 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch Job - send email issue
Replies: 3
Views: 1500

Our requirement is to run the jobs in particular category and if any job is failed or finished with warning then send an email for that particular job name. I'm using the below code to check the status of all jobs in a category and even able to send an email but somehow the subject of email is not d...
by shrey3a
Tue Oct 02, 2007 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch Job - send email issue
Replies: 3
Views: 1500

Batch Job - send email issue

Hi Gurus, I've created a batch job which run all the jobs in parallel from a category. I want to send an email if the job is finished with warnings with subject as job name or message as job name. I'm able to send email for any jobs abort or finished with warnings but the subject is not dynamic i.e....
by shrey3a
Thu Sep 13, 2007 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Categories
Replies: 9
Views: 2128

Tried everything but its same. Can we delete categories from command line.

Thanks,


[quote="ray.wurlod"]It's probably not the files but the indexing.
Get exclusive access to the project and execute [b]DS.REINDEX ALL[/b][/quote]
by shrey3a
Thu Aug 30, 2007 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Categories
Replies: 9
Views: 2128

Hi, They are empty directories and gives message "Record Category_Name in the file DS_JOBS does not exist" even when we open up designer window pops up for each such directories and we have to click several times before opening up the job in other category. Is there a way to clean up DS_JO...
by shrey3a
Thu Aug 30, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Categories
Replies: 9
Views: 2128

Hi ray,

I tried it deleting, refreshing, even logging it again ...doing it from different m/c but its same.

Thanks,
by shrey3a
Wed Aug 29, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Categories
Replies: 9
Views: 2128

Delete Categories

Hi,

We are not able to delete few empty Categories, tried it from manager, designer but it gives the message "Record Category_Name in the file DS_JOBS does not exist.

Thanks,
by shrey3a
Wed Aug 15, 2007 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integer - Defination
Replies: 3
Views: 1106

Its defined in oracle as integer so shall we define it as Int 10 in coloumn defination DS job irrespective of fact that metadata import defination bring it as Decimal 38. Thanks, Welcome to the wunnerful world of Oracle bin Larry! Oracle has only NUMBER for numeric data types. Therefore, when one in...
by shrey3a
Tue Aug 14, 2007 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integer - Defination
Replies: 3
Views: 1106

Integer - Defination

Hi, we are developing a job which will load to a Oracle table with column type integer. When I import the table defibnation thru' Ora plug-in its defination is Decimal 38 Display 40. Further going we will be having 100's of etl's which will be using same metadata type as Integer wanted to know do we...
by shrey3a
Tue Jul 10, 2007 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Way to implement queries btw two different source systems
Replies: 5
Views: 1332

Re: Way to implement queries btw two different source system

One of the method Step 1--Job1 - Extract the values from source B in hash file (will remove the duplicate values) Step 2 - Routine -- To read the hash file and return the value in ('value1','value2',.....) format Step 3- Job 2 -- To extract the data from system A and use the return value of routine ...
by shrey3a
Wed Jun 13, 2007 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate the table before inserting into it.
Replies: 6
Views: 1021

In sql before tab use the Truncate statement or crate the sp and call it in sql before tab.


Clear and insert option will take al ot of time i.e. 17m rows.

Thanks
by shrey3a
Fri May 04, 2007 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple date format
Replies: 8
Views: 4110

That what I was trying to do nut not succesful as how can you tell Iconv function that its particular format if not then go to next condition. It might be simple but not clicking to me :-( Thanks I think if you know the number of distinct format then using iconv and if condition change the target fo...
by shrey3a
Fri May 04, 2007 10:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple date format
Replies: 8
Views: 4110

YYYY-MM-DD MM-DD-YYYY DD-MM-YYYY MM/DD/YYYY DD/MM/YYYY I need to check if its YYYY-MM-DD then ok otherwise conver it to YYYY-MM-DD Regards What are all the possible formats? Can you provide a list. ICONV with Date option should work for most of them. Thats why I requested for a list of all formats s...
by shrey3a
Fri May 04, 2007 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple date format
Replies: 8
Views: 4110

Multiple date format

Hi Gurus,

I've input date coming in all the different format , our requirement is to convert the date in YYYY-MM-DD format.

I tried using Iconv, Oconv combination but it fails at some point.
Wondering if there is any code available or I've tocreate a routine with case statement.

Thanks
by shrey3a
Wed Apr 11, 2007 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job routine
Replies: 3
Views: 1255

If you check the box (after succesful completition of job run the after job subroutine).....and if your job finishes with warnings it executes the command for after job subroutine. Lil confusing as I thought succesful completition means clean run....but works for me :-) Thanks.... :idea: Why dont yo...
by shrey3a
Wed Apr 11, 2007 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job routine
Replies: 3
Views: 1255

After Job routine

Hi,

I checked the checkbox only run after job subroutine after successful completition of Job. If the job finished with warning then will my After job subroutine will execute.

We need to execute the after job subroutine even if the job finished with warning but not if job aborts.

Thanks