Re: [MarkLogic Dev General] Problem with verifying SSL certificates

2015-10-28 Thread Christopher Hamlin
On Wed, Oct 28, 2015 at 12:40 PM, Short, Brendan wrote: > Hello all, > > I’m attempting to make an API call using xdml:http-get and having a > problem with the SSL certificate verification. Here’s the code I’m using: > > *let* *$accountInfo* := *xdmp:http-get*(*$baseURI*, >

Re: [MarkLogic Dev General] Problem with verifying SSL certificates

2015-10-28 Thread Wayne Feick
Did you place the certificate authority that signed the certificate into your security database as a trusted authority? If not, you can do that through the Admin UI. Wayne. On 10/28/2015 09:40 AM, Short, Brendan wrote: > Hello all, > > I’m attempting to make an API call using xdml:http-get and h

[MarkLogic Dev General] Problem with verifying SSL certificates

2015-10-28 Thread Short, Brendan
Hello all, I’m attempting to make an API call using xdml:http-get and having a problem with the SSL certificate verification. Here’s the code I’m using: let $accountInfo := xdmp:http-get($baseURI,

Re: [MarkLogic Dev General] Format Date in SQL query on Marklogic 7

2015-10-28 Thread Mary Holstege
On Wed, 28 Oct 2015 07:16:00 -0700, shruti kapoor wrote: > Hi all > > I have an xml like > > 20120101 > ABC > > > > I am using ODBC server. So I have created an element range index on > admissionDate and added in my SQL view. > > I need to display the date in the format 2012-01-01. > > Any he

[MarkLogic Dev General] Format Date in SQL query on Marklogic 7

2015-10-28 Thread shruti kapoor
Hi all I have an xml like 20120101 ABC I am using ODBC server. So I have created an element range index on admissionDate and added in my SQL view. I need to display the date in the format 2012-01-01. Any help is appreciated. -- Regards, *Shruti Kapoor*