Skip to content

Commit 12fb792

Browse files
committed
Update managing-passwords-sybasetosql.md
acrolinx fixes
1 parent d4258c8 commit 12fb792

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/ssma/sybase/managing-passwords-sybasetosql.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Specify a valid password using one of the following three methods:
2727

2828
1. **Clear Text:** Type the database password in the value attribute of the 'password' node. It is found under the server definition node in the Server section of the script file or server connection file.
2929

30-
Passwords in clear text are not secure. Therefore, you will encounter the following warning message in the console output: *"Server <server-id> password is provided in non-secure clear text form, SSMA Console application provides an option to protect the password through encryption, please see -securepassword option in SSMA help file for more information."*
30+
Passwords in clear text are not secure. Therefore, you will find the following warning message in the console output: *"Server <server-id> password is provided in non-secure clear text form, SSMA Console application provides an option to protect the password through encryption, please see -securepassword option in SSMA help file for more information."*
3131

3232
**Encrypted Passwords:** The specified password, in this case, is stored in an encrypted form on the local machine in ProtectedStorage.ssma.
3333

@@ -37,7 +37,7 @@ Specify a valid password using one of the following three methods:
3737

3838
- At prompt, the user is asked to enter the database password and confirm it.
3939

40-
The server definition ids and its corresponding encrypted passwords are stored in a file on the local machine
40+
The server definition IDs and its corresponding encrypted passwords are stored in a file on the local machine
4141

4242
Example 1:
4343

@@ -63,7 +63,7 @@ Specify a valid password using one of the following three methods:
6363

6464
- **Removing Encrypted Passwords**
6565

66-
Execute the `SSMAforSybaseConsole.exe` with the`-securepassword` and `-remove` switch at command line passing the server ids, to remove the encrypted passwords from the protected storage file present on the local machine.
66+
Execute the `SSMAforSybaseConsole.exe` with the`-securepassword` and `-remove` switch at command line passing the server IDs, to remove the encrypted passwords from the protected storage file present on the local machine.
6767

6868
Example:
6969

@@ -72,9 +72,9 @@ Specify a valid password using one of the following three methods:
7272
C:\SSMA\SSMAforSybaseConsole.EXE -securepassword -remove "source_1,target_1"
7373
```
7474
75-
- **Listing Server Ids whose passwords are encrypted**
75+
- **Listing Server IDs whose passwords are encrypted**
7676
77-
Execute the `SSMAforSybaseConsole.exe` with the `-securepassword` and `-list` switch at command line to list all the server ids whose passwords have been encrypted.
77+
Execute the `SSMAforSybaseConsole.exe` with the `-securepassword` and `-list` switch at command line to list all the server IDs whose passwords have been encrypted.
7878
7979
Example:
8080

@@ -87,7 +87,7 @@ Specify a valid password using one of the following three methods:
8787
> 2. When no password exists in the server section of the server connection file or the script file or if it has not been secured on the local machine, the console prompts you to enter the password.
8888
8989
## Exporting or Importing Encrypted Passwords
90-
The SSMA Console application allows you to export encrypted database passwords present in a file on the local machine to a secured file and vice-versa. It helps in making the encrypted passwords machine independent. Export functionality reads the server id and password from the local protected storage and saves the information in an encrypted file. The user is prompted to enter the password for the secured file. Make sure the password entered is 8 characters length or more. This secured file is portable across different machines. Import functionality reads the server id and password information from the secured file. The user is prompted to enter the password for the secured file and appends the information to the local protected storage.
90+
The SSMA Console application allows you to export encrypted database passwords present in a file on the local machine to a secured file and vice-versa. It helps in making the encrypted passwords machine independent. Export functionality reads the server ID and password from the local protected storage and saves the information in an encrypted file. The user is prompted to enter the password for the secured file. Make sure the password entered is eight characters length or more. This secured file is portable across different machines. Import functionality reads the server id and password information from the secured file. The user is prompted to enter the password for the secured file and appends the information to the local protected storage.
9191
9292
### Export example:
9393

@@ -99,13 +99,13 @@ The SSMA Console application allows you to export encrypted database passwords p
9999
100100
4. Enter password for protecting the exported file: xxxxxxxx
101101
102-
5. Please confirm password: xxxxxxxx
102+
5. Confirm password: xxxxxxxx
103103
104104
6. `C:\SSMA\SSMAforSybaseConsole.EXE -p -e "SybaseDB_1_1,Sql_1" "machine2passwords.file"`
105105
106106
7. Enter password for protecting the exported file: xxxxxxxx
107107
108-
8. Please confirm password: xxxxxxxx
108+
8. Confirm password: xxxxxxxx
109109
110110
### Import example:
111111

@@ -117,13 +117,13 @@ The SSMA Console application allows you to export encrypted database passwords p
117117
118118
4. Enter password to import the servers from encrypted file: xxxxxxxx
119119
120-
5. Please confirm password: xxxxxxxx
120+
5. Confirm password: xxxxxxxx
121121
122122
6. `C:\SSMA\SSMAforSybaseConsole.EXE -p -i "SybaseDB_1,Sql_1" "machine2passwords.file"`
123123
124124
7. Enter password to import the servers from encrypted file: xxxxxxxx
125125
126-
8. Please confirm password: xxxxxxxx
126+
8. Confirm password: xxxxxxxx
127127
128128
## See Also
129129
[Executing the SSMA Console (Sybase)](./executing-the-ssma-console-sybasetosql.md)

0 commit comments

Comments
 (0)