Jump to content

Help Needed - Error no 1207


Recommended Posts

Hi team,

I'm working on a variable data piece using VDP Designer 13.0.4 on Mac. While tweaking my document, FusionPro threw an Error no 1207, preventing me from previewing the document or being able to do any composition. In the past, when errors like this would pop, closing out Acrobat and FusionPro and restarting them would clear it, but I'm having no luck suddenly, even after restarting my computer.

Any assistance that might help me identify the cause of this error, and more importantly, a solution, would be greatly appreciated!

Screenshot 2024-02-15 at 6.23.47 PM.png

Link to comment
Share on other sites

Error 1207 is "too much recursion."

This is related to a text replacement rule, either a call to FusionPro.Composition.AddTextReplacement() in a JavaScript rule, or one of the "Replace Text" or "Global Replace Text" Form rules, or more likely, a combination of multiple text replacement rules.

You probably have one rule that does something like "replace A with B," and another rule that does "replace B with A," and that sets up an infinite loop, or infinite recursion, which never gets resolved.

As is my usual mantra, I would have to take a look at the job to figure out exactly where the problem is.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...