Forum Discussion
Jean-Francois_G
Oct 01, 2022Copper Contributor
Error GeneralQueueJobFailed (26000) - UpdateSRA.UpdateSRAMessage when publishing a project
Hello, For several days now we have been receiving errors when publishing a project, errors that can be found in the configuration part of project online (queue management). An example of an error i...
Ariwibawa
Oct 20, 2024Copper Contributor
This is working, getting 26000 error code without any visible error message.
RodFromm
Oct 22, 2024Steel Contributor
Ariwibawa Review the recommended fixes previously mentioned in this thread first, then try the instructions listed below, provided by Microsoft, at your own risk. I have used them multiple times to resolve the 26000 error.
- Open project in the Project desktop application
- Press Alt + F11 to open VBA Editor
- Double click 'ThisProject (ProjectName)' and insert the following code: Publish Republish:=True
- End Sub
- Sub FullPublish()
- Click Run
- Wait for the project to publish successfully. You can monitor the progress at the bottom of the screen.
- As a test, Publish the project again in MSP Desktop
- Remove VBA code added in step 3 above
- Save and close VBA Editor
- Close and check in project