You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

vesi

Sage

  • "vesi" is male
  • "vesi" started this thread

Posts: 97

Date of registration: May 11th 2006

Location: Czech Republic

  • Send private message

1

Friday, May 21st 2010, 9:07am

Parent element attribute loss

Hi all.
If you create element (B)(child) subordinate element (A)(parent), which was originally element A (basic element without childs), loss attribution of element A. It is somehow possible to maintain the element of attribution?

This post has been edited 1 times, last edit by "vesi" (May 21st 2010, 1:03pm)


axi

Sage

Posts: 661

Date of registration: Mar 5th 2009

Location: Germany / Bargteheide

Occupation: BI

  • Send private message

2

Friday, May 21st 2010, 2:19pm

I can not reproduce this in version 3.1 Build 4161

Do you have a bug report number?

vesi

Sage

  • "vesi" is male
  • "vesi" started this thread

Posts: 97

Date of registration: May 11th 2006

Location: Czech Republic

  • Send private message

3

Friday, May 21st 2010, 3:34pm

Not yet, I wanted to ask first on the forum if anyone has the same problem.

I have also Palo build 3.1 Build 4161
The problem have in latest ETL Server, when I use TreePC function.

f.e.

Original structure
lvl1/lvl2/attribute
A/ /elem name A
A/B/elem name B
A/C/elem name C
A/D/elem name D

ETL - TreePC - view
parent/child/weight/type/attribute
B/B1/1/N/elem name B1
B/B2/1/N/elem name B2
B/B2/1/N/elem name B3
C/C1/1/N/elem name C1
C/C2/1/N/elem name C2

after update original structure with ETL
lvl1/lvl2/lvl3/attribute
A/ / /elem name A
A/B/ /{after update attribute is empty}
A/B/B1/elem name B1
A/B/B2/elem name B2
A/B/B3/elem name B3
A/C/ /{after update attribute is empty}
A/B/C1/elem name C1
A/B/C2/elem name C1
A/D/ /elem name D

This post has been edited 2 times, last edit by "vesi" (May 21st 2010, 4:22pm)


dwadr

Intermediate

Posts: 12

Date of registration: Jan 26th 2012

  • Send private message

4

Monday, February 27th 2012, 8:48am

Hello!

I handled this problem by exporting all attributes to a file and re-imported them into the attributes cube after the dimension update.

tish1

Sage

Posts: 761

Date of registration: Jul 13th 2009

Location: Vienna / Austria

Occupation: Senior Consultant @ Vector SW DV GmbH

  • Send private message

5

Tuesday, February 28th 2012, 7:16am

Hi,

the problem appears, when you import your dimension using the mode "update" on consolidations in your load. This will delete all C-elements in your dimension an recreate them. Therefor all values on these elements (there can only be string values on C-elements) are lost.

Regards.

Posts: 173

Date of registration: Jan 4th 2008

Location: Freiburg / Germany

  • Send private message

6

Tuesday, March 20th 2012, 3:24pm

The problem is that in the example the TreePC contains element B with an empty attribute value. The Dimension-Load overwrites on element B an existing attribute value with this value.
For a furthcoming release we've planned to avoid this by setting in Dimension Load under Attribute mode "add", so that the old attribute value remains. Mode "insert" will work as now.
I don't see any better workaround as the one proposed.

Rate this thread