Topology problem

Hi!
I have error I think relative to Topology.
Semulation does not even pass, the same error.
This is Interfese between two DB.
com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-17517: Error during task interpretation.
Task: 4
java.lang.Exception: BeanShell script error: Sourced file: inline evaluation of: ``out.print("drop synonym DOC_LOAD.\"C$_") ; out.print(vPref) ; out.print("_0SRC_D . . . '' : Undefined argument: vPref : at Line: 2 : in file: inline evaluation of: ``out.print("drop synonym DOC_LOAD.\"C$_") ; out.print(vPref) ; out.print("_0SRC_D . . . '' : ( vPref )
BSF info: Drop synonym on target at line: 0 column: columnNo
     at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:485)
Any ideas?

Deleted and imported KMs onemore time and the same error.
My build is ODI_11.1.1.5.0_GENERIC_110422.1001. Maybe it's time to update.
I have 2 of all topology, 2 logical and physical schemas because of 2 developers groups. If I use our topology I have error If I chenge another topology as I need it works. But I cannot use another topology though our topology is absolutely the same just have another name, but it doesn't work!

Similar Messages

  • Control plane topology problem

    hi
    i draw red rectangular box 
    what is mean ? status failed?or....
    i think reason that my clients can't sign in depend on it

    Hi klez0011,
    According to your description, you could try one or more of the following methods.
    1. Please make sure the root certificate is installed in the Trusted Root Certification Authorities store.
    2. Run the command “Reset-CsPoolRegistrarState -PoolFqdn "Pool Name" -ResetType ServiceReset”(or -RestType FullReset) to reset the services.
    3. If it worked until you installed something(software,updates), please remove them and reboot.
    Best regards,
    Eric

  • Wrong CDP data in Campus Manager

    Hi,
    we have a LMS 3.2 in a Windows server. In Campus Manager, some CDP neighbours are shown as wrong. In some cases they are shown with their IP address instead of their name (they are added in DCR with their name!!) and in other cases, the neighbour is other device different than the real one.
    What is the reason for this behaviour?

    Sounds like either a bug, or bad data in the ani database. I haven't seen any topology problems yet in our 3.2 installations, so it could be something in your topology has messed up the database. Make sure all devices have a unique sysName (i.e. hostname+domain name). If not, then you can get similar behavior to what you are describing.

  • Problem Topology Data collection LMS 4.1

    Hi there,
    I have an issue with the lms 4.1 Topology Data Collection. In the Topo Data Collect under Inventory > Dashboards > Device Status > Collection Summary, there are only 2 devices succeeded and 0 device fail. but I have more 500 device in state managed. I run Inventory Collections but the number doesn't change.
    Inventory Collection          534                13  02 May 2012, 11:07 CEST Idle          Schedule
    Config Archive                         507               14  02 May 2012, 09:51 CEST Running          Schedule
    Topology Data Collection               2               0  02 May 2012, 11:11 CEST  Idle          Schedule
    I have read others discussions but no one has the same problem or similar problem. The only possible solution is to reset the ANI db but I'm not sure if it it's the best solution.
    Any ideas?
    Thaks for help

    I confirm that Martin. Good spotting!. I just noticed it in a server I installed yesterday. These 2 lines were added to the hosts file.
    127.0.0.1       localhost
    127.0.0.1   LMS4
    A bit silly for both, since these entries were allready in the hosts file, done by the windows install I think
    127.0.0.1       localhost
    ::1             localhost
    Cheers,
    Michel

  • ODI 11g 11.1.1.7 with Win64 bit OS : Starange problem : Right click does not work for Create new data server in Topology.

    ODI 11g 11.1.1.7 with Win64 bit OS : Strange problem : Right click does not work for Create new data server in Topology.
    On right click nothing happens at all. I have  reinstall the ODI multiple times with right installer. issue persist.
    Please help.

    Hi,
    Did you use the generic installer or the win32 one ? You should use the former with Win64.
    You can also check that your version of Java is supported in the certification matrix.
    Regards,
    JeromeFr

  • A problem with PoE devices in the Topology view (LMS 3.1)

    Hello,
    the customer has a problem with PoE devices in the Topology View. :-( He doesn't see the 2960 PoE devices with the PoE filter enabled in the topology view:-( He uses LMS 3.1 on Windows.
    In the NetPro discussion I found that the list of PoE devices is in the following file:
    POECapableDeviceTypes.properties
    but I cann't to find thid file in the campus directory. In the campus folder are following folders: bin, etc, lib and www.
    Thank you
    Roman

    The file is in NMSROOT/campus/www/classpath/com/cisco/nm/ani/clients/campus/main/filters/POECapableDeviceTypes.properties.

  • Unified communication sip trunk problem after modifying topology

    hi all
    i have UC and its fine and sip trunk is ok
    the toplogy is as below
    UC------------------internet
    now im going to add ASA with UC with new topology
    UC-------------ASA-------------internet
    the pbx internally is ok   , but sip trunk is not working
    pbx now have private ip and it can reach internet
    the problem is sip trunks is not working !!!!
    i will post the config of UC when its connected to Internet direcly and wish to help me why the 2nd topoloy no sip trunks working ?!!
    do i need to do portforward ??
    anyway here  the config when sip trunks works and when UC directly to internet

    Try disabling SIP inspection on the ASA
    http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/82446-enable-voip-config.html

  • Topology having problem with 8307 SRID

    Hi,
    i am having an a small problem when i am creating topology with 8307 SRID.
    first of all i loaded data into spatial with 82364 SRID and validated all my counties and created topology and its working fine. and showing me properly in mapbuilder
    then same data i converted it to 8307 Longitude / latitude coordinate system and created topology the topology is created but when i view in mapbuilder its showing me not clean topology and when i zoom in zoom out its removing the color of faces and giving warning in mapbuilder Next edge (47) is null. Face (21) polygon discarded.
    here is the process how i completed for 8307 SRID
    -- Deregister feature layers, if they were registered.
    -- Unioned_counties is a feature layer we will create in the next code example.
    EXECUTE SDO_TOPO.DELETE_TOPO_GEOMETRY_LAYER ('ADMIN_TOPO_8307', 'KSA_COUNTIES_TOPO_8307', 'FEATURE');
    -- Drop the topology if it exists, then create the topology
    EXECUTE SDO_TOPO.DROP_TOPOLOGY ('ADMIN_TOPO_8307');
    EXECUTE SDO_TOPO.CREATE_TOPOLOGY ('ADMIN_TOPO_8307', 0.5, 8307);
    -- Fix incorrectly set bounds
    update user_sdo_geom_metadata
    set diminfo =
    SDO_DIM_ARRAY(
    SDO_DIM_ELEMENT( 'Easting', 35.5743686, 17.3556645, 0.5),
    SDO_DIM_ELEMENT( 'Northing', 56.6621451, 33.144374, 0.5)
    where table_name like 'ADMIN_TOPO_8307_%$';
    commit;
    --//34.5743686, 16.3556645, 55.6621451, 32.144374
    -- Insert the universal face for an empty topology
    INSERT INTO ADMIN_TOPO_8307_face$ (face_id,
    boundary_edge_id,
    island_edge_id_list,
    island_node_id_list,
    mbr_geometry)
    VALUES (-1, NULL, SDO_LIST_TYPE(), SDO_LIST_TYPE(), NULL);
    commit;
    -- Create an Oracle table with a feature layer.
    -- Each feature will represent a county.
    DROP TABLE ksa_counties_topo_8307;
    CREATE TABLE ksa_counties_topo_8307 (id number,
         type VARCHAR2(1),
                        region_name     varchar2(200),
                        county_name varchar2(200),
                        population     number,
                        saudi_males     number,
                        saudi_females     number,
                        non_saudi_males     number,
                        non_saudi_females     number,
         feature      SDO_TOPO_GEOMETRY);
    -- Register feature layer with topology
    EXECUTE SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER('ADMIN_TOPO_8307', 'KSA_COUNTIES_TOPO_8307', 'FEATURE', 'POLYGON');
    -- Create updatable TOPO_MAP object and load the whole topology in cache.
    -- Since we just created the topology, the cache will be empty.
    EXECUTE SDO_TOPO_MAP.DROP_TOPO_MAP('my_sample_map_cache');
    EXECUTE SDO_TOPO_MAP.CREATE_TOPO_MAP('admin_topo_8307', 'my_sample_map_cache');
    EXECUTE SDO_TOPO_MAP.LOAD_TOPO_MAP('my_sample_map_cache', 'true');
    DECLARE
    CURSOR c1 IS SELECT fid_, geom FROM XX_C_8307_8307;
    topo_geom SDO_TOPO_GEOMETRY;
    BEGIN
    FOR r IN c1 LOOP
    topo_geom := SDO_TOPO_MAP.CREATE_FEATURE('ADMIN_TOPO_8307',
    'KSA_COUNTIES_TOPO_8307',
    'FEATURE',
    r.geom);
    -- Associate topological primitives with features
    INSERT INTO ksa_counties_topo_8307 (id,feature)
    VALUES (r.fid_, topo_geom);
    -- Commit so I can watch from other session
    commit;
    END LOOP;
    END;
    -- Commit topology changes.
    EXECUTE SDO_TOPO_MAP.COMMIT_TOPO_MAP;
    EXECUTE SDO_TOPO_MAP.DROP_TOPO_MAP ('my_sample_map_cache');
    -- Check how many counties were converted
    SELECT COUNT(*) FROM ksa_counties_topo_8307;
    -- After an initial bulk load into an empty topology, initialize_metadata
    EXECUTE SDO_TOPO.INITIALIZE_METADATA ('ADMIN_TOPO_8307');
    please some one help me in this issue
    Thanks
    Kabeer

    i am sure there is no problem in conversion because after converting i validated the data and checked with world file. its exactly fitting in the place where it has to go.
    if you don't mind and tell me which version oracle you are using and can you just go through topology for this data your side.
    Thanks
    Kabeer

  • Problems with LMS 4.1 Topology Maps

    Hi
    I've just installed  LMS 4.1 in my demo lab. Everything is working fine except for the Topology maps. When I click on the topolgy from configuration
    I get
    I've tried doing what its asked a number of times but with no success and was wondering if anyone else has had this problem and know the fix.
    I'm running windows 7 with Java version 1.6.0_26 . Also this is the virtal appliance installation of Cisco LMS 4.1.
    Regards

    Your problem looks similar to one I have seen with incompatible Java versions. I suggest two things to check it out:
    1. Launch Topology directly when logging in from the server desktop itself (via RDP is fine). Does it work there? If so, the issue is client-based.
    2. Uninstall Java compeltely on the client. Then launch LMS in a browser. When you navigate to Topology tools you should be redirected to the CiscoWorks server's own Java distribution which is packaged to be the precise version (1.6.0_24) that it prefers. Download and install that version and check if the problem is fixed.
    One can work around the Java issues in some cases but it's ugly. This, combined with Sun / Oracle's predeliction to want to upgrade Java to the latest version automatically makes this one of the trickier tools in the LMS toolbag to use consistently from diverse remote clients.

  • Cisco Network Assistant topology view problem

    hello! I have a problem. I just installed Cisco Network Assistant on my computer, scanned the network and found my switches. The problem is that when the program builds the topology, it desplays the switches in two raws but doesnt draw the links between them. Before installing CNA, i configured the switches with the following commands to enable CNA to see them:
    switch# conf t
    switch(config)# ip http server
    switch(config)# ip http secure-server
    switch(config)# ip http max-connections 16
    switch(config)# ip http ip timeout-policy idle 180 life 180 requests 25
    switch(config)# end
    switch#
    Is there any other settings that i have to make for CNA to show the links between the switches? Thank you very much!

    Both the Catalyst 4506 and 4506-E are supported by CNA. You need to verify reachability from the CNA host and that the target Catalyst has the http (or https) server active. With that, it should work fine.

  • Problem in Importing Topology

    Hello,
    I was on Sunopsis v3 and this morning I have installed ODI.
    I keep all my Sunopsis v3 environment and I decide to only install ODI (no upgrade) just for testing difference between the 2.
    When all the installation was done I decide trying to import some of my project to see differences.
    So I began by Exporting my V3 Topology and then I have imported it in ODI but ...
    This import in ODI only gives me the Logical Schema but nothing in the Physical Architecture.
    Moreover after Importing what ODI can, it has created an snpstemp directoy with a lot of XML files (representing Connexion, Agent,... all what ODI didn't import).
    Do you know why the Import Topology didn't work well ? What do I have to do ?
    Thanks for your answers.
    BM

    Hi,
    It is not the good way to do this ...
    You have to dump your repository (on oracle with datapump or exp/imp).
    Reimport it in a new schema/db called ODI_(MASTER and/or WORK). Then run the "master repository upgrade" tool toward this copy of master. When its done connect to upgraded master repository and then with right click on you work repository, run the work upgrade...
    It' s not so complicated.
    And it is stated that the XML export and import between v3 and v10 doesn't work.
    Hope it helps,
    Phil

  • About Topology Edge's sign problem

    I found that sign(+ or -) of edges has different meaning in different context,
    such as in Edge information table, in SDO_TOPO_OBJECT (-10, 2) with SDO_TOPO_GEOMETRY constructor, etc.
    What's the meaning of sign with edges in this example?
    Comes from Topology and Network Data Models Developer's Guide:
    -- CITY_DATA layer, land parcels (topo_geometry_ layer_id = 1),
    -- parcel P2 (topo_geometry_id = 2)
    SELECT SDO_TOPO.GET_TOPO_OBJECTS('CITY_DATA', 1, 2) FROM DUAL;
    SDO_TOPO.GET_TOPO_OBJECTS('CITY_DATA',1,2)(TOPO_ID, TOPO_TYPE)
    SDO_TOPO_OBJECT_ARRAY(SDO_TOPO_OBJECT(9, 1), SDO_TOPO_OBJECT(10, 1), SDO_TOPO_OB
    JECT(13, 1), SDO_TOPO_OBJECT(14, 1), SDO_TOPO_OBJECT(17, 1), SDO_TOPO_OBJECT(18,
    1), SDO_TOPO_OBJECT(6, 2), SDO_TOPO_OBJECT(7, 2), SDO_TOPO_OBJECT(8, 2), SDO_TO
    PO_OBJECT(9, 2), SDO_TOPO_OBJECT(10, 2), SDO_TOPO_OBJECT(11, 2), SDO_TOPO_OBJECT
    (12, 2), SDO_TOPO_OBJECT(13, 2), SDO_TOPO_OBJECT(14, 2), SDO_TOPO_OBJECT(17, 2),
    SDO_TOPO_OBJECT(18, 2), SDO_TOPO_OBJECT(19, 2), SDO_TOPO_OBJECT(20, 2), SDO_TOP
    O_OBJECT(-6, 2), SDO_TOPO_OBJECT(-7, 2), SDO_TOPO_OBJECT(-8, 2), SDO_TOPO_OBJECT
    (-9, 2), SDO_TOPO_OBJECT(-10, 2), SDO_TOPO_OBJECT(-11, 2), SDO_TOPO_OBJECT(-12,
    2), SDO_TOPO_OBJECT(-13, 2), SDO_TOPO_OBJECT(-14, 2), SDO_TOPO_OBJECT(-17, 2), S
    DO_TOPO_OBJECT(-18, 2), SDO_TOPO_OBJECT(-19, 2), SDO_TOPO_OBJECT(-20, 2), SDO_TO
    PO_OBJECT(-1, 3), SDO_TOPO_OBJECT(3, 3), SDO_TOPO_OBJECT(4, 3), SDO_TOPO_OBJECT(
    5, 3), SDO_TOPO_OBJECT(6, 3), SDO_TOPO_OBJECT(7, 3), SDO_TOPO_OBJECT(8, 3))

    Edges have an orientation given by the coordinates of the edge. When an edge is created in the topology, it has a certain sequence of
    vertices: v1, v2, v3, ..., vn.
    Now, if you want to define an road that goes from vn to v1 instead of going from v1 to vn, you define the sdo_topo_geometry
    with the negative edge ID.
    If you want the road to go from v1 to vn, you define the sdo_topo_geometry with the positive edge ID.
    siva

  • Problem changing search topology

    I'm setting up a 3 tier architecture in SharePoitn 2010 for a client and am getting an error trying to mirror the Search Query Component to the WFE server from the APP server it is currently running on. It attempts it for a couple of minutes and then dies
    with the error
    Topology activation was aborted because of Microsoft.Office.Server.Search.Administration.QueryComponentTransitionException: System.IO.IOException: Logon Failure: The target account name is incorrect.
    The search service itself is running under its own search account and I'm carrying out this operation whilst logged in as a farm administrator account.
    I'm not clear what login it is trying to use, and where it is trying to login to! I checked he index location on the D drive of the WFE and the admin and search accounts have write permission to it (they have been added to the WSS_Admin_WPG group.
    Has anybody seen this before? Googling for it doesn't seem to turn up anything much. I've tried recreating the Search SA multiple times already, and no joy. I'm currently stuck with two additional scheduled jobs called
    Database repartitioning timer job for search application Search Service Application on
    xxxxWFE and
    Database repartitioning timer job for search application Search Service Application on
    xxxxAPP which seemingly won't complete ever, nor can they be deleted.
    Thanks,
    Rob

    I also note that in the system logs I'm getting an error relating to Kerberos,despite the fact that this server farm is using NTLM on Central admin and Claims/NTLM on the other Web Applications. This looks like it might be related:
    Log Name:      System
    Source:        Microsoft-Windows-Security-Kerberos
    Date:          15/05/2014 09:33:16
    Event ID:      4
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxx
    Description:
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server xxx$. The target name used was cifs/xxx. This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal name
    (SPN) is registered on an account other than the account the target service is using. Please ensure that the target SPN is registered on, and only registered on, the account used by the server. This error can also happen when the target service is using a
    different password for the target service account than what the Kerberos Key Distribution Center (KDC) has for the target service account. Please ensure that the service on the server and the KDC are both updated to use the current password. If the server
    name is not fully qualified, and the target domain (xxx) is different from the client domain (xxx), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Security-Kerberos" Guid="{98E6CFCB-EE0A-41E0-A57B-622D4E1B30B1}" EventSourceName="Kerberos" />
        <EventID Qualifiers="16384">4</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-05-15T08:33:16.000000000Z" />
        <EventRecordID>12846</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>xxx</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="Server">xxx$</Data>
        <Data Name="TargetRealm">xxx</Data>
        <Data Name="Targetname">cifs/xxx</Data>
        <Data Name="ClientRealm">xxx</Data>
        <Binary>
        </Binary>
      </EventData>
    </Event>

  • Mux problem: No legacy device supports the specified topology.

    I just set up a new laptop computer to run my application and now I get the described error.  The PXI 2527 mux scrolls through my signals, delivering them to my PXI 4071 DMM.  I can use the soft panels to select a channel on the mux and the dmm will read the expected voltage.  niSwitch Initialize with Topology fails with the given error (-1074118644).  What am I missing?

    Les,
    Check out the links below and see if they resolve your issue.  Let us know how it goes. 
    http://digital.ni.com/public.nsf/websearch/8130049893D6461E86256F3B00461E1B?OpenDocument
    http://digital.ni.com/public.nsf/websearch/22CF7E6B27B6995B86256DDB0058F39B?OpenDocument
    Regards,
    Lon

  • Topology Building problem Lync 2013

    Lync Server 2013 Deployment
    Log
    Collapse All Actions
     Action
    Action Information
    Time Logged
    Execution Result
     ▼ Install-CsDatabase
    Failed
     └ ▼ Action
    4/3/2014 4:42:29 PM
    Success
         └ 
    Root domain: AD.Local.
    4/3/2014 4:42:29 PM
         └ 
    Root domain: AD.Local.
    4/3/2014 4:42:29 PM
         └ 
    Filter: (&((ObjectCategory Equal
    person)(ObjectClass Equal user)(Sid Equal
    S-1-5-21-2674285219-1570367311-1490282380-500)))
    4/3/2014 4:42:29 PM
         └ 
    Found
    4/3/2014 4:42:29 PM
         └ 
    User:
    CN=Administrator,CN=Users,DC=AD,DC=Local
    4/3/2014 4:42:29 PM
         └ 
    Group security identifier (SID):
    S-1-5-21-2674285219-1570367311-1490282380-519
    4/3/2014 4:42:29 PM
         └ 
    HasToken: True
    4/3/2014 4:42:29 PM
         └ 
    Check Groups
    4/3/2014 4:42:29 PM
     └ 
    Found "RTCUniversalServerAdmins": True
    4/3/2014 4:42:29 PM
     └ 
    Found "RTCUniversalConfigReplicator": True
    4/3/2014 4:42:29 PM
     └ 
    Found "RTCUniversalReadOnlyAdmins": True
    4/3/2014 4:42:29 PM
     └ 
    TaskFailed:
    Task execution failed.
    4/3/2014 4:42:44 PM
    Error
     └ 
    Error: Cannot open Service Control Manager on computer
    'FE01.AD.Local'. This operation might require other privileges.
    ▼ Details
    └ Type: InvalidOperationException
    └ ▼ Stack Trace
        └  
    at
    System.ServiceProcess.ServiceController.GetDataBaseHandleWithAccess(String
    machineName, Int32 serviceControlManaqerAccess)
    at
    System.ServiceProcess.ServiceController.GetServicesOfType(String machineName,
    Int32 serviceType)
    at
    Microsoft.Rtc.Common.Data.DbUtils.GetSqlServerStatus(Server sqlServer)
    at
    Microsoft.Rtc.Common.Data.DbUtils.StartSqlServer(Server sqlServer, Action`2 log)
    at Microsoft.Rtc.Common.Data.DbSetupBase.ConnectSqlServer()
    at
    Microsoft.Rtc.Common.Data.DbSetupBase.Initialize(Dictionary`2 parameters)
    at
    Microsoft.Rtc.Common.Data.DbSetupBase..ctor(Dictionary`2 parameters, Action`2
    log)
    └ ▼ Additional Details
        └  
    Error: The RPC server is unavailable
    ▼ Details
    └ Type: Win32Exception
    └ ▼ Stack Trace
        └  
    4/3/2014 4:42:44 PM
    Error
     └ 
    TaskFailed:
    An error occurred while creating or updating the database for feature
    CentralMgmtStore. For details, see the log file
    'C:\Users\Administrator\AppData\Local\Temp\1\DbExists-CentralMgmtStore-FE01.AD.Local_rtc-[2014_04_03][16_42_29].log'
    4/3/2014 4:42:44 PM
     └ 
    TaskFailedResolution: Consult exception
    information and previous errors for more information on how to resolve this
    error.
    4/3/2014 4:42:44 PM
     └ 
    Error: An error occurred: "System.InvalidOperationException" "Cannot
    open Service Control Manager on computer 'FE01.AD.Local'. This operation might
    require other privileges."
    4/3/2014 4:42:44 PM
    Error
    DIV2,DIV1
    Please suggest me solution as early as possible. I can't understand where is issue.

    Lync Server 2013 Deployment
    Log
    Collapse All Actions
     Action
    Action Information
    Time Logged
    Execution Result
     ▼ Install-CsDatabase
    Failed
     └ ▼ Action
    4/3/2014 4:42:29 PM
    Success
         └ 
    Root domain: AD.Local.
    4/3/2014 4:42:29 PM
         └ 
    Root domain: AD.Local.
    4/3/2014 4:42:29 PM
         └ 
    Filter: (&((ObjectCategory Equal
    person)(ObjectClass Equal user)(Sid Equal
    S-1-5-21-2674285219-1570367311-1490282380-500)))
    4/3/2014 4:42:29 PM
         └ 
    Found
    4/3/2014 4:42:29 PM
         └ 
    User:
    CN=Administrator,CN=Users,DC=AD,DC=Local
    4/3/2014 4:42:29 PM
         └ 
    Group security identifier (SID):
    S-1-5-21-2674285219-1570367311-1490282380-519
    4/3/2014 4:42:29 PM
         └ 
    HasToken: True
    4/3/2014 4:42:29 PM
         └ 
    Check Groups
    4/3/2014 4:42:29 PM
     └ 
    Found "RTCUniversalServerAdmins": True
    4/3/2014 4:42:29 PM
     └ 
    Found "RTCUniversalConfigReplicator": True
    4/3/2014 4:42:29 PM
     └ 
    Found "RTCUniversalReadOnlyAdmins": True
    4/3/2014 4:42:29 PM
     └ 
    TaskFailed:
    Task execution failed.
    4/3/2014 4:42:44 PM
    Error
     └ 
    Error: Cannot open Service Control Manager on computer
    'FE01.AD.Local'. This operation might require other privileges.
    ▼ Details
    └ Type: InvalidOperationException
    └ ▼ Stack Trace
        └  
    at
    System.ServiceProcess.ServiceController.GetDataBaseHandleWithAccess(String
    machineName, Int32 serviceControlManaqerAccess)
    at
    System.ServiceProcess.ServiceController.GetServicesOfType(String machineName,
    Int32 serviceType)
    at
    Microsoft.Rtc.Common.Data.DbUtils.GetSqlServerStatus(Server sqlServer)
    at
    Microsoft.Rtc.Common.Data.DbUtils.StartSqlServer(Server sqlServer, Action`2 log)
    at Microsoft.Rtc.Common.Data.DbSetupBase.ConnectSqlServer()
    at
    Microsoft.Rtc.Common.Data.DbSetupBase.Initialize(Dictionary`2 parameters)
    at
    Microsoft.Rtc.Common.Data.DbSetupBase..ctor(Dictionary`2 parameters, Action`2
    log)
    └ ▼ Additional Details
        └  
    Error: The RPC server is unavailable
    ▼ Details
    └ Type: Win32Exception
    └ ▼ Stack Trace
        └  
    4/3/2014 4:42:44 PM
    Error
     └ 
    TaskFailed:
    An error occurred while creating or updating the database for feature
    CentralMgmtStore. For details, see the log file
    'C:\Users\Administrator\AppData\Local\Temp\1\DbExists-CentralMgmtStore-FE01.AD.Local_rtc-[2014_04_03][16_42_29].log'
    4/3/2014 4:42:44 PM
     └ 
    TaskFailedResolution: Consult exception
    information and pr1evious errors for more information on how to resolve this
    error.
    4/3/2014 4:42:44 PM
     └ 
    Error: An error occurred: "System.InvalidOperationException" "Cannot
    open Service Control Manager on computer 'FE01.AD.Local'. This operation might
    require other privileges."
    4/3/2014 4:42:44 PM
    Error
    DIV2,DIV1
    If you could suggest me a solution so that I may be able to install and configure Lync Server 2013. Thanks.

Maybe you are looking for

  • Difference between NetWeaver 2004 and NetWeaver 7.0 or 7.1

    I am little confused and curious to know the recent changes happening in SAP. Can you please tell me the differences between NetWeaver 2004 and NetWeaver 7.0 or 7.1 NetWeaver 2004 is named because SAP has released it in 2004 and then we have XI 3.0,

  • Installing Adobe Creative Suite 4 Web Premium on Windows 7 Home Premium

    Hi there, I recently bought a new computer. I seem to have problems installing Adobe CS 4 Web Premium on Windows 7 Home Premium. Windows does not seem to read the disks. Nothing happens after I enter the CD. I've tried installing it manually but it s

  • Polling IMS-DB using the IMS-DB Adapter

    Has anyone used the IMS-DB adapter to poll for changes within an IMS table? Essentially the logic would go as follows: Select all records where status is New For each record Mark as Pending Validation (in IMS DB) Submit to other system End for Wait 1

  • Canon Selphy stopped working...

    Hi. My Canon Selphy 510 photo printer stopped working with my macbook. It worked before, but now stopped. I was able to connect it to my g4 tower and get it to print from there (so we know it's not a hardware or cable issue), I was also able to print

  • Using parts of default themes in other ones...

    This should be a simple thing, but I can't figure it out so far. I'm using Keynote '08. I want to use the graph paper images that is the image fill background of the default graph paper theme, but I want to use it as a shape fill for a slide made wit