Symptom
- SAP Lumira Desktop installed on a VMware image.
- On start-up, Lumira Desktop displays error dialog box "Invalid Configuration Location" with text:
The configuration area at '\\vmware-host\Shared Folders\.sapvi\configuration' could not be created. Please choose a writable location using the '-configuration' command line option.
Environment
- SAP Lumira Desktop
- Installed on VMware MS Windows image
Cause
- By default, SAP Lumira Desktop saves user configuration information to "@user.home\.sapvi\configuration" folder where @user.home is a Java Runtime Environment system property.
- The @user.home property by default points to the Windows environment variable %USERPROFILE%, the Windows User Profile folder.
- On some VMware images, the VMware configures %USERPROFILE% to reference the default VMware share folder "\\vmware-host\Shared Folders"
- Unless the VMware has been configured to have the share folder point to a writable directory on the hosting Operating System, the share folder will not exist or will point to a host OS folder that is not writable.
Resolution
Configure SAP Lumira Desktop to point @user.home to a folder where the user has write permission, as follows:
- Open the SAPLumira.ini file in a text editor. The default location of this file is: C:\Program Files\SAP Lumira\Desktop\SAPLumira.ini
- Add the entry:
-Duser.home=<folder location>
where <folder.location> points to a folder where the user has write permission above all other "-D" options found in the file.
For example, I create a new folder C:\MyLumiraFolder and modify my SAP Lumira Desktop configuration file to be:
--startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
--launcher.appendVmargs
-vmargs
-Xmx1024m
-XX:MaxPermSize=128M
-Duser.home=C:/MyLumiraFolder
-Dhilo.shared.dir.name=sapvi
-Dhilo.maxvizdatasetsize=10000
-Dhilo.cef.cache.enabled=true
-Dosgi.instance.area=@user.home/.sapvi/workspace
-Dosgi.configuration.area=@user.home/.sapvi/configuration
-Dorg.osgi.framework.os.name=win32
Keywords
config start up desk top citrix , KBA , BI-LUM-DIS , Lumira Desktop/Discovery , How To