Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
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)
How can I get rid of this extra copy of QVW.
Thanks
SM
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
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
Thank you Steve