[BR_forum] err1154

Information and discussion about BR error codes.

Moderators: Susan Smith, admin

Post Reply
rmills

[BR_forum] err1154

Post by rmills »

Unfortunately, 1154 is not just a single, easy to find, problem.
According to (Dan(?)) a release note I found, just the other day in fact
1154 can be caused by a space following a !:

"During EDIT if a space is added to !: then error 1154 was being generated."

It almost appears to be used as a catch all for errors coming back from
the EDIT command.

I've noted some conditions (ie duplicate line numbers) in the MyEditBR
HWEs but I haven't been able to track down all causes and either provide a
hint or a fix the causes.

If someone can identify a reproducible test case I'll either try and fix
MyEditBR to properly detect it and fix it or to raise a warning message.

Ryan
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

[BR_forum] err1154

Post by John »

I think the problem here is that BR! isn't telling us what line the 1154 is on.
It should, than MEBR could notify the user or the user could fix it in his
editor of choice. Hhmmmmm... I update the error documentation after I find
the cause. (as you see it's been done so many times in the past)

-john
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

[BR_forum] err1154

Post by John »

It was an 804 character line in 4.18. MEBR did tell me about it, I just didn't
believe it's line length warning :P it was cause #2 listed on the brwiki, duh.

-john

-----Original Message-----
From: br_forum-bounces@ads.net [mailto:br_forum-bounces@ads.net] On Behalf Of
rmills@mills-enterprise.ca
Sent: Thursday, June 11, 2009 11:28 AM
To: Business Rules Forum
Subject: Re: [BR_forum] err1154

Unfortunately, 1154 is not just a single, easy to find, problem.
According to (Dan(?)) a release note I found, just the other day in fact
1154 can be caused by a space following a !:

"During EDIT if a space is added to !: then error 1154 was being generated."

It almost appears to be used as a catch all for errors coming back from
the EDIT command.

I've noted some conditions (ie duplicate line numbers) in the MyEditBR
HWEs but I haven't been able to track down all causes and either provide a
hint or a fix the causes.

If someone can identify a reproducible test case I'll either try and fix
MyEditBR to properly detect it and fix it or to raise a warning message.

Ryan.
The problem is almost always duplicate line numbers or line numbers out of
order.
If you are using line numbers in your editing, MyEditBR will give warnings
(not errors) about both of these.
If you aren't using Line Numbers and are automatically generating line
numbers, then there is probably an error in the script somewhere.

------------------------
Kevin Klappstein
Western Canadian Software





_______________________________________________
BR_forum mailing list
BR_forum@ads.net
http://ads.net/mailman/listinfo/br_forum_ads.net


_______________________________________________
BR_forum mailing list
BR_forum@ads.net
http://ads.net/mailman/listinfo/br_forum_ads.net


_______________________________________________
BR_forum mailing list
BR_forum@ads.net
http://ads.net/mailman/listinfo/br_forum_ads.net
John Bowman
Post Reply