Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
swarup_malli
Specialist
Specialist

Duplicate copies displayed on Access point ?

Hi All,

     Multiple instances  of same QVW on access point ?

    I wanted a set of users to access this qvw (Via WINDOWS AUTHENTICATION) .


  In order to achieve this , I created a folder ,and copied this particular app in it .And this folder was copied into the documents folder of the QMC.

  Then mounted this folder under the root folder. ( see below fig)

QMC PIC.png
   

Server details: It’s a SBE QV server version 11


Not using publisher

   

  

Result:

    Though I have achieved my objective ie this app is only visible to a set of people.But there are two instances on the access point. (See below or check the atttachment)

QV COMMUNITY.png    

 

   

   How can I get rid of this extra copy of QVW.

Thanks

SM

1 Solution

Accepted Solutions
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi there,

In both the root and the mounted folder all subfolders are also searched for .qvw files.  In this case the same file is found in both locations.  To stop this I would suggest moving your mounted folder to a different location - even a different drive if possible.

When I set up a server I tend to create a folder structure like this:

e:\QVDocs\Root

e:\QVDocs\Published\BusinessUnit1

e:\QVDocs\Published\BusinessUnit2

e:\QVDocs\Published\System

e:\QVDocs\Logs

I then set the Root folder in QVServer to be the root folder and then set up separate mount points for each business unit and the system folder (where ops monitor etc. resides).  This way any folder can be unmounted from QVServer in order to remove it from Access Point - without having to physically move any files and folders.

If you decide to move your Root folder you should move any .pgo files from the existing root folder to the new one when you do so.

Hope that all makes sense.

Regards,
Steve

http://www.quickintelligence.co.uk/

View solution in original post

2 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi there,

In both the root and the mounted folder all subfolders are also searched for .qvw files.  In this case the same file is found in both locations.  To stop this I would suggest moving your mounted folder to a different location - even a different drive if possible.

When I set up a server I tend to create a folder structure like this:

e:\QVDocs\Root

e:\QVDocs\Published\BusinessUnit1

e:\QVDocs\Published\BusinessUnit2

e:\QVDocs\Published\System

e:\QVDocs\Logs

I then set the Root folder in QVServer to be the root folder and then set up separate mount points for each business unit and the system folder (where ops monitor etc. resides).  This way any folder can be unmounted from QVServer in order to remove it from Access Point - without having to physically move any files and folders.

If you decide to move your Root folder you should move any .pgo files from the existing root folder to the new one when you do so.

Hope that all makes sense.

Regards,
Steve

http://www.quickintelligence.co.uk/

swarup_malli
Specialist
Specialist
Author

Thank you Steve