Calling subtemplates in JDE E1 BI Publisher
Hello,
We are using JDE E1 9.2.5.3, I am trying to call a subtemplate from my main template. Locally I am using the below import statement and it's working fine
<?import:file:///C:/test/R5842565Terms.rtf?><?call:TANDC?><?end call?>
When I try to run it on the server and it does not show any output nor create any record in 'Submitted Reports - Report Definition Output Repository'
I am using below import statement while uploading the main template in P95600
<?import:file:////SRVDEPLOY/e920/mediaobj/R5842565Terms.rtf?><?call:TANDC?><?end call?>
Subtemplate has following :
<?template:TANDC?>
CONTENT
<?end template?>