on 2016 May 12 6:28 AM
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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.