Manual publication script for resources | Community
Skip to main content
Level 1
February 4, 2026
Question

Manual publication script for resources

  • February 4, 2026
  • 1 reply
  • 17 views

Hi,

I try to configure the manual publication script in the deployment wizard:
 


then I want to use this option to upload images within deliveries. However, it gives me the error: (-53) when I try to upload images.

My assumption is the path for the publication script I provided is incorrect, but I cannot find any documentation that provides the explanation when the script should be put.

As for the script - connector.sh - it moves files to external storage and works fine outside ACC.

Can you give me a hint what should I do to make it working?

1 reply

ccg1706
Community Advisor
Community Advisor
February 6, 2026

Hi ​@curiousDijkstra

 

This type of script you are trying to publish runs on the Adobe Campaign Classic server, so a -53 error usually means the script/path can’t be executed or can’t read/write the target folders. I will recommend you to check the following things:

-Check the script file permissions and also the execute (“x”) permissions on every parent folder in the path, then add simple logging in the script to confirm Adobe Campaign is actually calling it and what error it returns.

-Verify that NmsDelivery_ImagePublishing=script and NmsDelivery_ImageSubDirectory are defined correctly under Administration-->Platform-->Options.

 

Bare in mind, that if you are on hosted normally, we can’t deploy shell scripts by ourselves you will need to open a ticket to Adobe Support so they can install it or you can switch it to public resources publishing instead of script.

 

Additionally I share with you some useful documentation:

File and resource management

Campaign options

Deploying an instance

 

Hope it helps and if not don’t hesitate on coming back. 

 

Best, 

Celia