cancel
Showing results for 
Search instead for 
Did you mean: 

xp_startsmtp with trusted_certificates using UNC name

Former Member
2,289

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?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

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.

Answers (0)