Recent content by kasundha

  1. 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.
  2. 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
  3. 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.
  4. 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).
  5. 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?
  6. kasundha

    Question DB user-level password policy implementation OE 11.73

    Encoded charaters are same for different charater sets... :oops:
  7. 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...
  8. 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
  9. kasundha

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

    Thank you... this is great
  10. kasundha

    XIRR Function

    I need to use XIRR function with openedge 10.2B version.
  11. kasundha

    Remove unwanted large spaces in string value

    I need to remove large spaces from a given string value before updating the db. eg: - 'PTPPromise to Pay :- 07/05/2019 , 13500.00 , Walk In , , RelativesMet customer wife . T.p.0702462817.'
  12. kasundha

    Disconnect DB is not working

    we have limited user licence and that is why i'm suffering about this issue. these days our network is a little bit slower than other days, is it effects to occur this issue.?
  13. kasundha

    Disconnect DB is not working

    This is the code. DEFINE NEW GLOBAL SHARED VARIABLE mBNAME AS CHAR. DEFINE NEW GLOBAL SHARED VARIABLE mSYSDATE AS DATE. DEFINE NEW GLOBAL SHARED VARIABLE loginname AS CHAR. DEFINE VARIABLE vConFlag AS LOGICAL NO-UNDO. SESSION:MULTITASKING-INTERVAL = 100. DO WHILE NOT (CONNECTED ("gl")...
  14. kasundha

    Disconnect DB is not working

    The session is still shown as an active session in PROMON.
Top