Search found 210 matches

by allavivek
Thu Dec 13, 2012 11:06 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer Issue
Replies: 3
Views: 4107

Well there is no option to uncheck. Its a add on module installation to existing datastage server.
by allavivek
Thu Dec 13, 2012 6:29 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer Issue
Replies: 3
Views: 4107

Information Analyzer Issue

Hi All, We are installing additional modules to IIS (IA/BG/FT). The setup we have is Domain and Repository in one server and Engine in other server. The Issue from the logs we are getting is : ----------------------------------------------------- FAILED: The DB2 installation directory /opt/IBM/db2/V...
by allavivek
Wed Dec 12, 2012 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table - Hash partitioned.
Replies: 4
Views: 1914

Ray ,

Thanks for info...Now how to write in parallel if table is hash partitioned . I mean in connector stage what partition i should use to write in parallel(table is hash partitioned) or Enterprise stage.

Thanks.
by allavivek
Wed Dec 12, 2012 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table - Hash partitioned.
Replies: 4
Views: 1914

I understand the accesses needs on system tables.

So , if i do hash partition on a key (same as in table) in connector stage , it will not run in parallel to load table(hash partitioned) since both are different.
by allavivek
Wed Dec 12, 2012 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table - Hash partitioned.
Replies: 4
Views: 1914

Oracle table - Hash partitioned.

Hi All, We are having Target oracle tables as hash partitioned. When using oracle connector can we read tables in parallel ? When i tried "oracle connector type" partition is used, its throwing out warning cant write and its performing sequential write. Also , i see "hash partition ty...
by allavivek
Mon Dec 10, 2012 11:11 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Analysis Setting / Sources Options not present in Main Menu
Replies: 2
Views: 4054

Ha , I thought isadmin would have all permissions... thanks.

Vivek
by allavivek
Mon Dec 10, 2012 9:26 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Analysis Setting / Sources Options not present in Main Menu
Replies: 2
Views: 4054

Analysis Setting / Sources Options not present in Main Menu

Hi All, Recently Information Server with IA (8.7 with FP1 ) has been installed and when using IA some options are missing from Main Menu. Analysis Settings / Sources /Import Metadata, options are missing from Main Menu . What is weird is another system having same 8.7 with FP1 has these options. Do ...
by allavivek
Thu Dec 06, 2012 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeating Sequences in XML input stage
Replies: 6
Views: 4430

Ernie - Since my question is related to the concept on this thread : I am working on parsing xml which has two repeating sequences inside master tag with additional tags. I am using new xml stage in 8.7 . The design which i did was, two outputs from xml stage(one for each repeating group with key) t...
by allavivek
Sun Dec 02, 2012 11:34 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Parallel Config file for ISD job !
Replies: 5
Views: 5958

Ray ,

I got your point on config file , but i didnt get when you said ,
"smallest amount of data moved by parallel job is 32 kb".

Thank you.
by allavivek
Sun Dec 02, 2012 11:20 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Dynamic lookup in ISD and behaviour of Aggregator stages.
Replies: 4
Views: 5426

Ernie ,

I have a question , When we are dealing with say 100k of records , does sparse lookup doesn't effect performance ?

Thank you.
by allavivek
Sun Dec 02, 2012 11:18 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Parallel Config file for ISD job !
Replies: 5
Views: 5958

Parallel Config file for ISD job !

Hi All,

For the ISD jobs can we can config file more than one node ?

The way i see is, will the ISD server has the capability to detect multiple nodes in config file or not ? or it just submits to conductor node and the processing inside takes in parallel.

Thank you.
by allavivek
Fri Nov 30, 2012 11:34 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Dynamic lookup in ISD and behaviour of Aggregator stages.
Replies: 4
Views: 5426

Thanks Ernie for information.
by allavivek
Wed Nov 28, 2012 11:54 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Dynamic lookup in ISD and behaviour of Aggregator stages.
Replies: 4
Views: 5426

Dynamic lookup in ISD and behaviour of Aggregator stages.

Hi All, Iam working on 8.7 version ISD jobs. When we use lookup stage reference(Normal ), does for every request to service the data gets refreshed and loaded to memory or is it one time load ? Also , how does the behaviour of aggregator stages work if the data is broke down to packets before sendin...
by allavivek
Tue Nov 13, 2012 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing data to pipe using External target stage.
Replies: 4
Views: 2168

Well, When i am running the job by just giving pipe name as file name,Job was getting hung.

On the server side i did opened pipe using cat<pipename but nothing coming through.

Vivek
by allavivek
Tue Nov 13, 2012 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing data to pipe using External target stage.
Replies: 4
Views: 2168

Writing data to pipe using External target stage.

Hi All , I am trying to write data to pipe using external target stage. But i am finding difficult in writing the syntax for writing to pipe in "Destination Program" property. What was the syntax to populate input columns to pipe ? I tried just giving pipe name but its reporting error. Tha...