Search found 34 matches

by debasisp
Thu Nov 15, 2012 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting null value
Replies: 3
Views: 1462

Hi,
If the primary key field is specified as NULLBLE=YES in Oracle then please do a SELECT COUNT(*) check in your table to find out the Null counts for that column.

Cheers
Debasis
by debasisp
Sat Nov 12, 2011 11:52 am
Forum: General
Topic: IIS V8.5 on Linux Installation error
Replies: 3
Views: 1572

REDHAT LINUX ... RHEL4 U6
by debasisp
Sat Nov 12, 2011 11:06 am
Forum: General
Topic: IIS V8.5 on Linux Installation error
Replies: 3
Views: 1572

IIS V8.5 on Linux Installation error

Hi,
I am trying to install IIS v8.5 on Linux but getting following prerequisite as FAILED...Ensure the Current Platform is supported Platform.

Details of the error is

Linux Version 2..6.9-67.Elsmp is not supported.

Any help regarding this will be appreciated.

Cheers
Debasis
by debasisp
Tue May 12, 2009 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Partition information
Replies: 8
Views: 3714

Hi,
I think there is miscommunication. What I want to say is the Orchestrate Tag in a XML export.. I wanted to know from where these information are propagated.. Anyway I got the answer. Thanks Ray for all your valuable inputs... :-).. Be nice...
by debasisp
Mon May 11, 2009 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Partition information
Replies: 8
Views: 3714

Thanks Ray for your response. I understand that at design time these informations are not stored in any of the tables. Lets assume that I designed a job with partitions and saved and compiled it. Then I will take the export of the job in either dsx or xml format... So bit curious to know how the xml...
by debasisp
Mon May 11, 2009 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Partition information
Replies: 8
Views: 3714

Hi, I am aware of system variables.. But I need information about partitions (hash, auto,.. etc) used in an existing job. The Universe table which stores this information specific to the job is required.. For ex... If in a job hash, auto, same partitions are used.. Then while exporting the job we co...
by debasisp
Mon May 11, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Partition information
Replies: 8
Views: 3714

Capturing Partition information

Hi,
I want to get partition information used in a job. Just wondering which Universe table has partition information along with link name in a job.. Or is there any other procedure to get it.

Thanks
Debasis
by debasisp
Tue May 05, 2009 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage same partition
Replies: 4
Views: 1986

Hi,
Then in which case "Main" will come into consideration for Join stage?
by debasisp
Tue May 05, 2009 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage same partition
Replies: 4
Views: 1986

Thanks for your reply.

You are right. In the above example both the input links are having identical partitioning. If both the input links are not having same partitioning then in the join stage how will I know which one is "Main" link.
by debasisp
Tue May 05, 2009 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage same partition
Replies: 4
Views: 1986

Join stage same partition

Hi, I am using a join stage .. There are two input links to the join stage and both of them are sorted and hash partition based upon a key COL1.. In the output I used same partition.. I want to know which input link partitioning information will be propagated to the output link(as it is same partiti...
by debasisp
Mon Mar 02, 2009 6:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow Oracle enterprise stage
Replies: 1
Views: 1506

Slow Oracle enterprise stage

Hi, In our project we are using Oracle enterprise stage. While reading from Oracle I saw it is reading 33000 rows/sec. But in some jobs while inserting it is 33 rows/sec to 100 rows/sec. It is very slow. And the operation at target table is Upsert. This is a sort of performance improvement project. ...
by debasisp
Fri Feb 20, 2009 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Plugin Error
Replies: 2
Views: 1837

FTP_Plugin Error

Hi, I am using FTP Plugin stage and trying to FTP a file (which contains approx 21 millions of records) from Unix to Mainframe. But each time after sending approx 100 thousands of records it is giving me the following error. Any idea to resolve this issue ?? FTP_Plug_in_39,0: Info: TestJob.FTP_Plug_...
by debasisp
Fri Feb 06, 2009 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extraction of huge number of records to sequential file
Replies: 3
Views: 1452

Hi, Can you tell me what is the max size limit to create a sequential file thru datastage?? Is there any way we can increase the sequential file size limit. Becasus if I am going to extract the records from the table based upon partition I assume each file will be more than 3 GB. Is it feasible thru...
by debasisp
Wed Feb 04, 2009 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extraction of huge number of records to sequential file
Replies: 3
Views: 1452

Extraction of huge number of records to sequential file

Hi,
I have to extract more than 400 millions of records from an Oracle table to sequential file(s) and FTP the file(s) to Mainframe.

Can someone suggest me what is the most feasible solution.

Thanks
Debasis
by debasisp
Thu May 08, 2008 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Rename Job Category
Replies: 2
Views: 1537

To Rename Job Category

Hi, I have to rename my job category. And all the categories are having subcategories. My requirement is ... To change Job1\sub1 to Job2\sub1 Job1\sub2 to Job2\sub2 Job1\sub3 to Job2\sub3 .... like this. I used UPDATE DS_JOBS SET CATEGORY='Job2\sub1' WHERE CATEGORY='Job1\sub1'; ...etc etc But I have...