cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fixed Hierarchy node not getting updated

0 Likes
540

Hi,

May be I am missing something ...

I have configured package link exactly to Export the file and then import with Parenth1 = Fixed member

While exporting itself i have specified PARENTH1=*STR(FIXED_MEMBER) and i can actually see the file exported has all the parenth1 populated with Fixed_Member

However when i re import the same file I see Parenth1 column still empty.

I have tried csv and txt formats, Package link status shows success, tried running individual packages too they showed success but not updated the dimension. Pretty straight forward but still something missing.

My export transformation file:

Import Transformation file:

End result in Dimension:

I have tried exporting the file in .csv and .txt formats, both formats did not succeed.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

It's not necessary to export PARENTH1

Export ID only and on import use:

ID=ID

PARENTH1=*IF(ID=*STR(TOTAL_BRAND) THEN *STR(); *STR(TOTAL_BRAND))

It will work!

0 Likes

This is sad!!

adjusted transformation file as advised, I see all the logs successful but at the end nothing happens.

Plain and pretty straight forward...why is it not updating 😞

My export file preview:

and the transformation file has the mapping as below:

did it work for you?

former_member186338
Active Contributor
0 Likes

First - why I see PARENTH1 column in export file??? You need only ID!

Export mapping:

ID=ID

Import mapping:

ID=ID

PARENTH1=*IF(ID=*STR(TOTAL_BRAND) THEN *STR(); *STR(TOTAL_BRAND))

Also LANGU is not needed!

Answers (1)

Answers (1)

0 Likes

I will share my coordinates please drop a missile on my head 😉

I was referring to this chain /CPMB/IMPORT_DESCRIPT instead of /CPMB/IMPORT_MASTER

I fixed it and works fine now

Thank you

former_member186338
Active Contributor
0 Likes

🙂 🙂 🙂

Have a nice day!