• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Vault

    Reply
    Contributor
    Posts: 35
    Registered: ‎12-02-2008

    Re: I HATE THE JOB PROCESSOR!

    07-20-2012 02:50 AM in reply to: jeff_jordan

    I recognize 95% of you have described. In europe we have 4 countries using one database and use 5 jobservers (1 for every country and 2 for Netherlands --> VMs) to get the work done. (+/- 50 engineers)

    Our company, Parker Hannifin has a Platinum contract (global) with Autodesk. All Autodesk products can be used unlimited. So licenses are not an issue for us. BUT we still have big problems with job servers.

    The message

    a visualization file cannot be generated for a non cad file.

    is something I am working on today. We recieve it once every 3,4 months. Till now we have no idea why.

    Reregister inventor sometimes helps. Updating with a SP sometimes helps....  :smileysad:

     I asked for a priority of tasks for the job server as well. dwf should be made during the night (so time planning should be possible.)

    After creating a new version by the jobserver, the remarks placed by the engineer in the field comment are 'lost'. (We place the text 'To be checked by xxx" when the state = For Review. A user can search on this in order to know what he has to check this day. But an update of teh title block by the jobserver creates a new version and we can not search on this info anymore. :smileysad:

     

     

     

    Maarten Weers
    CAD Manager
    Parker Hannifin
    Oldenzaal - The Netherlands
    -------------------------------------------------------------------------------------------
    Inventor Pro 2012 SP2 - Vault Collaboration 2012 - Windows 7 64 bit -
    Please use plain text.
    Contributor
    Posts: 17
    Registered: ‎05-07-2012

    Re: I HATE THE JOB PROCESSOR!

    10-12-2012 07:04 AM in reply to: Maarten65

    Has anyone set up the Job Processor to run on a Virtual Machine?

     

    We have two job processors running, one on an old XP CAD workstation and another on a VM in our server cluster. Aside from the usual (and frequent) issues with the job processor the VM one hangs up on several times a day and the only way to get it going again is to kill the Inventor process. This requires someone to constantly monitor this VM which is not something we enjoy doing.

    It appears that Inventor (apprenticeserver) max's out the memory which is what is causing Inventor to hang up, not surprisingly. 

     

    So I'm wondering if anyone else has successfully set up the Job Processor on a VM, and if so how did they configure it? 

     

    Thanks,

    Sailin Benedum
    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎09-05-2012

    Re: I HATE THE JOB PROCESSOR!

    10-18-2012 01:01 PM in reply to: sbenedum

    sbenedum,

    What release of Vault are you using?

     

    If 2013 Professional, the following work-around may help. You could use the JobProcessor.exe command line arguments, in combination with a scheduled task+powershell, to restart JobProcessor.exe every few hours on the VM.

     

    # === powershell.ps1 script ===

    & "C:\Program Files\Autodesk\Vault Professional 2013\Explorer\JobProcessor.exe" /stop
    Wait-Process JobProcessor
    & "C:\Program Files\Autodesk\Vault Professional 2013\Explorer\JobProcessor.exe"

    # === powershell.ps1 script ===

     

    The /stop command will finish the current job then exit the JobProcessor (releasing Inventor's resources).

     

    If you are using a different verison of Inventor, let me know; there may be other options to try.

     

    -- Alex

     

     

    Please use plain text.
    Contributor
    Posts: 21
    Registered: ‎01-03-2010

    a visualization file cannot be generated for a non cad file

    11-16-2012 10:02 AM in reply to: jeff_jordan

    We use Job Processor to handle DWF creation for 15 users. sometimes more than a 1000 files a day. Yes it has been problematic at times.

    The error "a visualization file cannot be generated for a non cad file" had me frustated until I tracked it down to our anti-virus software (ESET). Since adding all Autodesk software to the Excluded applications list that error has stopped.

     

    Vince B

    Inventor Pro 2013 / Vault Pro 2013

    Please use plain text.
    Valued Mentor
    Posts: 387
    Registered: ‎03-07-2006

    Re: I HATE THE JOB PROCESSOR!

    12-05-2012 04:48 PM in reply to: jeff_jordan

    thanks jeff (& others) for your post. i aggree with your ideas and comments.

     

    we are just implementing vault collaboration in the past few months and having some of these issues.

     

    i have had some serious crashing of inventor while running JP on my workstation & trying to work at the same time in inventor. these were not just a normal inventor crash though, as i later discovered that all my addins were broken, had to try to repair / reinstall inventor and so on. (that is another story).

     

    during the process though i posted some thoughts on the (vault and inventor) ideas forum about having some improved functionality of the job processor. i just wanted to note it again here for the ability of Autodesk to consolidate everyone's feedback while they "hopefully" put the resources into this thing to get it working properly.

     

    maybe it wouldn't be as bad if we were all using a free program and trying to develop a new piece of software together but this is an expensive piece of software that a massive organisation has developed, (pitched as something great) that our buisinesses rely on it to run efficiently, but this JP runs like it came out of a breakfast serial packet.

     

    very dissapointing.

     

     

    -Mark

    Inventor 2014 Pro on Windows 7, 64bit

    (please give Kudos or Tag as Solved if your issue is resolved)
    Please use plain text.
    Valued Contributor
    jddrinkwater
    Posts: 61
    Registered: ‎01-03-2012

    Re: I HATE THE JOB PROCESSOR!

    12-06-2012 03:35 PM in reply to: Mark_Wigan

    I have had my own issues with JP (hanging and crashing).  I am using physical PCs, I don't have experience with VMs.  

     

    In my troubles I've discovered 2 tricks:

     

    #1 - if you have 2 (or more) PCs available to run the JP, configure them so that one machine does only dwfs for IDW/DWG and the other machine does all other tasks.  What i've discovered is that at least 80% of the hangs can be eliminated when it isn't switching between drawings and assemblies/sync properties/etc.

     

    #2 - the job processor (inventor) seems to operate single threaded, but you can trick it into utilizing multiple cores on your PC by logging in under multiple user names.  Each windows account can run it's own copy of the JP.  I recently had to generate several thousand DWFs.  By having all the engineers log in to our CFD/rendering computer, we utilized al 8 cores and cranked the DWFs out in under a day.

     

    #3 - I don't like that these hacks were necessary to make the program run smoothly.  It is also an annoyance that the JP consumes a license.  If the JP gets backed up i have 2 options: have the engineers wait for files to get slowly processed, or ask engineers to log off vault so that i can start more JPs and process the excess files.

    Please use plain text.