Hi akshay,Do you mean nothing at all ? the web.log file is totally empty ? Or the web.log file is not mentioned/service not started?or the web.log file exists, but it appears empty because you selected an old date and the log rotation has switched to the web_2.log file ? Then after a size limit it i...
Buenos dias Alejandro,As far as I know, lists objects (and some others components) requires authentication mode (2nd radio button checked/Extranet) in order to use Login/credentials with operators mode.For anonymous webApp, you must use webApp page (v6) activity, and it is completely different devel...
Hi Ckumari,Please take care, most of surveys use the schema nms:webAppLogRcpData (so the same for you with Data extension for your custom target mapping).The webAppLogRcpData contains values responses as archived fields in XML format (memo fields, cblob/TEXT sql column).In order to have Response tab...
Hi Milan,Please firstly create a P1 priority (critical) ticket in Adobe Campaign extranet support.Then, in parallel you can investigate by your own and ask for forum community help, but it seems to be tricky, if you are very sure nothing has been changed in configuration, either network, or system, ...
Hi Akramullak,On which branch do you arrive systematically ?Please may you add a Javascript activity after the Preloading activity, and writes down a logInfo("[Unsubscribe webApp] Business Unit" + recipient.@BU);then check web.log for result (on MTA / web server, not applicative server). Or more con...
Hi Akramullak,If the Test activity is done on an element/attribute not beeing present in your forms (even if it is an hidden html field), hence it is not automatically preloaded, so you must preload it in the Preload activity by adding it in the Additional Data Preload section.RegardsJ-Serge
One more thing:Don't forget the other less clean solution, when the Javascript code is small like Ramprakasht's demand, you can put all the queryDef code inside the HTML source tab, so no XMLString() to do.Well I do it sometimes, but I know, it is better to separate business logic and HTML format/pr...
Hello Ram & Wesp,Please have a look on factory ACC workflows using Alert activities, such as:stockMgtYou will see how to pass the variables from Javascript part to Html part of the Alert activity (the same if the Javascript is done in a prior Javascript activity), it is a question of XML management ...