Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhu0505
Specialist
Specialist

Application size is getting dropped after publisher

Hi All,

My application size 2 GB in Source document after reloading using Publisher. But in User document it is showing as 500 MB is it a bug?

Any idea?

Thanks in Advance..

10 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

Do you have section access applied to the document? If so the service account might not have rights to see all the data.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
gonzaloruizgonz
Partner - Creator
Partner - Creator

HI,

Are you reloading and distributing? DO you have a loop and reduction of data activated? for the distributions?

BR//Gonza

prabhu0505
Specialist
Specialist
Author

Hi Bill,

Yes I've section access implemented.

In order to mean all values (both listed (*) and non listed) can i use <ALL> or ' '?

Both are working fine on desktop client.

Thanks..

prabhu0505
Specialist
Specialist
Author

No Gonza.

chiru_thota
Specialist
Specialist

ok.

(1) First try to publish the same document with out Reload enabled and see the size.

If User document size 2 GB then some thing wrong with your load.

possible reasons (1) Sections access

                          (2) accessing Wrong QVD

                          (3) Also your QEMC user data privileges.

Not applicable

Hi Saravana,

I am not very good at section access but some of my ideas to solve your problems:

Try by removing section access and data reduction uncheck and then try uploading in publisher and check the data size.

or

give your self the admin with full rights in section access script and check out the data in publisher.

Section access will reduce/split the applns into different parts depending on user and access levels.

hope it helps.

Kiru

Bill_Britt
Former Employee
Former Employee

Hi,

Your section access should look something like this.

Section Access;

Access:

Load* INLINE [

ACCESS, NTNAME,LINK

ADMIN,ADMINISTRATOR, *

ADMIN,SERVICEACCOUNT, *

USER, user1, US

USER, user2,  UK

USER, user3,  FR

USER, user4,  DE

];

Section Application;

Sales:

LOAD * Inline [

LINK, Country, Sales

US, USA, 1000

UK, United Kingdom, 800

FR, France, 750

DE, Germany, 940

];

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
prabhu0505
Specialist
Specialist
Author

Hi Bill,

What in case if i cannot list all the values? Obviously * is not going to work.

Thanks for your support..

Bill_Britt
Former Employee
Former Employee

Whatever way you do it the service account has to have access to all the data.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.