[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Exceptions in SQR
- Subject: RE: [sqr-users] Exceptions in SQR
- From: "Steve Cavill" <steve.cavill@infoclarity.com.au>
- Date: Thu, 14 Jul 2005 20:18:50 +1000
- Delivery-date: Thu, 14 Jul 2005 05:20:12 -0500
- In-reply-to: <BAY106-F24CA5497620D00B00D55B6B5DC0@phx.gbl>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: AcWGHudw+0WB2ZDnR063uskjRQsNwQCPmqZQ
I think you need:
move 'exception.text=testing exceptions in SQR' to $excpetion_text
Steve.
-----Original Message-----
From: sqr-users-bounces+steve.cavill=infoclarity.com.au@sqrug.org
[mailto:sqr-users-bounces+steve.cavill=infoclarity.com.au@sqrug.org] On Behalf
Of tam kag
Sent: Monday, 11 July 2005 11:43 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] Exceptions in SQR
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
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users