Manual
Installation
Kofax SupplierExpress Administrator's Guide
29
To create a SupplierExpress user, the database administrator runs the following SQL
commands:
create user <username> identified by <password>;
grant connect, resource to <username>;
grant create synonym to <username>;
commit;
1
Enter the schema user information on the Installation Worksheet.
2
Continue to Preparing to Install on page 30.
SAP Pre-installation Tasks
Complete the instructions for your operating system to make sapjco.jar files available within
the SAP environment.
Making sapjco.jar Files Available for UNIX
1
On the agent machine, create the following directory and sub-directory:
<agent-install-directory>/applib
2
Copy the following files to the <agent-install-directory>/applib directory:
libsapjco3.so
sapjco3.jar
Note If integrating with MarkView, you can find these files on the MarkView
Application Server in the MarkView applib directory.
3
On the agent machine, enter the following command to add the .so files to the
LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:
<agent-install-directory>/applib
4
Continue to Preparing to Install on page 30.
Making sapjco.jar Files Available for Windows
1
On the agent machine, create the following directory and sub-directory:
<agent-install-directory>/applib
2
Copy the sapjco3.dll file to one of the following directories
▪ c:\windows\system32
▪ <agent-install-directory>/applib
If you copy the sapjco3.dll file to the applib directory, add the applib directory to the
Path variable.
Note If integrating with MarkView, you can find these files on the MarkView
Application Server in the c:\windows\system32 directory.
3
Copy the sapjco3.jar file to the <agent-install-directory>/applib directory.