Command for replication status

Sorry I have so many questions.
This question regarding the status of replication. In 4.16, I can run a command to get the replication status that saying idle[in sync]. So I know replication is working fine. But 5.1, it seems does not have such words in replication status. From GUI, it just say last update message. How can I know the replication status by command line instead of GUI? Just by the last update message " ...update successfully", can I tell the replication works? What about if nothing need to update and one of the master down? For such scenerio, the replicaion should be down. How an tell it by a command line?
Thanks
Iris

I believe there is a perl script in the iDS 5.1 resource kit called replcheck.pl (?) that will monitor and update replication status.
http://wwws.sun.com/software/download/products/sunone/3dee7c94.html

Similar Messages

  • SQL 2012 Transactional Replication Publisher is also AG Primary, AG fine, but Replication status continuously 'waiting for next Log backup'

    Hi,
    I have a SQL 2012 instance that hosts 3 databases that are publishers in (push) transactional replication to subscribers in other domains and are also primary in an Availability Group to other instances in the same domain.  The AG is healty (synchronized),
    and replication is ok for 2 databases, but the third continuously shows the Publisher to Distributor history status as 'Replicated transactions are waiting for next Log backup or for mirroring to catch up.'
    I have weekly full, nightly differential, and hourly log.  Those are running and I've tested restoring the publisher db from them into a test instance.  The option for sync_with_backup is 0.  I generated a new snapshot, no change (haven't
    reinitialized, that will be last possible option as this is production).  When the log backups run, status will briefly change to 'Approximately (x) log records have been scanned in pass # ..., 0 of which were marked for replication' and some data
    does replicate, but then status immediately changes back to the message about waiting for log backup.   We are only replicating tables (no views, sp's, etc).  All subscribers and AG secondaries are SQL 2012.  My db is less than 200
    GB data. 
    The jobs are continuously running and data updates are occurring on the primary.  The distribution database is on the same instance as the publishers.  Anyone have any ideas what could be happening? 
    Thanks greatly!

    Update - I resolved this. 
    We had added a new asynchronous instance to the AG, but hadn't added the databases on the new node to the AG yet.  Conceptually it seems that adding the instance must have marked the logs and interferred with transactional replication on the
    primary.  Once I added the databases to the AG on the secondary, then the replication status cleared on the primary and has remained cleared.  It is odd though that it only impacted one of the databases in the AG. 
    cheers. 

  • Command line for replication setup for DS 4.16

    I am using Directory Server 4.16. I see example using command line for replication configuration in DS 5.0. Since 5.0 is quite different with 4.16. So my question is how to use command line to set up a Supplier in DS 4.16?
    I know we can use ldapmodify to do some change. I see an ldapreplica entry. I can setup supplier id and password there. It seems only change that entry is not enough. Where to setup the setup for "changedatabase", "replication schedule", "initial consumer later" something we do at the console screen?
    Your help is greatly appreciated.
    Iris

    Hi Iris
    Steps involved in Setting up Replication from command line
    Part I: On Consumer Directory Server
    1. Log on to the consumer directory server.
    2. Stop the consumer directory server
    3. Edit the slapd.conf file at <server-root>/slapd-<server-instance>/config so that it includes the following two lines. The lines show the DN of who is allowed to connect for replication and the entry's corresponding password.
    updatedn "uid=<REPLICA USER BIND DN>"
    updatepw {SHA}<SHA ENCRYPTED REPLICA USER PASSWORD>
    4. Edit the dse.ldif file at <server-root>/slapd-<server-instance>/config so that the entry cn=config contains the following two lines. These lines contain the same data as the line above.
    nsslapd-updatedn: uid=<REPLICA USER BIND DN>
    nsslapd-updatepw: <PLAIN TEXT REPLICA USER PASSWORD>
    5. Start the consumer directory server
    Part II: Creating the Replication Agreement
    1. Log on to the master directory server
    2. Stop the master directory server
    3. Edit the slapd.conf file at <server-root>/slapd-<server-instance>/config so that it includes the following two lines. This lines setup the changelog directory and suffix.
    changelogdir <dir path >
    changelogsuffix "cn=changelog"
    4. mkdir <CHANGELOG DIR>
    5. Start the master directory server
    6. Create a file named replica.ldif which contains the following lines. These lines reflect the agreement which will start the replication with the consumer; as such you should make the changes to reflect your environment.
    dn: cn=<CONSUMER FQDN>:<CONSUMER PORT>/o%3D<BASE DN>, cn=ldap://:<SUPPLIER
    PORT>,dc=<1ST ELEMENT OF SUPPLIER FQDN>,dc=<2ND ELEMENT OF SUPPLIER
    FQDN>,...,<TOP LEVEL SUPPLIER FQDN>
    changetype: add
    objectclass: top
    objectclass: LDAPReplica
    replicahost: <CONSUMER FQDN>
    replicaport: 389
    replicanickname: <CONSUMER HOSTNAME>
    cn: <CONSUMER FQDN>:<CONSUMER PORT>/o%3D<BASE DN>
    replicaroot: o=<BASE DN>
    replicabinddn: uid=<REPLICA USER BIND DN>
    replicacredentials: <REPLICA USER PASSWORD>
    replicausessl: 0
    7. Run ldapmodify with the proper authorization so that the entry is added correctly.
    8. There is an optional attribute which can be tacked on to the bottom of the above entry. The attribute 'replicabeginorc' will tell the server to immediately start on-line replication; this will initialize the consumer by deleting all the current entries on the consumer one at a time and then adding all the entries from the master one at a time. If this is something you want to do, do an ldapmodify adding this attribute to the entry you just created in step 8.
    for example
    Create a file called beginreplica.ldif like;
    dn: cn=xymox.mcom.com:389/o%3Dinternet, cn=ldap://:389,dc=fts,dc=mcom,dc=com
    changetype: modify
    add: replicabeginorc:
    replicabeginorc: start
    then run;
    ldapmodify -h fts -p 389 -D "cn=Directory Manager" -w netscape -f beginreplica.ldif
    Hope this helps
    Roy

  • Find replication status for individual content engine?

    Anyone know how to find the replication status (% complete) for a particular content engine in a Content Distribution Network? Right now I can only see it for channels, so the only way I can see is a work-around -- put the content engines in individual channels... Since I have 100s of CEs and that's more than the CDM allows, that won't work for me..
    Any other ideas? Thanks

    You can use box-links to see the replication status. This is done using the following url
    http:///cgi-bin/status/cache
    Scroll down to the Cache section. There are 2 parts size and current size. This is a good the exact indication item by item of replication.
    HTH
    Phil

  • Coding for PFS status button in ALV report.

    Hi,
    Can anyone please tell me how to write code for PFS status buttons which we enable in ALV report to make them work according to required functionality.

    Hi,
         In the ALV, Pass the user command form name in the parameter i_callback_user_command .
    then create a sub routine like below and do the coding,
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program       = g_repid
          i_callback_pf_status_set = 'PF_STATUS'
          i_callback_user_command  = 'USER_COMMAND'
            TABLES
          t_outtab                 = gt_output
        EXCEPTIONS
          program_error            = 0
          OTHERS                   = 0.
    FORM user_command USING pa_ucomm TYPE syucomm
                            pa_selfield TYPE slis_selfield.    
    CASE pa_ucomm.
       WHEN 'BACK'.
              <<UR CODE>>
    ENDCASE.
    ENDFORM.
    reward points if usefull
    Regards,
    Niyaz

  • Bapi for Delivery Status

    Hi Experts!
    Can anyone tell me the BAPI to Display the Delivery Status
    for a particuler sales order no or document no.
    Thank U...

    hi,
    BAPI_DELIVERYFREE_PROXY_CREATE Proxy BAPI für Upload einer kostenlosen Nachlieferug SFA-Kontext: Anle
                                                                                    LE_SHP_DB_DELIVERY_BUFFER      Object Buffer Delivery w/Database Access                             
    BAPI_DELIVERY_GETLIST          BAPI for Reading Delivery Data                                                                               
    OIU_DELIVERY_NETWORK           Object Buffer Delivery w/Database Access                             
    BAPI_DELIVERY_NETWORK_CHANGE   Delivery Network BAPI for Changes                                    
    BAPI_DELIVERY_NETWORK_CREATE   BAPI for creating a delivery network                                 
    BAPI_DELIVERY_NETWORK_READ     Display delivery network details                                                                               
    BAPI_INB_DELIVERY_CHANGE                                                                            
    BAPI_INB_DELIVERY_CONFIRM_DEC  BAPI for Inbound Delivery Verification from a Decentralized System   
    BAPI_INB_DELIVERY_SAVEREPLICA  BAPI Function Module for Replication of Inbound Deliveries           
    BAPI_OUTB_DELIVERY_CHANGE                                                                           
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System  
    BAPI_OUTB_DELIVERY_CREATENOREF Generates Delivery Without Reference                                 
    BAPI_OUTB_DELIVERY_CREATE_SLS  Generates Delivery for Customer Order                                
    BAPI_OUTB_DELIVERY_CREATE_STO  Generates Delivery for Stock Transport Order                         
    BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries          
    BAPI_OUTB_DELIVERY_SPLIT_DEC   BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste
    and for "Shipment
    BAPI_SHIPMENT_CHANGE           Change Shipment                                                      
    BAPI_SHIPMENT_COST_ESTIMATE    Calculate Shipment Costs of Different Forwarding Agents for Shipment 
    BAPI_SHIPMENT_CREATE           Create Shipment

  • User-command and pf-status

    Hi can anybody please give tell me what is the user-command and what is pf-status.
    please provide me a sample code how to create these step by step.
    and how to copy standard pf-status to user defined one.
    thanks in advance
    kp

    hi,
    The Standard List Status
    As with normal screens, you can define your own GUI status for lists and attach it to a list level using the SET PF-STATUS statement. If you do not set a particular GUI status, the system sets a default list status for the list screen in an executable program. In other programs, for example, when you call a list from screen processing, you must set this status explicitly using the statement
    SET PF-STATUS space.
    This default interface always contains at least the functions described in the Standard List section.
    Unlike normal dialog statuses, the default list status is affected by the ABAP program.
    If you define event blocks in your program using the event keywords AT LINE-SELECTION or AT PF]
    This statement sets the status  parameters. To display an ampersand character ‘&’, repeat it in the title ‘&&’.
    Examples
    Example for dialog status in a list.
    REPORT demo_list_menu_painter.
    START-OF-SELECTION.
      SET PF-STATUS 'TEST'.
      WRITE:  'Basic list, SY-LSIND =', sy-lsind.
    AT LINE-SELECTION.
      WRITE:  'LINE-SELECTION, SY-LSIND =', sy-lsind.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'TEST'.
          WRITE:  'TEST, SY-LSIND =', sy-lsind.
      ENDCASE.
    This program uses a status TEST, defined in the Menu Painter.
    Function key F5 has the function code TEST and the text Test for demo.
    Function code TEST is entered in the List menu.
    The function codes PICK and TEST are assigned to pushbuttons.
    The user can trigger the AT USER-COMMAND event either by pressing F5 , or by choosing List ® Test for demo, or by choosing the pushbutton Test for demo.The user can trigger the AT LINE-SELECTION event by selecting a line.
    Example of setting a dialog status for the current list
    REPORT demo_list_set_pf_status_1.
    DATA: fcode TYPE TABLE OF sy-ucomm,
          wa_fcode TYPE sy-ucomm.
    START-OF-SELECTION.
      wa_fcode = 'FC1 '. APPEND wa_fcode TO fcode.
      wa_fcode = 'FC2 '. APPEND wa_fcode TO fcode.
      wa_fcode = 'FC3 '. APPEND wa_fcode TO fcode.
      wa_fcode = 'FC4 '. APPEND wa_fcode TO fcode.
      wa_fcode = 'FC5 '. APPEND wa_fcode TO fcode.
      wa_fcode = 'PICK'. APPEND wa_fcode TO fcode.
      SET PF-STATUS 'TEST'.
      WRITE: 'PF-Status:', sy-pfkey.
    AT LINE-SELECTION.
      IF sy-lsind = 20.
        SET PF-STATUS 'TEST' EXCLUDING fcode.
      ENDIF.
      WRITE: 'Line-Selection, SY-LSIND:', sy-lsind,
           / '                SY-PFKEY:', sy-pfkey.
    AT USER-COMMAND.
      IF sy-lsind = 20.
          SET PF-STATUS 'TEST' EXCLUDING fcode.
        ENDIF.
        WRITE: 'User-Command, SY-LSIND:', sy-lsind,
             / '              SY-UCOMM:', sy-ucomm,
             / '              SY-PFKEY:', sy-pfkey.
    Suppose that the function codes FC1 to FC5 are defined in the status TEST and assigned to pushbuttons: The function code PICK is assigned to function key F2 .
    When the program starts, the user can create detail lists by selecting a line or choosing one of the function codes FC1 to FC5. For all secondary lists up to level 20, the user interface TEST is the same as for the basic list:
    On list level 20, EXCLUDING ITAB deactivates all function codes that create detail lists. This prevents the user from causing a program termination by trying to create detail list number 21.
    Example of setting a dialog status for the current list
    REPORT demo_list_set_pf_status_2.
    START-OF-SELECTION.
      WRITE: 'SY-LSIND:', sy-lsind.
    AT LINE-SELECTION.
      SET PF-STATUS 'TEST' IMMEDIATELY.
    After executing the program, the output screen shows the basic list and the user interface predefined for line selection (with function code PICK).
    When you choose Choose, the user interface changes. However, since the AT LINE-SELECTION processing block does not contain an output statement, the system does not create a detail list: The status TEST is defined as in the previous example.
    Example: Titles of detail lists.
    REPORT demo_list_title .
    START-OF-SELECTION.
      WRITE 'Click me!' HOTSPOT COLOR 5 INVERSE ON.
    AT LINE-SELECTION.
      SET TITLEBAR 'TIT' WITH sy-lsind.
      WRITE 'Click again!' HOTSPOT COLOR 5 INVERSE ON.
    Regards,
    Sreevani.

  • Storage area for GUI status Z_FI_UPLOAD_FIDOC 100 too small

    Hi,
    I have created a program for uploading and posting open items aso. I've gathered items in an internal tables and tried to display on ALV list with tree for correct and incorrect items. When table contains more than 1000 items ( not all in one document but 2 items for every single doc), ALV displays but after awhile I get the error message 'Storage area for GUI status Z_FI_UPLOAD_FIDOC 100 too small' and next step process leaves the program to initial SAP screen without dump. Error doesn't occur when item lines less than 1000. The detailed message is:
    +Storage area for GUI status Z_FI_UPLOAD_FIDOC 100 too small
    Message no. 00261
    Diagnosis
    The memory area of the basis software for the GUI status is too small for the requested status.  The following is stored in this area:
    Administration information in fixed length
    Menu structure, F keys and push buttons of a status
    The texts of the complete interface (not just of the status)
    The active and the requested Excluding list (SET PF-STATUS... EXCLUDING ...).
    System Response
    Termination as presumably the system is unable to continue processing.
    Procedure
    A short-term solution might consist of leaving off the EXCLUDING for the current SET PF-STATUS...
    Clear up the interface affected: in the Menu Painter (Transaction SE41), choose Utilities -> Unused objects.
    If it is an interface with a large number of statuses, it may be possible to take the interface apart.
    This is often possible for interfaces belonging to a function group that supplies GUI statuses for multiple programs (these programs call up function modules of the group that mainly contain a SET PF-STATUS command).
    If the above solutions will not work, your system administrator will have to enlarge the profile parameter "ztta/cua_area".
    Note that profile parameter "ztta/short_area" must be at least 6 times as large as "ztta/cua_area".+
    There is no unused object in my GUI. Is it connecting with number of items or should I ask system admin to enlarge mentioned parameters?
    Thanks for quick reply in advance,
    György
    Message was edited by:
            György Jakabovics

    Now I know what the problem was.
    Message was edited by:
            György Jakabovics
    Message was edited by:
            György Jakabovics

  • L7 URL Policy command for CSS to ACE

    Hi All !
    What will be exact Layer 7 URL matching policy command for below CSS configuration .
    owner PRO
      content proservers
        add service proweb2
        vip address x.x.x.x1
        add service proweb3
        balance leastconn
        protocol tcp
        port 80
        url "/*"
        advanced-balance arrowpoint-cookie
        arrowpoint-cookie name prolianceweb
        arrowpoint-cookie browser-expire
        active
    Thansk In Advance .

    Umeshkumar,
    The config would look something like this.
    probe http WEB_SERVERS
      interval 30
      passdetect interval 30
      passdetect count 2
      request method get url /index.html
      expect status 200 200
    rserver host proweb2
      ip address 192.168.0.200
      inservice
    rserver host proweb3
      ip address 192.168.0.201
      inservice
    serverfarm host SF-1
      probe WEB_SERVERS
      rserver proweb2
        inservice
      rserver proweb3
        inservice
    sticky http-cookie prolianceweb cookie-sticky
      cookie insert browser-expire
      serverfarm SF-1
    class-map match-all L4-CLASS-HTTP
       2 match virtual-address x.x.x.1 tcp eq http
    policy-map type loadbalance http first-match HTTP-POLICY
      class class-default
        sticky-serverfarm COOKIE-STICKY
    policy-map multi-match VIPs
      class L4-CLASS-HTTP
        loadbalance vip inservice
        loadbalance policy HTTP-POLICY
        loadbalance vip icmp-reply
    Thank you
    Jim

  • CUCM Database Replication Status MIB

    Hi Guys,
    Can you please help me whether we could monitor CCM database replication status through SNMP MIB or OID..
    Also please guide me in how to configure SNMP traps for the MIBS??
    Regards,
    Indrajith PC

    Hi,
    please take a look at the CUCM serviceability guide:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/service/9_0/admin/CUCM_BK_C136FE37_00_cisco-unified-serviceability-administration-90/CUCM_BK_C136FE37_00_cisco-unified-serviceability-administration-guide_preface_00.html
    I'm afraid there's no trap generated when DB replication issues occur, so you might want to do periodic polling.
    The above referenced document contains some basic information which MIB's may be interesting to you and how to get them.
    Personally, I would download and register them all, and then just walk the whole tree and cherrypick ;-)
    G.

  • A locate command for solaris

    Hi all,
    does anyone know any equivalent to the locate command for Solaris?
    Thanks all
    Here I'm helping others to find it faster than me :-)
    locate for solaris
    locate equivalent for solaris
    how to find files in solaris
    how to find directories in solaris
    find filenames quickly

    This would be a good question for one of the forums on opensolaris.org, you might
    get better answers there. If the file you are looking for was installed via packages,
    then you can use the package database to look it up.
    I think you have to be root (which is lame). Here is an example for
    the file "libxil.so.1"
    # pkgchk -l -P libxil.so.1
    Pathname: /opt/SUNWits/Graphics-sw/xil/lib/libxil.so
    Type: symbolic link
    Source of link: /usr/openwin/lib/libxil.so.1
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed
    Pathname: /opt/SUNWits/Graphics-sw/xil/lib/libxil.so.1
    Type: symbolic link
    Source of link: /usr/openwin/lib/libxil.so.1
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed
    Pathname: /usr/lib/libxil.so
    Type: symbolic link
    Source of link: ./libxil.so.1
    Referenced by the following packages:
    SUNWxwrtl
    Current status: installed
    Pathname: /usr/lib/libxil.so.1
    Type: symbolic link
    Source of link: ../openwin/lib/libxil.so.1
    Referenced by the following packages:
    SUNWxwrtl
    Current status: installed
    Pathname: /usr/openwin/lib/libxil.so
    Type: symbolic link
    Source of link: libxil.so.1
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed
    Pathname: /usr/openwin/lib/libxil.so.1
    Type: regular file
    Expected mode: 0755
    Expected owner: root
    Expected group: bin
    Expected file size (bytes): 952740
    Expected sum(1) of contents: 59048
    Expected last modification: Jan 22 19:00:53 2005
    Referenced by the following packages:
    SUNWxilrl
    Current status: installed

  • PowerTool Command for Network Card Firmware Details

    I need following network card firmware information through powertool command, please let me know if anyone knows about any command for this.

    Hi,
    This might help:
    Get-UcsFirmwareBootUnit | Where-Object {$_.dn -eq "sys/chassis-1/blade-1/adaptor-1/mgmt/fw-boot-def/bootunit-combined"}
    AdminState      : triggered
    IgnoreCompCheck : no
    Image           : running
    OperState       : pending-next-boot
    PrevVersion     : 2.1(2a)
    ResetOnActivate : no
    Type            : combined
    Version         : 2.1(1e)
    Dn              : sys/chassis-1/blade-1/adaptor-1/mgmt/fw-boot-def/bootunit-combined
    Rn              : bootunit-combined
    Status          :
    Ucs             : UCSPOD-A-B
    AdminState      : triggered
    IgnoreCompCheck : no
    Image           : running
    OperState       : pending-next-boot
    PrevVersion     : 2.1(2a)
    ResetOnActivate : no
    Type            : combined
    Version         : 2.1(1e)
    Dn              : sys/chassis-1/blade-1/adaptor-1/mgmt/fw-boot-def/bootunit-combined
    Rn              : bootunit-combined
    Status          :
    Ucs             : UCSPOD-A-B

  • Active Sync delete/change command for contacts

    Hi,
    I am trying to write Active Sync client for exchange server. I am able to add contacts to server with help of sync command but facing issue in change/delete. I am sending delete command for 2:3 but i am getting same item in add command from server. Also
    item is not deleted from server. For change I am getting similarly status as 8. Below is request and response  xml for delete command:
    Request:
      <?xml version="1.0" encoding="utf-8"
    ?>
    <Sync xmlns:contacts="Contacts" xmlns="AirSync">
    <Collections>
    <Collection>
      <SyncKey>1895711361</SyncKey>
      <CollectionId>2</CollectionId>
      <DeletesAsMoves>0</DeletesAsMoves>
      <GetChanges>1</GetChanges>
      <WindowSize>512</WindowSize>
    <Commands>
    <Delete>
      <ServerId>2:3</ServerId>
      </Delete>
      </Commands>
      </Collection>
      </Collections>
      </Sync>
    Response:
    <Sync xmlns:airsyncbase="AirSyncBase" xmlns:contacts="Contacts" xmlns:contacts2="Contacts2"
    xmlns="AirSync">
    <Collections>
    <Collection>
      <SyncKey>1823493022</SyncKey>
      <CollectionId>2</CollectionId>
      <Status>1</Status>
    <Commands>
    <Add>
      <ServerId>2:1</ServerId>
    <ApplicationData>
    <airsyncbase:Body>
      <airsyncbase:Type>1</airsyncbase:Type>
      <airsyncbase:EstimatedDataSize>0</airsyncbase:EstimatedDataSize>
      <airsyncbase:Truncated>1</airsyncbase:Truncated>
      </airsyncbase:Body>
      <contacts:FileAs>Jaiswal, Dhruv</contacts:FileAs>
      <contacts:FirstName>Dhruv</contacts:FirstName>
      <contacts:LastName>Jaiswal</contacts:LastName>
      <airsyncbase:NativeBodyType>1</airsyncbase:NativeBodyType>
      </ApplicationData>
      </Add>
    <Add>
      <ServerId>2:2</ServerId>
    <ApplicationData>
    <airsyncbase:Body>
      <airsyncbase:Type>1</airsyncbase:Type>
      <airsyncbase:EstimatedDataSize>0</airsyncbase:EstimatedDataSize>
      <airsyncbase:Truncated>1</airsyncbase:Truncated>
      </airsyncbase:Body>
      <contacts:Department>Mobility</contacts:Department>
      <contacts:FileAs>Yadav, Pankaj Kumar</contacts:FileAs>
      <contacts:FirstName>Pankaj</contacts:FirstName>
      <contacts:MiddleName>Kumar</contacts:MiddleName>
      <contacts:CompanyName>Dell</contacts:CompanyName>
      <contacts:AssistantName>n/a</contacts:AssistantName>
      <contacts:LastName>Yadav</contacts:LastName>
      <contacts:JobTitle>S/W Dev Advisor</contacts:JobTitle>
      <contacts:OfficeLocation>Dell sec 125</contacts:OfficeLocation>
      <contacts2:ManagerName>Kamal</contacts2:ManagerName>
      <airsyncbase:NativeBodyType>1</airsyncbase:NativeBodyType>
      </ApplicationData>
      </Add>
    <Add>
      <ServerId>2:3</ServerId>
    <ApplicationData>
    <airsyncbase:Body>
      <airsyncbase:Type>1</airsyncbase:Type>
      <airsyncbase:EstimatedDataSize>0</airsyncbase:EstimatedDataSize>
      <airsyncbase:Truncated>1</airsyncbase:Truncated>
      </airsyncbase:Body>
      <contacts:FileAs>lastname, pankajtest1</contacts:FileAs>
      <contacts:FirstName>pankajtest1</contacts:FirstName>
      <contacts:HomeAddressCountry>India</contacts:HomeAddressCountry>
      <contacts:HomeAddressStreet>dell</contacts:HomeAddressStreet>
      <contacts:CompanyName>dell</contacts:CompanyName>
      <contacts:OtherAddressCity>noida</contacts:OtherAddressCity>
      <contacts:OtherAddressCountry>India</contacts:OtherAddressCountry>
      <contacts:OtherAddressStreet>123</contacts:OtherAddressStreet>
      <contacts:LastName>lastname</contacts:LastName>
      <contacts:BusinessPhoneNumber>98615272327</contacts:BusinessPhoneNumber>
      <contacts:JobTitle>s/w</contacts:JobTitle>
      <contacts:OfficeLocation>dell</contacts:OfficeLocation>
      <airsyncbase:NativeBodyType>1</airsyncbase:NativeBodyType>
      </ApplicationData>
      </Add>
      </Commands>
      </Collection>
      </Collections>
      </Sync>
    Please tell me what I am doing wrong here.
    regards,
    pankaj

    Hi pankaj,
    Sorry for the lack of knowledge on coding. I suggest asking MSDN forum for help so that we can get more professional suggestions. For your convenience:
    http://social.msdn.microsoft.com/Forums/en-US/home?category=exchangeserver&filter=alltypes&sort=lastpostdesc
    Thanks
    Mavis
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Cucm replication status Off-Line

    Hello Everyone!!!
    I've faced to strange issue. I have 1 publisher and 6 subscribers. After reinstalling one of subscribers, database replication status of this
    subscriber shows 4.  Unified CM Database Status shows that files hosts, rhosts, sqlhosts are ok. 
    In Replication Server List (cdr list serv) reinstalled subscriber contain nothing. And it doesn't appear in another subscribers.
    All other subscribers including publisher have database replication status 2.
    Maybe anyone have idea how to solve this problem?

    If the standard dbreplication stop on subscribers, then publisher, then reset all from the publisher doesn't do the job (and by the way replication will take awhile before the subscriber status turns to 2, you can see progress under utils dbreplication runtimestate), then I would suggest using clusterreset on the publisher (use Cisco documentation to see how this is done). But this is only if you see that you can't get it working for you with the standard solution.
    I had similar problems not long ago after reinstalling a publisher, sometimes replication needs a bit of tough love :) After stopping replication on all subscribers, then publisher, then performing clusterreset on Publisher and tailing the log file to see when it's done (a few hours), I reset the replication and the cluster was good to go.

  • Command for buld signature retirement on non-IOS devices..

    Anyone know the CLI commands for buld signature retirement on IDSMs or other non-IOS devices? Thanks...

    Assuming you asking about how to retire/remove a signature using the CLI, here's how:
    On routers
    ip ips signature-definition 
    signature 5733 0
    status
    enabled false
    retired true
    end
    On sensors
    configure terminal
    service signature-definition sig1
    signatures 12000 0
    status
    enabled false
    retired true

Maybe you are looking for

  • IPad does not show in iTunes devices

    I wanted to install iOS 4.2 but cannot get my iPad recognized on iTunes. When I plugged the iPad into the MBP I get an OK tone as usual. It has been connected successfully in the past. I have restarted both my MacBook Pro and iTunes in different orde

  • HR Reports

    I am creating HR report using pnp LDB selection screen, In this selection screen the selection block titled period is not working ...means i cant sort my data using periods titled selection screen of pnp LDB selection screen...what i should do for th

  • Refresh a Report in Web Template

    Hi Can we refresh a particular report ( Data Provider) without pop of variable screen again using already selected variable values once you have logged into the Web Application. Our users want to just want to refresh a report with refresh button to v

  • Can you give me some suggestions for encryption decryption

    ok i've written my own encryption decryption techniqu can you suggest me some better methods Attachments: EncrypDecrypt2.vi ‏59 KB

  • Distribution License Frustration

    I understand a license is not required to bundle the captive AIR runtime with an AIR application but I would also like to bundle the adl.exe file with the AIR application (no other parts of the AIR SDK). The question is simply this: do I need a licen