Hi Manoj,
Thank you for your reply. But after I modified dnsConfig like below
<dnsConfig localDomain="localhost" nameServers="0.0.0.0" retry="4" timeout="5000"/>
I still have the same error.
I tried to start the MTA process in Adobe Campaign Classic.
config-<instance>.xml file was set as below:
<mta autoStart="true" statServerAddress="127.0.0.1"><child><smtp><IPAffinity name="default,mid.default,dev.default,test.default"><!-- For dev instances, if you need a default IP (not recommende...
I use the urlViewer to show the content in a web page<input forceNavigate="true" type="urlViewer" urlExpr="@url"/>But there is an ecript error alerted when I want to preview the page in a form. the page can be opened in Chrom, Firefox, or IE10 or above. I'm not sure if this is caused by the IE7 web...
Our Adobe Campaign instance has two application server and two web server. When I run a workflow to do an enrichment activity, it often run for a long time, and failed after 2h 11m 18s. It looks like a time out error. When I tried to unconditional stop the workflow when it run for a long time, it a...
I have a new column in recipient, for example the "app id", we send the APP push message in the delivery, but how can we configure the systems, to make the "app id" appears in the "address" column in broadLogRCP table? The Address of the broadLogRCP is blank now:
Recently, the database cleanup workflow always get failed every day. I checked the cleanup.log, There is an error "PGS-220000 PostgreSQL error: could not receive data from server: Connection timed out\n (iRc=-2006)" after VACUUM ANALYZE, I suppose is there any connection timeout configrates between ...
I installed the gcloud sdk in AC server, and I can run the 'gcloud -v' by the user 'neolane' in the command console: But it always failed to run in Adobe campaign by the execCommand method: var command='gcloud -v';try{var res=execCommand(command,true);} catch(e){logError("Error: "+e);}logInfo(">>"+...