Search results

  1. kasundha

    This server has too many open cursors so the cursor creation attempt by user

    What is this error and how to handle it. [2025/10/21@10:13:59.658+2300] P-12256328 T-1 I SRV 35: (15093) SYSTEM ERROR: This server has too many open cursors so the cursor creation attempt by user 1223 at line 959 in /vobs_rkt/src/glue/nsadb.c, msgcode 50, ROWID 0, table 152, index 364...
  2. kasundha

    Multiple Failed login attempts records in audit log

    I have edited my previous reply because I have not explained my question properly. Sorry for the inconvenience. I wanted to highlight this part: "I noticed more than 30 logs for the same user in the report, and between log entries, there are no time gaps."
  3. kasundha

    Multiple Failed login attempts records in audit log

    After you fail 5 times you are “locked out”, right? - yes Yes, user logins are handled by the application level well, but the issue is, our internal auditors are requesting a "failed login attempts" report from the DB auditing. When i got the report, I noticed more than 30 logs for the same user...
  4. kasundha

    Multiple Failed login attempts records in audit log

    I generated this report from a customised audit logs report. ID 10501 In our system login screen, we have set the maximum failed login attempts limit to 5. However, the audit log report shows over 20 failed login attempts for this user. Does anybody have any idea about this...
  5. kasundha

    Auditing tables are not showing in Tableau

    We enabled auditing very recently, so we plan to move auditing data to an archiving database every month.
  6. kasundha

    Auditing tables are not showing in Tableau

    I have granted SQL access for the following tables, but these tables are not showing on Tableau. -306-_aud-file-policy -305-_aud-field-policy -304-_aud-event-policy -303-_aud-event -302-_aud-audit-policy -301-_aud-audit-data-value -300-_aud-audit-data OpenEdge...
  7. kasundha

    Restore a DB without audit data

    We have different DB servers for other purposes, and from time to time, we need to restore the live DB backups to those servers. Since I have a server spacing issue, I'm trying to omit the audit data from those servers. Eg:- Monthly reporting server - replacing the db in every month-end.
  8. kasundha

    Restore a DB without audit data

    Is there any method to take the backup, excluding audit data?
  9. kasundha

    Restore a DB without audit data

    I need to restore a progress DB, excluding the audit data area. DB backup has already been taken with the Audit Data Os :- AIX Progress DB version:- 11.7.19 Note:- We are still doing the DB migration process, Linux + OE 12.X
  10. kasundha

    Openedge Rest API error

    OE Version:- 12.8 Evaluation Edition. I have developed a sample code to test Rest API and I'm getting this error while sending the request through Postman.
  11. kasundha

    use server login as a db login

    OpenEdge version:- 11.7.19 (Migration process to OE 12 is ongoing) Server AIX. When I want to make any schema changes(upload df files) to the DB, I log in to the AIX server with the user account and then log in to the DB with another account (DBA - *created in _user table ). Is there any...
  12. kasundha

    Issues after installing the service pack 11.7.19

    Hi Rob, I just downloaded the service pack setup from the ESD site and ran the exe file.
  13. kasundha

    Issues after installing the service pack 11.7.19

    I have installed the service pack 11.7.19 and after the installation when opening the developer studio, following error messages are displaying. Previous version : - 11.7.3 service pack :- 11.7.19
  14. kasundha

    Track Structural Changes in DB (Auditing not enabled)

    Thanks. Yes, we are planning to move AIX to Linux and upgrade the OE version too.
  15. kasundha

    Track Structural Changes in DB (Auditing not enabled)

    OE 11.7.19 OS : - AIX 7.2.0.0 As an audit requirement, I want to track structural-level changes in the DB. Adding new extents. Loading DF files. online backups. or any other changes in the db. (Not data level changes).
  16. kasundha

    Question DB user-level password policy implementation OE 11.73

    So do we have any mechanism to apply some conditions to DBA users like a password expiration period?
  17. kasundha

    Question DB user-level password policy implementation OE 11.73

    Encoded charaters are same for different charater sets... :oops:
  18. kasundha

    Question DB user-level password policy implementation OE 11.73

    I'm using _user table to manage user accounts in the system but I'm using application-level password policy to manage user's passwords. I need to implement a password policy in the database. scenarios as follows. for password complexity. password renewal timeframes. password history (cannot use...
  19. kasundha

    Question Online Field/Table Description Changes

    In 2023, I'm facing the same issue. If guys have found any solution to this, please do comment. thanks
  20. kasundha

    Does anyone have a Calendar (date-picker) example?

    Thank you... this is great
Back
Top