Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Executing perl from Coldfusion 10

Community Beginner ,
Aug 29, 2014 Aug 29, 2014

I manage an application using CF9 on a Solaris server.  We're trying upgrade to CF10 but some of our perl scripts have stopped executing command line tasks.

Example from perl script:

     system("/apps/commonApps/distiller/Distiller/distill -compat 1.3 /apps/upload/sdg325453.ps");

The permissions for the distiller allow anyone to execute it.  I can execute this command directly or execute the perl script directly with no issue.  It's just when the perl is called from coldfusion that I have a problem.  I can't find any errors being recorded.  Does anyone here have thoughts on why this is happening?

415
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Sep 09, 2014 Sep 09, 2014

Found the answer.  The account running the coldfusion changed between 9 and 10.  The new account needed access to a hidden directory (.AcrobatDistiller) and an update to a few perl config files.

Translate
Community Beginner ,
Sep 09, 2014 Sep 09, 2014

Found the answer.  The account running the coldfusion changed between 9 and 10.  The new account needed access to a hidden directory (.AcrobatDistiller) and an update to a few perl config files.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 10, 2014 Sep 10, 2014
LATEST

Please, kindly mark it as correct answer. Thanks.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources