Search found 193 matches

by Aquilis
Thu Feb 16, 2012 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Compilation error
Replies: 3
Views: 2676

Thanks eostic & lstsaur.

Resolved, missed out Classpath while compilation. It's working now -
by Aquilis
Tue Feb 14, 2012 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Compilation error
Replies: 3
Views: 2676

Java Compilation error

Am trying to compile the java file but am encountering compilation error. appreciate If anyone points me where am going wrong? Compilation error - symbol : class Row location: package com.ascentialsoftware.jds import com.ascentialsoftware.jds.Row; ^ TableSource.java:4: cannot find symbol symbol : cl...
by Aquilis
Wed Dec 21, 2011 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Client Setup
Replies: 2
Views: 2305

MQ Client Setup

Hi All - I've worked on MQ plugins on 7.5.x versions but never touched 8.5 DS Versions. Now on DS-8.5 , my pallete shows MQ Connector Stage but MQ plugins are missing. I have to connect to MQ remotely through MQ Clients as DS Server & MQ Server not co-resident. So I've few queries which seems to...
by Aquilis
Fri Dec 02, 2011 2:50 am
Forum: General
Topic: Metadata Repository on database
Replies: 3
Views: 1411

Thanks Ray -

I've located the Installation Log files.

Many thanks,
by Aquilis
Wed Nov 30, 2011 8:06 am
Forum: General
Topic: Metadata Repository on database
Replies: 3
Views: 1411

Metadata Repository on database

Hi All,

How to verify on which database the XMetadata repository is installed on?


Many thanks,
by Aquilis
Tue Sep 27, 2011 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Statisical/Six-Sigma Rules/formulas in DataStage
Replies: 3
Views: 1384

Thank you Ray. But, Is any of the Infosphere packages has the capabiity to produce Shewhart charts or process-behaviour charts using Statistical control tools? Control charts/Shewhart charts or process-behaviour charts to verify whether the manufacturing process is currently under control to predict...
by Aquilis
Fri Sep 23, 2011 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Statisical/Six-Sigma Rules/formulas in DataStage
Replies: 3
Views: 1384

Statisical/Six-Sigma Rules/formulas in DataStage

Hi Everyone, Is Infospehre Datastage brings in any new features to calcluate Statistical solutions. Currently, what we have as stage specific formulas such as - Standard Deviation and variance. Has Infosphere got any new plugin with Statistical formulas like - 1. Performance Rate (Pp) and Index Ppk....
by Aquilis
Sun May 15, 2011 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejections - Oracle EE stage
Replies: 2
Views: 1943

Just wanted to convey that, there are patches for everything.... :wink:
by Aquilis
Sat May 14, 2011 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rejections - Oracle EE stage
Replies: 2
Views: 1943

Rejections - Oracle EE stage

Attempt1: Was trying to capture Rejections from Oracle EE stage which has exceeding datalength compared to mentioned database table. Have logged a ticket with IBM and got installed a patch_JR38540. But again we failed on this. I brought this issue already twice in DSXchange and this patch too didn'...
by Aquilis
Wed May 11, 2011 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Byte Size check in Schema File
Replies: 0
Views: 1193

Byte Size check in Schema File

Hi , Is there any possibility that we can validate the byte size of the data instead of character length of the data value, when we import Data through schema File? Say, if any value with character length of 10 comes in but it's byte size is 15 in actual, because of any multibye special character in...
by Aquilis
Mon May 09, 2011 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector with Insert Else Update
Replies: 5
Views: 4821

Hi,
Check your Array size and commit interval on oracle connector stage.
by Aquilis
Wed Apr 06, 2011 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage Reading error
Replies: 0
Views: 1161

Oracle Enterprise Stage Reading error

Hi All, I got two Datastage projects on the same UNIX Server/host and both of them are behaving very differently. I am trying to read special character from oracle database, some of the records are being read as '?' in Datastage project (newly created) but when same job exported into another Datasta...
by Aquilis
Tue Apr 05, 2011 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert failure in Oracle Connector Stage
Replies: 5
Views: 4593

Spoke to data provider & Business, now removing dupilcates keeping the first value.

Did dig too much on this.
by Aquilis
Mon Mar 28, 2011 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert failure in Oracle Connector Stage
Replies: 5
Views: 4593

Upsert failure in Oracle Connector Stage

Hi, I am using oracle connector stage to upsert data into a table. I set write mode as 'Insert then Update' . Whenever I get duplicate data in the source instead of data getting updated, job is aborting with an unique key violation error. orc_Connector_ups,0: [IIS-CONN-ORA-001014] The statement fail...
by Aquilis
Sun Mar 27, 2011 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Leading & trailing zero's in column export stage
Replies: 5
Views: 4438

Yes, In actual tables it's loading correctly. But when any records get's rejected, All the column data will get inserted into a single column of reject table as tab separated value through Column Export stage. In the same tab separated value column , leading & trailing values getting inserted fo...