I am facing an issue on my machine trying to run a task with the Adobe Frame Maker server

Carlos Silva 0 Reputation points
2024-10-15T11:46:54.6166667+00:00

I installed Adobe Frame Maker server on my machine and every time I run a task to convert a .FM file to PDF I have the following error on the vent viewer:

Unable to start a DCOM Server: {BE22E8AF-FE3F-4775-BA99-C05DC4CF248D}. The error: "2147943140"

Happened while starting this command:

C:\Program Files\Adobe\Adobe FrameMaker 2022\FrameMaker.exe /progid:FMServer17.1.Api1 -Embedding

and on the server side on the page I have :

[10/10/2024 13:48]  RUNNING

  FrameMaker Publishing Server VERSION 17

 

 

 RUNNING

FileMap not found. Creating.....

 

 ERROR CODE: 2

 

 

 Launching Server Instance: FMServer17.1.Api1

 

 

 'FrameMaker_Connect_Disconnect_Mutex' Mutex not found. Creating Mutex.

 

 

 

No connection: FMServer17.1.Api1

 

 

 Attempt 1 of aquiring FrameMaker session failed.

 

 

 Launching Server Instance: FMServer17.1.Api1

 

 

 

No connection: FMServer17.1.Api1

 

 

 Attempt 2 of aquiring FrameMaker session failed.

 

 

 Launching Server Instance: FMServer17.1.Api1

 

 

 

No connection: FMServer17.1.Api1

 

 

 Attempt 3 of aquiring FrameMaker session failed.

 

 

 Launching Server Instance: FMServer17.1.Api1

 

 

 

No connection: FMServer17.1.Api1

 

 

 Attempt 4 of aquiring FrameMaker session failed.

 

 

 

Job Execution Error: No Connection. Quitting...

 

 jobstatus {

  log {

    key: "input"

    value: "C:\AdobeFrameMaker\xxxxxxxxxxxxxxxx_EN-US.FM"

  }

  outputstatus {

    log {

      key: "output"

      value: "C:\AdobeFrameMaker\Temp"

    }

    log {

      key: "format"

      value: "FM_PDF"

    }

    log {

      key: "status"

      value: "FAILURE"

    }

    log {

      key: "createdtime"

      value: "1601-01-01 1601 21:12:18Z"

    }

  }

}

 

COMPLETED

FINISHED

Does any body know how to fix this ?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MotoX80 36,396 Reputation points
    2024-10-15T21:29:49.71+00:00

    2147943140 is 0x800702E4

    https://stackoverflow.com/questions/45583599/com-exception-0x800702e4-in-3rd-party-dll-while-accessing-referenced-dll-functi

    Try this...

    In Task Scheduler, be sure that the task is set to run with an account that is a member of the Administrators group and in the Security section, select "Run with highest privileges".

    User's image

    If you are not using the Windows Task Scheduler, then you will need to explain what "every time I run a task" means.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.