Dear Experts, I have this email notification (setup in CMC) that is sent out after the report runs successfully:
Subject: %SI_NAME% ran successfully on Production
Message: %SI_NAME% report ran on Production BOE System
ID: %SI_ID%
User Full Name: %SI_USERFULLNAME%
Start Time: %SI_STARTTIME%
End Time: %SI_ENDTIME%
Schedule Interval Minutes: %SI_SCHEDULE_INTERVAL_MINUTES%
Viewer URL: %SI_VIEWER_URL%
Regards,
BOE Team.
The %SI_ENDTIME% doesn't show at all. I do get the %SI_STARTTIME%. Am I missing anything. I'm new to .NET programming, so please be explanative in your answers. I appreciate all the help. I'm on Windows Server 2003 and BOXI R2
The sample email notification a user gets looks like this:
XXX report ran on Production BOE System:
ID: 123456
USERFULLNAME: John, Smith
Run Time: 2009-11-04-15-03-37.
End Time: %SI_ENDTIME%.
Regards,
BOE Team.
If you notice, the %SI_ENDTIME% remains the same and does not give me the end time. Any ideas what is wrong here?
If %SI_ENDTIME% doesn't work, is there any alternative object that will give me the end time of the report being run?
Subject: %SI_NAME% ran successfully on Production
Message: %SI_NAME% report ran on Production BOE System
ID: %SI_ID%
User Full Name: %SI_USERFULLNAME%
Start Time: %SI_STARTTIME%
End Time: %SI_ENDTIME%
Schedule Interval Minutes: %SI_SCHEDULE_INTERVAL_MINUTES%
Viewer URL: %SI_VIEWER_URL%
Regards,
BOE Team.
The %SI_ENDTIME% doesn't show at all. I do get the %SI_STARTTIME%. Am I missing anything. I'm new to .NET programming, so please be explanative in your answers. I appreciate all the help. I'm on Windows Server 2003 and BOXI R2
The sample email notification a user gets looks like this:
XXX report ran on Production BOE System:
ID: 123456
USERFULLNAME: John, Smith
Run Time: 2009-11-04-15-03-37.
End Time: %SI_ENDTIME%.
Regards,
BOE Team.
If you notice, the %SI_ENDTIME% remains the same and does not give me the end time. Any ideas what is wrong here?
If %SI_ENDTIME% doesn't work, is there any alternative object that will give me the end time of the report being run?