Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

SQL Anywhere 12.01

Can I use in xp_startsmtp system procedure, trusted_certificates parameter with path to certificate file with UNC path like this:

'\\192.168.0.1\remote_pc\certs\Equifax_Secure_Certificate_Authority.cer'

?

I tried also: '\\\\192.168.0.1\\remote_pc\\certs\\Equifax_Secure_Certificate_Authority.cer'.

But both locations do not work :/

Only works when I specify local path: 'C:\\\local_catalog\\\this_pc\\Equifax_Secure_Certificate_Authority.cer'

This procedure do not support paths as UNC names?

asked 12 May '16, 05:28

BlueMark's gravatar image

BlueMark
316131827
accept rate: 66%

edited 12 May '16, 07:27

I don't know but just want to ask whether you have doubled the backslashes accordingly, i.e. used four backslashes before the server name and two for the remaining directories?

(12 May '16, 06:03) Volker Barth
Replies hidden

Yes, I also tried with doubled backslashes

(12 May '16, 07:26) BlueMark

The problem was that the local system account has no network rights by default. When I run the service under a user with the necessary rights, then all works ok.

permanent link

answered 12 May '16, 07:41

BlueMark's gravatar image

BlueMark
316131827
accept rate: 66%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×438
×63
×13
×10

question asked: 12 May '16, 05:28

question was seen: 1,941 times

last updated: 12 May '16, 07:41