Child view Toolbar and Statusbar disappeared after the application got ribbon toolbar incorporated

Hello everyone,
I have a C++/MFC MDI application, which has been recently updated to incorporate the Ribbon toolbar/status bar. One of the application's child views has its own "old style" toolbar and status bar, and for the time being it was planned to
leave it like that. To my surprise upon opening that view I found that both toolbar and status bar are gone.
Could it be related to the app having the ribbon? If yes, how to re-enable those bars for a particular view? Despite the fact the way both bars are created is pretty regular I am adding the code excerpt below.
Thank you in advance,
Mike
//CMyMfcChildFrm.h
CToolBar m_wndToolBar;
CStatusBar m_wndStatusBar;
//CMyMfcChildFrm.cpp
int CMyMfcChildFrm::OnCreate(LPCREATESTRUCT lpCreateStruct)
if (CMDIChildWndEx::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.Create(this) || !m_wndToolBar.LoadToolBar( IDR_CBR )) {
TRACE0("Failed to create toolbar\n");
return -1;
m_wndToolBar.GetToolBarCtrl().SetExtendedStyle( TBSTYLE_EX_DRAWDDARROWS );
// update buttons styles
DWORD dwStyle = m_wndToolBar.GetButtonStyle( m_wndToolBar.CommandToIndex( ID_1 ) );
int idx = m_wndToolBar.CommandToIndex( ID_1 );
m_wndToolBar.SetButtonStyle( idx, dwStyle | TBSTYLE_DROPDOWN );
dwStyle = m_wndToolBar.GetButtonStyle( m_wndToolBar.CommandToIndex( ID_2 ) );
idx = m_wndToolBar.CommandToIndex( ID_2 );
m_wndToolBar.SetButtonStyle( idx, dwStyle | TBSTYLE_DROPDOWN );
dwStyle = m_wndToolBar.GetButtonStyle( m_wndToolBar.CommandToIndex( ID_3 ) );
idx = m_wndToolBar.CommandToIndex( ID_3 );
m_wndToolBar.SetButtonStyle( idx, dwStyle | TBSTYLE_DROPDOWN );
dwStyle = m_wndToolBar.GetButtonStyle( m_wndToolBar.CommandToIndex( ID_4 ) );
idx = m_wndToolBar.CommandToIndex( ID_4 );
m_wndToolBar.SetButtonStyle( idx, dwStyle | TBSTYLE_DROPDOWN );
// set status bar indicators which should be IDs of strings
UINT indicators[] =
ID_STATUS_1,
ID_STATUS_2,
ID_STATUS_3,
ID_STATUS_4,
ID_STATUS_5,
ID_STATUS_6
int nsf = sizeof( indicators ) / sizeof( UINT );
if( !m_wndStatusBar.Create( this ) || !m_wndStatusBar.SetIndicators( indicators, nsf ) ) {
TRACE0("Failed to create status bar\n");
return -1;
UINT nId;
UINT nStyle;
int cxWidth;
const int PANE_WIDTH = 75;
m_wndStatusBar.GetPaneInfo( 0, nId, nStyle, cxWidth );
m_wndStatusBar.SetPaneInfo( 0, nId, nStyle, PANE_WIDTH );
m_wndStatusBar.GetPaneInfo( 1, nId, nStyle, cxWidth );
m_wndStatusBar.SetPaneInfo( 1, nId, nStyle, PANE_WIDTH );
m_wndStatusBar.GetPaneInfo( 2, nId, nStyle, cxWidth );
m_wndStatusBar.SetPaneInfo( 2, nId, nStyle, PANE_WIDTH );
m_wndStatusBar.GetPaneInfo( 3, nId, nStyle, cxWidth );
m_wndStatusBar.SetPaneInfo( 3, nId, nStyle, PANE_WIDTH );
m_wndStatusBar.GetPaneInfo( 4, nId, nStyle, cxWidth );
m_wndStatusBar.SetPaneInfo( 4, nId, nStyle, 2 * PANE_WIDTH );
m_wndStatusBar.GetPaneInfo( 5, nId, nStyle, cxWidth );
m_wndStatusBar.SetPaneInfo( 5, nId, nStyle, PANE_WIDTH );
m_wndStatusBar.SetPaneText( 5, "0" );
return 0;
Mike Faynberg

Hi Shu Hu,
first of all thank you for your response.
Now regarding the project.
Yes, I have this application, which has been written in C++/MFC. It is like I mentioned, MDI app, which in particular employs several (7 or 8) child frame templates. One of these templates is supposed to have a toolbar and a status bar of its
own. It all worked fine for many years. This year the project underwent several major changes: 1. Ported to 64-bit platform; 2. Get compiled as a .NET project (with /clr qualifier), despite the fact it is a pretty formal change, and the code is still unmanaged;
and 3. The mainframe menu and toolbars were replaced with the Ribbon toolbar. With all that in place I would like to leave that child frame untouched (meaning with its own CToolBar and CStatusBar).
Unfortunately I did not have a chance (or actually time) to test the option that uses this child frame until yesterday, and oops... the contents is there but not a sign of toolbar and of the status bar.
I do not know which implementation details might be of interest for you - but the handling is pretty simple: creating a template in the application's InitInstance() using something like:
theDocTemplate1 = new CMultiDocTemplate( IDR_TYPE1,
RUNTIME_CLASS(CDoc1),
RUNTIME_CLASS(CFrame1),
RUNTIME_CLASS(CView1));
and then upon the option activation, the program (also in a pretty regular manner) starts the view by calling
GetTemplate1()->OpenDocumentFile( NULL );
I already submitted the OnCreate() function of the child frame class...
If you would like to know something else or more code details, please let me know.
Once again, thank you and best regards,
Mike
Mike Faynberg

Similar Messages

  • The green forward and back arrows under File and Edit disappeared after I downloaded the new Firefox Toolbar. How do get them back?

    The green arrows for page forward or back at the top left under File and Edit disappeared after I downloaded the new Firefox toolbar (for 3.6) and were replaced by Most Visited, Getting Started and Latest headlines Icons, which I have little use for. How do I get the Original Toolbar back?

    Is the Navigation Toolbar not being displayed? See below.
    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(~~red:Linux & OSX see~~: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M then release the key
    <u>''Windows'' Method 2.</u> Tap the F10 key, while the Menu bar is visible, choose "View > Toolbars", click "Menu Bar" so that a check mark is placed next to Menu Bar
    <u>''Windows'' Method 3.</u> Tap and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar so that a check mark is placed next to Menu Bar
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See:
    http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    http://kb.mozillazine.org/Toolbar_customization#Restoring_missing_menu_or_other_toolbars
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    '''[http://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar How to customize the toolbar]'''

  • I had the 1Password icon on the toolbar but it disappeared after an update. how do i get it back to the toolbar?

    I had the 1Password icon on my toolbar but it disappeared after an update. How do I get the icon back to the toolbar. I have tried all of the help instructions but none have worked.

    In Safari preferences extensions  or extension gallery, its there and you should re-enable or re-install as long as you have it purchased from Mac App Store.

  • My albums and slideshows disappeared from the left column when I ejected a Canon camera after a download.  My version of iPhoto '08 (V7.1.5(378)) had just crashed when I first connected the Canon camera to download.  I restarted iPhoto.....

    My albums and slideshows disappeared from the left column when I ejected a Canon camera after a download.  My version of iPhoto '08 (V7.1.5(378)) had just crashed when I first connected the Canon camera to download.  I restarted iPhoto.....successfully downloaded 22 photos, and ejected Canon camera, upon which albums & slideshows highlighted blue and disappeared from the left column.  The photos still seem to be under the EVENTS and PHOTOS in the LIBRARY.  Any thoughts?

    Restore from your back up.

  • When I try to read a PDF file, the window opens and then disappears after a second or two. This began after the last Adobe update. I tried accepting the Adobe terms using Eula.exe but that disn't solve the problem. What do I do?

    I can no longer read PDF files. The window opens and then disappears after a second or two. This began after the last Adobe update. I tried accepting the Adobe terms using Eula.exe but that disn't solve the problem. What do I do?

    Can you open Adobe Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].

  • HT1694 All of the mail on my iPad and iPhone disappeared after my outlook downloaded. How to I keep mail resident in both places?

    All of the mail on my iPad and iPhone disappeared after my outlook downloaded. How to I keep mail resident in both places?

    I managed to lose an earlier reply I'd started before you came back with your "solved" so I didn't bother to retype it.
    It went something like this:
    You should be able to recover the media with the tips in  this post from forum regular Zevoneer but I'm not sure what the implications are for your application settings. You can probably transfer your purchases into an authorised library, backup the device, recover any other media using third party tools, then restore the device from the backup.
    The older .itl file is useful however as iTunes should see this as the "home" library for your device which will allow you to preserve the application settings. (.itl file? Mac? I assume the library has migrated from PC to Mac at some point). Any files in the Previous iTunes Libraries folder or did you kill those as well? The most recent of these would be the best place to start.
    And no, the .itl file is not editable by mortals...
    Once you've restored the media from backups or recovered whatever else you useful can from the device, the scripts MusicFolder Files Not Added and Super Remove Dead Tracks should help get the library up to speed with the contents of the media folder.
    tt2

  • I have a 4th gen. ipod touch.  It has software 4.2.1 and itunes always tells me I need to update to ios 6.  I always click download and install.  After the download is complete, nothing happens.  It doesn't install on its own.  Thanks,

    I have a 4th gen. ipod touch.  It has software 4.2.1 and itunes always tells me I need to update to ios 6.  I always click download and install.  After the download is complete, nothing happens.  It doesn't install on its own and there is no option to install manually..  Thanks.

    Are you sure it is a 4G iPod?  Does it have a camera?

  • HT4818 I have installed bootcamp that worked properly.  Then I have partitioned the OS X 10.8.2 and installed another OS X 10.8.2 and I have got two MAC boot options and Bootcamp disappeared from the Option menu. How can I boot Windows again and keep both

    I have installed bootcamp by the bootcamp assistant and worked properly.
     Then I have partitioned the OS X 10.8.2 and installed another Mountain Lion System and I have got two MAC boot options and Bootcamp disappeared from the Option menu. However, Bootcamp still remained in the Startup Disk in the System Preferences. When I tried to boot Bootcamp using the Startup Disk it did not boot and received a message that there is no bootable device. I have not lost any data and can read Bootcamp partition from both OS X systems. Please advise how can I boot Windows / Bootcamp again? Thank you. 

    Recommendation 1: Use a VM for this. It's essentially a giant C.F. to do this with native booting, and is potentially fragile.
    But if you're going to ignore that and do this anyway, realizing that it can break anytime in particular with OS upgrades, and that it's very difficult to impossible to resize the three volumes once you've installed the systems:
    1. create three partitions, setting each to be the size for OS X copy 1, copy 2, and Windows respectively. The Windows partition needs to be set to MS-DOS format (actually FAT32) which later in the Windows installer you'll reformat as NTFS. Do not use Boot Camp Assistant to resize/partition the disk, it simply won't work for this use case.
    2. install OS X copy 1
    3. install OS X copy 3
    4. Use gdisk (available at sourceforge) which is a command line only application, to create a new hybrid MBR adding only the last partition (Windows) to the hybrid MBR and setting it to be bootable. As a concequence you will not be able to see/share either OS X volume from within Windows. The Windows NTFS volume will be visible from within OS X.
    5. Install Windows to the only partition its installer should see (confirm size), you'll need to format it NTFS first, and I suggest using the fast format option if available.

  • 2 finger scroll doesnt work in Finder after Mavericks update. Macbook pro seems slow and less responsive after the update.

    2 finger scroll doesnt work in Finder after Mavericks update. Macbook pro seems slow and less responsive after the update.

    nateshns wrote:
    2 finger scroll doesnt work in Finder after Mavericks update.
    In any particular app, or all of them?

  • Application is throwing NSAPI and other errors after the migration

    We started seeing NSAPI and other errors after the migration of new codes and recently make some changes
    1) During the migration, all the 4 WLS cluster instances were bounced simultaneously. What is the best practice and recommendation from BEA Oracle? Do we need to bounce it one by one for any specific reason?
    2) we recently introduced the 4th weblogic cluster instance on Solaris 10 zone. All other WLS instances are running on Solaris 8.
    Is it okay to have two different OS versions( Solaris 8 and Solaris 10) and different hardware to host WLS cluster instances? Does BEA Oracle support this kind of configuration?
    3) We are consistently seeing below errors in the iplanet web server error logs even though site is working fine
    [11/Sep/2009:08:53:50] failure ( 4453): for host XX.XX.XX.XX trying to POST /servlet/FSO, wl-proxy reports: exception occurred for backend host 'YY.YY.YY.YY/23120/0': 'CONNECTION_REFUSED [os error=0, line 1732 of URL.cpp]: Error connecting to host YY.YY.YY.YY.YY:23120'
    Do we need to upgrade our WLS proxy plugin? . Current version of WLS proxy plug-in is libproxy_61.so. Our Weblogic version is WLS 92 MP2
    I'll really appreciate if some can anwsers those questions

    OK booted in to Virtualbox, seems too be working fine this way, maybe it is the ATi drivers
    any Help would be appreciated

  • Why can't I send and receive pictures after the new update

    Why can't I sent and receive pictures after the new update

    Don't know.  Have you taken the basic troubleshooting steps outlined in the User Guide?  What exactly have you done to troubleshoot your issue?

  • Reinstalling AE and PP due to an error with dynamic link. Where do i find the program install? And tips on how to reinstall without messing things up? last question is, does my recent files and saves work after the reinstall?

    I have allready bought the programs, but need to reinstall AE and PP due to an error with dynamic link.
    Where do i find the program install?
    And tips on how to reinstall without messing things up?
    last question is, does my recent files and saves work after the reinstall?
    Thank you

    karianne wrote:
    I have allready bought the programs, but need to reinstall AE and PP due to an error with dynamic link.
    Where do i find the program install?
    Which versions? Which operating system?
    Try Download and Installation Help

  • HT4623 Hi, I am suck on the Terms and Conditions screen after the upgrade and have agreed, but I am not progressing further from this sceen after agreeing? What do I need to do?

    Hi, I am suck on the Terms and Conditions screen after the upgrade and have agreed, but I am not progressing further from this sceen after agreeing? What do I need to do?

    Have you tried resetting (Hold the Sleep/Wake and Home buttons and don’t let go until the screen goes dark and the Apple logo appears) and starting the set up again?

  • The options tweet and facebook disappeared from the notification bar! What do I do?

    The options tweet and facebook disappeared from the notification bar! What do I do?

    Any restrictions set up in Settings/General/Restrictions?

  • PKI view , AIA and CDP locatiion for the RootCA has red crossover " unable to download"

    I am trying to create a PKI infrastructure on winserver2008R2 enterprise as follows
    offline ROOT CA---Standalone
    Online Intermediate CA -- enterprise
    PROBLEM: 
    on the intermediate CA: using enterprise PKI view , AIA and CDP locatiion for the RootCA has red crossover " unable to download"but enterprise pki view "manage AD container" indicated the AIA and CDP container 
    had OK for the root CA CDP and AIA.
    Any help will be appreciated
    INSTALLATION STEPS :
    i performed the ffg on offline RootCA
    create the CA policy policy file and store in windows folder
    install ADCS
    run post installation script
    The Certificate Service was successful and saw a green icon in the console
    I performed the ffg on  online enterprise CA
    create the CA policy policy file and store in windows folder
    install ADCS
    i successfully  published the root CA cert and CRL in the local store and AD. i saw the ffg message upon completion
    CertUtil: -addstore command completed successfully.
    CertUtil: -dsPublish command completed successfully.
    install ADCS
    below is the output for getreg ( CRL and AIA)
    C:\Users\Administrator.GORYEAL>certutil -getreg CA\CRLPublicationURLs
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\GINTC
    A\CRLPublicationURLs:
      CRLPublicationURLs REG_MULTI_SZ =
        0: 65:C:\Windows\system32\CertSrv\CertEnroll\%3%8%9.crl
        CSURL_SERVERPUBLISH -- 1
        CSURL_SERVERPUBLISHDELTA -- 40 (64)
        1: 79:ldap:///CN=%7%8,CN=%2,CN=CDP,CN=Public Key Services,CN=Services,%6%10
        CSURL_SERVERPUBLISH -- 1
        CSURL_ADDTOCERTCDP -- 2
        CSURL_ADDTOFRESHESTCRL -- 4
        CSURL_ADDTOCRLCDP -- 8
        CSURL_SERVERPUBLISHDELTA -- 40 (64)
        2: 0:http://%1/CertEnroll/%3%8%9.crl
        3: 0:file://%1/CertEnroll/%3%8%9.crl
        4: 65:file://\\www\Certdata\%3%8%9.crl
        CSURL_SERVERPUBLISH -- 1
        CSURL_SERVERPUBLISHDELTA -- 40 (64)
    CertUtil: -getreg command completed successfully.
    C:\Users\Administrator.GORYEAL>certutil -getreg CA\CACertPublicationURLs
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\GINTC
    A\CACertPublicationURLs:
      CACertPublicationURLs REG_MULTI_SZ =
        0: 1:C:\Windows\system32\CertSrv\CertEnroll\%1_%3%4.crt
        CSURL_SERVERPUBLISH -- 1
        1: 3:ldap:///CN=%7,CN=AIA,CN=Public Key Services,CN=Services,%6%11
        CSURL_SERVERPUBLISH -- 1
        CSURL_ADDTOCERTCDP -- 2
        2: 0:http://%1/CertEnroll/%1_%3%4.crt
        3: 0:file://%1/CertEnroll/%1_%3%4.crt
    CertUtil: -getreg command completed successfully.

    when i ran certutil -URL http://www.goryeal.com/CERTDATA/GROOTCA.crl 
     i saw a status message of OK
    when i paste the url(http://www.goryeal.com/CERTDATA/GROOTCA.crl) from pki view in the browser i got the message:
    404 - File or directory not found
    But when  i copy the url(http://www.goryeal.com/CERTDATA/) in the browser , i was able to see the root ca CRL :
     I revoked CA exchange cert and issue a new one but still no luck. Below is the verification for the ca exchange cert:
    certutil.exe -verify -urlfetch 
    c:\ca.cer
    Issuer:
        CN=GINTCA
        DC=goryeal
        DC=com
    Subject:
        CN=GINTCA-Xchg
        DC=goryeal
        DC=com
    Cert Serial Number: 61db778400000000000b
    dwFlags = CA_VERIFY_FLAGS_CONSOLE_TRACE (0x20000000)
    dwFlags = CA_VERIFY_FLAGS_DUMP_CHAIN (0x40000000)
    ChainFlags = CERT_CHAIN_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT (0x40000000)
    HCCE_LOCAL_MACHINE
    CERT_CHAIN_POLICY_BASE
    -------- CERT_CHAIN_CONTEXT --------
    ChainContext.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
    ChainContext.dwRevocationFreshnessTime: 6 Days, 21 Hours, 50 Minutes, 11 Seconds
    SimpleChain.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
    SimpleChain.dwRevocationFreshnessTime: 6 Days, 21 Hours, 50 Minutes, 11 Seconds
    CertContext[0][0]: dwInfoStatus=102 dwErrorStatus=0
      Issuer: CN=GINTCA, DC=goryeal, DC=com
      NotBefore: 4/2/2014 5:00 PM
      NotAfter: 4/9/2014 5:10 PM
      Subject: CN=GINTCA-Xchg, DC=goryeal, DC=com
      Serial: 61db778400000000000b
      Template: CAExchange
      Template: CA Exchange
      5f c7 75 f7 e9 da 4b 96 ea 05 48 f2 2f 49 0d 96 b8 d0 f7 16
      Element.dwInfoStatus = CERT_TRUST_HAS_KEY_MATCH_ISSUER (0x2)
      Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
      ----------------  Certificate AIA 
      Verified "Certificate (0)" Time: 0
        [0.0] ldap:///CN=GINTCA,CN=AIA,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=goryeal,DC=com?cACertificate?base?objectClass=certificationAuthority
      ----------------  Certificate CDP 
      Verified "Base CRL (06)" Time: 0
        [0.0] ldap:///CN=GINTCA,CN=INTCA,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=goryeal,DC=com?certificateRevocationList?base?objectClass=cRLDistributionPoint
      Verified "Delta CRL (06)" Time: 0
        [0.0.0] ldap:///CN=GINTCA,CN=INTCA,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=goryeal,DC=com?deltaRevocationList?base?objectClass=cRLDistributionPoint
      ----------------  Base CRL CDP 
      OK "Delta CRL (06)" Time: 0
        [0.0] ldap:///CN=GINTCA,CN=INTCA,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=goryeal,DC=com?deltaRevocationList?base?objectClass=cRLDistributionPoint
      ----------------  Certificate OCSP 
      No URLs "None" Time: 0
        CRL 06:
        Issuer: CN=GINTCA, DC=goryeal, DC=com
        bc c0 e1 8c e1 4c 18 34 5f 06 ca c1 f2 a0 3b 4d 58 9f 27 70
        Delta CRL 06:
        Issuer: CN=GINTCA, DC=goryeal, DC=com
        69 cf 42 09 59 48 3f 07 bf b7 8a 4c 01 a6 45 5f 13 87 da 1b
      Issuance[0] = 1.2.3.4.1455.67.89.5
      Application[0] = 1.3.6.1.4.1.311.21.5 Private Key Archival
    CertContext[0][1]: dwInfoStatus=102 dwErrorStatus=0
      Issuer: CN=GROOTCA
      NotBefore: 3/26/2014 8:01 PM
      NotAfter: 3/20/2019 8:38 PM
      Subject: CN=GINTCA, DC=goryeal, DC=com
      Serial: 1297cd88000000000004
      Template: SubCA
      a4 96 15 fd 62 c1 1c 86 db 21 15 a7 d4 b4 0e 16 8f 03 2c de
      Element.dwInfoStatus = CERT_TRUST_HAS_KEY_MATCH_ISSUER (0x2)
      Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
      ----------------  Certificate AIA 
      Verified "Certificate (0)" Time: 0
        [0.0] ldap:///CN=GROOTCA,CN=AIA,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=goryeal,DC=com?cACertificate?base?objectClass=certificationAuthority
      Verified "Certificate (0)" Time: 0
        [1.0] http://www.goryeal.com/Certdata/ROOTCA_GROOTCA.crt
      ----------------  Certificate CDP 
      Verified "Base CRL (06)" Time: 0
        [0.0] ldap:///CN=GROOTCA,CN=ROOTCA,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=goryeal,DC=com?certificateRevocationList?base?objectClass=cRLDistributionPoint
      Failed "CDP" Time: 0
        Error retrieving URL: Error 0x80190194 (-2145844844)
        http://www.goryeal.com/Cerdata/GROOTCA.crl
      ----------------  Base CRL CDP 
      No URLs "None" Time: 0
      ----------------  Certificate OCSP 
      No URLs "None" Time: 0
        CRL 06:
        Issuer: CN=GROOTCA
        f7 3d fb a7 12 bf f1 b5 e9 35 b7 a1 2b 17 2a 28 29 36 c6 8a
      Issuance[0] = 1.2.3.4.1455.67.89.5
    CertContext[0][2]: dwInfoStatus=10c dwErrorStatus=0
      Issuer: CN=GROOTCA
      NotBefore: 3/20/2014 8:28 PM
      NotAfter: 3/20/2019 8:38 PM
      Subject: CN=GROOTCA
      Serial: 2157e0150f7e149e49295666612464ef
      b5 a8 4c e1 64 9d b0 aa c5 e4 b7 b0 4f 5e fe e3 99 aa 61 de
      Element.dwInfoStatus = CERT_TRUST_HAS_NAME_MATCH_ISSUER (0x4)
      Element.dwInfoStatus = CERT_TRUST_IS_SELF_SIGNED (0x8)
      Element.dwInfoStatus = CERT_TRUST_HAS_PREFERRED_ISSUER (0x100)
      ----------------  Certificate AIA 
      No URLs "None" Time: 0
      ----------------  Certificate CDP 
      No URLs "None" Time: 0
      ----------------  Certificate OCSP 
      No URLs "None" Time: 0
      Issuance[0] = 1.2.3.4.1455.67.89.5
    Exclude leaf cert:
      e8 5b f7 0b 59 b4 84 97 87 96 1b f1 39 9b 15 14 24 84 d0 77
    Full chain:
      ca 29 87 01 d8 6f e6 28 d7 16 a9 5c 81 74 d3 b8 1e c9 44 53
    Verified Issuance Policies:
        1.2.3.4.1455.67.89.5
    Verified Application Policies:
        1.3.6.1.4.1.311.21.5 Private Key Archival
    Leaf certificate revocation check passed
    CertUtil: -verify command completed successfully.

Maybe you are looking for

  • Error message when cutting a sequence into a sequence

    When we try to cut a sequence into another sequence, we either get a nested sequence (the nest tool is turned off) or we crash with this error message: We are in Premiere Pro 2014.2 with our media on a server.  I moved the entire project to  my local

  • ITunes installation gone wrong with Vista!

    I can't get iTunes 8 installed on this new PC. Everytime I try to install, Internet Explorer shuts down with no explanation as to why. I am so frustrated. I have skimmed through the Apple iTunes on line solutions and MS Windoew Vista on line solution

  • Can't install printer on Windows 8.1 with downloaded drivers

    Strange problem. I cannot install a printer to a windows 8.1 tablet using either downloaded drivers specific to this printer or with universal drivers.  The printer installation hangs after I enter the port, and it hangs at "installing printer" Now i

  • In Adobe Acrobat XI Pro, how do I validate a form field so that it's numerical value is less than or

    I have one numerical field named "B," and I need to validate it so that it is less than or equal to the value of another field named "A." I can't figure out how to do that!

  • How to fix Personal Hotspot

    Hey all, If like many people you're having problems connecting to Personal Hotspot (especially from an iPad) read up! I was getting really frustrated with connecting my iPad to my 4S via Personal Hotspot. After a fresh boot of the phone it would work