Search found 914 matches

by timurhai
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Job Fails to Start Due to Python Syntax Error
Replies: 3
Views: 4032

Re: Job Fails to Start Due to Python Syntax Error

Yes, your software tries to use CGRU Python, but should use own older version. You should empty PYTHONHOME variable: set PYTHONHOME= CGRU software setup do this for all soft: https://github.com/CGRU/cgru/blob/master/software_setup/setup__all.cmd You should make a cmd script wrapper to make your soft...
by timurhai
Sun Mar 12, 2023 4:43 pm
Forum: News
Topic: CGRU Version 3.3.1 Released.
Replies: 0
Views: 24224

CGRU Version 3.3.1 Released.

by timurhai
Mon Mar 06, 2023 7:28 am
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 4863

Re: How to Configure Tickets

Tell me if it works.
by timurhai
Mon Feb 27, 2023 2:20 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 4863

Re: How to Configure Tickets

You can try to use 2 different tickets for a node-locked and a floating type.
Set node-locked on the node and a floating on farm.
Job block should have both tickets.
by timurhai
Mon Feb 27, 2023 1:23 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 4863

Re: How to Configure Tickets

Hi! I have not deal with a node-locked licences. It seems that mix locked and floating licences situation can't be solved by tickets. If you set 4 lics for pool - any pool machine can run ticket. If you set 1 lic for pool - just one pool machine can run ticket and there is no matter some one more ma...
by timurhai
Mon Feb 27, 2023 12:30 pm
Forum: General
Topic: BUG: open_folder_cmd not being read?
Replies: 3
Views: 4272

Re: BUG: open_folder_cmd not being read?

Hi!
Afanasy does not reads and uses this variable.
This is used by Keeper.

AfWatch always uses explorer on Windows, this is build-in.
But it is not a big deal to make afwatch to use it.
by timurhai
Thu Feb 16, 2023 7:13 am
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 18767

Re: Rules upgrade from 2.41 to 3.3

Hi!
Role should be one of ['admin', 'coord', 'user'] to let to edit shot.
Other roles can edit only task and only if assigned on task.

Sorry for the lack of documentation, the project it under active development.
And now there is some mess with is Roles and Groups.
(Groups stands for permissions).
by timurhai
Wed Feb 15, 2023 3:02 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 18767

Re: Rules upgrade from 2.41 to 3.3

Hm.
Try to add

Code: Select all

"rufolder":".rules",
To /cgru/rules/rules.00_general.json
- it seems that i missed it, it is a bug
by timurhai
Wed Feb 15, 2023 2:36 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 18767

Re: Rules upgrade from 2.41 to 3.3

Very strange.
Where did you got Rules?
From 3.3.0 Linux CGRU package?

Better to get the latest version from GitHub.
And serve Rules not from /opt, but from some other custom folder.

In 3.3.0 Rules was just switched to Python.
Now it is 3.3.1 - some bug was fixed.