Re: Filter MSC Log File?

2019-06-18 Thread Keisuke Miyako via 4D_Tech
the 32-bit MSC calls XSLT APPLY TRANSFORMATION to convert XML to HTML.

XSLT support was discontinued in the 64-bit product line for various reasons,

https://doc.4d.com/4Dv15/4D/15/XSLT-commands-deprecated.300-2044605.en.html

but technically, you can still use the same XSLT template to get the classic 
HTML output.

I've posted a converter here:

https://github.com/miyako/4d-utility-classic-msc-log

I tend to agree that the XML+CSS solution is not very practical.
I suppose the idea behind it was to preserve the original XML,
which, to be fair, can be processed using various technologies.


**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Filter MSC Log File?

2019-06-18 Thread Lee Hinde via 4D_Tech
Yea, that was annoying to discover. You can still search for the xml tag in the 
source with a text editor. You had a 'warning' in your example. I think the 
other one of interest is ' On Jun 18, 2019, at 3:11 PM, Wayne Stewart via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> That doesn't work because it's a just a visual element rendered in the
> web browser.

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Filter MSC Log File?

2019-06-18 Thread Wayne Stewart via 4D_Tech
What you need to do is go to the logs folder and open with bbedit or
notepad++ and then search within the xml file

Regards,

Wayne



On Wed, 19 Jun 2019 at 08:11, Wayne Stewart  wrote:
>
> Tim,
>
> That doesn't work because it's a just a visual element rendered in the
> web browser.
>
> Here's an example from verify structure.
>
> MS Edge: http://cthulhu.casa/images/4d/edge.png
>
> Safari:  http://cthulhu.casa/images/4d/safari.png
>
> Here's the XML:
>
> 
> 
>   Attach_Drop : 10 lines
>   
> 
>   Attach_Drop.Page1.List Box : 59 lines
>   
> Referenced style sheet
> not found for this object: Attach_Drop.Page1.File Names ()
> Referenced style sheet
> not found for this object: Attach_Drop.Page1.Listbox Header
> ()
> 
>   Attach_Drop.Page1.Drop Zone () : 60 lines
>   
> 
>   Attach_Drop.Page1.Delete () : 49 lines
>   
> 
>   Attach_Drop.Page1.Import () : 52 lines
>   
> 
>
>
>
>
> Regards,
>
> Wayne
>
>
>
>
> Regards,
>
> Wayne
>
>
>
>
> On Wed, 19 Jun 2019 at 07:57, Timothy Penner via 4D_Tech
> <4d_tech@lists.4d.com> wrote:
> >
> > Have you tried Ctrl+F (find in page)?
> >
> > -Tim
> >
> >
> >
> >
> > **
> > 4D Internet Users Group (4D iNUG)
> > Archive:  http://lists.4d.com/archives.html
> > Options: https://lists.4d.com/mailman/options/4d_tech
> > Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> > **
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Filter MSC Log File?

2019-06-18 Thread Wayne Stewart via 4D_Tech
Tim,

That doesn't work because it's a just a visual element rendered in the
web browser.

Here's an example from verify structure.

MS Edge: http://cthulhu.casa/images/4d/edge.png

Safari:  http://cthulhu.casa/images/4d/safari.png

Here's the XML:



  Attach_Drop : 10 lines
  

  Attach_Drop.Page1.List Box : 59 lines
  
Referenced style sheet
not found for this object: Attach_Drop.Page1.File Names ()
Referenced style sheet
not found for this object: Attach_Drop.Page1.Listbox Header
()

  Attach_Drop.Page1.Drop Zone () : 60 lines
  

  Attach_Drop.Page1.Delete () : 49 lines
  

  Attach_Drop.Page1.Import () : 52 lines
  





Regards,

Wayne




Regards,

Wayne




On Wed, 19 Jun 2019 at 07:57, Timothy Penner via 4D_Tech
<4d_tech@lists.4d.com> wrote:
>
> Have you tried Ctrl+F (find in page)?
>
> -Tim
>
>
>
>
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Filter MSC Log File?

2019-06-18 Thread Timothy Penner via 4D_Tech
Have you tried Ctrl+F (find in page)?

-Tim




**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Filter MSC Log File?

2019-06-18 Thread Wayne Stewart via 4D_Tech
I always open the files with BBEdit and search the text.

I can’t recall the tag but you need to look for the HTML tag.

On Wed, 19 Jun 2019 at 07:11, Keith Goebel via 4D_Tech <4d_tech@lists.4d.com>
wrote:

>
> > On 19/06/2019, at 7:00 am, Tom Benedict wrote:
> > Is there a way to filter the log file that is generated by MSC? I want
> to only see the warnings or errors and filter out the rest. The log is
> hundreds of pages and scrolling through it looking for warnings is tedious.
>
> Tom, I have encountered this also - it makes checking the MSC results a
> real pain.
> Anyone know why 4D decided to do that?
> Cheers, Keith
>
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

-- 

Regards,

Wayne
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Filter MSC Log File?

2019-06-18 Thread Narinder Chandi via 4D_Tech
Maybe this is too obvious or difficult due to the sheer size of the logfile, 
but would it not be possibly to ingest the log file into a database for easy 
searching? You could maybe use 4D :P

Alternatively, how about feeding it into a log monitoring and analysis service 
such as Splunk, https://www.splunk.com or Loggly, https://www.loggly.com?

Regards,
 
Narinder Chandi,
ToolBox Systems Ltd.
-- 

-Original Message-
From: 4D_Tech <4d_tech-boun...@lists.4d.com> on behalf of 4D Tech Mailing List 
<4d_tech@lists.4d.com>
Reply-To: 4D Tech Mailing List <4d_tech@lists.4d.com>
Date: Tuesday, 18 June 2019 at 22:11
To: 4D Tech Mailing List <4d_tech@lists.4d.com>
Cc: Keith Goebel 
Subject: Re: Filter MSC Log File?


> On 19/06/2019, at 7:00 am, Tom Benedict wrote:
> Is there a way to filter the log file that is generated by MSC? I want to 
only see the warnings or errors and filter out the rest. The log is hundreds of 
pages and scrolling through it looking for warnings is tedious. 

Tom, I have encountered this also - it makes checking the MSC results a 
real pain.
Anyone know why 4D decided to do that?
Cheers, Keith



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Filter MSC Log File?

2019-06-18 Thread Keith Goebel via 4D_Tech

> On 19/06/2019, at 7:00 am, Tom Benedict wrote:
> Is there a way to filter the log file that is generated by MSC? I want to 
> only see the warnings or errors and filter out the rest. The log is hundreds 
> of pages and scrolling through it looking for warnings is tedious. 

Tom, I have encountered this also - it makes checking the MSC results a real 
pain.
Anyone know why 4D decided to do that?
Cheers, Keith

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Filter MSC Log File?

2019-06-18 Thread Tom Benedict via 4D_Tech
Is there a way to filter the log file that is generated by MSC? I want to only 
see the warnings or errors and filter out the rest. The log is hundreds of 
pages and scrolling through it looking for warnings is tedious. 

Thanks for any suggestion.

Tom Benedict
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**