MarkView All Components - Supported versions of third party products
4513
Summary
4513
Applies To:
- ERP System: Oracle, Peoplesoft, SAP
- MarkView Version: All Versions
What third party products does MarkView require?
The specific third party products that MarkView requires depends on the version of MarkView which is running in your environment.
- For MarkView Versions 5.10 to 6.4 this information is in the Supported Platform Matrix.
- For MarkView Versions 6.5 and higher this information is in the Kofax Cross Platform Compatibility Matrix.
For information on operating system or third party patches, service packs or new releases please see the following Article:
Support policy regarding operating system or third party release, patches, and updates.
How do I check the prerequisite software version?
Environment Variables
- To check environment variables the following commands can be run:
- Unix:
env > myenv.txt
- Windows:
set > myenv.txt
- Unix:
Java
- To check the version of Java, log into a shell as the operating system user who is running the Application Server, and then run:
java -version
- To verify that this is a JDK (not just a JRE), log into a shell as the operating system user who is running the Application Server, and then run:
which javac
Oracle Client
- Launch the Oracle Universal Installer, which is usually located within the Start Menu -> Programs -> Oracle Installation Products Program Group.
- Once this dialog window has appeared, please click on the 'Installed Products...' button.
- To save this information click on the 'Save As...' button and save the list as a text file.
Oracle Database
- Run the following query to determine the version of your Oracle Database:
select version from product_component_version where upper(product) like 'ORACLE%';
Keywords: prerequisite