Run MQL from the Live Collaboration Server folder or from 3DSpace. For more information,
see
Installation and Setup | Administrate | 3DEXPERIENCE Platform |
3DSpace | Collaboration and Approvals | Administrative Utilities | Running
MQL MQL>extract program
IEFGetHardlinkServerDetailsForRFA source
<USER_READ_WRITE_DIR>
; where,
<USER_READ_WRITE_DIR>
is the directory with
read-write access for the current user.
For example,
MQL>extract program IEFGetHardlinkServerDetailsForRFA source
'c:\temp'
;
Do the chnages in
<USER_READ_WRITE_DIR>\IEFGetHardlinkServerDetailsForRFA_mxJPO.java
to update hardlink server related properties for different Locations.
Note:
The settings provided in the
IEFGetHardlinkServerDetailsForRFA
JPO are sample
settings. You must modify the sample settings or add new settings for each
STORE and location.
If the Hardlink Server is a different machine
than the MCS, you also need to complete the steps in Setting Up for Hardlink
Server Not on the EPS before continuing.
MQL>modify program
IEFGetHardlinkServerDetailsForRFA file
<USER_READ_WRITE_DIR>\IEFGetHardlinkServerDetailsForRFA_mxJPO.java;
Compile
program using following command.
MQL>compile program
IEFGetHardlinkServerDetailsForRFA;