E10: Equivalent of MESSAGE in Progress

Thanks Jose,

Right now, I am writing to my own log file using StreamWriter. It works for what I need it for but I was just wondering if there was another way.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, September 17, 2015 10:57 AM
To: Vantage <vantage@yahoogroups.com>
Subject: Re: [Vantage] E10: Equivalent of MESSAGE in Progress


Ice.Diagnostics.Log.WriteEntry("HELLO");

However it all goes to the Server EventViewer... not that useful


Jose C Gomez
Software Engineer

T: 904.469.1524 mobile
E: jose@...<mailto:jose@...>
http://www.josecgomez.com
[Image removed by sender.]<http://www.linkedin.com/in/josecgomez> [Image removed by sender.] <http://www.facebook.com/josegomez> [Image removed by sender.] <http://www.google.com/profiles/jose.gomez> [Image removed by sender.] <http://www.twitter.com/joc85> [Image removed by sender.] <http://www.josecgomez.com/professional-resume/> [Image removed by sender.] <http://www.josecgomez.com/feed/>

Quis custodiet ipsos custodes?

On Thu, Sep 17, 2015 at 10:50 AM, Joe Rojas jrojas@...<mailto:jrojas@...> [vantage] <vantage@yahoogroups.com<mailto:vantage@yahoogroups.com>> wrote:


Hello,

In E9 Progress, I could use the MESSAGE command in ABL to send information to the server log files.
While a little cumbersome, it was a decent way to debug ABL code.

Is there an equivalent in E10?
I have code in the “On Save” method of a configurator that is not behaving like I am expecting. Where this is a server side method, I’m looking for some way to debug.

[cid:bcf1f9.png@4ad14449.49885ed7]


Joe Rojas
Director of Information Technology
(781) 408-9278<tel:%28781%29%20408-9278> Mobile
(781) 573-0291<tel:%28781%29%20573-0291> Local
(781) 232-5191<tel:%28781%29%20232-5191> Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>


[Non-text portions of this message have been removed]




[Non-text portions of this message have been removed]
Hello,

In E9 Progress, I could use the MESSAGE command in ABL to send information to the server log files.
While a little cumbersome, it was a decent way to debug ABL code.

Is there an equivalent in E10?
I have code in the “On Save” method of a configurator that is not behaving like I am expecting. Where this is a server side method, I’m looking for some way to debug.

[cid:bcf1f9.png@4ad14449.49885ed7]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>



[Non-text portions of this message have been removed]
Is there a reason you’re not using visual studio to debug your bpm?

Rob Bucek
Production Control Manager
D&S Manufacturing
301 E. Main St. | PO Box 279
Black River Falls, WI 54615
715-284-5376 Ext. 311
Mobile: 715-896-3119
rbucek@...
www.dsmfg.com<http://www.dsmfg.com>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, September 17, 2015 9:51 AM
To: vantage@yahoogroups.com
Subject: [Vantage] E10: Equivalent of MESSAGE in Progress



Hello,

In E9 Progress, I could use the MESSAGE command in ABL to send information to the server log files.
While a little cumbersome, it was a decent way to debug ABL code.

Is there an equivalent in E10?
I have code in the “On Save” method of a configurator that is not behaving like I am expecting. Where this is a server side method, I’m looking for some way to debug.

[cid:bcf1f9.png@4ad14449.49885ed7]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>


[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]
Ice.Diagnostics.Log.WriteEntry("HELLO");

However it all goes to the Server EventViewer... not that useful


Jose C Gomez
Software Engineer


T: 904.469.1524 mobile

Quis custodiet ipsos custodes?

On Thu, Sep 17, 2015 at 10:50 AM, Joe Rojas jrojas@... [vantage] <vantage@yahoogroups.com> wrote:

Â
<div>
  
  
  <p>Hello,


In E9 Progress, I could use the MESSAGE command in ABL to send information to the server log files.
While a little cumbersome, it was a decent way to debug ABL code.

Is there an equivalent in E10?
I have code in the “On Save” method of a configurator that is not behaving like I am expecting. Where this is a server side method, I’m looking for some way to debug.

[cid:bcf1f9.png@4ad14449.49885ed7]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg]
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png]<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png] <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png] <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png] <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png] <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png] <http://matsinc.com/blog>


[Non-text portions of this message have been removed]

</div>
 


<div style="color:#fff;min-height:0;"></div>

To answer your question directly, because I don’t know how to. :D
However, would this work with debugging a configurator?

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, September 17, 2015 10:53 AM
To: vantage@yahoogroups.com
Subject: [Vantage] RE: E10: Equivalent of MESSAGE in Progress



Is there a reason you’re not using visual studio to debug your bpm?

Rob Bucek
Production Control Manager
D&S Manufacturing
301 E. Main St. | PO Box 279
Black River Falls, WI 54615
715-284-5376 Ext. 311
Mobile: 715-896-3119
rbucek@...
www.dsmfg.com<http://www.dsmfg.com>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, September 17, 2015 9:51 AM
To: vantage@yahoogroups.com
Subject: [Vantage] E10: Equivalent of MESSAGE in Progress



Hello,

In E9 Progress, I could use the MESSAGE command in ABL to send information to the server log files.
While a little cumbersome, it was a decent way to debug ABL code.

Is there an equivalent in E10?
I have code in the “On Save” method of a configurator that is not behaving like I am expecting. Where this is a server side method, I’m looking for some way to debug.

[cid:bcf1f9.png@4ad14449.49885ed7]


Joe Rojas
Director of Information Technology
(781) 408-9278 Mobile
(781) 573-0291 Local
(781) 232-5191 Fax


[http://matsinc.com/images/e-mail-signatures/tagline.jpg%5d
[http://matsinc.com/images/e-mail-signatures/graphics/logo_matsinc.png%5d<http://matsinc.com> [http://matsinc.com/images/e-mail-signatures/graphics/icon_twitter.png%5d <http://twitter.com/Mats_Inc> [http://matsinc.com/images/e-mail-signatures/graphics/icon_facebook.png%5d <http://www.facebook.com/commercial.flooring> [http://matsinc.com/images/e-mail-signatures/graphics/icon_youtube.png%5d <http://www.youtube.com/user/MatsIncTV> [http://matsinc.com/images/e-mail-signatures/graphics/icon_pinterest.png%5d <http://www.pinterest.com/contractfloors/> [http://matsinc.com/images/e-mail-signatures/graphics/icon_blog.png%5d <http://matsinc.com/blog>


[Non-text portions of this message have been removed]


[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]