Search found 132 matches

by Amit_111
Thu May 17, 2007 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Current Month,Year to stored Proc
Replies: 5
Views: 2473

Can u please provide me in detail on How can I pass it through a transformer stage????? Can i use Source as a Transformer...If not then If I use a File Stage as source and then add a transformer......I will not be able to create a file On the Clients Side in their Source folder.......How do I solve ...
by Amit_111
Thu May 17, 2007 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Current Month,Year to stored Proc
Replies: 5
Views: 2473

Passing Current Month,Year to stored Proc

Hi all, My requirement is as follows: I have a stored procedure which I am calling through the Job. The Jobs work is only to call that procedure using a stored Procedure using an ODBC Stage. The problem here is we have to pass three parameters to the Stored Proc. i.e. Current Month, Current Year and...
by Amit_111
Tue May 15, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Blanks/Null Values in the date field
Replies: 9
Views: 4049

I didn't get your point.
you said
Trim() never removes the last of any set of internal spaces.
But Trim(Link.Column," ","A")="" can removes the internal spaces right???......Thats the reason I used it in my Jobs.....
If not Please explain.
Thanks in advance.
by Amit_111
Fri May 11, 2007 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Blanks/Null Values in the date field
Replies: 9
Views: 4049

Heyyy Guys, I have got the solution for this problem :D . Following is the code which worked : If (IsNull(Link.Column) Or Link.Column= 0 Or Trim(Link.Column," ","A")="") Then Oconv(Iconv('99991231',"DYMD"),"D-YMD[4,2,2]") : " 00:00:00" Else...
by Amit_111
Fri May 11, 2007 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Blanks/Null Values in the date field
Replies: 9
Views: 4049

Blanks/Null Values in the date field

Hi All, My source data contains date in the format "20060101" which I convert and insert into the target table using the following functions: Oconv(Iconv(InLink.TheDate,"DYMD"),"D-YMD[4,2,2]") : " 00:00:00" as suggested in another thread some days back. This i...
by Amit_111
Thu May 03, 2007 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Putting condition in stage variable
Replies: 7
Views: 4388

sorry I had misguided u somewhat with the condition in my earlier message .... so here's the modified one.... Directly write the following condition in the derivation for the 'Name' column in the Transformer stage that "If inputlink.code='A' then 'AAA' Else inputlink.Name" This will work.....
by Amit_111
Thu May 03, 2007 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Putting condition in stage variable
Replies: 7
Views: 4388

Why use a StageVariable?
Directly write the following condition in the derivation for the code column in the Transformer stage that
"If inputlink.code='A' then 'AAA' Else inputlink.code"
This will work...... why complicate things unnecessarily.......
by Amit_111
Wed May 02, 2007 10:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 7752

Do you have the DataStage deadlock daemon running? This will periodically clear the locks held by redundant processes. ... I have no idea of this "DataStage deadlock daemon " How to keep it running so that it will clear the locks periodically...It would be of a great help. Also I didn't u...
by Amit_111
Wed May 02, 2007 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 7752

Jobs Locked (accessed by another User )

I was accessing a datastage job from my clients DS Server, while working on it my connection with DS server lost giving me an Error Message "Error calling Subroutine........". After that I closed and Opened DataStage Designer again, when I tried to access the Same job again, It now gave me...
by Amit_111
Fri Apr 27, 2007 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in loading a date
Replies: 10
Views: 49899

I will be able to show you this value only on Monday since my weekend has already started :) .
Till then please suggest if you get any idea about this issue.
by Amit_111
Fri Apr 27, 2007 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in loading a date
Replies: 10
Views: 49899

I am using the date() function from the Transformer Stage. The database format(scale etc.) is same for both the database. so if it works on windows environment it should work on Unix. Nothing has been changed from job level to the database level except the Environment. Is it that Unix excepts someth...
by Amit_111
Fri Apr 27, 2007 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in loading a date
Replies: 10
Views: 49899

Problem in loading a date

Hi All, I am facing one strange problem. I have a DataStage job created in Windows Environment, in which I use a Date() function to pass Sys Date in the Target DataBase(Oracle9i). Its working fine. But when I Executed the same Job in UNIX Environment it throws a Warning Message saying "A non-Nu...
by Amit_111
Mon Apr 09, 2007 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer failing with NULL password error
Replies: 3
Views: 1355

Yes....When I run individually as it is they run fine........Only when I run them through the Sequencer They fail giving the above error..............but the assignment of the parameters in the Job Activity stage are correct I had checked them if I have passed the proper parameter in the sequencer.
by Amit_111
Mon Apr 09, 2007 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer failing with NULL password error
Replies: 3
Views: 1355

Sequencer failing with NULL password error

When I execute a Sequencer Job with all the parameters specified propely; the sub-jobs called(executed) through that sequencer gets aborted with the following error message " ORA-01005: null password given; logon denied". My password is in encrypted form, I removed password and entered it ...
by Amit_111
Tue Apr 03, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Schedulling through DS Director
Replies: 7
Views: 1968

Looks great Gateleys...I will surely give it a try and let you know.......Also thanks DSGuru.....I will suggest my client regarding these ideas so as to ease things lets see how much I succeed :)