on ‎2013 Jul 30 12:27 PM
Hi,
I recently upgraded my PA to version 1.0.11
Now, I was trying to rerun some of my "old" analyses and suddenly I run into strange error messages.
For a simple IQR test (Inter-quartile Range test) on a table with 2 columns and 15 rows, I get the below error:
Notice that COUNT_TAB has been generated by the PA software itself (my table is called <myschemaname>.IQRTEST.
Is this a "bug" in 1.0.11 or are there new restrictions with regards to the input data?
Cheers,
Raf
Request clarification before answering.
Hi Raf,
There is no intermediate table created by PA in case of an inDB analysis. Yes, there is a limitation on the datatypes from PAL AFL. I assume that this issue was there from SP10 onwards (when IQR was introduced). Probably, the problem here is that, you have a BIGINT type column in your input data. Can you please confirm, if this is true?
Thanks
~Unmesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raf,
One of our colleague (Arti) had tried this in our HANA Box and it worked fine with PA. Can you please confirm the version of the HANA box that you are working on and also please verify the xml definition of the analytic view that we created here (given below).
<?xml version="1.0" encoding="UTF-8"?>
<Cube:cube xmlns:Cube="http://www.sap.com/ndb/BiModelCube.ecore" id="TEST345" schemaVersion="1.5" defaultClient="$$client$$" defaultLanguage="$$language$$" visibility="reportingEnabled">
<descriptions defaultDescription="TEST345"/>
<metadata changedAt="2013-08-05 16:55:02.552" createdAt="2013-08-05 16:54:42.379"/>
<origin system="H54:INLL50833235A.DHCP.BLRL.SAP.CORP:04:SYSTEM"/>
<defaultSchema schemaName=" "/>
<localVariables/>
<privateMeasureGroup id="MeasureGroup">
<attributes>
<attribute id="Village">
<descriptions/>
<searchProperties/>
<keyMapping schemaName="SYSTEM" columnObjectName="test345" columnName="SUBJECT"/>
</attribute>
</attributes>
<calculatedAttributes/>
<privateDataFoundation>
<tableProxies>
<tableProxy>
<table schemaName="SYSTEM" columnObjectName="test345"/>
</tableProxy>
</tableProxies>
<joins/>
<layout>
<shapes>
<shape modelObjectName="test345" modelObjectNameSpace="SYSTEM" modelObjectType="catalog">
<upperLeftCorner x="70" y="30"/>
</shape>
</shapes>
</layout>
</privateDataFoundation>
<baseMeasures>
<measure id="Gender" measureType="simple">
<descriptions/>
<measureMapping schemaName="SYSTEM" columnObjectName="test345" columnName="VALUE"/>
</measure>
</baseMeasures>
<calculatedMeasures/>
<restrictedMeasures/>
<sharedDimensions/>
<layout>
<shapes>
<shape modelObjectName="MEASURE_GROUP" modelObjectType="repository">
<upperLeftCorner x="300" y="200"/>
</shape>
</shapes>
</layout>
</privateMeasureGroup>
</Cube:cube>
Thanks
~Unmesh
hi Unmesh,
we're working on a HANA 1.0 SP5 (on AWS) with Hana Studio Revision 48.
As far as the XML goes, mine looks completely different than yours...
<?xml version="1.0" encoding="UTF-8"?>
<View:RootView xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Type="http://www.sap.com/ndb/DataModelType.ecore" xmlns:View="http://www.sap.com/ndb/ViewModelView.ecore">
<view schemaVersion="1.5" name="ANV_IQR" dataCategory="CUBE" hidden="false" clientDependent="true" defaultNode="//@view/@viewNodes.1">
<origin/>
<endUserTexts label="ANV_IQR"/>
<executionHints semantic="TEMPLATE"/>
<viewNodes xsi:type="View:JoinNode" name="Data Foundation">
<elements name="SUBJECT" aggregationBehavior="NONE" displayAttribute="false" hidden="false">
<endUserTexts label="SUBJECT"/>
<inlineType precision="10" primitiveType="VARCHAR" scale="0"/>
</elements>
<elements name="VALUE">
<endUserTexts label="VALUE"/>
<inlineType precision="15" primitiveType="DOUBLE" scale="0"/>
</elements>
<inputs>
<entity href="../../RAF/extdbtables/IQRTEST.extdbtable#/"/>
<mappings xsi:type="Type:ElementMapping" targetName="SUBJECT" sourceName="SUBJECT"/>
<mappings xsi:type="Type:ElementMapping" targetName="VALUE" sourceName="VALUE"/>
<layout xCoordinate="70" yCoordinate="30"/>
</inputs>
</viewNodes>
<viewNodes xsi:type="View:JoinNode" name="Logical Join">
<elements name="SUBJECT" aggregationBehavior="NONE" displayAttribute="false" hidden="false">
<endUserTexts label="SUBJECT"/>
<inlineType precision="10" primitiveType="VARCHAR" scale="0"/>
</elements>
<elements name="VALUE" aggregationBehavior="SUM">
<endUserTexts label="VALUE"/>
<inlineType precision="15" primitiveType="DOUBLE" scale="0"/>
</elements>
<inputs viewNode="//@view/@viewNodes.0">
<mappings xsi:type="Type:ElementMapping" targetName="SUBJECT" sourceName="SUBJECT"/>
<mappings xsi:type="Type:ElementMapping" targetName="VALUE" sourceName="VALUE"/>
<layout xCoordinate="300" yCoordinate="200"/>
</inputs>
</viewNodes>
</view>
</View:RootView>
Kind regards,
Raf
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.