Search found 222 matches

by dr.murthy
Wed Nov 09, 2011 2:30 am
Forum: General
Topic: Comparing the code
Replies: 3
Views: 1662

HI, thanks for your va;uable suggestions. but we are not supposed to export the code into another environment to compare
by dr.murthy
Tue Nov 08, 2011 7:36 am
Forum: General
Topic: Comparing the code
Replies: 3
Views: 1662

Comparing the code

How to compare the code between two protected projects? My requirement is to compile the compare the data stage jobs between two projects, am working on 8.1 we have an options to compare jobs across the projeat but both the projects in protected so its open in read only that compare option is disabl...
by dr.murthy
Mon Aug 22, 2011 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector issue
Replies: 3
Views: 10575

Thanks for responding ray, but table name is same when i insert records manullay using insert statement its working fine
by dr.murthy
Mon Aug 22, 2011 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata connector issue
Replies: 3
Views: 10575

Teradata connector issue

Hi ,, when am trying to load the data into teradata DB, through the teradata connector stage i got a below fatal error; ins_FCT_RETS_EXCEPTION_RECEIVING,0: RDBMS code 3737: Name requires more than 30 bytes in LATIN internal form. SQL statement: INSERT INTO YY_VIEWSD.FCT_RETS_EXCEPTION_RECEIVING(SEQ_...
by dr.murthy
Thu Jul 14, 2011 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to decimal conversion
Replies: 2
Views: 4295

Integer to decimal conversion

Hi , how to do integer to decimal conversion , since i got a below warning in log When binding input interface field "FIN_VEND_I" to field "FIN_VEND_I": Implicit conversion from source type "int64" to result type "decimal[10,0]": Possible range limitation.
by dr.murthy
Mon Mar 28, 2011 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send a notification mail when count mismatches
Replies: 2
Views: 1683

Send a notification mail when count mismatches

Hi ...

I have an requirement like to send a notification mail if the count of records in two tables not same, those two tables populated in same job.

Any suggestions how to handle this
by dr.murthy
Thu Feb 17, 2011 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin command
Replies: 7
Views: 5186

Hi .. i got a location its in /opt/Ascential/DataStage/PXEngine/bin path i have some commands to work on datasets , but i need a small clarification on copying datasets. $orchadmin copy <source.ds> <destination.ds> , i have a dataset named as chk.ds , in <source.ds> do i need to give chk.ds or entir...
by dr.murthy
Thu Feb 17, 2011 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin command
Replies: 7
Views: 5186

Orchadmin command

Where can i see the Orchadmin command in my unix box, i tried to search the below path /opt/Ascential/DataStage/DSEngine/bin , But its not available.

Can any one suggest me ???
by dr.murthy
Fri Feb 11, 2011 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling
Replies: 3
Views: 4463

Use Null handling functions , Specify any default value if its nulll
by dr.murthy
Wed Feb 02, 2011 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fiscal Year issue
Replies: 3
Views: 1730

THanks... for reply, other than this any alternative method, since i tried this method but i had to handle leap years additionally.
by dr.murthy
Wed Feb 02, 2011 1:56 am
Forum: General
Topic: Sequence Fail but all jobs inside Success in rerun ?
Replies: 4
Views: 2537

It saying something like Job3 just reset only , you can check job3 log you may get any additional info ..
by dr.murthy
Wed Feb 02, 2011 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fiscal Year issue
Replies: 3
Views: 1730

Fiscal Year issue

Hi all.

I have a small issue with julian day , usually am aware of how to calculate the julian day from date .

its give Jan1 - 1
jan2 - 2
But in my requirement Fiscal year starts from Jul1 so it should give

Jul1 -1
Jul2 - 2

Any suggestions ????
by dr.murthy
Tue Jan 25, 2011 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need a logic for Implementing Months
Replies: 7
Views: 3492

No , Am not facing any problem but requirement saying Don't use if then else and lookup file or data stage routine ...
by dr.murthy
Tue Jan 25, 2011 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need a logic for Implementing Months
Replies: 7
Views: 3492

Thanks for responding ....

Is there any data stage built in function to handle this ???
by dr.murthy
Tue Jan 25, 2011 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need a logic for Implementing Months
Replies: 7
Views: 3492

Need a logic for Implementing Months

HI ,

I have a funny requirement like , i have a source filed it contains distinct integer values 1 to 12 , my requirement is if its
1 - janauary
2 - febrauary
3 - march ....

Is there any way other than writing a Stage variables .