Skip to main content
6-Contributor
July 12, 2022
Solved

Arbortext Publishing Engine - Accessing Activation files from network share

  • July 12, 2022
  • 2 replies
  • 3033 views

Hi,

 

We trigger APP sub-process in Arbortext Publishing Engine through activation files. When we place the activation files in local drive, PE sub-process is running properly. But when we place activation files in network share PE couldn't be able to take that Job.

 

Can we have some suggestions on that.

 

Note:

1. We are running TOMCAT server as a domain user which has all rights to the network server path

2. We are launching PE Sub-process as a domain user which has all rights to the server path. When input files are placed in network share, PE sub-process is able to take those files and process those files. But the activation files, files given in <input> and <output> tags of activation files are not identified by PE.

Best answer by GarethOakes

You might need to use a mapped network drive instead of \\SERVER\FOLDER\FILE notation.

2 replies

24-Ruby III
July 13, 2022

 Hi,

 

What version of the program are you running?

vigneshj6-ContributorAuthor
6-Contributor
July 13, 2022

Hi Vladimir,

 

We are using PE version 8.0.2.0.

 

Thanks,

Vignesh

16-Pearl
July 21, 2022

You might need to use a mapped network drive instead of \\SERVER\FOLDER\FILE notation.

vigneshj6-ContributorAuthor
6-Contributor
July 22, 2022

Yes Gareth,

 

We have investigated this and noted that File object used in enterprise JavaScript library is not accessing the files from network drive. So instead of mapping network drive, we modified the coding related to File object with Perl and now it is working fine.

 

Thanks,

Vignesh