Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Aalokitoaami
Aalokitoaami
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
14

Posts & Comments

Posts & Comments
29

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Aalokitoaami
Customize the badges you want to showcase on your profile
ACS API Reference document/Swagger - Adobe Campaign Standard 31-03-2020
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 can someone please point me to the location having details of all the API methods/payload so that I can analyze it for my requirement.

Views

2.8K

Likes

0

Replies

1
Maximum Payload Size and limitations for Soap router - Adobe Campaign 31-10-2019
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 calls per day. So if I merge multiple record insert/updates into one payload, that will be considered as one call. Please confirm.The methods like write and others accepts the open XML as parameter and th...

Views

1.7K

Likes

2

Replies

1
Decrypt external account password from interaction.js - Adobe Campaign 19-07-2019
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 and suggesting to use decryptPassword instead. Not the decryptPassword is giving error "ReferenceError: decryptPassword is not defined"After checking the documentation I found decryptPassword is only av...

Views

2.8K

Like

1

Replies

3
Re: Interaction extension attribute is not saved - Adobe Campaign 18-07-2019
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 any queue or memory buffer and then every second it is processes?Also for the configuration "callDataSize : Max. number of characters stored in the shared memory for call data Default: 0", can you prov...

Views

2.1K

Likes

0

Replies

0
Interaction extension attribute is not saved - Adobe Campaign 14-07-2019
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 changes in interaction and proposition schema, I updated the offer space as below to store the ccAgentId sent via the propose methodI am making the call and passing the attribute as below. But the ex...

Views

2.7K

Like

1

Replies

3
Re: Table created by List is deleted - Adobe Campaign 14-07-2019
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 someone did some test, god knows when, especially when the environments are 7+ yesrs old). So when UAT cleanup is running, it is connecting to SIT via FDA. That connection is deleting the list related ta...

Views

2.3K

Likes

0

Replies

0
Re: Error While publishing Webapp. - Adobe Campaign 14-07-2019
I was trying to recreate the error and was able to do so by changing allowDebug="false" Are you sure your internet facing security zone is having the allowDebug enabled?

Views

15.6K

Like

1

Replies

0
Re: Error While publishing Webapp. - Adobe Campaign 24-06-2019
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.

Views

15.6K

Like

1

Replies

5
Re: How to set validity for a PDF attached in email delivery template ? - Adobe Campaign 24-06-2019
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 it make sense, use the lastModified property to determine when to remove a pdf file.I think same you should be able to do for images, but is more tricky to locate I believe.

Views

2.2K

Like

1

Replies

0
Re: Delivery is not working for a new installation - Adobe Campaign 24-06-2019
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, Retry In Process, Pause Requested, Stop Requested). None of these values look promising from the point of view of my error. I checked the DB and the status of the deliveries in stuck stage is 15 (Target R...

Views

7.6K

Likes

0

Replies

0
Likes from