Search found 139 matches

by KnightWare
Tue Jan 12, 2021 6:07 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

I think this (Logging) has changed after 8.2/8.3. I do not see the LogViewer.bat or .Jar files you see in previous posts.
by KnightWare
Tue Jan 12, 2021 3:04 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

There is a Test.log file, no main.log.
Looking in forum as requested.
by KnightWare
Thu Jan 07, 2021 10:21 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

Any more info on this? I'll pursue.
by KnightWare
Thu Jan 07, 2021 10:15 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

WINNER WINNER CHICKEN DINNER

It was the "Start Process". Changing it to just the Process Name works!
Thank You.

Can't believe I got the Syntax wrong, using the F4 function drop down.
by KnightWare
Thu Jan 07, 2021 10:08 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

I hear you about logs. We run AwareIM as services on the server. I always had a hard time getting on the server and opening the logs. I can remote to the server, is there a way to open logs without stopping services and invoking the control panel? There used to be a batch file I beleive, but it seem...
by KnightWare
Thu Jan 07, 2021 9:30 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

This does use an external SQL Table.
by KnightWare
Thu Jan 07, 2021 9:11 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

I've now added to Process 1 - ---------------------------------------------------------------------------------------- ProcessAll FIND ALL DIRT DISPLAY MESSAGE ('Search Count ') + AS_STRING(SEARCH_COUNT) START PROCESS 'UpdateDate' UpdateDate ( <- DIRT as Input) DIRT.PROCESS_DATE = CURRENT_TIMESTAMP ...
by KnightWare
Thu Jan 07, 2021 6:24 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

Looking at wrapper.log (AwareIM\Logs\Wrapper.log) i do not see anything entered as you show. I am running in test mode. I do see entries for errors when I accidentally named the process wrong. But nothing after I corrected.
by KnightWare
Thu Jan 07, 2021 5:16 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

Whats the best way to supply the example? Screen shots of the process's? Updates first record in External SQL table, not all of them. BO is Called DIRT, PID is a numeric record ID DIRT.PID > 0 should return all records. There are 25. ------------------------------------------------------------------...
by KnightWare
Wed Jan 06, 2021 10:27 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

Yes there are 25 records that would be found.
Same - only updates the first record.


Process 1
FIND BO where BO.PID > 0
START PROCESS Process 2

process 2 with BO as input
BO.PROCESS_DATE = CURRENT_TIMESTAMP
by KnightWare
Wed Jan 06, 2021 9:43 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Re: Loop thru BO records for process

Seems to be only operating on 1st BO record.

Process 1
FIND BO where BO.PID > 0
START PROCESS Process 2

process 2 with BO as input
Execute Program program_name BO.Field
by KnightWare
Wed Jan 06, 2021 6:57 pm
Forum: General discussion and questions about Aware IM
Topic: Loop thru BO records for process
Replies: 28
Views: 15069

Loop thru BO records for process

How would I loop thru all records in a BO, and run a process for each. I don't need to check each record, I just need the data from the current context in a process. When the process returns, onto the next record until all records have been run thru. I don't need to update the records, although I co...
by KnightWare
Wed Jan 06, 2021 4:49 pm
Forum: Problem reports
Topic: Process error dialog
Replies: 0
Views: 6370

Process error dialog

While executing a process that calls a command line executable that fails, the fail dialog lists the whole contents of the process action. Unfortunately the text is very long and the dialog box opens larger vertically than screen size so there is no way to close it.
by KnightWare
Mon Dec 28, 2020 5:31 pm
Forum: General discussion and questions about Aware IM
Topic: 8,5 LDAP login stops
Replies: 1
Views: 1461

Re: 8,5 LDAP login stops

This turned out to be a bug in 8.5. New build is supposed to drop.