Search found 58 matches

by rsrikant
Sun Mar 06, 2005 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in jobs with Funnel Stage
Replies: 5
Views: 2074

Hello mrinal, Before finding out the problem we may need more info. 1. Is the job running fine when ran independently? 2. How can you say the problem is because of the funnel? What are the other stages in the job. Can you give more info on the job design. Probably the job is running infinitely. Just...
by rsrikant
Sun Jan 30, 2005 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to interface SAP R3 with DataStage 7x tool
Replies: 11
Views: 6023

Hello Baha,

Can you please mail me the document dsR3.pdf to my email id
rsrikant@gmail.com.

Thanks in advance.
Srikanth
by rsrikant
Sun Jan 30, 2005 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascential PACK for Siebel and SAP BW
Replies: 1
Views: 832

Ascential PACK for Siebel and SAP BW

Hi,

Can anyone provide me documents on Ascential PACK for Siebel and SAP BW?

Do we have any developers guides for these PACKs?

I am trying to understand on how to create interfaces into and out of siebel and SAP.

Any documentation or guides can be of great help.

Many thanks in advance.
Srikanth
by rsrikant
Tue Oct 05, 2004 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Representing a decimal with thousand separators
Replies: 3
Views: 2317

Thank you for the reply Ray. The solution you gave is working after using Basic Transformer. In basic transformer i am able to achieve it even by using Fmt function. But the client is not accepting this solution. He wants pure PX solution. How to build a custom operator? Do you mean building a custo...
by rsrikant
Wed Sep 29, 2004 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Representing a decimal with thousand separators
Replies: 3
Views: 2317

Representing a decimal with thousand separators

Hi Everyone, One of the requirement for my job is to represent a decimal number with thousand separators. I have gone through various inbuilt functions available in parallel and not able to find one which can solve this purpose. For e.g., the decimal 1234567891.23 should be represented as +1,234,567...
by rsrikant
Thu Aug 12, 2004 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Accessing Oracle from Datastage
Replies: 10
Views: 3989

Oops!!!

Rich and I thought we could meet you in person if you are in chennai and don't mind meeting people. :cry: :cry:

Regards,
Srikanth
by rsrikant
Thu Jul 15, 2004 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date function
Replies: 7
Views: 5609

We don't need 12 if then loops.... since the end date of a month can only be 28, 29, 30, 31 and we know the end date for all the months, two loops for 30 & 31 and one nested loop for feb is enough. But I feel there should be a better way of doing then if then else loops. Anyone has some idea on ...
by rsrikant
Tue Jun 22, 2004 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_STRING_PADCHAR
Replies: 4
Views: 4203

We are using Datastage 7.1 EE with parallel extender. We don't have the problem you have mentioned. In the job parameters, this environmental variable is used and the default value can be changed by us. I am not sure whether it is corrected in 7.1 or some setting is changed by our Datastage administ...
by rsrikant
Tue Jun 15, 2004 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flat file loading on UNIX
Replies: 8
Views: 2121

Vow!!! that's simply a great solution.

Thanks Ray.. I am adding to my favorites. :D

Srikanth
by rsrikant
Mon Jun 14, 2004 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The Connection is Broken [810020]
Replies: 5
Views: 3424

Hi, We do get this problem frequently. I believe it's a time out problem. If we don't work in the designer for sometime and if it's idle, this problem comes. I don't know if there is any way to increase the specified timeout for this connection broken. If yes, probably we can increase that. Has anyo...
by rsrikant
Mon Jun 14, 2004 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any Ascential Certification ??
Replies: 14
Views: 5625

There are people on this site which would like some process which separates the experienced from the newbies but I doubt if anyone can write a test to do that. Look at all the Oracle certified people which are totally not qualified to be a DBA. I think most corporations understand there is a differ...
by rsrikant
Mon Jun 14, 2004 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flat file loading on UNIX
Replies: 8
Views: 2121

Hi Craig, What if the 10 digit character in the 3rd column has a value of length <=3? If all the rows have a value of length >3 in the 10 digit character column, probably what you said can work out. By what raj mentioned it's not clear whether all the rows are of length >3 in the 10 digit character ...
by rsrikant
Mon Jun 14, 2004 10:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Did you know? Running Oracle blocks, trapping rejects &
Replies: 5
Views: 4888

Hi Henry,

This is a syntax problem.

Each statement in a Begin End block in PL/SQL should terminate with a semicolon.

The code should be

Code: Select all

begin apps.TEST_DATASTAGE(); end;
HTH,
Srikanth
by rsrikant
Mon Jun 14, 2004 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Referential Integrity
Replies: 6
Views: 3271

I think Mike has answered your question completely. Load the data from table 2 into a hashed file. Use a ODBC stage for table 1. Use a transformer which uses both ODBC & Hashed file (used as a lookup) stages as inputs and map the foreign key from ODBC stage to the primary key hashed file stage. ...