Forum Replies Created
-
-
14th June 2021 at 3:38 pm #34387
Depends on the platform. We use openLdap for Linux/Mac and the builtin LDAP windows functions.
On what platform are you running ?11th May 2021 at 12:21 pm #34378not 100% sure but you switched to v3 , and it’s possible http requests are no longer valid. you should try with https on port 9891 , it’s clearly stated that there’s no active REST API’s endpoint on this address
regards.
8th April 2021 at 8:40 am #34369No it’s intended by design you need to remove them manually
28th March 2021 at 2:22 pm #34362Hi Alex,
Yes there’s a maximum number of concurrent connection in the web server as well as maximum number of pending connections and working threads (something like Apache…) you can fine tune them in the Web server preferences of the Dispatcher.
By the way, 400 is a bad request, while the connection should be gracefully closed, but this depends on the browser/api so maybe your Python or custom script returns you a 400 error in this situation19th March 2021 at 2:11 pm #34359Hi there,
There’s no support for negative priority but you can use priority up to 65535 so you can reserve lower priorities for your customers.
26th December 2020 at 8:21 pm #34341Try this version:
26th December 2020 at 8:20 pm #34340Try this version:
10th December 2020 at 9:44 pm #34335How do you fixed the error ? Did you change something into the script ? I made a fast test on 2.82 and had no problems…
9th December 2020 at 9:21 am #34331And you are running on 2.82 or whatever version ?
8th December 2020 at 12:39 pm #34329Hi there,
Could you be more specific ? Do you get the menu item, or where fo you get the message to upgrade ?
As far as I know the script is compatible4th December 2020 at 6:04 am #34326We are going to double check this and report a bug if confirmed. thanks
2nd December 2020 at 1:37 pm #34322Hi Remtag,
This is supported in Muster 9 too, unless it’s a bug we are not aware of, try to completely wipe your Console user’s preferences and queue cache , inside .Muster9 under linux/mac or users/?/appData/Local\Roaming/Virtual Vertex\Muster\Console\9 in Windows
25th August 2020 at 3:14 pm #34289Hi Mayur
1. You can define multiple template versions from the edit templates dialog. Once you define a dual version of a template, you can change the executable of the Maya batch as well as declare different environmental variable.
How do you exactly specify a maya profile folder at the moment ?
Using this technique does not require you to swap pools2. You can filter the view by pools but there’s no column that resume the pool considering an host may belong to multiple pools this may became quite long and useless
9th July 2020 at 9:38 am #34273Here is a template modified to enable either generation of cache, and the recovery option. This will included in the next service release.
https://www.vvertex.com/downloads/v9/clarisse_cnode.py.zip
Enjoy
-