Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,879
Community Members
 
Community Events
184
Community Groups

Powershell script fails when run from Bamboo

I've a Script task (Windows PowerShell) in a Build plan that automates MS Office Word to convert .docx files to PDF. The script runs fine and creates the PDF files when run directly from Powershell console on the machine (Windows Server 2016). Running the same script file from Bamboo task generates the error below.

New-Object : Retrieving the COM class factory for component with CLSID 
error	19-Dec-2018 12:36:13	{000209FF-0000-0000-C000-000000000046} failed due to the following error: 
error	19-Dec-2018 12:36:13	80080005 Server execution failed (Exception from HRESULT: 0x80080005 
error	19-Dec-2018 12:36:13	(CO_E_SERVER_EXEC_FAILURE)).
error	19-Dec-2018 12:36:13	At [PATH TO Powershell Script file]:75 char:22
error	19-Dec-2018 12:36:13	+ ...             $wdApplication = New-Object -ComObject "Word.Application"
error	19-Dec-2018 12:36:13	+                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error	19-Dec-2018 12:36:13	    + CategoryInfo          : ResourceUnavailable: (:) [New-Object], COMExcept 
error	19-Dec-2018 12:36:13	   ion
error	19-Dec-2018 12:36:13	    + FullyQualifiedErrorId : NoCOMClassIdentified,Microsoft.PowerShell.Comman 
error	19-Dec-2018 12:36:13	   ds.NewObjectCommand 

 

The Bamboo task calls a PS file that has an Import-Module statement to import the function defined in second PS file that actually does the PDF conversion. Bamboo is running as a Windows Service and the task is setup to call the PS file with some arguments.

Does anyone have any suggestions on what I might be missing in the task or Bamboo setup?

1 answer

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 26, 2018

Hi @Naveen Jones,

Is your service configured to use a local user account to start Bamboo?
This is the configuration we recommend, and you can use this page to configure it: Running Bamboo as a Windows service as the local user.

If you have Bamboo running as a local user, can you confirm you are using the same user that was able to run the script from terminal?

The error you have is also described in this article: You may receive an "Error code 80080005 -- server execution failed." error message when you start many COM+ applications. You may want to read it and check if it applies to your case.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events