T
Terry Olsen
I send out a daily email to technicians regarding nightly backup logs. I
use the following code to generate the body of the email:
tmpBody += vbCrLf
tmpBody += "----- " & SupTechs.Item(j) & " (" & tmpCount & " servers
monitored) -----"
tmpBody += vbCrLf
tmpBody += <Specific Server Error Message>
However, I get emails that sometimes have the linebreak before the
Specific Server Error Message, and some that don't. Here's a sample
email:
----- npl2bjl (1 servers monitored) ----- NEOMASVR0000 (Daily Backup):
Canceled by NEOMASVR0000\US\R05D53BESvc,Error - Mount failed. User
canceled a Physical Volume Library operation.
Why is there no linebreak between "-----" and "NEOMASVR0000"? When I
look at the email in a hex editor, it's just a space. Some of the emails
look correct, such as:
----- neb1jwg (3 servers monitored) -----
NECOLSVR0005 (W Drive): Failed,Storage device "COMPAQ 1" reported an
error on a request to write data to media.Error reportedata error
(cyclic redundancy check). Warning - A severe error occurred while
reading or writing data. This job may not have been successfully
completed.Robotic Library: Drive: COMPAQ 1Slot: A communications
failure has occurred between the Backup Exec job engine and the remote
agent.
Any ideas?
use the following code to generate the body of the email:
tmpBody += vbCrLf
tmpBody += "----- " & SupTechs.Item(j) & " (" & tmpCount & " servers
monitored) -----"
tmpBody += vbCrLf
tmpBody += <Specific Server Error Message>
However, I get emails that sometimes have the linebreak before the
Specific Server Error Message, and some that don't. Here's a sample
email:
----- npl2bjl (1 servers monitored) ----- NEOMASVR0000 (Daily Backup):
Canceled by NEOMASVR0000\US\R05D53BESvc,Error - Mount failed. User
canceled a Physical Volume Library operation.
Why is there no linebreak between "-----" and "NEOMASVR0000"? When I
look at the email in a hex editor, it's just a space. Some of the emails
look correct, such as:
----- neb1jwg (3 servers monitored) -----
NECOLSVR0005 (W Drive): Failed,Storage device "COMPAQ 1" reported an
error on a request to write data to media.Error reportedata error
(cyclic redundancy check). Warning - A severe error occurred while
reading or writing data. This job may not have been successfully
completed.Robotic Library: Drive: COMPAQ 1Slot: A communications
failure has occurred between the Backup Exec job engine and the remote
agent.
Any ideas?