Open the IEFGetHardlinkServerDetailsForRFA
JPO for editing. This code shows a sample location definition.
// India Comp (Location) definition:
Hashtable indiaLocation_component = new Hashtable();
//This should be FCS url defined in location India_Comp.
indiaLocation_component.put("HardlinkServerURL","http://
xyz.gsslco.co.in:7001/enoviaIndia");
//Below line can be commented if ALL users are using UNC path. If you
keep below line, all user's have to map hardlinks directory (say
c:\Hardlinks) to below mentioned drive. This drive should be same in
all location definitions of same site.
indiaLocation_component.put("MappedDrive", "I:");//For Windows clients
indiaLocation_component.put("MountPoint", "/data/mount"); //For UNIX
clients only
//This is the absolute path where checked in files goes for this
location.
indiaLocation_component.put("StorePath", "C:/ftproot/IndiaFTP/Comp");
locationHardlinkServerDetailsMapping.put("India_Comp",indiaLocation_co
mponent);