This page (revision-9) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
9 26-Nov-2021 10:22 1 KB rforbes to previous
8 26-Nov-2021 10:22 1 KB rforbes to previous | to last
7 26-Nov-2021 10:22 1 KB RForbes to previous | to last
6 26-Nov-2021 10:22 1 KB RForbes to previous | to last
5 26-Nov-2021 10:22 1 KB RForbes to previous | to last
4 26-Nov-2021 10:22 1 KB RForbes to previous | to last
3 26-Nov-2021 10:22 1 KB Administrator to previous | to last
2 26-Nov-2021 10:22 1 KB Administrator to previous | to last
1 26-Nov-2021 10:22 755 bytes Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
YOu will then need to grant the appropriate access to the directory for the data base users
You will then need to grant the appropriate access to the directory for the data base users
At line 9 changed one line
if the directory on the data base server is D:\HighLine\eP\Output
if the directory on the data base server is D:\Payroll\Output
At line 14 changed 2 lines
CREATE OR REPLACE DIRECTORY EP_OUTPUT AS 'D:\HighLine\eP\Output';\\
GRANT READ,WRITE ON DIRECTORY EP_OUTPUT TO P2K WITH GRANT OPTION;
CREATE OR REPLACE DIRECTORY PR_OUTPUT AS 'D:\Payroll\Output';
GRANT ALL ON DIRECTORY PR_OUTPUT TO P2K_USER WITH GRANT OPTION;
At line 19 changed one line
and then in the launch screen of the you would enter EP_OUTPUT as the directory name.
and then in the launch screen of the you would enter PR_OUTPUT as the directory name.
At line 21 changed one line
The directory name in the CREATE command must be unique across the entire data base. The path name (contained within quotes) must be a full path and not use an system logical variables or symbols. The existence of the directory is not validated until the directory alias is referenced by the data base for a write or read operation.
The directory name in the CREATE command must be unique across the entire data base, but you may have as many of these as you wish.
The path name (contained within quotes) must be a full path and not use an system logical variables or symbols. The existence of the directory is not validated until the directory alias is referenced by the data base for a write or read operation.
----
![Notes|Edit:Internal.CREATE+DIRECTORY]
[{InsertPage page='Internal.CREATE+DIRECTORY' default='Click to create a new notes page'}]