It should! Accessing data in the buffer pool is of course faster than incurring database server disk I/O to page it into the buffer pool first, but it is far from being free just because it is memory-resident.
I doubt that using -B2 will help in this case.
Currently, that control record's...
It's not clear to me whether your questions are about OpenEdge Auditing capabilities in general, or about some QAD-specific implementation of it. If it is the latter, then this isn't the appropriate forum.
It depends on what you mean by "access". OpenEdge Auditing (OEA) can audit system...
Note:
proadsv is the Admin service
_proapsv is a Classic App Server agent
As to what is happening in those App Servers, I don't know. The first thing to do is check your App Server logs.
You might also want to revisit your database parameter values. For example, -Mpb larger than -Mn doesn't...
Glad to hear it. We've all been there. It's often easier for someone else to see the bug you've been staring at for a while without seeing it. Asking for help is a good way to get unstuck and make more productive use of your time, even if it's a little humbling sometimes.
I've written here at some length about OE Auditing in the past. It involves extra work (reads, writes, BI/AI note volume), and work isn't free. It has a computational and storage cost. But that isn't a reason to avoid it; compliance requirements trump performance desires. And performance...
CDC was introduced in 11.7.
"Reporting CUDs" isn't much of a business requirement. If you were asking me personally, I'd want much more of an explanation of what you want to accomplish before recommending a solution. But I am confident that solution wouldn't involve parsing aimage scan...
If you want an OpenEdge data viewer, give Patrick Tingen's DataDigger a try.
GitHub - patrickTingen/DataDigger: A dynamic dataviewer for your Progress / OpenEdge databases
$DLC/properties/java.properties only exists in OE 12.1 and later, according to the referenced article.
It also mentions, for earlier releases, a file called $DLC/properties/JavaTools.properties that must be modified if you use OEE or OEM.
The takeaway here is:
The old OpenEdge RDBMS authentication functionality stores hashed passwords in _User.
Passwords are hashed, once, with the encode function, as opposed to a modern, high-quality cryptographic hash function that is suitable for this purpose.
There is no possibility to salt...
When you see a message that begins with "**" and ends with a number in brackets, that number is an error number. You can look these up in the Procedure Editor, or in the ']knowledge base, or in ProKB, which is a downloadable application for browsing the knowledge base.
Here is the entry on...
Another alternative for you is to use VS Code, which is cross-platform. Riverside Software makes an extension for it (called "OpenEdge ABL") that provides features like syntax highlighting, compilation, projects, debugging, etc. It's free.
I used to work on a federated application (multiple databases) which, in the past, stored user credentials and attributes in _User in each of the databases, as well as in an application table.
It had all of the authentication rules you described, implemented at the application level. Password...
I use PDSOE although I am certainly no expert in using and configuring it, and I probably use a fraction of what it can do.
My code is CHUI-only; you can certainly use PDSOE for that use case, and in my opinion it is miles better than the character or GUI Procedure Editors, though Eclipse is...
Also, if you're going to reference KB articles that you think are relevant and expect your audience to be aware of, it's helpful to provide links to those articles so it's easier for others to help you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.