Nexus: multiple ip distribute-list eigrp statements allowed ?

Hi,
I need to clarify if Nexus 7K (NX-Os 6.1(3) ) supports multiple "ip distribute-list eigrp" statements in interface configuration.
Currently, there is already one statement to only allow default GW (0.0.0.0) routing information be sent.
I need to allow a few more specific routes to be shared with the facing device.
Can i have several distribute-list statements on the same interface ?
Or it it mandatory to handle this at the ip prefix-list level with multiple allow/deny rules.
I'm in a situation where i want to ammend the configuration without modifying existing objects or have to removed those who turned unused.
According to Cisco general EIGRP documentation, multiple seems to be accepted.
However, GNS3 simulator with a 7200VXR show that the new statement replaces the former one !
Moreover, Nexus logic is often different and i didn't capture any clear statement for this in Nexus specific documentation.
Needless to says that I have no test plateforme and no possibility to test that for the moment.
If someone can confirm it's supported, i would appreciate.
Thx

Hi,
I don't have a setup where I can try to see if this actually has the effect you're after, but you can certainly apply more than one distribute-list to an interface.
N7K-2(config-if)# ip distribute-list eigrp DIST_LIST route-map FRED outN7K-2(config-if)# ip distribute-list eigrp DIST_LIST1 route-map FRED1 outN7K-2(config-if)# ip distribute-list eigrp DIST_LIST2 route-map FRED2 outN7K-2(config-if)# sh run int eth3/1!Command: show running-config interface Ethernet3/1!Time: Mon Feb  3 23:04:01 2014 version 5.2(1)interface Ethernet3/1  ip address 1.1.1.1/24  ip distribute-list eigrp DIST_LIST route-map FRED out  ip distribute-list eigrp DIST_LIST1 route-map FRED1 out  ip distribute-list eigrp DIST_LIST2 route-map FRED2 out  no shutdown N7K-2(config-if)#
Regards

Similar Messages

  • Distribute list in Nexus 7K to allow only default route

    Hi All,
    We are about to migrate our core routers into two Nexus 7Ks with four VDCs each.
    I was planning to permit only the default route (0.0.0.0) into the building aggregation switch (Cisco 6509). I planned to use distribute-list as I have done it in IOS and I could allow it through any specific interface I want.
    Well, how do I do that in Nexus 7K? I don't see any distrubute list option. I can use prefix list, but then how do I specify the particular interface?
    Many thanks in advance.
    Mondal
    CCIE #29034

    Well, I found my own answer!
    Here is the command that goes on the Interface. I kept typing IP eigrp and hence did not get any option! Thanks for looking. You do offset-list the same way.
    ip distribute-list eigrp Test1 route-map EigrpTest in

  • EIGRP and Distribute-list commands

    I am reviewing one of our WAN routers, on an infrastructure I have recently inherated, and noted an EIGRP configuration which doesn't make much sense to me. I'm wondering if I misunderstand the intent. The WAN router has the following EIGRP configuration:
    router eigrp 102
    variance 4
    redistribute connected
    redistribute static
    network 10.0.0.0
    network 172.1.0.0
    network 172.20.0.0
    network 172.22.0.0
    network 172.24.0.0
    network 172.25.0.0
    network 172.27.0.0
    network 172.30.0.0
    network 192.9.200.0
    network 192.9.201.0
    network 192.168.0.0
    network 192.168.2.0
    maximum-paths 2
    default-metric 64 200 255 1 1500
    distribute-list 20 out Serial3/0.41
    distribute-list 20 out Serial3/0.76
    distribute-list 20 out Serial3/0.100
    distribute-list 20 out Serial3/0.104
    distribute-list 20 out Serial3/0.106
    distribute-list 20 out Serial3/0.107
    distribute-list 20 out Serial3/0.111
    distribute-list 20 out Serial3/0.112
    distribute-list 20 out Serial3/0.113
    distribute-list 20 out Serial3/0.117
    distribute-list 20 out Serial3/0.118
    distribute-list 20 out Serial3/0.131
    distribute-list 20 out Serial3/0.170
    distribute-list 20 out Serial3/0.175
    distribute-list 20 out Serial3/0.186
    distribute-list 20 out Serial3/0.190
    distribute-list 20 out Serial3/0.191
    distribute-list 20 out Serial3/0.198
    distribute-list 20 out Serial3/0.199
    distribute-list 20 out Serial3/0.205
    distribute-list 20 out Serial3/0.210
    distribute-list 20 out Serial3/0.226
    distribute-list 20 out Serial3/0.251
    distribute-list 20 out Serial3/0.621
    distribute-list 20 out Serial3/0.629
    distribute-list 20 out Serial3/0.637
    distribute-list 20 out Serial3/0.647
    distribute-list 20 out Serial3/0.658
    distribute-list 20 out Serial3/0.663
    distribute-list 20 out Serial3/0.677
    distribute-list 20 out Serial3/0.696
    distribute-list 20 out Serial3/0.700
    distribute-list 20 out Serial3/0.719
    distribute-list 20 out Serial3/0.733
    distribute-list 20 out Serial3/0.762
    distribute-list 20 out Serial3/0.763
    distribute-list 20 out Serial3/0.771
    distribute-list 20 out Serial3/0.772
    distribute-list 20 out Serial3/0.776
    distribute-list 20 out Serial3/0.783
    distribute-list 20 out Serial3/0.801
    distribute-list 20 out Serial3/0.803
    distribute-list 20 out Serial3/0.810
    distribute-list 20 out Serial3/0.822
    distribute-list 20 out Serial3/0.830
    distribute-list 20 out Serial3/0.832
    distribute-list 20 out Serial3/0.853
    distribute-list 20 out Serial3/0.855
    distribute-list 20 out Serial3/0.880
    distribute-list 20 out Serial3/0.915
    distribute-list 20 out Serial3/0.1000
    no auto-summary
    eigrp log-neighbor-changes
    However, access list 20 is constructed as follows:
    access-list 20 permit 0.0.0.0
    access-list 20 deny any
    If you have a distribute-list statement within EIGRP but the ACL permits 0.0.0.0, does that make any incoming/outgoing updates passive in any way? The remote routers connected to the WAN have no passive/no passive configuration parameters. Only the core WAN routers do.
    Please advise.

    Marking a remote stub does not, today, restrict what routes are advertised to the stub router, they just limit the queries to the stub routers. So, you'd still need the hub side distribute list to block the routes out to the stubs. A distribute list doesn't block queries, by the way, it just limits knowledge of routing information, which impacts how far a query will go.... You should definitely make the remotes stubs to reduce the query range, in other words, even with this distribute list configured.
    At any rate, there is a feature planned for the future to make it where you could turn on an option at the stub router to make the hub router automatically filter everything but the default out.
    HTH....
    Russ

  • Distribute List Nexus 7000 / OSPF

    I was trying to limit the routes that our ospf should learn, same on 6500 as "distribute-list".
    It´s on a VRF.
    on http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_OSPF_Comparison it says that it isn´t possible.
    Any ideas? Is it true? Should I use just redistribute list?
    Thanks

    ########UPDATE########
    Since version 6.x Cisco added a feature called table-map.
    It works like distributed lists and did what I needed. We are using it already. Info at link above:
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/6_x/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_ospf.html#pgfId-1361896
    Maybe it helps.
    So to make configuration...
    1) I need to make a prefix-list
    ip prefix-list Filter_List_in  seq 10 permit 10.20.30.40/32
    ip prefix-list Filter_List_in  seq 20 permit 10.30.20.26/32
    ip prefix-list Filter_List_in  seq 30 permit 10.40.30.20/32
    2) Make a route map and use prefix-list.
    route-map Permit_in permit 10
    match ip address prefix-list Filter_List_in
    3) And apply on ospf (show run).
    router ospf 10
      vrf VRFOSPF
        router-id 10.0.0.21
        network 10.20.208.21/32 area 0.0.0.0
        redistribute static route-map RM_static
        area 0.0.0.0 authentication message-digest
        area 0.0.0.0 filter-list route-map Permit_in in
        log-adjacency-changesrouter ospf 10
    And clear neighbors. (IPs were changed)
    When I use the show ip ospf policy...  filter in... => no match
    route-map Permit_in permit 10
      match ip address prefix-list Filter_List_in        C: 0      M: 0
    Total accept count for policy: 0
    Total reject count for policy: 0
    I couldn´t figure why it isnt working.
    I also tried to apply the filter list going to (config t --> vrf context VRFOSPF --> router ospf 10 --> and apply the filter list).
    Any Ideas?
    Edited:
    "To filter prefixes advertised in type 3 link-state advertisements (LSAs) between Open Shortest Path First (OSPF) areas of an Area Border Router (ABR),"
    "The NX-OS does support inter-area Type-3 LSA/route filtering using the filter-list command configured under the OSPF routing instance."
    We will create a ABR on nexus to apply filter-list
    Thanks for help.

  • Update multiple records from list box

    The idea is to present a list box to allow for the selection
    of multiple records. The records' primary key field having been set
    up as the value parameter in the list box. Then use a single update
    statement to update all selected records with a common value.
    I have tried to do this using code similar to:
    UPDATE MyTable SET MyTable.MyColumn = 1 WHERE (
    MyTable.MyKeyField IN ( @ListOfIntegers ) )
    Where the parameter is configured thus:
    <Parameter Name="@ListOfIntegers" Value='<%#
    ((Request.Form["MyListBox"]' Type="Int" />
    The idea is that the multiple selection listbox will return a
    comma separated list, which should l work nicely with the WHERE
    [column] IN ( .. ) syntax.
    Unfortunatley if more than one record is selected the
    Complier throws a type conversion error.
    I want to do this using Dreamweaver and C# on .NET.
    Any ideas how to proceed ?

    Are you wanting to update multiple records with the same
    information or
    different information for each record?
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "lyleja" <[email protected]> wrote in
    message
    news:f1cpe5$jj1$[email protected]..
    > The idea is to present a list box to allow for the
    selection of multiple
    > records. The records' primary key field having been set
    up as the value
    > parameter in the list box. Then use a single update
    statement to update
    > all
    > selected records with a common value.
    >
    > I have tried to do this using code similar to:
    >
    > UPDATE MyTable SET MyTable.MyColumn = 1 WHERE (
    MyTable.MyKeyField IN (
    > @ListOfIntegers ) )
    >
    > Where the parameter is configured thus:
    > <Parameter Name="@ListOfIntegers" Value='<%#
    ((Request.Form["MyListBox"]'
    > Type="Int" />
    >
    >
    > The idea is that the multiple selection listbox will
    return a comma
    > separated
    > list, which should l work nicely with the WHERE [column]
    IN ( .. ) syntax.
    >
    > Unfortunatley if more than one record is selected the
    Complier throws a
    > type
    > conversion error.
    >
    > I want to do this using Dreamweaver and C# on .NET.
    >
    >
    > Any ideas how to proceed ?
    >
    >
    >

  • Distribute-list with ripv2 problem

    Hi All,
    I want filter even routing table but it can't work on RIP v2
    access-list 1 deny 192.168.0.0 0.0.254.255
    access-list 1 permit any
    router rip
    version 2
    distribute-list 1 out FastEthernet0/0
    no auto-summary
    It can't work.
    It can work when I change access-list from "access-list 1 deny 192.168.0.0 0.0.254.255" to "access-list 1 deny 192.168.0.0 0.0.255.255".
    But on EIGRP all ok
    P.S. ip classless is enable
    Thanks everybody

    Hi
    R2 and R3 run RIPv2
    I try the distribute-list on R3 to R2 is OK.
    But I try distribute-list out to eigrp or interface and the access-list can't work.
    If change to "access-list 1 permit 193.0.0.0 0.255.255.255" and it can work fine.
    I can't understand on R2
    "distribute-list 1 out eigrp 1
    access-list 1 permit 193.0.0.0 0.254.255.255" ==> can't work
    "distribute-list 1 out eigrp 1
    access-list 1 permit 193.0.0.0 0.255.255.255" ==> work fine
    Tks!

  • Explanation about gateway in distribute-list?

    Hi All
    I have a question. Anyone can give me an explanation about distribute-list? What is meaning of "gateway" ? Thank you
    ip prefix-list max24 seq 5 permit 0.0.0.0/0 ge 8 le 24
     ip prefix-list allowlist seq5 permit 192.168.1.1/32
     router rip
      network 172.18.0.0
      distribute-list prefix max24 gateway allowlist in
    gateway prefix-list-name
    (Optional) Name of the prefix list to be applied to the gateway of the prefix being updated.

    prefix-list is used generally when you want to control the routes(prefixes) that is being sent or received  to neighbors in routing protocols like RIP,EIGRP,BGP, it can also be .for route tagging etc.
    In prefix list for example
    a.b.c.d/x ge y le z
    x bits should always match in prefix while the subnets should be <= than (le) z and >=(ge) y
    10.1.0.0/16 le 24 ge 16 will have 10.1.0.0/18 but no 10.1.1.127/25.
    Distribute-list to used to suppress the routes either in inbound or outbound direction. Say from other end of eigrp neighbor router you are receiving x,y,z routes, but you want only x in your RIB. So you can deny route y and z. Similarly your router is  advertising routes to its neighbor and  you want to hide some routes from them, you can do so with help of distribute-list.
    Gateway keyword is used to specify the neighbor from/to you are denying/sending routes. In simple term you have two RIP neighbors you want to send route only to one particular neighbor but not other one. 

  • Populating list of states in a dropdown based on selected country

    Hi all
    I am making some modifications in tabbed user form.
    I have a dropdown field for countries and a dropdown list for states.
    Now based on value selected for country, corresponding countries should be displayed in the states dropdown list.
    How this is possible in the form?
    Thanks in advance
    Regards
    Ashok

    The classic way is to create a rule to provide a list of states/regions depending on the country (usually given as argument)
    this rule is used in the allowed values property of the drop down box.
    best to make the country select box an actioned field so a change of selected country forces the re-evaluation of the region select box values.

  • ASA 8.2 Distribute-List Wildcards

    If I were to use a distribute-list under an EIGRP process with a /19, would it inject /24 routes that fall within that scope? I know the "wildcard" concept does not work the same way on ASAs as it does on IOS Routers.

    I think that you should actually configure a policy NAT that anyone coming from the 192.168.1.0/24 destine to the 10.2.2.0/24 should be translated to 10.1.1.254.
    access-list VPN-POLICY-NAT permit ip 192.168.1.0 255.255.255.0 10.2.2.0 255.255.255.0
    nat (ril) 2 access-list VPN-POLICY-NET outside
    global (inside) 2 10.1.1.254
    access-list policy_nat permit ip 10.2.2.0 255.255.255.0 192.168.1.0 255.255.255.0
    static (inside,ril) 10.2.2.0 access-list policy_nat
    Run the packet tracer and let me know if it works
    Value our effort and rate the assistance!

  • Exchange2013 preparead error: "length of the access control list exceed the allowed maximum"

    Hi,
    when when preparing ad (2008) for exchange 2013 installation, I get this error "length of the access control list exceed the allowed maximum"
    after some searh I found this solution on http://support.microsoft.com/kb/973848/en-us
    which consists on the following steps:
    Click Start, click Run, type ldp, and then click OK.
    In the LDP console, click the Connection menu, click Connect, type domain controller name, and then click OK.
    On the Connection menu, click Bind, type the credentials of the domain administrator, and then click OK.
    On the View menu, click Tree.
    In BaseDN drop-down list, select the appropriate domain context, such as "DC=Contoso,DC=com," and then click OK.
    In the tree view, under DC=<var><domainname></var>,DC=com, locate to the object "CN=Microsoft Exchange System objects,DC=<var><domainname></var>,DC=com".
    Right-click the object in step 6, click Advanced, select Security Descriptor, make sure that the SACL option and the "Text dump" option are
    unchecked and then click OK. 
    This will open a new window with security descriptor details
    In this security descriptor Window, click to select the DACL check box.
    In the middle pane of the Security descriptor Window, select and delete all the access control entries (ACEs) that have “\0ADEL:” in the Trustee column. Multiple ACEs can be selected and then click Delete
    ACE to delete them.
    Close the security descriptor as soon as you delete the corresponding ACE's
    Close the LDP console.
    Force Domain Controller replication.
    Rerun Exchange setup and it will install successfully
    But I didn't find the object ""CN=Microsoft Exchange System objects" since I've removed it before the preparation!!!
    Can anyone help please to solve this issue??
    Thanks

    Hi,
    Please make sure all the access control entries (ACEs) that have “\0ADEL:” in the Trustee column have been deleted in the 'Microsoft Exchange security objects' OU. Also make sure the permissions are not inherited by the root domain
    so go to properties of the domain.com, If there are any unknown accounts listed in ACLs, remove all of them.
    Then follow your original posting of step 10 to 13 to rerun Exchange setup to have a try.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Distribute list on DMVPN spoke

    Hi,
    I would need to apply a distribute list on a DMVPN spoke and not sure if that DL needs to be applied at the tunnel interface or the physical interface where the tunnel is sourced. Please let me know if you have any thoughts.
    This is how the configuration looks at other branches that do not have DMVPN configured:
    access-list 1 deny   0.0.0.0
    access-list 1 permit any
    access-list 2 permit 0.0.0.0
    access-list 2 deny   any
    router eigrp 1
    distribute-list 2 in FastEthernet0/0
    distribute-list 1 out FastEthernet0/0
    Thanks,

    If you want to control your routing between the spoke and the hub, you have to apply it for the tunnel-interface. Or more general: With the interface that is enabled for the routing-protocol.
    And you should look at the prefix-lists instead of distribute-lists. They are much more flexible once you get used to them.
    http://www.cisco.com/en/US/partner/tech/tk365/technologies_q_and_a_item09186a008012dac4.shtml#fourteen
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • How can i use multiple row subquery in update statement

    Hai All
    I using group function in my update statement.. and i need to update more rows so i need to use multiple row
    subquery pls tell me how to use multiple row subquery in update statement
    For example
    while i am using this like this i got an error
    update dail_att set outtime in (select max(r2.ptime) from temp_att where empcode=r2.enpno and
    barcode=r2.cardn and attend_date=r2.pdate group by enpno,pdate,cardn);
    Pls tell me how to use with example
    Thanks & regards
    Srikkanth.M

    Hai Man
    Thanks for ur response Let me clear what i need
    First step Fetch the records as text file and stores into table T1
    and the next step is i have seperated the text using substring and stores in different columns of a table
    There are two shifts 0815 to 1645 and 1200 and 2000
    Here I rep IN and O rep OUT
    Empno date time inout
    001 01-01-10 0815 I
    002 01-01-10 0815 I
    003 01-01-10 0818 I
    001 01-01-10 1100 0
    001 01-01-10 1130 I
    002 01-01-10 1145 0
    002 01-01-10 1215 I
    004 01-01-10 1200 I
    005 01-01-10 1215 I
    004 01-01-10 1315 O
    004 01-01-10 1345 I
    001 01-01-10 1645 0
    002 01-01-10 1715 0
    003 01-01-10 1718 0
    004 01-01-10 2010 0
    005 01-01-10 2015 0
    This is my T1 table i have taken data from text file and stored in this table from this table i need to move data to another table T2
    T2 contains like this
    Empno Intime Intrin Introut Outtime Date
    001 0815 1100 1130 1645 01-01-10
    002 0815 1145 1215 1715 01-01-10
    003 0818 1718 01-01-10
    004 1200 1315 1345 2010 01-01-10
    005 1215 2015 01-01-10
    This what i am trying to do man but i have little bit problems Pls give some solution with good example
    And my coding is
    declare
         emp_code varchar2(25);
    in_time varchar2(25);
    out_time varchar2(25);
    Cursor P1 is
    Select REASON,ECODE,READMODE,EMPD,ENPNO,FILL,PDATE,PTIME,INOUT,CARDN,READERN
    From temp_att
    group by REASON,ECODE,READMODE,EMPD,ENPNO,FILL,PDATE,PTIME,INOUT,CARDN,READERN
    ORDER BY enpno,pdate,ptime;
    begin
         for r2 in p1 loop
    declare
    bar_code varchar2(25);
    begin
    select barcode into bar_code from dail_att where empcode=r2.enpno and attend_date=r2.pdate;
    For r3 in (select empcode,empname,barcode,intime,intrin,introut,addin,addout,outtime,attend_date from dail_att)loop
    if r2.inout ='O' then
    update dail_att set outtime =(select max(r2.ptime) from temp_att where empcode=r2.enpno and barcode=r2.cardn and attend_date=r2.pdate group by r2.cardn,r2.enpno,r2.pdate );
    end if;
    end loop;     
    exception
         when no_data_found then
         if r2.inout ='I' then
                   insert into dail_att(barcode,empcode,intime,attend_date)(select r2.cardn,r2.enpno,min(r2.ptime),r2.pdate from temp_att group by r2.cardn,r2.enpno,r2.pdate );
         end if;
    end;
    end loop;
    commit;     
         end;
    Pls tell me what correction i need to do i the update statement i have used a subquery with group function but when i used it will return only one row but my need is to return many rows and i need to use multiple row subquery
    and how can i use it in the update statement
    Thanks In Advance
    Srikkanth.M

  • How to capture the multiple value in list box

    Hi forums,
           How to select the multiple values in list box and how to catch that values in OnInputProcessing.
    Regards,
    Ravi.

    Hi,
    A possible method is:
    Get all fields of the form
        CALL METHOD request->get_form_fields
          CHANGING
            fields = table_fields.
    loop over the fields
        LOOP AT table_fields INTO wa_fields.
    test the name of the field
          CASE wa_fields-name.
            WHEN 'test'.
    retrieve the value of the field
              test = wa_fields-value.
    endcase
    endloop.
    Eddy

  • Listing executed statements for a user

    Hi All,
    I use Oracle 11gR2. For debugging an application I cannot modify, I need to list all statements of a given user in a time period, say last 3 minutes or from 11:23-11:26. Per session observation is not appropriate, because I don't know when and how many sessions are opened. I would need all of them, and preferably in order of arrival or execution or similar.
    thank you in advance, best regards: Balázs Bámer

    Oracle does not maintain a user or session SQL history but you can look at v$open_cursor for the sid in question to find additional SQL statements issued by the session. 100% of the SQL will not be present since some cursors could be closed and discarded due to load and time since use.
    You can use the log miner feature to scan for DML statements that were issued by the session in question.
    If you need to know what a specific user does you might want to set up Oracle built-in audit feature. There are numerous options including capturing SELECT statements or just listing the objects touched.
    HTH -- Mark D Powell --

  • B2B Validation contains characters not listed in the allowed character set

    Hi,
    Working on EDIFACT AS2 INVOIC D05A. B2B 10g with Document Editor Version: 6.6.0.2801
    payload:
    UNA:+.?*'
    UNB+UNOB:4::1+A1103206+XXTPHOME+20110413:0456+30000000000545'
    UNH+30000000000545+INVOIC:D:05A:UN'
    BGM+389+5100256812'
    DTM+137:20110413:102'
    DTM+143:201104:610'
    FTX+CUR+++Consignment stock accounting'
    RFF+AOG:0'
    NAD+BY+A1103206::234++XXXXXXXXX++81379+DE'
    RFF+VA:DE260978148'
    CTA+PD+GC SSC ARP:Yyyy Xxxx'
    COM+49(2871) 91 3481:TE'
    [email protected]:EM'
    NAD+SU+A1082156::234++XXXXX:::[email protected]+Nnnnn 7+Llll+DE-BY+90443+DE'
    RFF+VA:DE256058056'
    NAD+UC+0000000100::92++Gggg Gggg:Hhhh+Kkkkk 2+Bocholt++46395+DE'
    TAX+7+VAT:::19% VAT+DE:133:86++:::19.00'
    CUX+2:EUR:4'
    LIN+000001++UAA3595HN/C3:VP'
    PIA+1+A5B00075796235:BP'
    IMD+B++:::IC DECTUAA3595HN/C3 PA V20810C6323D:670'
    QTY+47:6000.000:PCE'
    MOA+203:660.00'
    CUX'
    I try to validate payload and get 2 errors:
    1. Segment COM type an min length 1 max length 512 payload value: [email protected]
    Error: ub-Element COM010-010 (Communication address identifier) contains characters not listed in the allowed character set. Segment COM is defined in the guideline at position 0350.
    2. Segment group 27 Sub Element CUX payload value is null, value is exists at header level (Group 7 ub-Element CUX)
    Error: Unrecognized data was found in the data file as part of Loop Group 27. The last known Segment was MOA at guideline position 1260 - Validator error - Extra data was encountered.
    Thanks for any help
    Adi

    We fix it by change Character set to UNOC

Maybe you are looking for

  • More than on ITunes on one computer

    My wife and I recently bought seperate Classics for ourselves. She has a little bit different taste in musice as I and thus I was wondering that if I setup different login profiles, can we have seperate ITunes installed under each profile, each with

  • Using a BitSet object

    Hello ! I would like to store into MySQL a BitSet object. I am able to only use a string to do that :BitSet subBS = new BitSet(); String strSubSet = ""; subBS = Fingerprinter.getFingerprint(mol, 2048, 6); strSubSet = subBS.toString();This string coul

  • Configuration Database issue while Deployment.

    Hi, I have a BizTalk 2010 project which I want to deploy on a remote server. When I go to Properties-> Deployment -> Server and enter the Server name as 'RemoteServer'. I see an error in the Configuration Database: <No BizTalk Configuration database(

  • Lizenz-Probleme mit Mocha After Effects CC

    Hallo, Wenn ich ein .m4v Video aufrufen will, dass ich mit iphoto erstellt habe (Imac) erscheint der Hinweis License Error: mocha AE CC must only be launched from After Effects. Wenn ich AE deinstalliere, läßt sich das Video öffnen, aber das kann ja

  • Since upgrading to iOS 5.1.1 docks and car connection stopped working

    Since I upgraded my iPhone last night, my iHome dock, Philips dock and BMW car connection are failing.  When connecting the phone to the docks I get a "This accessory not supported" message on the phone and when I hook it up in the car the car displa