Re: Memory settings

2016-12-04 Thread Alan Chan
4 GB of ram is a time bomb. Even if you could find a sweet spot of cache setting for your current operation, the sweet spot would shift when the data grow, number of users access or new features demand. It's simply not justified to risk stabability, productivity and your time just to save a

Re: Debug Log tool

2016-12-04 Thread Justin Carr
> On 5 Dec 2016, at 12:58 pm, Allan Udy wrote: > > Anyone know of or have a tool for looking at and analysing 4D Debug Log files > for v15? As long as you're using the "new" v14 log format, this should meet the "looking at" part of the requirement:

Re: ​About using the same data file in two different structures...

2016-12-04 Thread Kirk Brooks
Steve, Once more I really want to thank you for taking the time to lay so much of your process out. I agree about the export/import issues with records in a proprietary format. I much prefer nice, editable text files as well. I also agree about the benefits of a UUID as a key field. I'm starting

Re: About using the same data file in two different structures...

2016-12-04 Thread Kirk Brooks
Hi Tim, Thanks for this. And explains why the .match file gets stashed in the Logs folder. On Sun, Dec 4, 2016 at 5:08 PM, Tim Nevels wrote: > On Dec 4, 2016, at 12:36 PM, Kirk Brooks wrote: > > > Miyako, > > Playing with your UUID tool clarified how the data file and

Re: ​About using the same data file in two different structures...

2016-12-04 Thread steve simpson
On Sun, Dec 4, 2016 at 1:36 PM, ​ ​ Kirk Brooks wrote: > > Hi Steve, > Thanks very much for posting this. It's exactly the kind of real-world > experience I was hoping to hear. > A couple of questions that come to mind: > So for the exporting it sounds like you're using the

RE: Debug Log tool

2016-12-04 Thread davidinug
Tony Ringsmuth has LogTools. Tonyring at bbsp dot com. David Ringsmuth From: Allan Udy Sent: Sunday, December 4, 2016 8:59 PM To: 4d_tech@lists.4d.com Subject: Debug Log tool Hi, Anyone know of or have a tool for looking at and analysing 4D Debug Log files for v15? Cheers Allan

Debug Log tool

2016-12-04 Thread Allan Udy
Hi, Anyone know of or have a tool for looking at and analysing 4D Debug Log files for v15? Cheers Allan ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html

Re: About using the same data file in two different structures...

2016-12-04 Thread Tim Nevels
On Dec 4, 2016, at 12:36 PM, Kirk Brooks wrote: > Miyako, > Playing with your UUID tool clarified how the data file and structure file > correspond with each other. > > And Spencer's comment about the table UUID clarifies things further. > > With regard to the .match file - is the file simply a

Re: Memory settings

2016-12-04 Thread Tim Nevels
On Dec 4, 2016, at 12:36 PM, Arnaud de Montard wrote: > You said the machine had 4Gb of ram. > > 4D server 32 can use maximum 2Gb (~2000Mb) in these 4. You have to balance > that between cache and "the rest of 4D" (executing methods, creating > processes, etc.). I usually give 1500 (1,5Gb) to

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Tim, Thanks for the input. Appreciated! Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Tim Nevels Sent: Sunday, December 04, 2016 4:19 PM To: 4d_tech@lists.4d.com Subject: RE: EXECUTE ON SERVER Attribute - Is there

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Tim Nevels
On Dec 4, 2016, at 12:36 PM, Randy Engle wrote: > In some cases, I need to Query on the same table as the current record to > find something. > Don't want to change the current record, or current selection.. Based on what you have described, I’d just do a SQL query to get what I needed. It

Re: HTTPS failure to POST - Server Unreachable error

2016-12-04 Thread Donald Koffman
Thanks, Miyako. I got it to work. Don > On Dec 3, 2016, at 9:00 AM, Donald Koffman wrote: > > The link you provided doesn’t work. > Thanks, > Don >> On Dec 2, 2016, at 7:49 PM, Timothy Penner wrote: >> >> Hi Donald, >> HTTP server not reachable:

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Kirk, Cool. Thanks, Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks Sent: Sunday, December 04, 2016 2:34 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: EXECUTE ON SERVER Attribute - Is there

Re: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Kirk Brooks
Neil's suggestions are really spot on. I was thinking about situations where you would be doing a lot of actual data manipulation. Otherwise there really is a remarkable amount you can accomplish without clobbering your current selection. I know a lot of guys are apprehensive about using SQL,

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Hi Neil, Thanks for the note. In some cases, I need to Query on the same table as the current record to find something. Don't want to change the current record, or current selection.. ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Randy Engle
Kirk, Spoken like a true artist! Yep... that's what I figured. Thanks! ;-) Randy Engle XC2 Software LLC -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Kirk Brooks Sent: Sunday, December 04, 2016 10:21 AM To: 4D iNug Technical

Re: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Neil Dennis
> Any wise shoves in the right direction would be graciously appreciated If you need to wait for the other process to finish why not stick the code in the same process? Once case I can see is that I use a similar technique for modifying records outside of a transaction when the method is