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.
I looked at the thread. You didn't describe what you intend to do. You didn't mention SonarQube or CABL at all.
I tried to help. I think I'm done here.
Again, this isn't an OpenEdge question.
It sounds like your problem can be summarized as follows:
My application code is written in Language X (which happens to be OpenEdge ABL, but that shouldn't matter).
I want to perform code analysis.
I am planning to implement CI in Azure Pipelines and...
Exactly. I think the question to be explored is whether the SonarQube analysis data can be imported into SonarCloud. I wouldn't expect it to matter which language is the target of the analysis.
According to this thread in the Sonar Community, they both use the same analysis engine, so it...
I'm not surprised that your alternate hits are currently zero, since you enabled the feature online. If blocks of the assigned objects were already in the primary buffer pool at the time of the assignments, any subsequent accesses would count as primary hits, since those blocks are on the LRU...
How are you going to create these databases; probkup and prorest?
If so, you could just put modified structure files in the target location (/db/env/whatever) so that the data, AI, and BI extents will go in the location where you have more space. Then restore the databases and you will have...
I'll add that temp-table operations aren't necessarily memory operations, when the TT data grows large enough that it is no longer entirely memory-resident. This transition can lead to sudden and severe application perfomance problems. Doubly so when the session temporary directory (-T) is...
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.