CA Missing Templates in Enable Certificate Templates

One of the other admins recently reinstalled our only CA server, and since then a bunch of certificates that were formerly available are no longer issuable. After going to the Enable Certificate Templates dialog, some of the certificates are not listed.
The server IS running Windows Server Enterprise 2008 R2 SP1 (I verified this before posting) and the certificates have replicated to all the DCs. Some of the certificate templates in question are default certificates (Workstation Authentication templates)
and others are not (The ConfigMgr certificates).
Any suggestions on what we might be missing?

On Thu, 17 Jul 2014 01:21:26 +0000, AUSSUPPORT wrote:
C:\Windows\system32>certutil -SetCAtemplates +IPSec
IPSec: Element not found. 0x80070490 (WIN32: 1168)
CertUtil: -SetCATemplates command FAILED: 0x80070490 (WIN32: 1168)
CertUtil: Element not found.
You're trying to use the display name of the template, you need to use the
actual template name - ipsecintermediateonline
Paul Adare - FIM CM MVP
"I consider sendmail.cf to be an uneditable binary file and you should
too." -- Eric Allman

Similar Messages

  • Missing Template Handler is missing in action.

    After a bit of struggle I found out how to input a missing
    template
    handler into our aged 4.5 Unix ColdFusion server. I was able
    to have it
    server up the custom 404error.htm file developed by our web
    department.
    And this worked, sort of.
    The problem was that this HTML file makes use of Apache
    <!-- include
    virtual...--> directives which, of course, ColdFusion does
    not understand.
    So, I say no problem, I've dealt with this already before and
    expanded
    on some existing code that reads the html file and replaces
    all these
    virtual includes with the contents of the included file using
    <cfile...>
    tags and reFind() functions. This version even uses a Custom
    Tag and
    recursion to handle virtual includes inside of virtually
    included files.
    And this works great!
    http://www.cdpr.ca.gov/errors/404error.cfm.
    But when I then went into the ColdFusion administrator and
    replaced the
    HTML file path
    '/rootDir/subDir/subDir/htdocs/errors/404error.htm'
    with the corresponding CFML path
    '/rootDir/subDir/subDir/htdocs/errors/404error.cfm' it stops
    working.
    ColdFusion starts to display the default ColdFusion 404 not
    found error
    rather then my specified Missing Template Handler.
    What's wrong here? Why can't I server up a CFM file from the
    exact same
    place I can serve up an, albeit incomplete, HTML file?

    User Since V1.5 wrote:
    >
    > I will be very happy if someone points out what I'm
    missing.
    >
    Everything you have describe is true. The main point is that
    sometimes
    people do not want to and that there are reasons not to let
    IIS handle
    ColdFusion missing templates.
    To be as clear as possible, if you have set IIS to check for
    the
    existence of a cfm file and then throw either a default or
    custom HTTP
    404 error page this will overwrite anything that could of or
    would of
    been done with a ColdFusion missing template page.
    Sometimes this is a bad thing. For one example, there are
    techniques
    and development methodologies that build a 'template' or
    'response'
    completely in memory and a cfm file does not actually exist
    in this
    case. This is more advanced then many people work with but it
    is
    possible. In this case your having IIS check for the
    existence of a
    template would defeat the purpose. Another example is that a
    server
    wide missing template handler used by the ColdFusion server
    can be
    passed simple information about the error from ColdFusion,
    this does not
    happen with the IIS methodology.
    So the missing template handler exists for cases where for
    one reason or
    another somebody does not want to have IIS checking for the
    existence of
    a cfm template before handing off the request to the
    ColdFusion server.
    As with many things in life, it is all about choices and what
    works for
    one person may not work for another.
    A common difficulty with the missing template handler is that
    it does
    not necessarily live in the web server root. It has to live
    in the Jrun
    (aka Java) server web root which often is different then the
    web server
    root.
    I.E. A common configuration may be this.
    c:/inetpub/wwwroot <!-- web server root -->
    c:/jrun/servers/cfusion/cfusion-ear/cfusion-war <!-- Java
    server web
    root --->
    The latter is where the ColdFusion server wide missing
    template hander
    template file would have to live in this example
    configuration.

  • Problems with missing template handler

    Hello,
    We have put the name testmiss.cfm in the missing template
    handler in the administrator. Still, the default ColdFusion error
    message shows when a cfinclude has template=a nonexisting file and
    when in an html form,
    action=a nonexisting cfm file. I have testmiss.cfm in both
    the root with Application.cfm and the directory with all the other
    cfms but still no luck.
    Any idea what we are doing wrong?
    Thank you very much.

    bill0 wrote:
    > Thanks for all the help but still no luck.
    >
    > The directory is d:\wSites\GBMain\html\CFMS> and I am
    mapped to it as x:\CFMS.
    > Most of the cfm files are in CFMS but Application.cfm is
    1 directory up in
    > html. I have tried misscfm.cfm in both html and CFMS but
    had no luck having it
    > find a non existant template referred to in a cfinclude
    or a form's action
    > attribute. The default ColdFusion error handler is what
    shows. The missing
    > template handler box says /misscfm.cfm. Misscfm.cfm is
    text followed by a
    > <cfabort>. We use ColdFusion MX6.1
    >
    > I hope that is enough information to figure what am I
    missing and/or doing
    > wrong.
    >
    >
    Is the 'misscfm.cfm' file somewhere in the
    'd:\wSites\GBMain\html\CFMS\'
    directory. I will presume this is the 'web root' as defined
    in your web
    server (IIS or Apache or built-in or ???). The missing
    template handler
    file needs to be in the ColdFusion root. This is going to be
    a
    directory such as
    '{drive}:\JRun4\servers\{server}\cfusion-ear\cfusion-war\misscfm.cfm'
    for J2EE flavors OR '{drive}:\CFusionMX\wwwroot' for Standard
    I think.
    It has been a very long time since I have dealt with
    Standard.
    This is probably completely different from the above web
    root. That is
    the point I am trying to get across. ColdFusion has TWO roots
    where it
    will look for a CFML file. But the Missing and Sitewide
    templates can
    only be in the ColdFusion root listed above, they will not
    work in the
    web root.
    HTH
    Ian

  • Missing Template Handler Issues

    Hi there, we're having some problems setting this up. We get
    the custom page we've created but still see the default coldfusion
    information..... Here's what we've done..
    (1) Set the path correctly in the Coldfusion Admin &gt;
    Settings. 'Missing Template Handler'.
    (2) Made the changes in IIS as described here...
    http://kb.adobe.com/selfservice/viewContent.do?externalId=95ee04fb&amp;sliceId=1

    You are using CF8 right? Because it works just fine for me.
    Here is what I did to test.
    1) created a simple cfm template with nothing more than
    &lt;cfoutput&gt;helloworld&lt;/cfoutput&gt; and
    saved it as missing.cfm in my webroot (
    http://localhost/missing.cfm
    2) logged into the coldfusion administrator and added
    /missing.cfm into the box where it asks for the missing template
    relative path.
    3) hit submit changes.
    then browsed out to
    http://localhost/SomeStrangePageThatDoesntExist.cfm
    and as expected saw only &quot;missing&quot;
    The only thing I can think of is that you have in your
    missing template page another cfinclude that is failing.
    Try the above approach and see if you continue to get the
    error.

  • After Effects CS6 Missing 'Template Projects'

    Hello,
    The following support page identifies the problem...
    Library, title templates, template projects missing: Premiere Pro, After Effects, Encore
    • When you access the template projects in After Effects CS6 or CC, the template projects are missing.
    After Effects Solution: Download and install content from the Adobe After Effects Exchange
    Here is the link provided by above solution....
    https://creative.adobe.com/addons
    However, there does not appear to be any After Effects 'Template Projects' posted at the Add-ons site.
    This help page provides a description of the missing content...
    After Effects Help | Projects
    Could someone please identify where I can download these files from.
    Thanx.../John

    Hi Todd,
    There is still no solution to the After Effects CS6 Missing 'Template Projects'.
    Could you please post this requested content and provide a link.
    .../John

  • Can you specify a missing template handler that lives under another site?

    I have configured a dedicated site, separate from my website, for my ColdFusion administrator (CFIDE).  So I have my website here: http://www.public-site.com/ and my ColdFusion admin here: http://www.cfadmin-site.com/ .  They both live on the same server but under different directories.  So now I am configuring my ColdFusion settings and wondering if there is some way to configure the missing template handler and site-wide error handler to use files that live under the public site directory so that I can give my users a consistent look?
    I am guessing that this is not possible but thought I would ask.  I may be left with creating the modules under my ColdFusion admin directory and then using <cflocation> to redirect the user back to the public website environment.  Or embedding some javascript to redirect them.  Any other thoughts?

    OK, now I think I see where you are coming from about not needing to redirect *lightbulb* and perhaps I can explain to you what I am seeing.  Again, here is my setup:
    web root: D:\wwwroot\public-site\
    cf web root: D:\wwwroot\cfadmin-site\
    Now let's say I have a file in the web root like this: D:\wwwroot\public-site\error.cfm  If I try to enter that in my site-wide error handler in ColdFusion it tells me that the file does not exist.  Makes sense.
    So I moved my file to the cf web root like this: D:\wwwroot\cfadmin-site\error.cfm and set my site-wide error handler accordingly.  Now when I force an exception I get an error that my site-wide error handler failed.  In the logs I see this error:
    "Error","jrpp-26","11/08/10","14:02:30",,"'' The specific sequence of files included or processed is: D:\wwwroot\public-site\error.cfm'' "
    java.security.PrivilegedActionException: coldfusion.runtime.TemplateNotFoundException: File not found: D:\wwwroot\public-site\error.cfm
    So now that a template is executing ColdFusion is looking for the site-wide error handler in the web root of the public site.  But the ColdFusion administrator will not let me enter that path in the site-wide error handler setting of the administrator page.
    Did you run across this too?  Surely we don't need to have the file in both locations.

  • Missing templates, apple, etc in palette

    I wonder how it happened....missing templates, apple, shapes, buttons, etc in palette. Why are those missing? Do I have to reinstall DVD SP?

    during installation one can elect to install or not install templates. (I choose not to install the PAL templates, for example) And if they're moved, say to a different drive, they can get lost. Reinstallation is not a big deal at all. And you may be able to install just the templates. I haven't done that in a while.

  • PRE 7 missing templates

    I have seen that others have had similar problems with missing templates (menus etc), but in my case it was from a downloaded version, not from a disc.
    I downloaded an upgrade version of PE 7. When I first opened the program I got a message saying something along the lines of the fact that there were missing templates and it gave a link to fix the problem. The link simply took me to the original download page for the full software package. I had expected that it would be a link to the templates themselves. How do I go about downloading the templates...or do I have to download the entire software again?? (Is this possible, or having paid my money will it only allow me to download once?)
    In the meantime is it possible to use the templates from my earlier version (PE 3). If I copy them across to the appropriate folder in PE 7 will they work okay?
    Thanks

    The FAQs to the right of this forum offer this solution.
    http://forums.adobe.com/thread/390607?tstart=0

  • Missing Templates in iphoto how to get them back?

    I'm using Macbook Pro with OS X 10.7.2 , i have iphoto version 9.2.1 (628) , Now when i use email in iphoto and i want to use the templates so they are missing can someone help me how to get them back?

    You'll need to reinstall iPhoto from the source it came from, i.e. the Software Install disk that came with your MBP or an iLife11 disk.  If the MPB came with Lion install you'll have to download iPhoto from the App Store.
    To reinstall iPhoto  you'll have to delete the current application and all files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    Then install iPhoto and apply any needed updaters.
    I may be presching to the choir here but in Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • MI Post Installation Process missing template installer

    Hi All,
    I have installed MI Server (ABAP + JAVA Stacks) as a stand alone machine, also done the configuration steps <b>manually</b> for enabling mobile administrator in nwa. But getting issues while creating JCO's and unable to solve them, so I thought of doing it by <b>automation</b>. But when I want to execute the post installation template for MI, I don't find the scenario <b>MI Post Installation Process</b> in drop down box. Could anyone please help me in solving this issue. reward points are granted for valuable answers.
    Thanks and Regards,
    Kishore.

    Hi Mahwish,
    Have you tried to do it manually? Check if in your Visual Adminstrator -> Server -> Services -> JCO RFC Provider -> Runtime
    Check RFC Destinations MEMGMT_MOBILE_CONTAINER_SYNC
    Go to for MEMGMT_MOBILE_CONTAINER_SYNC
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b0/9f9a4271c80a31e10000000a1550b0/frameset.htm
    Regards,
    Rogério

  • Missing templates in Dreamweaver CC

    I am in classes for Web Page Design, which comes with the Dreamweaver software. I have not received the software from my school yet, so I began using the Adobe Creative Cloud. My problem is, in Dreamweaver CC, I am missing a template I need. I need the 2 column fixed, left sidebar template that does not show up in my template list.
    How can I get the Dreamweaver templates into Dreamweaver CC?

    When you go through the document you will see <header> and <footer>. Remove the whole element between the opening and the closing tags as in
    <header>
      <a href="#"><img src="" alt="Insert Logo Here" width="180" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" /></a>
    </header>
    and
    <footer>
      <p>This footer contains the declaration position:relative; to give Internet Explorer 6 hasLayout for the footer and cause it to clear correctly. If you're not required to support IE6, you may remove it.</p>
      <address>
        Address Content
      </address>
    </footer>
    After having done that, view the result in a browser and you will notice that you have lost the background colour of the article classed as content. To fix that, add a background to content (near line 67) as in
    .content {
        padding: 10px 0;
        width: 780px;
        float: right;
        background: #FFFFFF;

  • Missing templates (Pages and Keynote)

    Could anyone please help answer if templates were removed and are not included in the most recent versions of Pages 5.1 and Keynote 6.1?   
    Specifically:  
    1) Did Pages 5.0 have a template for "Grove Surfboards?"
    2) Did Keynote 6.0 have a template for a presentation titled, "The History of Pigments?"
    I recently upgraded from Pages 4.3 to 5.1 and Keynote 5.3 to 6.1, and unfortunately, I am worried that I missed out on the above creative templates.
    Any helpy clarifying would be much appreciated.
    Thank you,
    Kim

    Apple has helped you to “miss out.” Pages v5+ has dropped several templates from your Pages v4.3 experience, due primarily to about 100+ missing features and functionality in the application that adversely affect those former templates.
    Recommendation. Pages ’09 v4.3 remains in /Applications/iWork folder. Use it to great productivity until Apple restores missing functionality to Pages v5+.

  • Missing templates

    just starting out and want to use an existing dreamweaver
    template to work from. under file/new/'page from template' I do not
    get any template options to choose from. do I need to upload them
    from somewhere? or have i missed a step along the way?

    What is the filename of the template you have to work with
    please?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "sibylleR" <[email protected]> wrote in
    message
    news:fsp3ju$1v0$[email protected]..
    > just starting out and want to use an existing
    dreamweaver template to work
    > from. under file/new/'page from template' I do not get
    any template
    > options to
    > choose from. do I need to upload them from somewhere? or
    have i missed a
    > step
    > along the way?
    >

  • Missing template/missing photos

    Two problems in the last 24 hours with iWeb. After publishing a new entry yesterday, I noticed that previous blog entries containing photos are now missing the photos and in their place is a gray box with an X through it and a ? in the center. Spoke with Apple Care for over an hour and they are not sure of the problem and suggested I post to this board while they work on it.
    They believe it is a server problem. For some reason information (specifically photos) are getting "lost" in transit to/from my iDisk.
    This morning I noticed that I can not add a new entry using my "Elegant" template because the "Elegant" template no longer exists on iWeb. Has it been removed from iWeb for some reason or is it just me?
    Any ideas regarding what is happening here?
    I did tell Apple Care that other iWeb uses are having the same problem with the gray boxes with the X and ? appearing in place of photos - so I am not the only one with this problem. The main concern is that some of the missing photos were published on my website MONTHS ago and those entries have not been touched since. Why would they suddnly vanish? If happened to me yesterday (with about 10 photos) it can happen again.

    I'm answering my own question. Basically iWeb became corrupted and I had to reinstall iWeb with the help of an Apple Care Product Specialist - it took about an hour! Our guess is that I brought a corrupted photo into iPhoto and "passed" on this corruption to iWeb when I transfered photos from iPhoto to iWeb.
    There have been other posts indicating similar problems, particularly with photos dissappearing and being replaced with a gray box, and X and ? mark. If this has happened to you I suggest you contact Apple Care or make an appointment at a Genius Bar to have them help you reinstall iWeb. FYI the product specialist had me publish my existing website to a folder before doing the reinstall. That way after iWeb was reinstalled, we were able to transfer my original site back to iWeb where it now runs flawlessly.

  • Browse Presets...missing templates

    Hi I downloaded the cs5 production premium from here but seem to be missing all of the presets and templates that should come with it. When i click browse presets, it opens bridge, but nothing appears. Could somebody help me out here please?

    I didn't ask about Bridge. I asked if you can see the text animation presets in the Effects & Presets panel. I'm trying to determine whether the animation presets are there, but the connection to Bridge is what's broken.
    Also, you said 'text animation templates'. Are you referring to animation presets or template projects? They are very different things.

Maybe you are looking for