Search found 12 matches

Go to advanced search

by GerardO'Brien
Mon Sep 05, 2022 8:54 am
Forum: General Discussion
Topic: JadeAuditAccess - How can I retrieve Array Attributes from the Journals
Replies: 1
Views: 4065

Re: JadeAuditAccess - How can I retrieve Array Attributes from the Journals

I'll have a crack at it. In JADE 2018 the ability to identify OIDs added to or removed from a collection block update record was added. Information could be retrieved for collections of Set, ObjectArray, and MemberKeyDictionary classes and their subclasses. These collection block types contain entri...
by GerardO'Brien
Wed Sep 15, 2021 4:15 pm
Forum: General Discussion
Topic: JadeAuditAccess.getUserData(pUserName, pIndex); How is pIndex used?
Replies: 5
Views: 6384

Re: JadeAuditAccess.getUserData(pUserName, pIndex); How is pIndex used?

Yes, you need to find the change user that is logged by the kernel.

see snippet
snippet.txt
(567 Bytes) Downloaded 464 times
by GerardO'Brien
Wed Sep 15, 2021 8:29 am
Forum: General Discussion
Topic: JadeAuditAccess.getUserData(pUserName, pIndex); How is pIndex used?
Replies: 5
Views: 6384

Re: JadeAuditAccess.getUserData(pUserName, pIndex); How is pIndex used?

The information is for you to maintain association structures relating transactions to users. The index is the database user table index for the user with that name. You get the index and user name from the sign on, sign off, and change user records, and you get the index from begin transaction, com...
by GerardO'Brien
Fri Dec 14, 2018 1:02 pm
Forum: General Discussion
Topic: websocket in 2018
Replies: 4
Views: 6053

Re: websocket in 2018

Perhaps they missed including the dll in the distribution. Open a contact with Jade Support.
by GerardO'Brien
Thu Dec 13, 2018 2:50 pm
Forum: General Discussion
Topic: websocket in 2018
Replies: 4
Views: 6053

Re: websocket in 2018

For IIS config details, see "Connecting to JADE Applications using the WebSocket Protocol", in Chapter 2 of the JADE
Installation and Configuration Guide
by GerardO'Brien
Wed Oct 24, 2012 6:59 am
Forum: General Discussion
Topic: Bret Victor - Inventing on Principle
Replies: 3
Views: 4843

Re: Bret Victor - Inventing on Principle

Thanks for the links. Excellent material.
by GerardO'Brien
Fri Jan 20, 2012 7:35 am
Forum: General Discussion
Topic: buffer cleanup on exit?
Replies: 1
Views: 2661

Re: buffer cleanup on exit?

It was found that process termination could take an awfully long time when database caches were very large in a 64 bit database server. Traversing the buffer pool and verifying the state of the buffers didn't cost much but cleanup, that is removing each buffer from control structures (list managemen...
by GerardO'Brien
Mon Aug 22, 2011 8:55 am
Forum: Design and Architecture
Topic: Anti Virus Exclusions
Replies: 6
Views: 11201

Re: Anti Virus Exclusions

Some antivirus products seem friendlier than others. Some lock access to files or regions within files momentarily, denying the creator/owner access, causing distress. Some never seem to cause an issue. What can happen isn't really known as antivirus products typically don't publish much about how/w...
by GerardO'Brien
Fri Oct 15, 2010 8:16 am
Forum: General Discussion
Topic: Converting a database to run on Linux
Replies: 18
Views: 17575

Re: Converting a database to run on Linux

BJ's code should help you. What you are providing is the highest file number you want or need the database file access array to be indexable by. In the old days it was dynamically resized, and that involved locks and maneuvers affecting everything accessing files on the off-chance the array would ne...
by GerardO'Brien
Fri Aug 27, 2010 10:08 am
Forum: General Discussion
Topic: Audit details of Collection Changes
Replies: 3
Views: 4870

Re: Audit details of Collection Changes

Database auditing is a mechanism used by the database engine to restore state in the event of failure (transaction or system). In general, when a database record update is audited, information that permits construction of either the before image, or the after image, is written to the audit trail. Mo...

Go to advanced search