Hi, If possible, use xtk instead of sql.The arity of the sqlGet* functions is determined by the number of bind variables in the query, +1 for the query itself.In the second example there are zero bind vars so it expects 1 arg. Thanks,-Jon
Hi, Create an external account for Azure and fill in connection details.Once created, the account will be visible in file transfer activity. Thanks,-Jon
Hi, Adobe Campaign doesn't, but part of installation is to front it with Apache or IIS for connection handling.Install PHP modules to whichever's in use and you'll be fine.If you want to make use of Adobe Campaign java bindings you'll have to use JSP. Thanks,-Jon
Hi, Looks like there's something wrong with connectivity on your app servers, can try changing dns resolver to Cloudflare/Google (1.1.1.1/8.8.8.8) to see if it goes away.Add some checking to your code to halt the workflow with LogError() if that's desired.If you can, redact your post here to remove ...
Hi, There isn't a ctx parameter in the SubmitDelivery method.If you're trying to recreate Message Center, use SubmitNotification, which has a target param: <delivery>
<targets>
<deliveryTarget>
<targetPart>
<where>
<condition expr="@id=123"/>
</where>
</ta...
Hi, You should be able to alter nms:newDelivery form to use wizard layout, with 2 -> 3 being wizard steps and the radio buttons being hardcoded external account id's. Thanks,-Jon