Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
I am using profile attribute in my dataset and I am getting this error "profile attribute {attribute name} not existing. I am sure that I have added the profile attributes in Profile Attributes Management. What is weird is that I am getting this error even with the default attributes. I am using Knowage CE 6.4.1
Environment 6.4.1, Windows
in Data Set by (2.8k points)

2 Answers

0 votes
I am only encountering the issue in Dataset. I do not have any issue when using profile attributes in LOV and Analytical Driver.

As a workaround, I removed the profile attribute parameter in my dataset and just used used it instead in an LOV and used LOV/Analytical Driver to supply the parameter to my dataset and it works fine.

This could be bug in the Datasets that needs to be fixed but my workaround works fine.
by (2.8k points)
0 votes
Hi,

You may want to check the way you call your parameter inside your query :

parameter : $P{my_param}
profile attribute: ${my_profile_attribute}

Forgetting the 'P' will throw "profile attribute {attribute name} not existing" message
by (3.2k points)
I already did. I am calling them correctly. They just does not persist for some time. they do after a while. Its weird

This is what I'm talking about. I get profile not existing when I try to preview the data set

This is what I get when I try to preview the dataset


 

The issue disappears when I use the profile attribute in an LOV. WEIRD!

...