Search found 19 matches

by sansan
Mon Jan 19, 2009 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Login Error
Replies: 0
Views: 967

DataStage Login Error

Hi, When I tried to migrate information server from Unix to Window2003 server and started installation of IS server on window and during installation, I pointed to repository to oracle which is installed on Unix server. And it impacted on my existing project on Unix server and I got following error ...
by sansan
Thu Jan 12, 2006 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 14463

Thanks for prompt reply.
1st agg, using first () function
2st agg and 3rd agg, using count(*).

Columns were grouped by ODBC stage are different from Agg stage and so I will try to use same columns used in agg stage to group by in ODBC stage.
by sansan
Thu Jan 12, 2006 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for mutex
Replies: 26
Views: 14463

Time Out waiting for mutex

Hi everyone, I searched through all the posted of mutex issues in this forum. But it doesn't help to fix my jobs. I have a job using IPC stage and getting this 'ds_ipcput() - timeout waiting for mutex'. I used default buffer size (128) and time out (10) previously and increased buffer size like 258 ...
by sansan
Sat Dec 24, 2005 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs hanging when processing a procedure
Replies: 3
Views: 2079

Hi, I also faced the same problem. My DS job which called stored procedure in sql server is hanging for 1 day. Inside stored procedure, creating 2 temp tables and updating to some coumns in same table.Total no of records are 22 millions in table and it may be the problem.Is it possible to do it in u...
by sansan
Mon Dec 12, 2005 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort Stage Problem
Replies: 5
Views: 2744

The job has 4 sort keys. Finally, job has finished, but it took 10 hrs to complete.Is there anything that I can do for better performance?

Thanks a lot.
by sansan
Mon Dec 12, 2005 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort Stage Problem
Replies: 5
Views: 2744

Thanks Arnd.
Jobs are using IO time and not CPU. It is currently taking around 5hrs to sort 500K records, but still not sort out single record.
by sansan
Mon Dec 12, 2005 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort Stage Problem
Replies: 5
Views: 2744

Sort Stage Problem

Hi, I have a problem with using sort stage in ETL job. The source data is from seq file and do the sorting in stage and transform and load to sql server. But the records are not moving out from sort stage after it read to input stage. But the status shows 'RUNNING'.Total no of records ar 500,000. Ma...
by sansan
Fri Oct 08, 2004 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Spliting two colums into two rows
Replies: 3
Views: 1846

Spliting two colums into two rows

Hi, I'm facing some problem of spliting two colums (header, detail) of files into two rows. Following is my sample records: Input File is like below: Header , Details A, B I would like to have the Output like: Header A Details B Is it possible to get the output like above? Thanks a lot, san san
by sansan
Sun Jan 04, 2004 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write XML tags which occur more than 1 time
Replies: 4
Views: 4323

Thanks you very much,cmueller.
I'm able to write the repeating tags to the xmloutput,but is there any other ways instead of using hash files? As I have over 10 millions records which saved in the hash files,and then it's comsuming a lot of spaces in DatastagServer.
by sansan
Mon Dec 29, 2003 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write XML tags which occur more than 1 time
Replies: 4
Views: 4323

How to write XML tags which occur more than 1 time

Hi, I want to produce an XML file,but I faced one problem.I have tags which occurs 4 times (TotalPayments). I don't how to write it in Xpath to occur 4 times in the output XML file.I tried to use (SaleRecord//TotalPayment/Subtotal) but show me the error "the derivation rule is invalid". Cu...
by sansan
Fri Dec 05, 2003 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset the generating sequence number automatically
Replies: 11
Views: 3879

Yes, I think I have more than 15k records to the rejected file as I have 10 million total records to convert to the database.

Thanks a lot,
san san
by sansan
Fri Dec 05, 2003 2:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset the generating sequence number automatically
Replies: 11
Views: 3879

Thank you so much for your help. I tried to use the follwing method: If Mod(@INROWNUM,15000)=0 Then 1 Else varSequence + 1 But it works for generating no of incoming rows, not for generating no of outgoing rows. What i actually want is that the sequence number of output records that go to the Databa...
by sansan
Wed Dec 03, 2003 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset the generating sequence number automatically
Replies: 11
Views: 3879

How to reset the generating sequence number automatically

Hi all, I've a problem to reset the generated sequence number automatically after 15k records are executed. I used @OUTROWNUM system variable to write sequence no for first 15k records, but I want to reset to 1 after 15k records. Total records of this job running are 4 millions. So how can i do to r...
by sansan
Tue Jun 24, 2003 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schema support - help needed
Replies: 10
Views: 2753

Thanks a lot,ariear.I'm currently using XML Meta Data Plug-in and version is 6.0.15. I'm not sure which version of XML pack I'm using. How can i check it? As I'm a new user of datastage. Two more things I'd like to know that are: 1) I can create the XML doc from squential file stage by exporting as ...
by sansan
Mon Jun 23, 2003 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schema support - help needed
Replies: 10
Views: 2753

Hi Shiva,

I'm also facing the same problem now like" W3CXML Schema'(XSDL)not supported".How can you import the schema?


Thanks a lot