


Hi Team,
Currently, we have an implementation which is hybrid in nature and we are sending Personalized Pdfs as part of the email attachment. We have a requirement of getting the location of the pdf attached. How can we get this data from the mid-sourcing servers? It will be helpful if the reference path for the same is shared.
with regards,
Richa Chaubey
Hi richac96395021,
Assuming Linux, run this in a js activity in a workflow, then check audit log:
logInfo(execCommand("find /usr/local/neolane/nl6/var -name '*.pdf'")[1])
Regards,
Venu
Hi Venu,
Will this command work for ACM Hybrid Installation:-
logInfo(execCommand("find /usr/local/neolane/nl6/var -name '*.pdf'")[1])
I have checked the path on marketing instance /usr/local/neolane/nl6/var there is no pdf file present.
with regards,
Richa Chaubey
Views
Replies
Sign in to like this content
Total Likes
Hi Richa,
Can you check this server path on marketing instance: "/usr/local/neolane/nl6/var/res/<instance_name>/***.pdf"
Regards,
Venu
Hi Venu,
I have checked the path till '/usr/local/neolane/nl6/var/res/' on marketing server, no folder with the naming convention <instance_name> exists.
with regards,
Richa Chaubey
Views
Replies
Sign in to like this content
Total Likes