Skip to main content
Participant
April 29, 2016
Question

Cannot execute script

  • April 29, 2016
  • 4 replies
  • 2448 views

I am trying to use ExtendScript for the first time (with FrameMaker 11, from TCS 4), but the script cannot be executed (very basic script example from the  Adobe "Introduction to Scripting" guide).

The error message says "Cannot execute script. : Target Adobe FrameMaker 11 provides no engine for debugging"

I tried it with other applications of the TC Suite: same error message

Do I need to install another application/module? What can I do to make it work?

Thank you

Geraldine

This topic has been closed for replies.

4 replies

xmission
Participant
October 29, 2017

Disable firewall, or write rule for it to allow extendScript communicate with apps.

In my case this was source of problem.

Firewall was blocked ports that was used by extenScript app

K.Daube
Community Expert
Community Expert
May 3, 2016

Geraldine, I do not want to discourage You - but I had the same problem for more than one FM-version.

I had reported this as a bug even for FM-10 — but noone could reproduce the situation. I thought it was due to my nonstandard installation (FM not on C:\.., but on H:\Adobe\FrameMaker.11en\AdobeFrameMaker11). But that wasn't the reason. The problem did not exist when I installed FM on the system of my wife (also Win7, but x32).

After installing last october on my new hardware (the old was used for 6 years) the problem did not exist anymore. I have not the slightest clue about the reason for the problem.

So it would be worth to check the situation on a different hardware.

Legend
April 29, 2016

Hi Geraldine,

You should not need to install anything extra. Can you provide details on how you are attempting to execute the script? Are you opening it within the ESTK script editor, then running it from there?

I have not seen this error before. I would try this:

- Close all Adobe applications except FM

- Open the script editor (File > Script > New)

- Open the script

- In the toolbar, make sure the target application is Adobe FrameMaker 11 and there is a green chain (link) icon.

- Click the Run button (green arrow)

I don't know if this will get you any further, but it might ensure the proper linkage to FM11.

Russ

Legend
April 29, 2016

Klaus, I just saw your reply. I don't remember installing the ESTK. Is it a component in the regular FM installation?

Russ

Klaus Göbel
Legend
April 29, 2016

Hi Russ,

the first time I've installed FrameMaker withh ESTK (FM12), I had to select, that I want to install ESTK (as far as I remember).

Maybe it is dependant on the setup routine.

Klaus

Klaus Göbel
Legend
April 29, 2016

Hi Geraldine,

welcome to the forum.

you have to install ESTK (ExtendScript Toolkit).

It has to be installed additionally.

Then your debugging should run.

Participant
April 29, 2016

Hi Klaus, thank you for the prompt reply.

Actually ESTK is already installed on my computer (included in the basic install of the TCS 4 in Program Files (x86)\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6).

I can launch ExtendScript Toolkit.exe without any problem. It is when I want to run the script (F5) that I get the error message.