Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
infosense_devel
Creator II
Creator II

Issue to publish qvw file which use binary load

Hello Expert,

I was unable to publish qvw file load from binary load to all authenticated user.It is only publish to user which is being used in section access file.

Thanks in advance.

3 Replies
bindu_apte
Creator III
Creator III

Hi,

Binary load and section access will not work together. Hence let us know what exactly you are looking for.

amit_saini
Master III
Master III

Hi,

Usually we do section access script at data model side and then later doing binary for data model into final layout.

Even if u are doing section access than you are doing already restriction on users , authenticated user from QMC will not work here. Application will be distributed based on section access.

Thanks,

AS

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Amit is right. Section Access can be combined with "Distribute to authenticated users" to simplify the creation of a QDS task. You'll never have to worry again about distributing to Named Users, because in the end Section Access will reduce the list of authenticated users to those that appear in the Section Acces table.

Section Access always has the last say, because it becomes active at the time a document is opened, and not when a document is reloaded/distributed.

Peter