|
Ok so I am having the problem of Service not Registering (yet running Back Burner as a standalone program works fine) I have a render farm, it needs to run as a service, there is no way I am running around starting the standalone up on each machine I am running 2011 SO…
HERE’s THE SOLUTION.
First of all I think this is a bug and someone at Autodesk needs to fix it because it has been around since 2008. The default setting for the <AutoSearch> parameter in the backburner.xml file ought to be 1. Someone at Autodesk mistakenly has this set to 0, and this is what is causing us this headache.
I am on windows 7 (same thing on server 2008 r2 etc).
Start the service up one time and then stop it, it will make sure that the user profile is created for the user you run Backburner under. Find the user’s profile that you are running backburner under (and it should be someone else than the default) in the c:\users\ directory. Mine happens to be called “backburner”. Find the backburner.xml file in the following path
C:\Users\[backburner user]\AppData\Local\backburner\backburner.xml
Edit this file in something that can read and format xml like dreamweaver.
Find the <AppDetails> section
Change the value <AutoSearch>0</AutoSearch> to <AutoSearch>1</AutoSearch>
If you want to deploy this file to all of your other servers do the following:
Delete the following two entries completely. I mean the whole line including the XMLtags. If you don’t delete the whole line, BB will error when it starts up.
<ServerName>[somename]</ServerName>
<ServerMAC>[somemac]</ServerMAC>
Save.
You now have an XML file that you can deploy to all of your render servers.
Don’t thank me, write Autodesk a note instead yelling at them. http://usa.autodesk.com/adsk/ser...id=5600504&linkID=9241177
|