There is a bug when I create the report in Adobe campaign, Can anyone help me to resolve it?1. I created a filter with date type, I choose a date in calander, and then click "Refresh", everything works good.2. But when I try to remove the date entered, There is an error alerted like below.3. After I...
Adobe Campaign returns the mass code by using the function "decryptDES", how to fix the problem?JS code example: var str="是的";logInfo(">>>"+decryptDES("12345689abcdefgh",encryptDES("12345689abcdefgh",str,"CBC"),"CBC"));result:/,,The result is not a valid character the same with str. Can any one tell...
Thank you wodnicki, If I set a scheduler to restart the nlserver service every hour, will this effect the usage of the Adobe campaign, if dozens of users are building campaigns or viewing the webpages of Adobe campaign?
The memory of nlserver process in windows server 2012 r2 will increase quickly, it will lead to the memory leaks at last:Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: nlserver.exe (1432) consumed 9999261696 bytes, MEIMAPS.EXE ...
There is an issue to send SMS through SMPP:The mobile can recieve the short message, but in Adobe campaign, the status is the "Sent to the service porvider", it should be "Sent" status
I have table has over millions of records, I wanted to use the queryDef to list all the records, but the queryDef can only fetch 1000 records one time. If I use the loop syntax to use the queryDef for many times, how can I make sure it will stop after I list all the records? Is there any other funct...
Hi, I know use below script, there will be an error window alert when @id is not null by using the <error> tag? <leave> <check expr="[@id] != ''"> <error>You must specify a list.</error> </check> </leave>But how a build a confirm window where we can choose "yes" or "no"? Thank...