MS Certificate Services error

M

mat

Hi

I've w2k server sp4 ond MS Certificate Services on it.
On advenced certificate request I have "Generating Request" display hangs
and generates an
error something like:
Line 1140
Char 4
Error Could not complete the operation due to error
80095005
Code 0
URL: //<server_name>/certsrv/certrqma.asp

Have you any idea???
Please help
Mat
 
D

Drew Cooper [MSFT]

XENROLL_E_KEYSPEC_SMIME_MISMATCH winerror.h
# Signing certificate cannot include SMIME extension.
 
M

mat

So have you any suggestion how to resolve it

Mat

U¿ytkownik "Drew Cooper said:
XENROLL_E_KEYSPEC_SMIME_MISMATCH winerror.h
# Signing certificate cannot include SMIME extension.
--
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.


mat said:
Hi

I've w2k server sp4 ond MS Certificate Services on it.
On advenced certificate request I have "Generating Request" display hangs
and generates an
error something like:
Line 1140
Char 4
Error Could not complete the operation due to error
80095005
Code 0
URL: //<server_name>/certsrv/certrqma.asp

Have you any idea???
Please help
Mat
 
G

Guest

The XENROLL_E_KEYSPEC_SMIME_MISMATCH error is returned by one of the ICEnroll create methods in xenroll.dll
1) when the KeySpec property is being set to AT_SIGNATURE after the EnableSMIMECapabilities property was set to TRUE
2) when the EnableSMIMECapabilities property is set to TRUE after the KeySpec property was set to AT_SIGNATURE

This may be due to a mis-configured template

Thanks
Vishal Agarwal [MSFT

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top