Search found 108 matches

by Squiffy
Tue Jul 04, 2017 8:24 pm
Forum: General discussion and questions about Aware IM
Topic: V8 Beta Issues
Replies: 8
Views: 31914

Re: V8 Beta Issues

Ah, I was unaware of that.

Thanks,
by Squiffy
Tue Jul 04, 2017 7:26 am
Forum: General discussion and questions about Aware IM
Topic: V8 Beta Issues
Replies: 8
Views: 31914

V8 Beta Issues

Not sure where to post these, so starting a thread ...

If your MySQL DB password contains special characters (&^* etc.) the setup pages truncate them in the BASserver.props file. Entering the password manually still doesn't seem to work, so I assume the special characters are a problem?
by Squiffy
Fri Feb 10, 2017 7:12 pm
Forum: General discussion and questions about Aware IM
Topic: Any prizes for being the 1st Daddy - Daughter Aware team?
Replies: 2
Views: 11605

Re: Any prizes for being the 1st Daddy - Daughter Aware team

I think you should be allowed a short holiday.

...

...

Did you enjoy it? Back to work... :)
by Squiffy
Sun Dec 18, 2016 5:35 pm
Forum: General discussion and questions about Aware IM
Topic: [solved] Delete Rule Keeps Retriggering
Replies: 14
Views: 49689

Re: [solved] Delete Rule Keeps Retriggering

The instinct for me was to try and loop through the result set, using BATCHES OF 1 because I'ma traditional programmer. Getting my head around how to manipulate the context is challenging when I'm very ingrained in a different way of thinking. But I get it, I just don't think like it yet without con...
by Squiffy
Fri Dec 16, 2016 7:03 pm
Forum: General discussion and questions about Aware IM
Topic: Talking To Redis
Replies: 4
Views: 17560

Re: Talking To Redis

That is indeed an option. Not 100% sure it's worth it. Need to evaluate properly.
by Squiffy
Fri Dec 16, 2016 6:36 pm
Forum: General discussion and questions about Aware IM
Topic: Talking To Redis
Replies: 4
Views: 17560

Re: Talking To Redis

I have some external hardware which doesn't talk directly to anything outside of itself (though it is networked up). It is controlled through a configuration of sorts held in a Redis DB. Under certain circumstances I would like to update the redis store so the server can act accordingly. At the mome...
by Squiffy
Fri Dec 16, 2016 5:29 pm
Forum: General discussion and questions about Aware IM
Topic: Talking To Redis
Replies: 4
Views: 17560

Talking To Redis

Has anyone tried communicating with a remote Redis server through Aware IM?
by Squiffy
Thu Dec 15, 2016 1:05 pm
Forum: Problem reports
Topic: Oddity - Pressing Q Brings Up Save Dialogue
Replies: 4
Views: 19908

Re: Oddity - Pressing Q Brings Up Save Dialogue

Ah, that probably explains why escaping from it ultimately runs test mode (though in my mind, escape is synonymous with Cancel). But should it happen when I'm naming a process or a query? It doesn't happen when I'm naming a rule. Some context - I was trying to call a process ProcSequenceUpdate and i...
by Squiffy
Thu Dec 15, 2016 11:07 am
Forum: General discussion and questions about Aware IM
Topic: [solved] Delete Rule Keeps Retriggering
Replies: 14
Views: 49689

Re: Delete Rule Keeps Retriggering

IF you wanted to persist in doing it this above way... Nope, I much prefer your way using those modifiers (that was the more AIM way I was looking for). The -1 was only to exclude it from the reordering before ultimately being deleted. Helps tremendously to see it in use. Thank you so much for taki...
by Squiffy
Thu Dec 15, 2016 9:55 am
Forum: General discussion and questions about Aware IM
Topic: [solved] Delete Rule Keeps Retriggering
Replies: 14
Views: 49689

Re: Delete Rule Keeps Retriggering

Pureist :

our posts crossed!

Thank you for your time, I will study what you have done for me.

Many thanks again for your help.
by Squiffy
Thu Dec 15, 2016 9:54 am
Forum: General discussion and questions about Aware IM
Topic: [solved] Delete Rule Keeps Retriggering
Replies: 14
Views: 49689

Re: Delete Rule Keeps Retriggering

Ok, this seems to work. Under "Rules (when object is deleted)" I'm setting Sequence to -1 to tag the instance being deleted. Is there a more AIM-way to exclude this (I suppose "current") instance from future processing? I then call my processes, adjusting the FIND ALLs to FIND ... WHERE Sequence <> ...
by Squiffy
Thu Dec 15, 2016 7:50 am
Forum: Problem reports
Topic: Oddity - Pressing Q Brings Up Save Dialogue
Replies: 4
Views: 19908

Oddity - Pressing Q Brings Up Save Dialogue

On Windows :

1. Create a new process.
2. Enter a name for the process containing a "q"

The dialogue to save pops up.

Now press the escape key 3 times - the system goes into Test mode.
by Squiffy
Thu Dec 15, 2016 7:46 am
Forum: General discussion and questions about Aware IM
Topic: [solved] Delete Rule Keeps Retriggering
Replies: 14
Views: 49689

Re: Delete Rule Keeps Retriggering

I think your approach is wrong, Almost certainly. 1. General ... I recognise I make those mistakes still - though less so as time goes on - but in my (slight) defence the BSV you see before you was named without much care for a quick example to reproduce my issue. Points all noted though. I agree w...
by Squiffy
Wed Dec 14, 2016 9:55 pm
Forum: General discussion and questions about Aware IM
Topic: [solved] Delete Rule Keeps Retriggering
Replies: 14
Views: 49689

Re: Delete Rule Keeps Retriggering

Sorry to bump this thread, but I'm so sure I'm missing something simple that it's frustrating me. The process ProcSequenceReorder is in batches of 1 so it gets paused and restarted as many times as there are instances of the BO but I just don't see how to stop the Rule attached to the delete event o...