ASR901 y.1731 Latest Data Table Not Populated

Why would SNMP data for a y.1731 test on an ASR901 not be populated in the ipslaEtherJitterLatestStatsEntry table?
All the data in the table is being populated with zeros, even though valid tests are being performed.  There is data in the ipslaEtherJitterAggStatsEntry but only getting zeros when polling the latest table.
I have verified that following objects exist per the MIB:
- rttMonCtrlAdminRttType
- rttMonEchoAdminProtocol
Please let me know if you need anything else.

Hi,
Q Table is generated if we have time dependent display attributes for base Info Object where as Y Table is generated if we have at least one attribute defined as time-dependent navigational attribute.
Normally both Q and Y table contain same no.of entries, however in your case the reason could be that SID for some records might not have generated(assuming this could be the reason) hence you are seeing this discrepancy in record count.
Also before you proceed with any action in RSRV, you can check the records which are missing from Y table and analyze the reason for it. In RSRV if there is any is inconsistency we can see reason(error message) for inconsistency which helps us to understand the cause for this inconsistency.
By analyzing this way we can know reason for discrepancy.
Regards,
Venu Gopal

Similar Messages

  • Data is not populated in List based on custom Query

    Hi
    I want to query the BO and display only certain instances in a advanced ListPane based on a query condition. But when i bind the custom query to the advanced list pane no data is displayed.
    1. Created a Bo PersistForcastBo.
    2. In Ti screen of PersistForcastBo add a tab QUALIFICATIONS.
    3. Two Advanced List Panes are created in QUALIFICATIONS tab
    4.fields of second advancedlist pane are bound to respective fields of Bo.
    5.Also an absl action script I created which displays data in the advanced listpane on click of QUALIFICATIONS tab.
    6.created a SADL Query in the controller and added the fields required for selection.
    6.also created condition in the selected parameter
    6. In AdvancedListPane added the default set created., but after the querying the Bo data doesnt display in AdvancedlistPane
    Can Anyone Please suggest a solution to this.
    Regards

    hi  Fred,
    On click of QUALIFICATIONS tab , Eventhandler gets called . In the eventhandler a Bo action is called first which is a absl script- displayforecast, to get all the data . The data in the list pane is populated due to this script. But when i created the query and binded the default set to the listpane the data is not populated
    the Eventhandler is called on Click of Qualifations Tab, first action gets called and then eventhandler  that executes defaultset is fired . This eventhandler is the handler created when query->defaultset is created
    but after firing this query no data is displayed.

  • Info-Object Master Data is not populated using Attribute View

    Hi Colleagues,
    I have one info-Object 'Resource', compounded with client, resource type and scenario.
    I want to fill its master data using an attribute view.  In Master data tab, i have mentioned the package and attibute view (SAP HANA MODEL).
    Assigned all the attributes to respective fields in attribute view.
    I can see data using the 'Data Preview' in my attribute view.
    Two issues --
    1. Maintain master data option is disabled in the context menu of 'Resource' Info-Object.
    2. Also the data available in attribute view is not populating in master data of info-Object ( I tried seeing by creating a report).
    Please suggest what is wrong here.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    When you are loading data from DSO to IO, seems like some filtering is happening. Just check the active table of DSO and make sure that you have all the 59 records available.
    Another important thing is check the primary key of your master data i.e. if there is any compounding attribute if not then records from DSO might be getting overwritten in the master data. i.e. only 6 unique records.
    Regards,
    Durgesh.

  • Data is not populating in Idoc To File Scenario

    Hi Experts,
    My scenario is Idoc To File,
    I have developed a scenario and triggered the idoc at outbound, when i check in SXMB_MONI the status is processed successfully, and once i check in destination i am not getting the values, simply one file has come with the name which i have specified in Communicatio channel that's it no data in it. Kindly suggest me the possibilities for getting such a  problem. I am confused why the data is not getting populated.
    Thanks & Regards,
    Venkat

    Venkat, check ur file receiver communication channel..
    a, if it is configured correctly
    (runtime workbench->communication channel monitoring)
    b, if yes, check your target structure, if it matches the requirements of structure in the receiver comm channel
    How it configured ur terget message type?
    Peter

  • BSIS/BSAS tables not populated

    Dear Experts,
    I have a GL/account having too many items but FAGLL03 returns no items.
    I have found that the reason is that tables BSIS and BSAS are not being populated with line items. however tables BKPF and BSEG in addition to FAGLFLEXA are all populated.
    can you please assist why BSIS/BSAS are not populated thus FAGLL03 is not working? what is wrong with this GL account?
    Thanks for your assistance.
    Samir

    Hmmm... Is it normal FI document or it's posted through some interface? If it's normal document and the following is right:
    a) G/L account of the document is defined with 'line item' flag in this company code (SKB1 table)
    b) the document exists in BSEG
    c) BSEG-XKRES flag is 'X' on the line for this account
    Then, if all mentioned above is correct, I'd open OSS note.
    Regards,
    Eli

  • ESS Bsns pkg  Bnfts &Pymnt - Overview Drop down and table not populated

    Hi All,
      We have configured ESS business package. Payslips in form of PDF are available in Benefits and payment.
    Overview dropdown and table are not getting populated.
    I checked context node rem, vcdata and attribute overview_sel in VcRem2Selection comp.
    They are not populated at any place as well. How does this work?
    Please guide
    Regards,
    Ganga

    Hi Gangadharayya,
    There are 2 ways of populating the dropdown.
    Either u can create a simple type and bind the attribute to the SimpleType, or use the class ISimpleTypeModifiable and IModifiableValueSet to populate the values at run-time.
    Hope this helps u
    Regards,
    Poojith M V

  • Data table not working when jsp is in a subfolder

    In order to organize my jsps I created a few subfolders and placed my new jsps in there. The problem is that when I drag a data table onto the page it does not display correctly. Only the headers show up. Draging a datatable onto a jsp that is not in a subfolder works fine. What gives?

    There are known issues with moving the pages into subfolders as well as renaming subfolders... from release notes:
    Creating a web page in a subfolder causes a page bean to be created in a corresponding sub package in the Java Sources folder. When renaming a subfolder containing web pages, Creator might not properly update the package names of the page beans in the Java Sources directory. In addition, the
    managed-beans.xml file might contain leftover references to the old bean names.
    Workaround
    Use the code editor to change the package names of the Java page beans and delete obsolete
    references to the renamed beans in the managed-beans.xml file.
    http://developers.sun.com/prodtech/javatools/jscreator/community/forums/index.jsp
    This is one area where we know we need to do more testing - so there may be additional gotcha's we haven't identified yet.
    If you create the page initially in the subfolder, is all fine?
    v

  • Billing date is not populating into the sales order

    Hi Experts,
    I am creating the sales orders by filling the IDOC's Segment data from a file. Sales orders are getting created however the BILLING DATE is not getting populated by the date from file instead it is taking the system date.
    Segments used are
    Header: E1EDK03   016  021  and  026.
    Item: E1EDP03  016  021  and  026.
    Please help me in this regard.
    TIA.
    Regards,
    Kishore.
    Edited by: kishore gaddam on Jul 18, 2009 10:06 AM

    Hi,
    Check with function guy , there could be some settings need to be done for getting external date populated in billing date field.
    Thanks,

  • Configuartion data is not populated using BAPI_SALESORDER_CREATEFROMDAT2

    Hi All,
    I am using BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order and to add the characteristics for my material in the configuration.
    my code for configuration to BaPI
        w_order_cfgs_ref-posex = '000010'.
        w_order_cfgs_ref-config_id = '1'.
        w_order_cfgs_ref-root_id = '00000001'.
        w_order_cfgs_ref-complete = 'T'.
        w_order_cfgs_ref-consistent = 'T'.
        w_order_cfgs_ref-sce = '1'.
        w_order_cfgs_ref-kbname = w_sdsales_sap-matnr.
        w_order_cfgs_ref-kbversion = '1'.
        append w_order_cfgs_ref to i_order_cfgs_ref.
    INSTANCE
        w_order_cfgs_inst-config_id = '1'.
        w_order_cfgs_inst-inst_id =  '00000001' .
        w_order_cfgs_inst-obj_type = 'MARA'.
        w_order_cfgs_inst-class_type = '300'.
        w_order_cfgs_inst-complete = 'T'.
        w_order_cfgs_inst-consistent = 'T'.
       w_order_cfgs_inst-OBJ_TYPE = .
        w_order_cfgs_inst-obj_key = w_sdsales_sap-matnr.
        append w_order_cfgs_inst to i_order_cfgs_inst.
        w_order_cfgs_part_of-config_id = '1'.
        w_order_cfgs_part_of-inst_id = '00000001' ..
        w_order_cfgs_part_of-obj_type = 'MARA'.
        w_order_cfgs_part_of-class_type = '300' .
        w_order_cfgs_part_of-obj_key = w_sdsales_sap-matnr .
        append w_order_cfgs_part_of to i_order_cfgs_part_of.
    *characteristics value
        w_order_cfgs_value-config_id = '2'.
        w_order_cfgs_value-inst_id = '00000001'.
        w_order_cfgs_value-charc = 'VC_MODEL'(025).
        w_order_cfgs_value-value = w_sdsales_sap-model.
        w_order_cfgs_value-valcode = '1'.
        append w_order_cfgs_value to i_order_cfgs_value.
    It is creating sales order but configuration data is not getting populated in the sales order item.
    Please advise me
    Thanks in adv
    sangeetha

    hi see this
    SAP Note number  774346

  • Master data tables not available after installing trail version sap abap

    Hi Experts,
    After installing trail version of sap for practicing SAP ABAP..i am not able to access master data tables like MARA EKKO etc.
    Please let me know how i can access these tables data .
    Is there any alternate to access these tables?
    Thanks and Regards,
    Siva

    Hi Siva,
    Master data table and any other application table are not present in trail systems. Notice that solely purpose of those trials is to learn/practice basis stuff and ABAP programming.
    If you need to practice ECC's modules like FI, SD, ... you need to have an access to IDES system. For this you need to be SAP partner or customer.
    cheers
    m./

  • Data is not populated in Dimension as per Hierarchy

    Hi All,
    I have a table DIM_ITEM with following structure,
    ITEM_KEY      NUMBER(10,0)
    ITEM_NAME     VARCHAR2(50 BYTE)
    ITEM_SHORT_NAME     VARCHAR2(25 BYTE)
    ITEM_CATEGORY     VARCHAR2(50 BYTE)
    ITEM_TYPE      VARCHAR2(50 BYTE)
    ITEM_BRAND     VARCHAR2(50 BYTE)Below is the data populated
    insert into dim_item values (1, 'Samsung 42 LED Television', 'Sam 42 LED', 'Electronic', 'Television', 'Samsung');
    insert into dim_item values (2, 'Samsung 530L Double Door Refrigerator', 'Sam 530L DD Ref', 'Electronic', 'Refrigerator', 'Samsung');
    insert into dim_item values (3, 'Samsung 32 LED Television', 'Sam 32 LED', 'Electronic', 'Television', 'Samsung');
    insert into dim_item values (4, 'Samsung 57 LED Television', 'Sam 57 LED', 'Electronic', 'Television', 'Samsung');
    insert into dim_item values (5, 'Samsung 75 LED Television', 'Sam 75 LED', 'Electronic', 'Television', 'Samsung');
    insert into dim_item values (6, 'Sony 32 LCD Television', 'Sam 32 LCD', 'Electronic', 'Television', 'Sony');
    insert into dim_item values (7, 'Sony 42 LCD Television', 'Sam 42 LCD', 'Electronic', 'Television', 'Sony');
    insert into dim_item values (8, 'Samsung 175L Single Door Refrigerator', 'Sam 175L SD Ref', 'Electronic', 'Refrigerator', 'Samsung');
    insert into dim_item values (9, 'Samsung 230L Double Door Refrigerator', 'Sam 230L DD Ref', 'Electronic', 'Refrigerator', 'Samsung');
    insert into dim_item values (10, 'Samsung 230L Single Door Refrigerator', 'Sam 230L SD Ref', 'Electronic', 'Refrigerator', 'Samsung');
    insert into dim_item values (11, 'Whirlpool 530L Double Door Refrigerator', 'WP 530L DD Ref', 'Electronic', 'Refrigerator', 'Whirlpool');
    insert into dim_item values (12, 'Whirlpool 1110L Double Door Refrigerator', 'WP 1110L DD Ref', 'Electronic', 'Refrigerator', 'Whirlpool');
    insert into dim_item values (13, 'Royal 3+2 Sofa Set', 'Ryl 3+2 sofa', 'Furniture', 'Sofa', 'Royal');
    insert into dim_item values (14, 'Royal 4+4 Sofa Set', 'Ryl 4+4 sofa', 'Furniture', 'Sofa', 'Royal');
    insert into dim_item values (15, 'TMT 3+2 Sofa Set', 'tmt 3+2 sofa', 'Furniture', 'Sofa', 'TMT');
    insert into dim_item values (16, 'TMT 4+4 Sofa Set', 'tmt 4+4 sofa', 'Furniture', 'Sofa', 'TMT');
    insert into dim_item values (17, 'TMT 4 Person Dinning Table', 'tmt 4P DT', 'Furniture', 'Dinning', 'TMT');
    insert into dim_item values (18, 'TMT 10 Person Dinning Table', 'tmt 10P DT', 'Furniture', 'Dinning', 'TMT');As per this data
    Samsung has TV and Refrigerator
    Sony has only TV
    Whirlpool has only Refrigerator
    I have created the Hierarchy in AWM as,
    1. All Items
    2. Item Category
    3. Item Brand
    4. Item Type
    5. Item Name
    When I maintain my Dimension and view the data, it displays as
      - All Items
        - Electronic
          - Samsung
          - Sony
            - Television
              - Samsung 42 LED Television
              - Samsung 32 LED Television
              - Samsung 57 LED Television
              - Samsung 75 LED Television
              - Sony 32 LCD Television
              - Sony 42 LCD Television
          - Whirlpool
            - Refrigerator
              - Samsung 530L Double Door Refrigerator
              - Samsung 175L Single Door Refrigerator
              - Samsung 230L Single Door Refrigerator
              - Samsung 230L Double Door Refrigerator
              - Whirlpool 530L Double Door Refrigerator
              - Whirlpool 1110L Double Door Refrigerator
        FurnitureNothing is there under Samsung. But the expect result is,
      - All Items
        - Electronic
          - Samsung
            - Refrigerator
              - Samsung 530L Double Door Refrigerator
              - Samsung 175L Single Door Refrigerator
              - Samsung 230L Single Door Refrigerator
              - Samsung 230L Double Door Refrigerator
            - Television
              - Samsung 42 LED Television
              - Samsung 32 LED Television
              - Samsung 57 LED Television
              - Samsung 75 LED Television
          - Sony
            - Television
              - Sony 32 LCD Television
              - Sony 42 LCD Television
          - Whirlpool
            - Refrigerator
              - Whirlpool 530L Double Door Refrigerator
              - Whirlpool 1110L Double Door Refrigerator
        FurnitureWhen I change the Hierarchy as
    1. All Items
    2. Item Category
    3. Item Type
    4. Item Brand
    5. Item Name
    AWM displays the data as,
      - All Items
        - Electronic
          - Television
            - Samsung
              - Samsung 42 LED Television
              - Samsung 32 LED Television
              - Samsung 57 LED Television
              - Samsung 75 LED Television
              - Samsung 530L Double Door Refrigerator
              - Samsung 175L Single Door Refrigerator
              - Samsung 230L Single Door Refrigerator
              - Samsung 230L Double Door Refrigerator
            - Sony
              - Sony 32 LCD Television
              - Sony 42 LCD Television
          - Refrigerator
            - Whirlpool
              - Whirlpool 530L Double Door Refrigerator
              - Whirlpool 1110L Double Door Refrigerator
        FurnitureBut the result expect for this Hierarchy is,
      - All Items
        - Electronic
          - Television
            - Samsung
              - Samsung 42 LED Television
              - Samsung 32 LED Television
              - Samsung 57 LED Television
              - Samsung 75 LED Television
            - Sony
              - Sony 32 LCD Television
              - Sony 42 LCD Television
          - Refrigerator
            - Whirlpool
              - Whirlpool 530L Double Door Refrigerator
              - Whirlpool 1110L Double Door Refrigerator
            - Samsung
              - Samsung 530L Double Door Refrigerator
              - Samsung 175L Single Door Refrigerator
              - Samsung 230L Single Door Refrigerator
              - Samsung 230L Double Door Refrigerator
        FurnitureWhat exactly I am missing here? Could you please anybody help me on this?
    NOTE: Data I used here are just dummy and learning purpose
    Thanks & Regards
    M Thiyagarajan

    The problem is that the definition of parent is ambiguous for some of your members. A good example of this is the member 'Refrigerator', which appears under both Samsung and Whirlpool in your data set. There will only be one member named Refrigerator in the AW, and it can have only one parent. In practice the code is choosing Whirlpool, but my guess is that the choice is arbitrary and you could get different answers each time.
    The solution is to make the member have unique names -- "Refrigerator-Samsung" and "Refrigerator-Whirlpool" say. You can do this in the data set itself or in the mapping. To do it in the mapping you could map the "Item_Type" level to an expression like this.
    DIM_ITEM.ITEM_TYPE || '-' || DIM_ITEM.ITEM_BRAND(Make sure you clear out the dimension before reloading with the new data since otherwise the old members will remain.)

  • Table not populating values

    Hello All,
    I am populating Table for a Search Region and the values are not getting populated. I am altering the where clause in PFR of the CO. Please find the code in PFR.
    String eNum = pageContext.getParameter("SearchEmpNum");
    System.out.println("Employee Number " + eNum);
    System.out.println("Post initQuery ");
    OAViewObject vo = (OAViewObject)am.findViewObject("ZenPerSearchVO1");
    if (vo != null) {
    vo.clearCache();
    vo.setWhereClause(null);
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id(:1))");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0, eNum);
    System.out.println("Params " + eNum);
    //System.out.println("Post Clause " + vo.getQuery());
    vo.executeQuery();
    System.out.println("Post whereclause ");
    The following is the Page
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="10.1.3_1312" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM" windowTitle="Employee Search Window" title="Employees">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:query id="QueryRN" dispSimple="true" dispCustomized="false" dispAdvanced="false" mode="autoCustomizationCriteria" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM" controllerClass="zenith.oracle.apps.hxc.asg.webui.ZenPersonSearchCO">
    <ui:contents>
    <oa:table id="ResultsTable" userCustomizable="true" shortDesc="Employees Assigned Table" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM">
    <ui:contents>
    <oa:messageStyledText id="EmpNum" viewName="ZenPerSearchVO1" viewAttr="EmployeeNumber" queryable="true" sortState="ascending" prompt="Employee Number" selectiveSearchCriteria="true" initSortSeq="first" userCustomizable="true"/>
    <oa:messageStyledText id="EmpName" queryable="true" sortState="no" viewName="ZenPerSearchVO1" viewAttr="FullName" prompt="Employee" unvalidated="true" selectiveSearchCriteria="true" userCustomizable="true"/>
    </ui:contents>
    </oa:table>
    </ui:contents>
    <oa:simpleSearchPanel>
    <oa:header text="Employee Search" id="SimpleSearchHdr">
    <ui:contents>
    <oa:messageComponentLayout id="CustomSimpleSearch">
    <ui:contents>
    <oa:messageLovInput id="SearchEmpName" selectiveSearchCriteria="true" prompt="Employee Name" unvalidated="true" externalListOfValues="/zenith/oracle/apps/hxc/asg/lov/webui/ZenEmpLovRN" required="yes">
    <lovMappings>
    <lovMap id="EnameMap" lovItem="EmpName" resultTo="SearchEmpName" criteriaFrom="SearchEmpName"/>
    <lovMap id="ENumMap" lovItem="EmpNum" resultTo="SearchEmpNum" criteriaFrom="SearchEmpNum"/>
    </lovMappings>
    </oa:messageLovInput>
    <oa:messageTextInput id="SearchEmpNum" selectiveSearchCriteria="true" prompt="Employee Number"/>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:header>
    </oa:simpleSearchPanel>
    <oa:simpleSearchMappings>
    <oa:queryCriteriaMap id="EmpNameMap" criteriaItem="SearchEmpName" resultsItem="EmpName"/>
    <oa:queryCriteriaMap id="EmpNumMap" criteriaItem="SearchEmpNum" resultsItem="EmpNum"/>
    </oa:simpleSearchMappings>
    </oa:query>
    <oa:defaultSingleColumn id="ApplyRN">
    <ui:contents>
    <oa:submitButton id="SButton" text="Save" prompt="Save">
    <ui:primaryClientAction>
    <ui:fireAction/>
    </ui:primaryClientAction>
    </oa:submitButton>
    </ui:contents>
    </oa:defaultSingleColumn>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>

    Hi,
    Some of the column values are not getting populated or few rows which you are expecting is not getting populated?
    Could you please try the following 2 changes, in both the cases, after executing the query, print all the query and rows in the VO using the below code (change your object names accordingly).
    if(appraisalVO !=null)
    AppraisalVORowImpl appraisalVORow = (AppraisalVORowImpl) appraisalVO.first();
    if(appraisalVORow !=null)
    int attrCount = appraisalVO.getAttributeCount();
    writeLog("XXRBG",pageContext,"Attrbuute count "+attrCount);
    String[] attributeNames = appraisalVORow.getAttributeNames();
    for (int i = 0 ;i< attributeNames.length ;i++ )
    writeLog("XXRBG",pageContext," Name "+attributeNames[i] +" = "+appraisalVORow.getAttribute(i));
    1)
    instead of calling the function to get the owning_person_id, hard code the value and check you are getting the expected result.
    like,
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = 54)");
    2)
    instead of the below code
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id(:1))");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0, eNum);
    System.out.println("Params " + eNum);
    try without binding the parameter like,
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id("+eNum+"))");
    Thanks.
    With Regards,
    Kali.
    OSSi.

  • Bf  datasource data is not populating in R/3 side

    Hi Folks,
    I have loaded 2lis_03_bx first for a plant using MCNB transaction,its showing data in RSA3 then I have loaded 2lis_03_bf datasource for the same plant using transaction 0LI2BW. but it is not showing data in RSA3.
    I have done the above process in background.
    In SM37 it is showing the following message for the 2lis_03_bf datasource
    Job started
    Step 001 started (program RMCBNEUB, variant &0000000000003, user ID TCS_SRM)
    Date fields for info structure S032 are not generated
    Job finished
    steps:
    1.Before loading the data I have deleted data using LBWG
    2.In LBWE, 2lis_03_bf is already activated.
    Please help me out on resolving the above issue
    Thanks in Advance

    Few sanity checks -
    1)From SBIW - Logistics > Inventory > Transaction key > Execute or select the required
    352344 - Process key + reversals in Inventory Management
    492828 Determining the transaction key for 2LIS_03_BF + 2LIS_03_UM
    2)From SBIW - Logistics > Inventory > Industry - Choose STANDARD" ) bu default is NONE which makes difference
    LBWG- Deleted the set up tables for 03
    Run the t code OLI1BW to fill the set up table for 2LIS_03_BF .
    3)Also check the tcode BF11 or table TBE11 , BW and NDI are check marked, these are more of imperative than prerogative.
    Hope it Helps
    Chetan
    @CP..

  • ARP table not populating mac address for previously reachable IP address

    Router has been online and working fine with one BGP neighbor for almost 2 years and no downtime.  2 weeks ago, added a 2nd BGP peer.  Everything worked fine for 2 weeks, then all of a sudden yesterday the 2nd BGP peer is disconnected and does not come back.  ISP checks and sees everything looks fine on their end.  We cannot even ping each other now.
    Upon investigation, the ARP table is not even populating the MAC address for the BGP peer IP anymore (same local subnet).  Stays "incomplete" in the table no matter what we do, including clearing arp table, changing IP address, etc.
    Plug a laptop directly into the 2nd BGP peer FE port and replicate the IP addressing.  Laptop cannot ping Router, but Router CAN ping laptop.  Check ARP table, but STILL no mac address assigned and now not even the ARP table showing "incomplete".
    Thinking it could be the FE interface, switch to the 2nd FE interface and perform same laptop test, this time with arbitrary IP addressing.  Now cannot ping each other, no MAC in ARP table.
    End up rebooting the router and lo-and-behold, everything is working normally again.  2nd BGP peer peers up instantly.
    I should also mention that the 1st BGP peer worked flawlessly throughout, taking all the Internet load and having no issues throughout.
    Also, the FE ports for the 2nd BGP peer are on an HWIC FE card plugged into the router.  The 1st BGP peer is plugged into the built-in GE interface.  2901 running: c2900-universalk9-mz.SPA.151-4.M4.bin
    Lastly, no router resource issues, no error messages, no logs.  Just the BGP peer disconnecting.
    I have never, in 20 years working with Cisco routers seen something like this before.  This is the most fundamental aspect of IP and Ethernet that was not working.
    Has anyone ever seen this behavior before??
    Here is the router config (IP's changed):
    version 15.1
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service internal
    service sequence-numbers
    boot-start-marker
    boot-end-marker
    logging buffered 150000
    aaa new-model
    aaa authentication login LAUTHEN local
    aaa authentication login TAUTHEN local group tacacs+ enable
    aaa authorization console
    aaa authorization exec LAUTHOR local if-authenticated
    aaa authorization exec TAUTHOR local group tacacs+ if-authenticated
    aaa session-id common
    clock timezone PST -8 0
    clock summer-time PDT recurring
    no ipv6 cef
    no ip source-route
    ip cef
    no ip domain lookup
    multilink bundle-name authenticated
    username ubiadmin privilege 15 secret 4 .JbeuWXuZvchrG0OL.5BftFtqrrEyxcnVHn5rIuCnTk
    username umitsnoc01 privilege 15 secret 4 cUmoRUjey9O1x.wk9S.kleX.iAAhCwihupr6Z98p6OA
    redundancy
    ip ssh version 2
    track 1 interface GigabitEthernet0/0 line-protocol
    class-map match-any AutoQoS-VoIP-RTP-Trust
     match access-group name SIP-Media-INBOUND
    class-map match-any AutoQoS-VoIP-Control-Trust
     match ip dscp cs3
     match ip dscp af31
    class-map match-any Customer-Voice
     match access-group name Customer-VPNs
    class-map match-any media
     match access-group name SIP-Media
    class-map match-any signaling
     match access-group name SIP-Signaling
    policy-map AutoQoS-Policy-Trust
     class AutoQoS-VoIP-RTP-Trust
      priority percent 70
     class AutoQoS-VoIP-Control-Trust
      bandwidth percent 5
     class class-default
      fair-queue
    policy-map queue
     class signaling
      bandwidth percent 5
     class media
      priority percent 50
     class Customer-Voice
      priority percent 40
     class class-default
      fair-queue
    policy-map shape
     class class-default
      shape average 10000000
      service-policy queue
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0
     description BGP Peer 1
     ip address 2.2.2.2 255.255.255.252
     no ip redirects
     ip flow ingress
     ip flow egress
     duplex auto
     speed auto
     service-policy output shape
    interface GigabitEthernet0/1
     description LAN
     ip address 1.2.3.4 255.255.255.0
     no ip redirects
     ip flow ingress
     ip flow egress
     standby 255 ip 1.2.3.1
     standby 255 priority 105
     standby 255 preempt
     standby 255 mac-address 1a2b.3c4d.5e6f
     standby 255 track 1 decrement 10
     duplex auto
     speed auto
     service-policy output AutoQoS-Policy-Trust
    interface FastEthernet0/0/0
     description BGP Peer 2
     ip address 1.1.1.1 255.255.255.252
     ip flow ingress
     ip flow egress
     duplex full
     speed 100
     service-policy output shape
    interface FastEthernet0/0/1
     no ip address
     shutdown
     duplex auto
     speed auto
    router bgp 7777
     bgp router-id 2.2.2.2
     bgp log-neighbor-changes
     network 1.2.3.0 mask 255.255.255.0
     neighbor 1.1.1.2 remote-as 5555
     neighbor 1.1.1.2 update-source FastEthernet0/0/0
     neighbor 1.1.1.2 prefix-list L3-DEFGW in
     neighbor 1.1.1.2 route-map L3-LPREF-IN in
     neighbor 2.2.2.1 remote-as 6666
     neighbor 2.2.2.1 ebgp-multihop 2
     neighbor 2.2.2.1 update-source GigabitEthernet0/0
     neighbor 2.2.2.1 send-community
     neighbor 2.2.2.1 prefix-list COLO-DEFGW in
     neighbor 2.2.2.1 route-map COLO-LPREF-IN in
     neighbor 2.2.2.1 route-map COLO-OUT out
    ip forward-protocol nd
    ip bgp-community new-format
    ip as-path access-list 5 permit _5555_
    ip as-path access-list 5 deny .*
    ip as-path access-list 10 permit ^6666$
    no ip http server
    no ip http secure-server
    ip flow-top-talkers
     top 50
     sort-by bytes
    ip route 0.0.0.0 0.0.0.0 1.1.1.2 254 name L3
    ip route 0.0.0.0 0.0.0.0 2.2.2.1 255 name COLO1
    ip route 10.0.0.0 255.0.0.0 10.10.10.10 name FW_OUTSIDE
    ip tacacs source-interface GigabitEthernet0/1
    ip access-list standard SNMP_SOURCES
     permit 12.12.12.0 0.0.0.255
     deny   any log
    ip prefix-list L3-DEFGW seq 5 permit 0.0.0.0/0
    ip prefix-list COLO-DEFGW seq 5 permit 0.0.0.0/0
    ip prefix-list COLO-LPREF-OUT seq 5 permit 1.2.3.0/24
    route-map COLO-LPREF-IN permit 5
     match as-path 5
     set local-preference 250
    route-map COLO-LPREF-IN permit 10
     set local-preference 150
    route-map COLO-LPREF-IN permit 20
    route-map COLO-OUT permit 10
     match ip address prefix-list COLO-LPREF-OUT
     set as-path prepend 7777 7777 7777
     set community 29795:1004
    route-map COLO-OUT permit 20
    route-map L3-LPREF-IN permit 10
     match as-path 10
     set local-preference 200
    route-map L3-LPREF-IN permit 20
     set local-preference 150
    snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
    snmp-server enable traps vrrp
    snmp-server enable traps flowmon
    snmp-server enable traps transceiver all
    snmp-server enable traps ds1
    snmp-server enable traps call-home message-send-fail server-fail
    snmp-server enable traps tty
    snmp-server enable traps license
    snmp-server enable traps envmon
    snmp-server enable traps ethernet cfm cc mep-up mep-down cross-connect loop config
    snmp-server enable traps ethernet cfm crosscheck mep-missing mep-unknown service-up
    snmp-server enable traps flash insertion removal
    snmp-server enable traps mac-notification
    snmp-server enable traps aaa_server
    snmp-server enable traps cef resource-failure peer-state-change peer-fib-state-change inconsistency
    snmp-server enable traps memory bufferpeak
    snmp-server enable traps config-copy
    snmp-server enable traps config
    snmp-server enable traps config-ctid
    snmp-server enable traps event-manager
    snmp-server enable traps hsrp
    snmp-server enable traps cpu threshold
    snmp-server enable traps rsvp
    snmp-server enable traps syslog
    snmp-server enable traps vtp
    snmp-server enable traps ipsla

    When you were checking the ARP table was there an entry for Fast0/0/0?
    HTH
    Rick

  • Infopath form promoted columns data is not populated to sharepoint library

    hi ,
    I have an Team site with Sub Site .
    Example :Http://{hostname}/{teamsite}/{TestSubsite}
    In Dev Environment
    in the above TestSubsite , we have an form library "testformlib" .We have an infopath form named "informpath1" which is published to the testformlib library and promoted some of the columns to the library.
    Now i can see the promitted columns data in the library.
    Taken CMP which is TestSubsite.cmp for the TestSubsite
    Production
    Http://{Productionhostname}/{teamsite}/{TestSubsite}
    I have imported the above Dev. TestSubsite.cmp to the production TestSubsite which has same library,
    Also activated the same infopath form to the library "testformlib" in production sub site.
    Problem
    The Problem is I cannot see the columns which i have promoted in production subsite library.
    What I am thinking is "testformlib" library guid is changed in prosecution while i am importing cmp.
    Can i know what is the mistake or i need to change to do.
    Is there any chance to change the existing share point form library guid using Power shell.
    Please suggest.
    Thanks
    Raghava

    Hi Victoria,
    Please check the scenario, what i worked and issue.
    Scenario:-
    I have a site ,ex:- http://host/sitecollection/subsite1 in dev. machine, the subsite1 have a form library "TestFormLib".
    published infopath form wtih some promotional fields (ex:- Test1) to "TestFormLib" library.
    i am able to see all promoted 'Test1' field data  in the library.
    taken  back up form the dev upto sitecollection and restored in the production.
    created subsite1 in prodiction server and taken subsite1 cmp from dev , imported into production server and published form which have promoted columns to "TestFormLib" library.
    able to see the promoted (Test1) field data in "TestFormLib" library in production subsite1.
     re-activated info path form to "TestFormLib" library in dev machine with additional (Test2) field promotion.
    i am able to see the "Test2" promotion field data(Value) in dev machine "TestFormLib" library.
    then , taken cmp for "SubSite1"  from the dev. machine, imported into production server on "SubSite1" .
    re-activated the latest form which is promoted "Test2" field to production server.
    i am able to see the promoted column name "Test2" , but not able to see the data(Value) of the "Test2" in production server "TestFormLib" Library.
    Issue:-
    i am able to see the promoted column name "Test2" , but not able to see the data(Value) of the "Test2" in production server "TestFormLib" Library when i did second time promoted in second time imported subsite cmp.
    Any Suggestions to solve the above issue and i dont want to recreate the library in production . Because the data has been deleted.
    Help please..
    Thanks & Regards,
    Raghava Reddy S.

Maybe you are looking for