"How can I change notification subject?"
I think that you should be able to edit the Notifications file (Make a copy of it first)
Windows Cell Manager
Program Data -> Omniback -> Config -> Server -> Notifications
UNIX Cell Manager
/etc/opt/omni/servr/Notifications
A sample Notification would look like this
NOTIFICATION "SessionError"
{
-event "SessionError"
-ob2eventLog
-parameter LEVEL "Major"
-parameter SINGLEMSGLEVEL "Major"
}
You should be able to change this line
NOTIFICATION "SessionError"
to whatever you want
NOTIFICATION "SessionEng"
and save the file
"...a parameter for subject..."
This will require an Enhancement REquest, since it would represent a change in Coding
"How can I configure DP to stop sending the attachemnts. The OB2_OLDMAIL_FORMAT is not set."
I had never heard of OB2_OLDMAIL_FORMAT before, so I looked it up
Add following in omnirc file at Cell Manager:
OB2_OLDMAIL_FORMAT=0|1
Default: 1
This options is used to determine if Reports sent via email(SMTP)
is sent as attachment or embedded. Setting this option to 1 means
reports will be sent as embedded and setting it to 0 means reports
will be sent as attachement. By default it is set to 1.
So, it looks to me like you will need OB2_OLDMAIL_FORMAT=0 in the 'omnirc' file on your cell manager