Friday 5 August 2016

How to create soft link for host program

Kindly create shell script xxcust_test_shell_script and save it as .prog. Then transfer it to XXCUST_TOP/bin folder by using putty/winscp.

How to find XXCUST_TOP folder path?

a)By using Putty : 
simply write below command you will get path.
> echo $xxcust_top
app01(erpdev) /product/appl/apps/apps_st/appl/xxcust

b)By using SQL query:

select variable_name, value
from fnd_env_context 
where variable_name like 'XXCUST%';

Step to create soft link for host program:

Step 1:Go to the custom top as below:
>cd $XXCUST_TOP/bin
app01(erpdev)/product/appl/apps/apps_st/appl/xxcust/12.0.0/bin

Step 2: Use 'fndcpesr' command to create soft link

$pwd
app01(erpdev) /product/appl/apps/apps_st/appl/xxcust/12.0.0/bin

$ln -s $FND_TOP/bin/fndcpesr xxcust_test_shell_script

Note: Kindly mentioned only file name without extension (.prog) while creating soft link.

Once this command executed you can see new xxcust_test_shell_script link file got created. kindly refresh winscp XXCUST_TOP/bin folder to view new file.

2 comments:


  1. Iam so thrilled because of finding your alluring website here.Actually i was searching for Oracle CPQ BML.Your blog is so astounding and informative too..Iam very happy to find such a creative blog. Iam also find another one by mistake while am searching the same topic Oracle PPM Cloud.Thank you soo much.

    ReplyDelete
  2. Great read! Thank you for such useful insights. Visit here for advanced technical courses on MICROSOFT POWERAPPS ONLINE TRAINING

    ReplyDelete

How to resolve issue for BIP RTF template XML tags showing value as <?ref: 0000xx?>

 How to resolve issue for BIP RTF template XML tags showing value as <?ref: 0000xx?>  Sometime these xml data tags automatically chang...