Forum

Author Topic: PhotoScan Lab Deployment  (Read 1983 times)

swaub

  • Newbie
  • *
  • Posts: 2
    • View Profile
PhotoScan Lab Deployment
« on: February 21, 2018, 05:08:11 PM »
We are trying to install PhotoScan in a multiuser, Lab environment.  The software is dragged from the .dmg into the Applications folder using a local administrator account.  The software works as expected for this user.
All other users login with a network account (Active Directory), none of these users can launch the application.

Any advice?

Many thanks.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15086
    • View Profile
Re: PhotoScan Lab Deployment
« Reply #1 on: February 21, 2018, 06:05:11 PM »
Hello swaub,

It seems to have something to do with the access privileges to non-admin users.

One time we have been reported on similar issue and the following terminal commands helped to fix it (just modification of the application bundle contents rights):
Code: [Select]
sudo su
cd /Applications/PhotoScanPro.app/
chmod -R 755 *
Best regards,
Alexey Pasumansky,
Agisoft LLC

swaub

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: PhotoScan Lab Deployment
« Reply #2 on: February 22, 2018, 01:27:55 PM »
Thanks for the info.  I had to change permissions to 777 as the license file was unable to be written when activating the software when set to 755.

Many thanks.