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

Ken_Qrious
Ken_Qrious
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
6

Likes Received

Likes Received
12

Posts

Posts
52

Discussions

Discussions
0

Questions

Questions
47

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ken_Qrious
Customize the badges you want to showcase on your profile
Re: Accessing work flow details in a javascript node - Adobe Campaign 06-12-2021
@David__Garcia Thanks David, that's perfect.

Views

169

Like

1

Replies

0
Re: Accessing work flow details in a javascript node - Adobe Campaign 05-12-2021
@David__Garcia Thanks, that helps. I don't see anything related to => Workflow path, for example for a technical work flow => administration/production/technical workflows/Work Flow Folder Name. Is this information available?

Views

187

Like

1

Replies

2
Accessing work flow details in a javascript node - Adobe Campaign 01-12-2021
I would like to set up a generic process to retrieve specific information about a workflow via a java script node? The specific information I would like to retrieve are :1) Workflow name2) Workflow path, for example for a technical work flow => administration/production/technical workflows/Work Flow Folder Name Is there a list of workflow variables that are automatically set which can be retrieved?

Views

214

Like

1

Replies

5
Re: Technical Workflow - Auto Recovery - Adobe Campaign 07-11-2021
Thanks for the replies @Darren_Bowers and @LaurentLam, it's good to be aware of potential pitfalls. The main use for the auto restart would be for technical work flows which load data from external systems. The process would be limited to selected work flows and would generate an alert to our support team.

Views

309

Likes

0

Replies

0
Technical Workflow - Auto Recovery - Adobe Campaign 03-11-2021
I have created a utility workflow which monitors specific technical work flows to ensure they are running normally. If a work flow which should be running but isn't is found the following are executed to stop and restart it (using java script) xtk.workflow.Stop(strId)xtk.workflow.Start(strId)The problem is that if the job has a scheduler it will wait until it's next scheduled start, what I need is a way to "Execute Pending Task Now" so that the job restarts immediately. I can see xtk:worflow met...

Views

339

Like

1

Replies

3
Re: Hypothesis Stuck Jobs - Setting Up monitoring, automatic cancel and automatic restart - Adobe Campaign 28-10-2021
Milan put me on the right track but a few adjustments were need to make things right for my situation. Here is what did the trick. var strId = id from nms.remaHypothesisnms.remaHypothesis.Stop(strId)nms.remaHypothesis.Start(strId)

Views

219

Like

1

Replies

0
Re: Hypothesis Stuck Jobs - Setting Up monitoring, automatic cancel and automatic restart - Adobe Campaign 20-10-2021
Hello @Milan_Vucetic , Thanks, that's what I was after, the command and examples to stop and restart. I'll give that a try. Cheers, Ken

Views

246

Like

1

Replies

0
Hypothesis Stuck Jobs - Setting Up monitoring, automatic cancel and automatic restart - Adobe Campaign 18-10-2021
We have an issue where hypothesis' get stuck in the "execution in progress" indefinitely. I've seen a few questions regarding this issue but so far no definitive answers. To mitigate the issue I would like to setup a technical workflow to automatically do the following.Determine if a hypothesis has been in the "execution in progress" state form more than 8 hours. If a hypothesis has been running more than 8 hoursStop the hypothesis executionRestart the hypothesis executionIt looks like I can det...

Views

267

Like

1

Replies

3
Re: Adobe Campaign Classic - New MySQL connection when tested gives error => MYS-230000 MySQL error 1298; Unkown or incorrect time zone : 'Pacific/Auckland' - Adobe Campaign 18-08-2021
We did eventually resolve the issue. Here is what was required from start to finish. For the time zone error it was step 4 that fixed the problem. 1) Marketing server hosts, Install MYSQL Client on adobe campaign marketing servers. The new MYSQL client is required for a new adobe campaign connection.2) Marketing server hosts, Create a link between libmysqlclient_r.so.18 and libmysqlclient.so.18 so that libmysqlclient_r.so.18 is recognized but redirects to libmysqlclient.so.183) Network, Enable n...

Views

179

Likes

2

Replies

0
Adobe Campaign Classic - New MySQL connection when tested gives error => MYS-230000 MySQL error 1298; Unkown or incorrect time zone : 'Pacific/Auckland' - Adobe Campaign 10-08-2021
We have setup a new MySQL connection and when we test the connection get the following error. The time zone noted in the error is the setting for both adobe campaign and the target mysql db. I noted one other thread regarding this issue but couldn't determine what the solution was. The connection is as follows (sensitive data removed).

Views

196

Likes

0

Replies

2