Search found 913 matches

by timurhai
Sat Feb 15, 2020 2:21 pm
Forum: Maya
Topic: Maya projects path error
Replies: 3
Views: 6904

Re: Maya projects path error

Hi.
It should, and it was.
But for now it is commented for some reason:
https://github.com/CGRU/cgru/blob/maste ... ob.py#L628
And I really do not know why ((
I should check it out.

Try to uncomment it. If it will work normally, you can create a pull request on github.
by timurhai
Wed Feb 12, 2020 3:05 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186540

Re: Afanasy Statistics

I thought you was asking about PostgreSQL error: "FATAL: ...". Afserver asked to launch that string to insert into table, but failed: AFERROR: SQL command execution failed: INSERT INTO jobs (annotation,blockname,capacity,desctiption,folder,jobname,hostmask,service,tasks_done,tasks_quantity...
by timurhai
Wed Feb 12, 2020 1:44 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186540

Re: Afanasy Statistics

You can see it in 100% scale. I see just a screenshot, that was scaled down. I am not a PostgreSQL guru, i can`t explain this error details.
by timurhai
Wed Feb 12, 2020 9:22 am
Forum: Maya
Topic: Maya projects path error
Replies: 3
Views: 6904

Re: Maya projects path error

Hi. Afstaeter runs command that it constructs displays. Python script afjob.py constructs a job and sends it to afserver. Job contains tasks, task contains a command for each frame that will be launched on a farm machine by afrender. If something (even anything) is not going as expected, you should ...
by timurhai
Tue Feb 11, 2020 3:01 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186540

Re: Afanasy Statistics

May be afserver has not enough rights to write DB?
Try to google error that PostgreSQL module writes in afserver log.
by timurhai
Thu Feb 06, 2020 3:09 pm
Forum: Maya
Topic: AVOIDING Exit Code -1073741819
Replies: 5
Views: 8452

Re: AVOIDING Exit Code -1073741819

Ensure that it found Render.exe location.
by timurhai
Thu Feb 06, 2020 12:07 pm
Forum: Maya
Topic: AVOIDING Exit Code -1073741819
Replies: 5
Views: 8452

Re: AVOIDING Exit Code -1073741819

So now you see your problem.
You should dig what is going on, what is the difference between computers.
May be mayarender script can't find Maya installation directory?
by timurhai
Thu Feb 06, 2020 8:42 am
Forum: Maya
Topic: AVOIDING Exit Code -1073741819
Replies: 5
Views: 8452

Re: AVOIDING Exit Code -1073741819

Hello. You want to say, that the same command mayarender -r file -s 1 -e 1 -b 1 -cam "camera1" -rd "O:\carriage" "P:\0_assets\0_props\carriage\2_shading\carriage_shading.0014.ma" returns some different exit code on some machine? Have you tried this command w/o Afanasy, ...
by timurhai
Wed Feb 05, 2020 1:05 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186540

Re: Afanasy Statistics

Try to look at afserver logs. Is there any error inserting in DB tables?
Try to delete job(s). Only after job(s) deletion statistics is pushed.
To make web browser logs more readable, you should filter errors only and clear logs before F5 (to look at one session only).
by timurhai
Tue Feb 04, 2020 7:53 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186540

Re: Afanasy Statistics

Also,
Job is pushed to DB on deletion.
Task on finish.