RE: Batch file and 4DLink file on windows 2008 server

2017-08-17 Thread Justin Will via 4D_Tech
John, I use this in a batch file successfully all the time. Your code looked good to me. Perhaps you could try moving the .link file to another location like the root of the C: drive and see if that makes a difference. start "" "C:\Program Files\4D\4D v13.5 HF1\4D\4D.exe" "C:\mydblinkfile.4DL

Batch file and 4DLink file on windows 2008 server

2017-08-17 Thread John Baughman via 4D_Tech
I have a batch file for 4D server working to start 4D Server when the machine starts up. I am trying to create a batch file for 4D client, but cannot get the client to open the remote database. This is for a client on the same machine as the server. The batch file looks like this… START "" "C:

Re: What happens if 4D attempts to use a Web Service with an expired cert?

2017-08-17 Thread Cannon Smith via 4D_Tech
Ah, never mind then. Unless 4D uses the same underlying code for the SSL stuff. No idea, though. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On Aug 17, 2017, at 1:22 PM, Tony Ringsmuth wrote: > > This is using 4D's WEB SERVICE CALL command, not an HTTP

Re: What happens if 4D attempts to use a Web Service with an expired cert?

2017-08-17 Thread Tony Ringsmuth via 4D_Tech
Hey Cannon, This is using 4D's WEB SERVICE CALL command, not an HTTP Get or HTTP Request. Tony On 8/17/17, 2:04 PM, "4D_Tech on behalf of Cannon Smith via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Hi Tony, Do you mean with HTTP Get or HTTP R

Re: What happens if 4D attempts to use a Web Service with an expired cert?

2017-08-17 Thread Cannon Smith via 4D_Tech
Hi Tony, Do you mean with HTTP Get or HTTP Request? I ran into this a few weeks ago because my own cert hadn’t updated like I thought it did. It turns out that the HTTP Get/HTTP Request commands will simply hang. Forever. I probably should have filed a bug, but at the time I was _way_ more conc

What happens if 4D attempts to use a Web Service with an expired cert?

2017-08-17 Thread Tony Ringsmuth via 4D_Tech
Can anyone tell me… Scenario: 4D Server (or client) attempts to act as a web service client to a Web service that’s running with an expired cert. Will 4D proceed and connect? Or, will it stop, with errors feedback of some kind? TIA, -- Tony Ringsmuth Business Brothers Inc. 763-420-8686

Re: JSON Tools Was: Re: C-objects and memory use

2017-08-17 Thread Rick Hazey via 4D_Tech
First, let me say I wasn’t knocking 4D but answering the question Kirk Brooks asked: "At the risk of appearing really dense what are the specific things you can do with NTK that you can't do with native 4D?”. My answer is that JSON isn’t fully supported and I gave an example, so I’m not sure wh

[ANN] 4D Summit - Reserve your room

2017-08-17 Thread Brian Young via 4D_Tech
Reserve your room for 4D Summit 2018 – Washington D.C. There is no need to wait to make your plans for the 2018 4D Summit. While we prepare to open early bird registration, you can reserve your room today at our ideally located host hotel: The Grand Hyatt Washington We are delighted to offer g

Re: Expat4D

2017-08-17 Thread Koen Van Hooreweghe via 4D_Tech
Hi Andrew, I have a copy from 2002 (Mac and Win). It is coming our way by PM. Koen > Op 17 aug. 2017, om 15:47 heeft Andrew Hobson via 4D_Tech > <4d_tech@lists.4d.com> het volgende geschreven: > > Could someone send me via e-mail the old plugin "Expat4D" ? Compass bvba

Expat4D

2017-08-17 Thread Andrew Hobson via 4D_Tech
Hello, Could someone send me via e-mail the old plugin "Expat4D" ? Thanks for the help. Best regards. Andrew ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.

Re: Creating a document error -61 OS X

2017-08-17 Thread Koen Van Hooreweghe via 4D_Tech
Hi Chip, Are you sure that is the exact path GET 4D FOLDER returns? The tilde is the posix (uses slashes) equivalent of your home folder, but this does not make sense in a HFS path (uses colons as folder separator). AFIK the 4D commands use HFS paths, not their posix counterpart. One exception f