PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Devon Austen

Pages: [1]
1
ODBC / MOVED: Possible to insert images into Excel?
« on: January 07, 2019, 11:58:26 AM »

2
FAQs / Does PxPlus Run on Windows Subsystem for Linux (WSL)
« on: October 05, 2018, 10:22:27 AM »
A new feature introduced in a Windows 10 update is Windows Subsystem for Linux (WSL). WSL lets users run a Linux environment directly on Windows without the need of a virtual machine. A few different Linux distributions are currently supported: Ubuntu, Debian, openSUSE, SUSE Enterprise, and Kali.

PxPlus will install on WSL but it will not function 100% correctly. The problem is that WSL is not a complete Linux environment and does not support all of the necessary OS functions needed by PxPlus (https://github.com/MicrosoftDocs/WSL/blob/live/LTP_Results/15014/Syscalls.txt). In particular, PxPlus is not able to do file or record locking when running under WSL. That being said, it is possible to run PxPlus on WSL if you are only trying to do some basic testing with a single user.

According to Microsoft, the WSL is designed with the purpose of running Linux command line tools directly on Windows. It was not designed to be a full Linux environment and run all Linux applications or any production applications (https://docs.microsoft.com/en-us/windows/wsl/faq#can-i-run-all-linux-apps-in-wsl).


3
Registration and Setup / MOVED: Dictionary
« on: August 07, 2018, 08:53:41 AM »
Looks like this question accidentally got posted to Registration and Setup board. The question is about the Nomads Data Dictionary so I have moved this topic to Nomads.

https://forum1.pvxplus.com/index.php?topic=121.0

4
Tips and Techniques / Silent Installation
« on: July 17, 2018, 11:33:00 AM »
It is possible to run the Windows installers for some of our products in silent mode so no user interaction is needed.

PxPlus WindX Plug-in: From the command line run
Code: [Select]
pxp1500-0001-WPI.exe /s /v"/qn"
PxPlus SQL ODBC Driver: From the command line run
Code: [Select]
sql_odbc_driver_6.10.0000_windows_32-bit_x86.exe /VERYSILENT
PxPlus SQL Server: From the command line run
Code: [Select]
sql_server_6.10.0000_windows_32-bit_x86.exe /VERYSILENT
PxPlus does not have a fully silent install as it will always bring up the activation screen.

Pages: [1]