Hello,
Pro2 v5.0
The replBatch process starts on linux.
When the queue is being processed, I see the following error in the log replproc20170530-1.log
**? is not a queryable attribute for QUERY widget. (4052)
**? is not a queryable attribute for QUERY widget. (4052)
**? is not a queryable attribute for QUERY widget. (4052)
....
....
**? is not a queryable attribute for QUERY widget. (4052)
**? is not a queryable attribute for QUERY widget. (4052)
**? is not a queryable attribute for QUERY widget. (4052)
**? is not a queryable attribute for QUERY widget. (4052)
Because of this message, the size of the log grows very quickly.
I tried using clientlog to get more information. I see the following:
[17/05/30@15:13:07.420+0300] P-028019 T-1261090624 1 4GL -- (Procedure: 'bprepl/ReplProc.p' Line:665) **? is not a queryable attribute for QUERY widget. (4052)
I do not know what's going on in ReplProc, since it's encrypted.
How can I fix it?
Regards,
Valeriy
Hi Valeriy, This has been fixed in 5.0.1, which releases the end of this week.
On what version are you seeing this error? To get the version, go to the bprepl folder and look at open the file labeled about.txt.
Hi Terry,
[oracle@ol7 bprepl]$ cat about.txt
======================================
Pro2 Replication Suite
Version 5.0.0 - 4/24/2017
======================================
Since you did a "cat" command to run get this data, can I assume you are attempting to run replication directly on UNIX versus a Windows based machine? If yes, have you tried running replication on the Pro2 Windows box to see if you see this same problem?
>can I assume you are attempting to run replication directly on UNIX
Yes
>If yes, have you tried running replication on the Pro2 Windows box to see if you see this same problem?
The problem is the same.
P.S.
on Linux and Windows I use OpenEdge 11.6
Hi Terry,
If there any ideas why this occurs and how to fix this?
Hi Valeriy, This has been fixed in 5.0.1, which releases the end of this week.
Thank you!