Expand my Community achievements bar.

itsme
itsme
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am looking for some documentation listing all the APIs availale with ACS with their payload. I got the postman link from this page but seems it has few API reference only (9)https://docs.adobe.com/content/help/en/campaign-standard/using/developing/about-custom-resources/data-model-concepts.htmlSo ...

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    1
  • We are using nl/jsp/soaprouter.jsp for creating new records in the database. We are planning to use the xtk:session WriteCollection method and create/update multiple records in one call. What is the maximum size of request payload the endpoint accepts?As per the contract, we cam make 50K engine call...

    Type

    Questions

    Views

    2.2K

    Likes

    2

    Replies

    1
  • I am doing some username password validation inside interaction.js file.I was on version 8860 and I was using decryptString(encPass.toString()) password and it was working fine.I am trying the same on 8891 version and the same code is not returning any value. I saw that the function is deprecated an...

    Type

    Questions

    Views

    3.7K

    Like

    1

    Replies

    3
  • Hi Jon,Can you please let me know why the value of the additional data (ccAgentId in my case) is not saving with the daemon enabled? I have interactiond process running on the servers. Also can you please share more details how it works? When you make the update status, does it store the data into a...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • I am extending the interaction schema to add a new attribute called ccAgentId to store the call center agent id. While making SOAP call, the call center application will send the string agent Id.So I started following the instructions as mentioned into the document Extension example After making the...

    Type

    Questions

    Views

    3.1K

    Like

    1

    Replies

    3
  • I found the reason and sorry for late posting.The issue was, someone created FDA connection from a different environment to this environment. When the nightly cleanup workflow runs, it deletes the table for the list. Here is more details.We had UAT environment connecting to SIT via FDA (probably som...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • I was trying to recreate the error and was able to do so by changing allowDebug="false"<!-- Security Zone Internet is Addded by Tarun Ghosh on 5/4/2019-->  <securityZone allowDebug="false" allowHTTP="true" allowSQLInjection="false" name="internet"                showErrors="true">    <subNetwork mas...

    Type

    Discussions

    Views

    16.8K

    Like

    1

    Replies

    0
  • I think you should enable the allowDebug="true" for the Zone you are in. The settings is in the serverConf.xml file. Once that is changed, you should be able to see the details of the error.

    Type

    Discussions

    Views

    16.8K

    Like

    1

    Replies

    5
  • Never done this, but was thinking about the options..How are you attaching the PDF? If you are using calculated PDF, then you should write another job which will move/remove the pdf from the designated folder once the data arrive. You should be able to use JS File class to remove/copy the file. If i...

    Type

    Questions

    Views

    2.9K

    Like

    1

    Replies

    0
  • I was doing some more research and captured the query that the MTA is periodically running to get the data.One of the critical part of the SQL is the iState IN (51,55,61,62,71,81)  If I compare these integer with the deliveryState enum the values are as (Start Pending, In Process, Retry Pending, Ret...

    Type

    Discussions

    Views

    8.2K

    Likes

    0

    Replies

    0