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...
Diego Pereira
Dec 16, 2022Copper Contributor
Hi Jean, I had the same issue with a few customers.
- First make sure there are no processes waiting to be executed on the queue, navigate there, and check all the pages, if you have the same project if something is running cancel everything.
- After that, you can try to publish the project again and see what happens. If does not work I would suggest deleting the published version and republish the draft one, that will force the recreation of the information for the publish table and typically this step works.
MS will not share the log with us, they can tell what is about if you open a ticket
- First make sure there are no processes waiting to be executed on the queue, navigate there, and check all the pages, if you have the same project if something is running cancel everything.
- After that, you can try to publish the project again and see what happens. If does not work I would suggest deleting the published version and republish the draft one, that will force the recreation of the information for the publish table and typically this step works.
MS will not share the log with us, they can tell what is about if you open a ticket
- AriwibawaOct 21, 2024Copper ContributorThis is working, getting 26000 error code without any visible error message.
- RodFrommOct 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