Skip to main content
Kofax

MarkView All Components - Supported versions of third party products

4513
Article # 304393 - Page views: 158

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 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

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

  1. Launch the Oracle Universal Installer, which is usually located within the Start Menu -> Programs -> Oracle Installation Products Program Group.
  2. Once this dialog window has appeared, please click on the 'Installed Products...' button.
  3. 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