cancel
Showing results for 
Search instead for 
Did you mean: 

Report schedules invisible for some user BOFC

Olj
Participant
0 Kudos

Hi,

we have some strange error, some user cannot see report schedules in BOFC 10(sp10).

The reports is exist, user can click on it, but it's not visible:

We try to logon from the same machine with different users(same pivilagues), there is working fine, reports are visible.

Can you help me please?

Accepted Solutions (1)

Accepted Solutions (1)

Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Daulet

This means the user profile is corrupt

Please reset it by the following SQL:

update ct_user_config set definition=null where user_id= (select id from ct_user where name=’<UserName>’)

(replace <UserName> with the name of the affected user)

Thanks

Marc

Olj
Participant
0 Kudos

Thank you Marc!

Olj
Participant
0 Kudos

Hi Marc,

could you help me please?

I have similar problem -

Some users cannot see some objects in report designer with Russian language, example:

Normal user:

PROBLEM USER:

With English language is fine.

We tested on the same client machine, and the same language preferences.  Also I executed your SQL script, but it didn't help me.

0 Kudos

Hi Daulet,

Could you please create a new user as a save as of the user having the problem and test if you reproduce the issue?

Regards

Sirine.

Olj
Participant
0 Kudos

Hi Sirine,

I cannot create user as "save as" function, because we use secEnterprise authentification.

Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Daulet

In order to avoid this error, you need to empty the "alias" on the original user before doing the 'save as' (this is a bug, will be fixed soon)

However, I don't think creating a new user will fix this.

I assume this user works with "working language" set to "local" (6th option)?

Were the dimensions translated ? I.e. for the local option, is there a description?

Furthermore, could you also run this SQL and check if there are any texts

select sdesc6, ldesc6 from ct_datasource;

Marc

Message was edited by: Marc Kuipers

Answers (0)