-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95869d2
commit 2ae95e9
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ERR1="No space left on device" | ||
ERR2="" | ||
ERR3="" | ||
SOL="Espacio lleno en el servidor, depurar el FS." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ERR1="Another session operation is in progress. Please retry later." | ||
ERR2="" | ||
ERR3="" | ||
SOL="Sesiones atrapadas a nivel consola ESB, favor de revisar y/o liberar sesiones" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ERR1="Connection refused (Connection refused); No available router to destination" | ||
ERR2="" | ||
ERR3="" | ||
SOL="Consola (IP y puerto) no se alcanzan, validar que servidor se alcance" |