How to Create a Configuration Manager Console Custom View

I am trying to create an assembly per the SDK example here:
https://msdn.microsoft.com/en-us/library/hh948614.aspx
I have added the assemblies per this article:
https://social.technet.microsoft.com/Forums/en-US/5d74d30d-295b-4c51-8518-abdabbad731b/console-extension-custom-view-development?forum=configmanagersdk
Now most of my references resolve but at compile time I get:
Error 1 'MyCustomView.MyViewDescription' does not implement interface member 'Microsoft.ConfigurationManagement.AdminConsole.IConsoleView.TypeOfView'. 'MyCustomView.MyViewDescription.TypeOfView' cannot implement an interface member because it is
not public. \MyCustomView\Class2.cs 21 18 MyCustomView
Error 2 'MyCustomView.MyViewDescription' does not implement interface member 'Microsoft.ConfigurationManagement.AdminConsole.IConsoleView2.TypeOfViewController'. 'MyCustomView.MyViewDescription.TypeOfViewController' cannot implement an interface
member because it is not public. \MyCustomView\Class2.cs 21 18 MyCustomView
Error 3 'MyCustomView.MyViewDescription.TypeOfViewController': no suitable method found to override MyCustomView\Class2.cs 23 33 MyCustomView
Error 4 'MyCustomView.MyViewDescription.TypeOfView': no suitable method found to override MyCustomView\Class2.cs 24 33 MyCustomView
Error 5 'MyCustomView.MyViewDescription.TryConfigure(ref System.Xml.XmlElement)': no suitable method found to override MyCustomView\Class2.cs 24 109 MyCustomView
I have been hunting around with a couple of decompilers looking for missing references etc for a few hrs and just can't seem to see what I am missing...
I have included the code block here - typically of course I would not include multiple classes in the same CS file but for this POC it should be fine...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.ConfigurationManagement.AdminConsole;
using Microsoft.ConfigurationManagement.AdminConsole.Views.Common;
using Microsoft.ConfigurationManagement.AdminConsole.Schema;
using System.Reflection;
using System.Xml;
using Microsoft.EnterpriseManagement.UI.WpfViews;
using Microsoft.ConfigurationManagement.AdminConsole.ConsoleView;
namespace MyCustomView
public class MyViewController : OverviewControllerBase { public MyViewController() : base() { } public override void EndInit() { base.EndInit(); this.Content = new Label() { Content = "My Content" }; } }
public class MyViewDescription : IConsoleView2
override protected Type TypeOfViewController { get { return typeof(MyViewController); } }
override protected Type TypeOfView { get { return typeof(Overview); } } public override bool TryConfigure(ref XmlElement persistedConfigurationData) { return false; }
new public bool TryInitialize(ScopeNode scopeNode, AssemblyDescription resourceAssembly, ViewAssemblyDescription viewAssemblyDescription) { return true; }

Hi Alfonso,
I did eventually release the console extension (see screen shot at the bottom of the page
here).
It has been a while since I worked on this code but as I remember, once I got the references straightened out (see this thread), a lot of the confusion I had was just understanding that some of the programming that had to be done was in WPF (not WinForm).
 The sample code from Microsoft does work though.
I never was able to figure out how to tie the "tree node menu item" functionality into the Ribbon (at the top of the SCCM console) so that is still on my TODO list.  
So, my advice to you is to start with the Microsoft example code (which I did) from the SCCM SDK and if you get compile time errors, look first for the SCCM assembly references (Microsoft.[ConfigurationManagement, ConfigurationManagement.ManagementProvider,
EnterpriseManagement.UI.Foundation, EnterpriseManagement.UI.WpfViews) and then at the WPF assembly references (PresentationCore, PresentationFramework) for missing class references.
I hope this information can help you.  Good luck sir! 
Anthony LaMark

Similar Messages

  • Message (on one account) when logging in: The user account running the Configuration Manager console has insufficient permissions to read information from the Configuration Manager site database.

    After installing the reportservice/database i cannot use the Configuration Manager Console 2012 anymore with my own AD account. (The accounts of my colleagues are stil working)
    When i login i get the following message:
    The user account running the Configuration Manager console has insufficient permissions to read information from the Configuration Manager site database. The account must belong to a security role in Configuration Manager. The account must also have
    the Windows Server Distributed Component Object Model (DCOM) Remote Activation permission for the computer running the Configuration Manager site server and the SMS Provider.
    I checked the following:
    I am a administrative user in SCCM (Full Administrator)
    I am a member of the administrator group on the server
    Deleted HKEY_CURRENT_USER\Software\Microsoft\ConfigMgr10
    I tried to start it on multiple workstations and deleted my roaming profile
    Any more suggestions?

    Hi,
    Maybe you could have a look on the below blog.
    http://blog.nimbo.com/how-to-disable-user-account-control-in-windows-server-2012/
    (Note: Microsoft provides third-party contact information to help you find technical support. This contact information
    may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.)
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • How to create and configure proxies in ADF mobile using OWSM client agent?

    Hi
    Can anyone please tell me how to create and configure proxies in ADF mobile application using Oracle Web Services Manager (OWSM) Lite Mobile ADF Application Agent. I read it in mobile document that,
    For secured web services, the user credentials are dynamically injected using ADF Mobile uses Oracle Web Services Manager (OWSM) Lite Mobile ADF Application Agent to create and configure proxies, as well as to request services through the proxies. The user credentials are injected into the OWSM enforcement context when proxies are configured.
    I am new with this OWSM, can anyone please give me some hints like how to proceed further for implementing authentication using OWSM lite mobile ADF Application Agent??
    Thanks in advance
    Raj

    Hi Juan
    The demo is very useful, and in that Shay describes about the remote login using a regular ADF webapplication as a secured one and deploying it into the server. But I would like to know how to create a local login using OWSM client agent? .
    Without creating a regular ADF webapplication, how can i call secured webservices(i.e., by using OWSM client agent how to create and configure proxies to call secured webservice, where the user credentials are injected into webservice request by OWSM client as mentioned in ADF mobile document)??
    Regards
    Raj

  • How to create and configure JMSConnection Factory programatically?

    Guys,
              How to create and configure JMSConnection Factory programatically and (<b>NOT THRU CONSOLE</b>)?
              There is an option using the JMSHepler to create the Queues.
              Is there an option to create ConnectionFactories using the same or other classes?
              anshuk

    There are no 8.1 "JMSHelper" extensions for creating conection factories (they've been added for 9.0). Instead, you can use a variety of more generic methods.
              You can create configuration scripts using WLST or wlconfig or wlshell, or make direct calls from java into WebLogic's public JMX mbean APIs (all config tools, including the console, call into these APIs).
              For a JMX example, see the implementation of the "JMSML" utility on dev2dev.bea.com. For WLST examples search for "+WLST +JMS".
              Tom

  • How to create a navigation bar with custom made buttons?

    I'm used to work with a similar program as Muse. In there we can create a single button and link them together into a navigation bar. I have tried all sorts of tutorials but none of them is discussing this possibility.
    To summorize. The idea is to create a button in photoshop and to use this as a theme to build a navigation bar. Possible or not and how? Thanks for assistance. Rgds Rufin

    Hi Brad,
    Thanks for your reply.
    No, not really. I used to work with XARA up till now. And being an Adobe Cloud user I think it a bit silly using two different systems. In XARA I can create a custom button and turn them into a navbar. For your information I include a few links to sites I created with Xara and I would like to know if I can create the same type of navbars with Abobe Muse. I already found out that all the other functions are available and some work a lot better in Muse, but I’m stuck on the navbar issue. I know I can create a button in Adobe PS and use it in Muse. But I didn’t manage to figure out how to create a navbar in Muse on basis of a button created in PS.
    www.restaurant-cedric.be or www.discoamigo.com or www.radioparadijs.be
    Grtz,
    Rufin
    LOGO-RUFIN'S-REISBUREAU-outlook
    Koningslaan 36 – b31
    8300 Knokke – Heist
    Tel: 050621052
    Fax: 050621072
    e-mail:  <mailto:[email protected]> [email protected]
    <http://www.rufins.be/> http://www.rufins.be
    <http://www.travelcoop.be/> travelcoop_logo_2013[1]  <http://ferventreisagent.be/rufins-reisbureau> klein logo
    Van: Brad Lawryk
    Verzonden: zondag 12 oktober 2014 19:40
    Aan: RUFIN DUWEL
    Onderwerp:  How to create a navigation bar with custom made buttons?
    How to create a navigation bar with custom made buttons?
    created by Brad Lawryk <https://forums.adobe.com/people/Brad+Lawryk>  in Help with using Adobe Muse CC - View the full discussion <https://forums.adobe.com/message/6817739#6817739>

  • How to create Variant Configuration Material Master in SAP PP

    Dear Friend's,
    Pl 's guide me for How to Create Variant Configuration Material Master.
    Give me step by step procedure for Creation of Variant Configuration.If some of you having screen shots for the same with one Example, that will be a very helpful to me for creating  VC.
    Thanks & Regards,
    Sandeep N.Theurkar

    Hi,
    Eg: Ford car.If a sale order is raised for fiesta lxi model the system should choose red colour & for vxi blue colour respectively.
    ie you need to define the characteristic and assign the values .
    This characteristic need to assigned to class.
    class need to be assigned to material master
    1. T.code : CT04(characteristic) FORD_MODEL, Choose single value & entry required tab & give the input as 01 - fiesta_lxi & 02 - fiesta_vxi.( characteristic values)
    2.Tcode: CT04, FORD_BODY( another characteristic)
    Choose single value , don't click entry required.
    01 - Red( characteristic values)
    02- Blue
    3. Create class T.code : CL02
    fiesta_class
    type : 300
    4. OBJECT DEPENDENCY:
    T.CODE : CT04
    FORD_MODEL
    CLICK VALUES TAB,
    IN FIESTA_LXI CLICK THE 'O' meant for Obj dependency, action & extra.
    Edit the dependecy,
    010 $Self.ford_body = '01'. & save
    Repeat the same for FIEST_VXI & instead of '01' give '02' for blue colour.
    , then create a ROH as ford_body. & a KMAT material for the car. .
    Then create a Super BOM with usage 3 & give component as ford_body
    Then use T.code cu41 (Create config profile)
    enter a profile name & class 300 & choose class assignment, choose fiest_class ,
    Use T.code cu50 to check the values.
    Then create a sale order.
    Pl. reward if helpful.
    Regards,
    nandha

  • How to create and configure a custom authorization service

    Anyone has any idea how to create a custom authorization module? Can anyone tell me where can I find a documentation or some example how to do it?
    I appreciate any idea.
    Regards.

    The Access Manager developer guide on the Authentication SPI should be all you need to get started
    http://docs.sun.com/app/docs/doc/819-4675/6n6qfk0nf?a=view

  • SQL Server Configuration Manager snap in not getting created by Microsoft Manager Console

    I just installed SQL Server 2008 Express with Advanced Services.  I want to enable FILESTREAM so I can install the AdventureWorks sample database.  The instructions at this page:  http://msdn.microsoft.com/en-us/library/cc645923.aspx say:
    On the Start menu, point to All Programs, point to Microsoft SQL Server 2008, point to Configuration Tools, and then click SQL Server Configuration Manager.
    When I open SQL Server Configuration Manager I get an error message:  "MMC could not create the snap in, the snap in might not have been installed correctly.  Name:  SQL Server Configuration Manager."  Then it gives me a CLSID.
    On this page:  http://msdn.microsoft.com/en-us/library/ms174212.aspx it says:  "Microsoft Management Console (mmc.exe) uses the SQLServerManager10.msc file in the Windows System32 folder to open SQL Server Configuration Manager."
    I looked in the System32 folder and, sure enough, the file SQLServerManager10.msc is in there.  It's XML inside the file.
    Please help.  I really need to get this SQL Server Configuration Manager working so I can enable FILESTREAM data and install the database.  I appreciate any help you can give.
    --goldenthroat

    I'd try this first; 
    Go to the Run from the Start menu and type mmc and press enter to open an empty console. Under the File menu select "Add/Remove Snap-in". Click "Add" under Console Root and select the "Microsoft SQL Enterprise Manager" snap-in. Close windows until you are back to the mmc, and you can rename the "console1.msc" to default name which is "SQL Server Enterprise Manager.MSC" and save it under C:\Program Files\Microsoft SQL Server\80\Tools\Binn (Default location of SQL Server 2000) - Obviously you want your 2008 installation folder and unfortunately I don't have it so I couldn't point you to it... http://weblogs.sqlteam.com/

  • How to have one centeral management console for DB and Application server?

    Hi
    Thank you for reading my post
    I read in several places that ORACLE provide facilitis that help developers to have one centeral console to manage Application server / Database and what ever oracle products.
    I want to know that, when i have Oracle 10g r2 and Application server 10.1.3.1 installed, how i can use that centeral management console?
    is it some other application that i should install ?
    or it is just some more configuration?
    thanks

    What you are looking for is called Grid Control.
    You will need the Grid Control Agent installed on each server that has products from Oracle's technology stack installed (database, web server, app server, etc). You will also need install the Grid Control software and repository.
    You can download Grid Control from the following link:
    http://www.oracle.com/technology/software/products/oem/index.html

  • How to create a Language Branch using custom workflow?

    Hi,
    I’ve a requirement where I need to create a workflow process which will create a Language branch.  i.e I wanted to achieve the functionality using custom workflow as given in the docs: https://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html#Managing the Translation of your Language Branches 
    As per the OOTB functionality,
    1.     If the target page is not exist in the Language branch, it will copy the reference page to target path.
    2.     If the target page is already exists, it will not create a copy of the reference.           
    After the translation, if we make any changes in the reference page and activate the reference, then we have a button called 'Show side by Side' under Translation in the side kick which shows differences between reference page and translated page.
    Example:
    So, I would like know how we can achieve this in my custom workflow process. In my workflow process, I’m checking whether the page is existed in the target path or not. If not exist, I used page copy.
    Eg: Page page = newPage.copy(originalPage,targetPath+"/"+originalPageName,null,true,true );
    When I use above api, it just copies the page and it will not maintain any relation with reference page.
    Any pointers would be more helpful.
    Thanks
    Siva

    Hi,
    I have a similar request to export the texts from one language and after the translation to import them to the new language, did you find any solution? My question is how can I add some steps into my workflow to validate the imported data -and if the user validate the texts then proceed with next step(in my case I import the text from a file and generate a form with values). I read the documentation from Adobe but I didn't find anything related to how we can add a workflow to a dynamically generated from(I don't use the CQ form component).
    Can anybody help me with this?
    Thx, Lorand

  • How to create function module for getting customer name

    Hi Experts,
                   How to create function module?  when in import parameter kunnr values to be passed it must give name1 details according to the customer number...
    how to write the logic in source code....
    Regards,
    Thiru. R

    1. First of all create function group.
    2. Create function module using this function group.
    3. If only one kunnr is needed at a time, create import parameter for it. But if many kunnr to be entered at a time,use table.
    4. Fetch name1 for each kunnr from KNA1 table.
    "->> if many kunnr
    if not t_kunnr[] is initial.
    select kunnr as kunnr name1 as name1
    into table t_kunnr_name1
    from kna1
    for all entried in table t_kunnr
    where kunnr = t_kunnr-kunnr.
    endif.       
    sort t_kunnr_name1 by kunnr name1.
    delete adjacent duplicates from t_kunnr_name1 comparing kunnr name1.
    table t_kunnr_name1 will contain kunnr and its name1.
    I hope logic is clear for you now.
    Regards,
    Aparna

  • How to create a workflow dealing with customizing program(Add-on program)

    Dear ALL,
    I am new to workflow and I was assigned to create a workflow related to an customizing program(Dynpro screen).
    I know we can refer to some std. template for workflow developing.
    However, I don't know how to create a brand new workflow to deal with the add-on program and table.
    My major difficulty is how to create a new object:
    --How to create the new event to track the operation of add-on program, for example, push 'submit' button.
    --How to create method to update the add-on table.
    I do hope someone could give me some guidance.
    Thank,
    Gary

    This is a Function Module that triggers an event ob Business Object tht you will create by making a subtype of Business Object. Use Transaction Code SWO1 to do so.
    FUNCTION zwf_process_trip.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_EMP_NUMBER) TYPE  PERNR_D
    *"     VALUE(I_EMP_TRIP) TYPE  REINR
      INCLUDE <cntn01> .
      DATA:i_emp_details TYPE STANDARD TABLE OF p0001,  "Employee Details
           wa_request    TYPE p0001,                    "Workarea for Employee details
           v_country_grp TYPE molga,                    "Country SubGrouping
           v_object_key  TYPE sweinstcou-objkey.        "Key for the buisness object ZWOBUSTRIP
      CONSTANTS: c_bo_trip     TYPE swo_objtyp VALUE 'ZWOBUSTRIP',
                 c_event_trip  TYPE swo_event  VALUE 'TripCreate',
                 c_infy_type_1 TYPE infty      VALUE '0001'.
    Event Container declaration
      swc_container i_event_cont.
      swc_create_container i_event_cont.
    Reading the INFO TYPE 0001 to obtain the
    Employee details
      CALL FUNCTION 'HR_READ_INFOTYPE'
        EXPORTING
          pernr           = i_emp_number
          infty           = c_infy_type_1
          begda           = sy-datum
          endda           = sy-datum
        TABLES
          infty_tab       = i_emp_details
        EXCEPTIONS
          infty_not_found = 1
          OTHERS          = 2.
    SY-SUBRC check is not required as the error
    handelling will be done by WorkFlow rule
    resolution.
      CLEAR wa_request.
      READ TABLE i_emp_details INTO wa_request INDEX 1.
      IF sy-subrc = 0.
      Retrieving the Country SubGrouping for the employee
        SELECT SINGLE molga
          FROM t001p
          INTO v_country_grp
         WHERE werks = wa_request-werks
           AND btrtl = wa_request-persk.
      ENDIF.
    Sending the relevant data to event container
      swc_set_element i_event_cont 'EmpId'     i_emp_number.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'PersonnelArea'    wa_request-werks.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'CountryGrouping' v_country_grp.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'EmpSubGrp'       wa_request-persk.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      swc_set_element i_event_cont 'EmpTripId'       i_emp_trip.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
    Raising the event to trigger the workflow
      v_object_key = i_emp_number.
      CALL FUNCTION 'SWE_EVENT_CREATE'
        EXPORTING
          objtype           = c_bo_trip
          objkey            = v_object_key
          event             = c_event_trip
        TABLES
          event_container   = i_event_cont
        EXCEPTIONS
          objtype_not_found = 1
          OTHERS            = 2.
      IF sy-subrc <> 0.
    No Processing needed.
      ENDIF.
      COMMIT WORK.
    ENDFUNCTION.
    SWEL Transaction Code is used to track event linkage.
    SWUS is used to test Workflow manually with single test.
    <b>Please reward points if useful</b>
    Thanks
    Arghadip

  • Enrolling iOS devices "not shown in Configuration Manager console"

    After successfully enrolled my Windows RT I want to enroll my iOS devices (iPad 1 & iPhone 4). First step is completing the iOS configuration (uploading APN certificate). Next step I associated my devices by installing management
    profiles (https://manage.microsoft.com). All my application appears when starting the Company Portal App but my device will not appear in my Configuration Manager admin console.
    When I select the Support tile in the Company App it says "Name not yet available", I'm not sure if this is a normal behavior?
    Any thoughts/pointers are welcome.
    Regards,
    Ronny de Jong | inovativ.nl | Blog: donnystyle.wordpress.com | Twitter: twitter.com/ronnydejong

    Hi Jon,
    I've installed the iPhone Configuration Utility and collected the logging below as part of enrolling the iOS devices (iPad & iPhone) and installed the Management Profile:
    iPAD
    Feb 22 23:08:36 iPAD profiled[255] <Notice>: (Note ) profiled: Service starting...
    Feb 22 23:08:36 iPAD profiled[255] <Notice>: (Note ) MC: Profile -M-i-c-r-o-s-o-f-t-.-P-a-y-l-o-a-d-s-.-D-e-v-i-c-e-I-n-f-o -q-u-e-u-e-d -f-o-r -i-n-s-t-a-l-l-a-t-i-o-n-.
    Feb 22 23:08:37 iPAD Preferences[256] <Warning>: Splitview controller <PSSplitViewController: 0x24a900> is expected to have a master view controller before its used!
    Feb 22 23:08:38 iPAD Preferences[256] <Warning>: BTM: attaching to BTServer
    Feb 22 23:08:42 iPAD profiled[255] <Notice>: (Note ) MC: Checking for MDM installation...
    Feb 22 23:08:42 iPAD profiled[255] <Notice>: (Note ) MC: ...finished checking for MDM installation.
    Feb 22 23:08:43 iPAD profiled[255] <Notice>: (Note ) MC: Enrolling in OTA Profile service...
    Feb 22 23:08:51 iPAD profiled[255] <Notice>: (Note ) MC: Attempting to retrieve issued certificate...
    Feb 22 23:08:51 iPAD profiled[255] <Notice>: (Note ) MC: Issued certificate received.
    Feb 22 23:08:51 iPAD profiled[255] <Notice>: (Note ) MC: Retrieving profile from OTA Profile service...
    Feb 22 23:08:52 iPAD profiled[255] <Notice>: (Note ) MC: Received final profile: Microsoft.Profiles.MDM
    Feb 22 23:08:52 iPAD profiled[255] <Notice>: (Note ) MC: Beginning profile installation...
    Feb 22 23:08:52 iPAD profiled[255] <Notice>: (Note ) MC: Profile -M-i-c-r-o-s-o-f-t-.-P-r-o-f-i-l-e-s-.-M-D-M -i-s -r-e-p-l-a-c-i-n-g -a-n -e-x-i-s-t-i-n-g -p-r-o-f-i-l-e -h-a-v-i-n-g -t-h-e -s-a-m-e -i-d-e-n-t-i-f-i-e-r-.
    Feb 22 23:08:59 iPAD profiled[255] <Notice>: (Note ) MC: Attempting to retrieve issued certificate...
    Feb 22 23:09:00 iPAD profiled[255] <Notice>: (Note ) MC: Issued certificate received.
    Feb 22 23:09:01 iPAD profiled[255] <Notice>: (Note ) MC: Profile -M-i-c-r-o-s-o-f-t-.-P-r-o-f-i-l-e-s-.-M-D-M -i-n-s-t-a-l-l-e-d-.
    Feb 22 23:09:01 iPAD profiled[255] <Notice>: (Note ) MC: Removing certificate with persistent ID 69646e7400000000000000a2
    Feb 22 23:09:01 iPAD SpringBoard[51] <Warning>: Reloading and rendering all application icons.
    Feb 22 23:09:02 iPAD profiled[255] <Notice>: (Note ) MC: Removing certificate with persistent ID 69646e74000000000000009f
    Feb 22 23:09:02 iPAD mc_mobile_tunnel[260] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Feb 22 23:09:02 iPAD mc_mobile_tunnel[260] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Feb 22 23:09:02 iPAD mc_mobile_tunnel[261] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Feb 22 23:09:02 iPAD SpringBoard[51] <Warning>: Reloading and rendering all application icons.
    Feb 22 23:09:02 iPAD mc_mobile_tunnel[261] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Feb 22 23:09:03 iPAD mdmd[258] <Notice>: (Note ) MDM: mdmd starting...
    Feb 22 23:09:03 iPAD mdmd[258] <Notice>: (Note ) MDM: Looking for managed app states to clean up
    Feb 22 23:09:03 iPAD com.apple.launchd[1] (com.apple.managedconfiguration.mdmd[258]) <Warning>: (com.apple.managedconfiguration.mdmd) Check-in of Mach service failed. Already active: com.apple.managedconfiguration.mdmdpush-dev
    Feb 22 23:09:03 iPAD mdmd[258] <Warning>: Unable to bootstrap_check_in() to namedDelegatePort 'com.apple.managedconfiguration.mdmdpush-dev'. APS connections will not persist past process lifetime.
    Feb 22 23:09:03 iPAD com.apple.launchd[1] (com.apple.managedconfiguration.mdmd[258]) <Warning>: (com.apple.managedconfiguration.mdmd) Check-in of Mach service failed. Already active: com.apple.managedconfiguration.mdmdpush-prod
    Feb 22 23:09:03 iPAD mdmd[258] <Warning>: Unable to bootstrap_check_in() to namedDelegatePort 'com.apple.managedconfiguration.mdmdpush-prod'. APS connections will not persist past process lifetime.
    Feb 22 23:09:03 iPAD mdmd[258] <Notice>: (Note ) MDM: Network reachability has changed.
    Feb 22 23:09:03 iPAD mdmd[258] <Notice>: (Note ) MDM: Network reachability has changed.
    Feb 22 23:09:03 iPAD mdmd[258] <Notice>: (Note ) MDM: Telling MDM Check-In Server about new device token.
    Feb 22 23:09:11 iPAD mdmd[258] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Feb 22 23:09:11 iPAD mdmd[258] <Notice>: (Note ) MDM: Telling MDM Check-In Server about new device token.
    Feb 22 23:09:13 iPAD mdmd[258] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Feb 22 23:09:13 iPAD mdmd[258] <Notice>: (Note ) MDM: Telling MDM Check-In Server about new device token.
    Feb 22 23:09:14 iPAD mdmd[258] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Feb 22 23:09:14 iPAD com.apple.launchd[1] (com.apple.managedconfiguration.mdmd[258]) <Warning>: (com.apple.managedconfiguration.mdmd) Check-in of Mach service failed. Already active: com.apple.managedconfiguration.mdmdpush-dev
    Feb 22 23:09:14 iPAD mdmd[258] <Warning>: Unable to bootstrap_check_in() to namedDelegatePort 'com.apple.managedconfiguration.mdmdpush-dev'. APS connections will not persist past process lifetime.
    Feb 22 23:09:14 iPAD com.apple.launchd[1] (com.apple.managedconfiguration.mdmd[258]) <Warning>: (com.apple.managedconfiguration.mdmd) Check-in of Mach service failed. Already active: com.apple.managedconfiguration.mdmdpush-prod
    Feb 22 23:09:14 iPAD mdmd[258] <Warning>: Unable to bootstrap_check_in() to namedDelegatePort 'com.apple.managedconfiguration.mdmdpush-prod'. APS connections will not persist past process lifetime.
    Feb 22 23:09:16 iPAD mdmd[258] <Notice>: (Note ) MDM: mdmd stopping...
    iPhone
    Feb 22 23:23:22 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Checking for MDM installation...
    Feb 22 23:23:22 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: ...finished checking for MDM installation.
    Feb 22 23:23:24 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Enrolling in OTA Profile service...
    Feb 22 23:23:24 iPhone-van-Ronny profiled[1078] <Error>: Feb 22 23:23:24  SecTrustEvaluate  [leaf AnchorTrusted]
    Feb 22 23:23:29 iPhone-van-Ronny profiled[1078] <Error>: Feb 22 23:23:29  SecTrustEvaluate  [leaf AnchorTrusted]
    Feb 22 23:23:29 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Attempting to retrieve issued certificate...
    Feb 22 23:23:29 iPhone-van-Ronny profiled[1078] <Error>: Feb 22 23:23:29  SecTrustEvaluate  [leaf AnchorTrusted]
    Feb 22 23:23:29 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Issued certificate received.
    Feb 22 23:23:30 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Retrieving profile from OTA Profile service...
    Feb 22 23:23:30 iPhone-van-Ronny profiled[1078] <Error>: Feb 22 23:23:30  SecTrustEvaluate  [leaf AnchorTrusted]
    Feb 22 23:23:30 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Received final profile: Microsoft.Profiles.MDM
    Feb 22 23:23:30 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Beginning profile installation...
    Feb 22 23:23:37 iPhone-van-Ronny profiled[1078] <Error>: Feb 22 23:23:37  SecTrustEvaluate  [leaf AnchorTrusted]
    Feb 22 23:23:37 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Attempting to retrieve issued certificate...
    Feb 22 23:23:38 iPhone-van-Ronny profiled[1078] <Error>: Feb 22 23:23:38  SecTrustEvaluate  [leaf AnchorTrusted]
    Feb 22 23:23:38 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Issued certificate received.
    Feb 22 23:23:39 iPhone-van-Ronny SpringBoard[67] <Warning>: Reloading and rendering all application icons.
    Feb 22 23:23:39 iPhone-van-Ronny profiled[1078] <Notice>: (Note ) MC: Profile Microsoft.Profiles.MDM installed.
    Feb 22 23:23:40 iPhone-van-Ronny mc_mobile_tunnel[1094] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
    Feb 22 23:23:40 iPhone-van-Ronny mc_mobile_tunnel[1094] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: mdmd starting...
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Looking for managed app states to clean up
    Feb 22 23:23:41 iPhone-van-Ronny com.apple.launchd[1] (com.apple.managedconfiguration.mdmd[1091]) <Warning>: (com.apple.managedconfiguration.mdmd) Check-in of Mach service failed. Already active: com.apple.managedconfiguration.mdmdpush-dev
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Warning>: Unable to bootstrap_check_in() to namedDelegatePort 'com.apple.managedconfiguration.mdmdpush-dev'. APS connections will not persist past process lifetime.
    Feb 22 23:23:41 iPhone-van-Ronny com.apple.launchd[1] (com.apple.managedconfiguration.mdmd[1091]) <Warning>: (com.apple.managedconfiguration.mdmd) Check-in of Mach service failed. Already active: com.apple.managedconfiguration.mdmdpush-prod
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Warning>: Unable to bootstrap_check_in() to namedDelegatePort 'com.apple.managedconfiguration.mdmdpush-prod'. APS connections will not persist past process lifetime.
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Network reachability has changed.
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Network reachability has changed.
    Feb 22 23:23:41 iPhone-van-Ronny awdd[1092] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
    Feb 22 23:23:41 iPhone-van-Ronny awdd[1092] <Error>: CoreLocation: CLClient is deprecated. Will be obsolete soon.
    Feb 22 23:23:41 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Telling MDM Check-In Server about new device token.
    Feb 22 23:23:45 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Feb 22 23:23:45 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Telling MDM Check-In Server about new device token.
    Feb 22 23:23:48 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Feb 22 23:23:48 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Telling MDM Check-In Server about new device token.
    Feb 22 23:23:49 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: Transaction completed. Status: 200
    Feb 22 23:23:51 iPhone-van-Ronny mdmd[1091] <Notice>: (Note ) MDM: mdmd stopping...
    Thanks,
    Ronny de Jong | inovativ.nl | Blog |
    Twitter

  • How to create bulk configuration files from a template for staging?

    Hello,
    We have created a sample configuration for ISRG2 2901 Router.  The sample configuration is long, and with copy/paste it is possible to skip some lines, and it is difficult to ensure the configuration of every device is standardized due to this error possibility. What we are trying to achieve is first create a template from this sample configuration file, and then create configuration files for each device seperately and automatically. After creating this configuration instances, we want to be able to distribute the configuration files (and possibly the ios) to the devices during the staging phase. Since there are about 1000 2901 routers, creating configuration files is important?
    From searching we have found the following tools:
    1) CCE (Cisco Configuration Engine): This tool seems to be very efficient for distributing the created configuration files. We may use the serial number of the device, and it provides almost zero touch provisioning of the configuration files to the devices. Creating the configuration file from the template seems to be manual, i.e enter the ip addresses of the interfaces, the routing tables one by one for each device. How can we use velocity template for device configs?
    2) Ciscoworks LMS Prime: It is possible to create a baseline template for the devices, and after getting the backup configuration of the routers, it is possible to compare the actual configuration of the device with the baseline template, and understand if there is any difference with each other. This is indeed very useful in order to keep the configuration standardized, we again could not find a way to create bulk configuration files from the baseline template.
    3)  Solarwinds Config Generator: This tool is useful for creating a configuration file from a template, but again not for automatically creating configuration files, and needs manual intervention.
    4) Excel Macro: It seems that some people have achived to automatically create configuration files with using an excel macro, but we could not find a procedure or tip of how to achieving this.
    5) Pearl or TCL/TK Script: Again since we are not software developers but from networking field, it is difficult to achieve a working form of this scripts or codes due to to lack of documentation and development experience.
    So our problem comes down to creating a template from a sample configuration, and creating bulk configuration files from the template. Is there a specific tool or procedure to achive this purpose?
    Thanks in Advance,
    Best Regards,

    Hi,
    Try this one http://www.gen-it.net
    Regards,
    Stuart

Maybe you are looking for