Skip to main content
Participant
January 27, 2026
Answered

MultiPageImporter2.5-CS5.jsx – Error Number: 89867

  • January 27, 2026
  • 3 replies
  • 38 views

Hi there

I get this error number: 89867, whrn I want to place a PDF – anybody knows why/what to do?
Regards Jannie

 

876966iF311BD8AB2081307.png

Correct answer Jannie S

Seems the PDF was the problem, the customer send me a new one - and now it works.

3 replies

Community Expert
January 27, 2026

Duplicate the script to make a copy

then on the copy try this

 

Open it in a plain text editor (notepad or similar)

Then find 

exit(-1);

 

and change it to 

//exit(-1);

 

Save it

See if it works.

Jannie SAuthorCorrect answer
Participant
January 27, 2026

Seems the PDF was the problem, the customer send me a new one - and now it works.

Community Expert
January 27, 2026

That was going to be my next guess!