|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Error parsing Request: The request subject name is invalid or too long. 0x80094001 (-2146877439)
I am working on a Windows 2003 Server system which has offline Enterprise CA. When I try to generate a certificate request I am getting a error. I had mentioned that in the title. I am not able to figure out why this is happening. I am sure there would be some issue with the format or settings. But as it is offline I do not expect this kind of issues. |
#2
| |||
| |||
Try to submit the same request using a web request. Just test that once and see what response you get. I am sure the error might get resolved. |
#3
| |||
| |||
Re: Error parsing Request: The request subject name is invalid or too long. 0x80094001 (-2146877439)
The problems usually happens if teh subject in the Name box matches the name of the certification authority. The subject's CN is string-compared and binary-compared to the issuer's name. If the full DN names are available, these names are compared before a certificate is issued. Comparison does not depend on the actual encoding of the characters in the subject's name. More information can be found here - http://support.microsoft.com/kb/312344
__________________ Education, Career and Job Discussions |
#4
| |||
| |||
Re: Error parsing Request: The request subject name is invalid or too long. 0x80094001 (-2146877439)
You might need to enable the parsing of request attributes for the subject information and for that you can use the below command and run it. It will allow for enrollment via web enrollment pages. After doing that restart the certification authority service by using this command net stop certsvc and net start certsvc. And then run the below command: certutil -setreg ca\CRLFlags +CRLF_ALLOW_REQUEST_ATTRIBUTE_SUBJECT |
#5
| |||
| |||
Re: Error parsing Request: The request subject name is invalid or too long. 0x80094001 (-2146877439)
Can you right click on My Computer and then go to Manager. After that go to Disk Management and check which hard disk is named "Disk 0", which will usually the disk. Incase it is a primary hard drive then you will have to backup everything immediately because it will soon crash. You can try to repair it but still unless you do a low level format the issue will still remain in your computer. |
![]() |
|
Tags: 0x80094001, google, windows server 2003 |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to get rid of HTTP error 400 bad request (invalid verb) | TheTurner | Windows Vista Mail | 3 | 31-12-2013 10:40 AM |
Youtube error "Your settings could not be saved: Invalid request, authentication expired" | Holden | Technology & Internet | 4 | 08-07-2013 10:33 AM |
Getting error "Your request timed out. Please retry the request." on Opera 11.60 beta | Pa!trick | Technology & Internet | 8 | 15-11-2011 10:45 AM |
parsing of an AJAX-based HTTP request | javascNoob | Software Development | 1 | 26-03-2009 07:54 AM |
Certificate Request Processor - The request contains no cert templ | BrianS | Windows Server Help | 3 | 10-05-2007 11:12 PM |