Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

If necessary, it is possible to change the default password ("swx") of the user "dba" in user on the Sybase platform databases (configuration and log database). You can change the password only when the application is stopped.

The password can be changed from the D2SMC or directly using kernel.exe.

Kotva
d2mc
d2mc
Changing password in D2SMC

...

Kotva
kernel
kernel
Changing password using the kernel.exe program


Changing the password using the kernel.exe program, which must be started from the command line (the user must have administrator rights).

...

Application ApplicationName must be properly configured. 


Example of statements logs when the password of the configuration and log database was changed successfully.

...

%D2KNL-I-Application Name: a1
%D2KNL-I-Process was started to change the database password and set the password as permanent.
%D2KNL-I-Opening syscfg.db ....
%D2KNL-I-syscfg.db successfully opened
%D2KNL-I-Opening logfile.db ....
%D2KNL-I-logfile.db successfully opened
%D2KNL-I-Password was changed in syscfg.db.
%D2KNL-I-Setting password as permanent.
%D2KNL-I-Password was successfully set
%D2KNL-I-Password was changed in logfile.db.

...

The password change in the configuration database will be performed even if the log database could not be opened , unless the opening of the log database failed due to an incorrect password. This condition can occur if a configuration and log database with different passwords is used in one application.

...

%D2KNL-I-Application Name: a1
%D2KNL-I-Process was started to change the database password and make the password as permanent.
%D2KNL-I-Opening syscfg.db ....
%D2KNL-I-syscfg.db successfully opened
%D2KNL-I-Opening logfile.db ....
%D2KNL-E-Database error when opening.
%D2KNL-I-Password was changed in syscfg.db.
%D2KNL-I-Setting password as permanent.
%D2KNL-I-Password was successfully set.

...

%D2KNL-I-Application Name: a1
%D2KNL-I-Process was started to change the database password and make the password as permanent.
%D2KNL-I-Opening syscfg.db ....
%D2KNL-I-syscfg.db successfully opened
%D2KNL-I-Opening logfile.db ....
%D2KNL-E-Invalid password. Trying to use swx as password.
%D2KNL-E-Invalid password.
%D2KNL-I-No changes were made.

...

In this case, the password must be reinitialized.
This process can be performed from the D2MC  D2MC or directly using the kernel.exe program, which will be started from the command line (the user must have administrator rights).

...

%D2KNL-I-Application Name: a1
%D2KNL-I-Process was started to set the password as permanent.
%D2KNL-I-Checking password
%D2KNL-I-Opening syscfg.db ....
%D2KNL-I-syscfg.db successfully opened -> close
%D2KNL-I-Opening logfile.db ....
%D2KNL-I-logfile.db successfully opened -> close
%D2KNL-I-Setting password as permanent.
%D2KNL-I-Password was successfully set.

...

%D2KNL-I-Application Name: a1
%D2KNL-I-Process was started to set the password as permanent.
%D2KNL-I-Checking password
%D2KNL-I-Opening syscfg.db ....
%D2KNL-I-I changed the syscfg.db default password.
%D2KNL-I-syscfg.db successfully opened -> close
%D2KNL-I-Opening logfile.db ....
%D2KNL-I-I changed the logfile.db default password.
%D2KNL-I-logfile.db successfully opened -> close
%D2KNL-I-Setting password as permanent.
%D2KNL-I-Password was successfully set.

...