Hey, I created a few .sql queries that i'm running via a .cmd file, having CQC kick them off via TrayMon. Getting a max collection node count exceeded error, although the query seems to run.
I dropped it to 1 query at a time, still having it. Check out the log file.
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
02-11-2018, 07:16 PM (This post was last modified: 02-11-2018, 07:17 PM by Dean Roddey.)
Hmmm... I don't think it has anything to do with how many queries. It looks like it's doing something that it expects to have a certain number of somethings and that is being exceeded. In this case, it's expecting a maximum of 1. I'll take a look at it.
Are you actually running the Windows command interpreter, cmd.exe? Generally you'd need to do that and pass it the command file to run, i.e. don't give it the command file directly.
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
it does work, but it's throwing that error. Should I not use InvokeFile?
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
There is a StartRemApp that is better for running programs. The program would be Cmd.exe and you pass the other stuff as parameters. Cmd.Exe should be in the path but you can give it the C:\Windows\System32\Cmd.exe full path if needed. None of those parameters have spaces so there shouldn't be any real complications, though I'm a little iffy on how redirection works in that case. But just pass in those parameters as is and see how that works.
I forgot to mention that I made a change that might have been related to this a number of beta drops back. Has anyone on the recent betas noticed this issue or other issues with the Tray Monitor still hanging up?