[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Exceptions in SQR
- Subject: [sqr-users] Exceptions in SQR
- From: "tam kag" <kaghdot@hotmail.com>
- Date: Mon, 11 Jul 2005 13:42:38 +0000
- Bcc:
- Delivery-date: Mon, 11 Jul 2005 08:43:42 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hello,
I'm trying to write an exception report, I have copied this code from the
Brio Manual. then published the file in Brio Portal and allowed exceptions
to occur then subscribed to receive exceptions, then ran the job but I have
not received the exception report.
the code used:
begin-program
print 'testing exceptions' (5,5)
move 'testing exceptions in SQR' to $excpetion_text
do exception
end-program
begin-procedure exception
open 'output.properties' as 0 for-append record=32767:vary
write 0 from 'rating=high_priority'
write 0 from 'exception.default=on'
write 0 from $excpetion_text
close 0
end-procedure
Please advice.
Thank you
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users