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

marting66652718
marting66652718
Online

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by marting66652718
Customize the badges you want to showcase on your profile
no connection could be made because the target machine actively refused it adobe campaign - Adobe Campaign 07-09-2022
Hello, Im trying to configure a connection to an endpoint but after I have added the url to the serverConf.xml file I get this error. IOB-090007 Network error (connect(), errno=10061: no connection could be made because the target machine actively refused it.) The URL in the API call: https://blabla.no.test.net/CRM/Report/G15/ViewingParticipant?viewingDate=2022-09-02 and the configuration in the serverConf.xml file. Any ideas? Best Regards, Martin

Views

12

Likes

0

Replies

0
XMLHttpRequest not defined - Adobe Campaign 01-09-2022
Hello! Im trying to build an API call in the javascript node. But when I try to use the XMLHttpRequest function it says "JST-31000 XMLHttpRequest is not defined. I can't get my head around why it doesnt work. var xhr = new XMLHttpRequest(); var url = "https://condst.maklasde.vitsdc.net/CRM/"; xhr.open("GET", url); xhr.setRequestHeader("Authorization", "Basic NTgaassdasdsdasdasdNVRVBzeGFmeW1nUm4="); xhr.onreadystatechange = function () { if (xhr.readyState === 4) { console.log(xhr.status); consol...

Views

30

Likes

0

Replies

1
Re: Download WSDL FILE - Adobe Campaign 31-08-2022
Thank you!    And do I need to upload it or anything to Adobe Campaign?

Views

24

Likes

0

Replies

1
Download WSDL FILE - Adobe Campaign 31-08-2022
Hello, I started to create a WSDL file for the first time and got to the stage where its created: But how do I go on from here to download it and start working on it? Can't get it to work. Best Regards, Martin

Views

33

Likes

0

Replies

3
Load data issue with long character - Adobe Campaign 24-08-2022
Hi! Im currently working on a workflow where we will start importing a new file in the database. But Im having a issue when loading the data. It adds "," on the int64 column. How it looks like in the file: How it looks like when loading it to adobe campaign application. And this is the settings for it: What do I need to do to remove the "," from the data? So it only will be for example: "123123123123" and not "123,123,123,123" Best, Martin

Views

56

Likes

0

Replies

2
Re: HttpClientRequest as proxy - Adobe Campaign Standard 02-02-2018
Things*

Views

1.0K

Likes

0

Replies

0
Re: HttpClientRequest as proxy - Adobe Campaign Standard 02-02-2018
Hi,I´ve been buys with other think and will try this out next week. Ill come back to you with an answer.Martin

Views

1.0K

Likes

0

Replies

0
HttpClientRequest as proxy - Adobe Campaign Standard 18-01-2018
Hey, I just built a get function that calls on a https API, but the server-department at my office wants me to use a proxy for this. Im relativily new to proxies, so my question is if anyone has an idea of how to wrap this get function in to a https proxy?loadLibrary("cus:json3.js");//Require temp Schema to match against cityvar query = xtk.queryDef.create( );var res = query.ExecuteQuery();function getCall(){ var http = new HttpClientRequest(); http.url = "https://url..." + line.@smartcity +...

Views

1.7K

Likes

2

Replies

5
Likes from