Quantcast
Channel: Adobe Community: Message List
Viewing all 103641 articles
Browse latest View live

AdobeSign - Validation for webhook url failed

$
0
0

I’m trying to register a webhook using the AdobeSign API (v6) !. Upon sending the POST I get:

{

    "code": "INVALID_WEBHOOK_URL",

    "message": "Validation for webhook url failed. Please make sure that the webhook url responds with a valid HTTP response code and a valid client id."

}

 

The body I sent is:

{

    "applicationName": "Test application",

    "name": "Somename - 5c0bc93d-b955-4451-bbc1-3b7e92c1cd6c",

    "state": "ACTIVE",

    "scope": "ACCOUNT",

    "webhookSubscriptionEvents": [  "AGREEMENT_ACTION_COMPLETED"  ],

    "webhookUrlInfo": {

        "url": "https://jan.X.com:3443/api/v1/flows/callback/c8b76d29-93e7-4f25-915e-a8ab600e93d5"

    }

}

 

Sending a GET to the url, containing the header “X-AdobeSign-ClientId: Some rnd id” it returns {  "xAdobeSignClientId": "Some rnd id"}. Sending a GET to this url using my phone over 4G also returns this. It takes about 30 seconds for AdobeSign to return the 400 BAD REQUEST.

 

Thanks


ISO 8601 Week Number from a Date Field

$
0
0

Complete NOOB here sorry. I have a quick question regarding the script kindly supplied by George Kaiser below.

 

Whilst it seems to work fine, at present it starts the week on a Sunday and not a Monday, which is what I'm after. Also, when I put in the "date" as 1/1/1982 it shows as week 0.  How would I change it to a Monday?

 

Any help with this would be much appreciated. Thanks in advance.

 

##################

 

console.show();

console.clear();

// get the date string value

var sDate = this.getField("date").value;

// dispaly the stirng

console.println("sDate: " + sDate);

// create the date object

var oDate = util.scand("d/m/yyyy", sDate);

// display the date object

console.println('oDate: ' + oDate);

// set the value for this field

event.value = getWeek(oDate,1);

function getWeek(d, dowOffset) {
/*getWeek() was developed by Nick Baicoianu at MeanFreePath: http://www.meanfreepath.com */
dowOffset = typeof(dowOffset) == 'int' ? dowOffset : 0; //default dowOffset to zero
var newYear = new Date(d.getFullYear(),0,1);
var day = newYear.getDay() - dowOffset; //the day of week the year begins on
day = (day >= 0 ? day : day + 7);
var daynum = Math.floor((d.getTime() - newYear.getTime() -
(d.getTimezoneOffset()-newYear.getTimezoneOffset())*60000)/86400000) + 1;
var weeknum;
//if the year starts before the middle of a week
if(day < 4) {
weeknum = Math.floor((daynum+day-1)/7) + 1;
if(weeknum > 52) {
nYear = new Date(d.getFullYear() + 1,0,1);
nday = nYear.getDay() - dowOffset;
nday = nday >= 0 ? nday : nday + 7;
/*if the next year starts before the middle of
the week, it is week #1 of that year*/
weeknum = nday < 4 ? 1 : 53;
}
}
else {
weeknum = Math.floor((daynum+day-1)/7);
}
return weeknum;
};

 

Make sure you date entry field's format is set to "d/m/yyyy" and the date entry is date / month / full year.

 

I also perfer to use the 'util.scand' method for converting a string date value to a date object becuase one can specify the format of the date string while the 'new Date()' has a limited number of ways to enter the date string.

  

  

By George Kaiser  

Re: Can't save the xd file to cloud

$
0
0

Experiencing the same issue. I have tried all steps mentioned here.

Re: Font menu keeps bouncing to the bottom

$
0
0

No problems with Suitcase Fusion 9 here, but they just released an update last week with a lot of bug fixes. That said, you can filter the font list. Have you tried the filters?

 

Have you tried the find font feature to replace them?

Re: Unable to drag a adobe stock template to my timeline

$
0
0

I still have this problem, any idea how to fix it?

Re: Question about support

$
0
0

The email address is not one that belongs to Adobe. Also Adobe would not ask for your password, they can see your information without using a password.

 

You did right to question these scammers.

Re: LR Classic - changing the temp (scratch) drive? It fills up my start-up drive completely with some operations

$
0
0

Is it still unsolved? Did you find a way around it? I got pretty much the same scenario (only I have 37GB free from a 120GB OS disk) and a huge NAS, that I would love to use for a HDR panorama merge. I was watching the system to fill up without any of the temp directories to grow in size (at least not significantly). Btw FYI: on Mac the location of that temp dir in /var/folders is contained in the $TMPDIR variable.

Re: Rename each page individually

$
0
0

Though scripters do pop in here, you can ask in the scripting forum.

 

But it might help to let us know what the endgame is here. Why are you doing this?


Re: Question about support

Timeline won't respond other panels do instead

$
0
0

So i'm a beginner to Pr and I was working and pressed on some key, after that every time i would work with my timeline or try to edit things the top right panel would respond instead and I can't drag the player anywhere

Re: Adobe Target API and MCID / ECID

$
0
0

What we do now is the following:

 

1) Request the ECID by calling https://dpm.demdex.net/id?d_visid_ver=[VER]&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1 &d_nsid=0&d_orgid=[ORGID]&ts=[TS] as described here: https://www.pedromonjo.com/2018/05/server-side-ecid/.

 

2) Request content for mboxes and test information (tnta) by calling Adobe Target (Server Side Batch Delivery API call). This is done with the ECID from 1)

 

3) Send data to Adobe Analytics by using the Data Insertion API. This is done with the value of tnta from 2).

 

Do you have any comments regarding this solution?

How can we immedately pass the value of tnta together with the regular Adobe Analytics call (and not a seperate Data Insertion API call described in 3)? Setting s.tnta in s_doPlugins in Custom Code in Launch Adobe Analytics extension didn't work.

blue violet video screed

$
0
0

error when I upload videos into after effects

Re: Unwanted Charges

$
0
0

Hi Emma,

 

Sorry to hear that you are facing issues with Adobe Stock services.

 

As per our records, you have signed up for Adobe Stock 10 images per month(one-year) plan on 18 Oct 2018.

The subscription is currently in a cancelling state.

 

Please reach out our support team Support FAQ: How can I contact Adobe for support?  for further assistance.

 

In case you are unable to reach our support team through the above-mentioned link, please see Contact Support FAQ: Unable to reach support through the "Contact US" link

 

Regards,

Twarita

Re: org.apache.commons.lang3 can not be resolved in OSGI console.

$
0
0

This maven dependency applies to an OSGI bundle, thus the version number applies to the bundle version.

 

OSGI dependencies apply to java package versions; sometimes all packages exported by a certain bundle have the same version as the bundle, but that's not often.

 

Check in your AEM instance, what version of the OSGI bundle "commons-lang3" you have deployed, and change the maven dependency to the same version.

Re: Automatic compilations : index.htm file missing

$
0
0

In Step 6 of my tutorial you will see an image that shows where the name of the Start Page is defined. That can be whatever you want to call it. Index.htm is the default but maybe in the past someone else has used a different name. Alternatively they may have confused the start page with the default topic and put the latter in there as the start page.

 

I think you need to go through the master and child projects and ensure that in all cases the start page is defined as index.htm, then generate to a new folder.

 

From your first post, it does sound as if things are set up correctly as above. After checking that, it must mean that something is wrong in your command line.

 

****************************************

 

With that checked, let's look at your post above.

 

So, when i compile, the Master_project" generates a file Master_Project.htm and not an Index.htm file.

 

Compile how? From RoboHelp or the command line? If that is happening from RoboHelp, then either that is a topic or your Start Page is defined as that, notwithstanding what you have said. If it only happens from the command line, then it must be something in your command line.

 

In the ssl file, the file by default (i dont know the real name of the option because my interface is in french) is index_f_3_0.htm.

 

Do you mean if you open the SSL file in a text editor or that is what is in the dialog? I can't see how they can be different so you must have that set in the dialog. Change it to index.htm unless you have a reason for that name. If you do, what is the reason?

 

I find this one (index_f_3_0.htm) in the good folder (the same one as Master_Project.hmt) once it has been compiled.

 

That sounds like you might not be generating the child projects to their individual folders. If you are not, the whole thing will never work.

 

In the others projects, which are also compiled with the command line but which are children projects of the Master_project, i can find index.htm files and all the default files defined in the ssl file.

 

That seems to contradict my response in the previous section. Check through what I have said above and see where that gets us.

 


See www.grainge.org for free RoboHelp and Authoring information.

 

 

@petergrainge


Re: Filed attached (present on windows) disappear on Mac

$
0
0

What happens when you open the form in Acrobat Reader?

Re: Media Browser hangs when browsing directory tree

$
0
0

It's not really an option for us. We run 3 work stations sharing the same media and it works totally fine in while working its just Media Browser that really struggles.

 

Anyone else experienced this? Or found a solution?

Re: Brochure help

$
0
0

InDesign.

 

If you've never used InDesign before there can be a steep learning curve.

Re: C# Simple Select/Get Layer by Name

$
0
0

You were using "getLayerByName" this does not exist.

My version is using "Late Binding" so in this form uses the newest version of Photoshop installed and no need for interop. Commands in this form are near enough the same as used in ExtendScript (Except for the uppercase)

 

Kukurykus This is just C# language using Late Binding.

Re: How do I make a HTML Form? - URGENT HELP!

$
0
0

If you don't need the dynamic features of LiveCycle, you can save the form as static. This will render on most PDF viewers. Alternatively, you could add a page zero with instructions on how to use the form:

 

Adobe Experience Manager Help | Changing Page Zero content in Designer

 

The HTML functionality of LiveCycle is a server product, not included with the standalone / Acrobat bundled Designer.

Viewing all 103641 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>