Salesforce

How to add many entries to PROPATH of PASOE Instance all at once

« Go Back

Information

 
TitleHow to add many entries to PROPATH of PASOE Instance all at once
URL NameHow-to-add-many-entries-to-PROPATH-of-PASOE-Instance-all-at-once
Article Number000182496
EnvironmentProduct: OpenEdge
Version: 11.5, 11.6, 11.7
OS: All Supported Platforms
Question/Problem Description
How to add many entries to PROPATH of PASOE Instance all at once
How can a long PROPATH be set all at once?
Developer Studio allows adding a single external directory at a time to the PROPATH for a PASOE instance
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
There are three ways to set a long PROPATH for a PASOE instance:

1. Edit the PASOE instance using either OpenEdge Management or OpenEdge Explorer.  

The PROPATH field is just a text box so you will be able to paste in a full set of entries at one time.

2. Edit the {CATALINA_BASE}\conf\openedge.properties file for the PASOE instance.  

Changes made to this file will be automatically reverted if things are up and running:
 Configuring PAS through OOE / OEM before first starting the PAS will cause corruption to openedge.properties  

Before making the changes shutdown the Fathom then the AdminService:
$   fathom -stop
$   proadsv -stop
 

Once these are stopped you will be able to change the openedge.properties file without its contents getting reverted upon saving the file.

3. Use the {CATALINA_BASE}\bin\oeprop command line utility to update the openedge.properties file. 

Example: Set PROPATH:
 
$   oeprop AppServer.Agent.oepas1.PROPATH=C:/OpenEdge/WRK,${CATALINA_BASE}/webapps/Items/WEB- INF/openedge,${CATALINA_BASE}/openedge,${DLC}/tty,${DLC}/tty/netlib/OpenEdge.Net.pl
sessionActivateProc=WebActivate.p

Adding many entries for the PROPATH from the command line can be error-prone, these entries can be provided to oeprop from a file.
Refer to Article  What is the PASOE equivalent of mergeprop   
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:25 AM

Powered by