Grouping inside current grouping in BIP

Hi All,
I need to create a sub report inside the parent report. For the parent report, I am grouping the rows on the basis of emp id which is the primary key and then I am grouping my rest of the columns by using current group. The parent report and sub report are linked to each other by emp id which I am using as a parameter
Similar is for the sub report, I need to group this report too on some column.
The data for the sub report comes from a different query. So I created two data models, one for parent and one for sub report, contactenated the data sets with row names unique.
data comes something like this
<DATA>
<PARENT>
+<PARENT_ROW>
+<PARENT_ROW>
</PARENT_ROW>
</PARENT>
<SUB>
+<SUB_ROW>
+<SUB_ROW>
</SUB>
</DATA>
So there are two nodes, PARENT and SUB. Now I have to show my grouped sub report inside the group parent report but the issue is since my sub report refers to a different node ( which is SUB) inside the parent report ( which refers to PARENT node), I don't see the data for sub report when i place it inside the PARENT report and when I place it out of the PARENT report, it works. Now this is how I want to place my sub and parent reports
          --PARENT Report starts
PARENT_DATA_FIELD1
PARENT_DATA_FIELD2
          --SUB report starts
SUB_DATA_FIELD1
SUB_DATA_FIELD2
          --SUB report ends
PARENT_DATA_FIELD3
PARENT_DATA_FIELD4
--PARENT Report starts
Long story short, I need to refer to the different node (and use grouping) inside an another running group of a differnt node. Can I do this?
Request you to let me know, any help would be much appreciated.
Thanks,
Ronny

Take a look at the following link: http://blogs.oracle.com/xmlpublisher/entry/formatting_concatenated_dataso
and give it a try or you send me the RTF template and xml to [email protected] I can try to help.
Thanks,
Bipuser

Similar Messages

  • Integrating BI server groups with BIP groups

    Hello - having a BIP integration with OBIEE issue.
    Running:
    BIP 10.1.3.3.3 running on AIX
    OBIEE 10.1.3.3.3 running on AIX
    Our OBIEE server is configured so that users authenticate with our enterprise LDAP implementation. After they authenticate, OBIEE is able to see which LDAP groups the user belongs to and uses these LDAP groups to determine which privelages the user is assigned in OBIEE because OBIEE has the same groups defined within its security model. For example, if user ABC is in LDAP group "OBI ADMIN" then they become a member of the "OBI Administrator" group in OBIEE. This is configured properly and working.
    For BIP, my goal is to use BI Server security and have users who are in the "OBI Administrator" group within OBIEE also assigned as an administrator of the BIP system by assigning the "OBI Administrator" group to "XMLP_ADMIN". I've configured BIP to use BI server security and I've verified that authentication is working with LDAP.
    When I assign the OBI "OBI Administrator" group to the "XMLP_ADMIN" group then the users in "OBI Administrator" group do not have access to the Admin tab in BIP. I've also tried assigning the XMLP_ADMIN group to the "OBI Administrator" group, but this does not work either.
    Has anyone been able to assign OBIEE groups to the XMLP_ADMIN (or any other XMLP groups in OBIEE) and had it work? Perhaps there is something fundamental I am missing or misunderstanding.
    Thanks in advance.

    Hi,
    This is a bug already raised with Oracle Support. What I did was to add the required BI Publisher groups to the desired users,in addition to the existing OBI groups. That is,we created a composite key based on Employee ID and Group Name.This enabled us to assign several BI Publisher groups to a user in the database table containing user informations.Let me know if it solves your problem too.
    Thanks and regards,
    Debarati.
    [email protected]
    Edited by: user581741 on Apr 8, 2009 1:29 AM
    Edited by: user581741 on Apr 8, 2009 1:30 AM

  • [DW CS4] How to search inside the .htaccess files?

    Hi,
    In Dreamweaver CS4, when I open an .htaccess file, and search for text "Inside Current Document", Dreamweaver finds and replaces them, no problem.
    But when I apply same search to a folder or whole site, Dreamweaver cannot find anything, even the text in already opened document.
    .htaccess files are neither hidden nor read-only.
    Any way to get around this?
    I have to find-replace some texts in couple of hundreds .htaccess files site-wide.
    Thanks.

    I think ( could be wrong), that .htaccess is not a recognised DW file extension  so it dosn't know to do a search for those files.
    I do believe that you can set up DW to recognise different file extensions via the preferences panel.
    Actually looking at my own preferences, htaccess is one of the files in the list- so it does recognise it  (because I know I didn't add that - unless it was added when I installed WAMP).
    See if you have the same.  If not, then I'm not sure why it's not finding your 'search and replace' text.
    The only other suggestion would be to use a good text editor with the ability to do 'search and replace'.  (sorry  :-)

  • Single sign-on and custom DBLoginModule

    Hi,
    I need help in making sso work. I have Application Server version 10.1.3.1.0, I've developed application in JDeveloper 10.1.3.3. that uses form based login and when deployed to server I can normally login/logout. Now I want to enable single sign on, so I've changed security provider of javasso to the one I'm using in my application (oracle.sample.dbloginmodule.DBProcLM.DBProcOraDataSourceLoginModule) and started javasso, added my application to participating applications, and restarted the instance.
    When I try to access my application, login page of javasso is shown but I cannot login, always get incorrect username/password. The strange thing is that logs are empty, so i guess that dblogin module is never fired.
    Also I've changed my login method so it supports identity callback, like described in here .
    This Re: Custom Login Module and JavaSSO said that orion-application.xml of my application and javasso should be the same, I haven't figured out what should I do with javasso orion-application.xml and how sould it look like.
    this is orion-application.xml of my application
    <?xml version = '1.0' encoding = 'windows-1250'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd">
    <library path="./adf"></library>
    <jazn location="./jazn-data.xml" provider="XML"/>
        <data-sources path="./data-sources.xml"/>
    <jazn-loginconfig>
         <application>
              <name>secure-web-app</name>
              <login-modules>
                   <login-module>
                        <class>oracle.sample.dbloginmodule.DBProcLM.DBProcOraDataSourceLoginModule</class>
                        <control-flag>required</control-flag>
                        <options>
                             <option>
                                  <name>data_source_name</name>
                                  <value>jdbc/WMSPortalDS</value>
                             </option>
                             <option>
                                  <name>debug</name>
                                  <value>true</value>
                             </option>
                             <option>
                                  <name>plsql_procedure</name>
                                  <value>PK_SECURITY.GET_USER_AUTHENTICATION</value>
                             </option>
                             <option>
                                  <name>log_level</name>
                                  <value>ALL</value>
                             </option>
                        </options>
                   </login-module>
              </login-modules>
         </application>
    </jazn-loginconfig>        
    </orion-application>this is orion-application.xml of javasso
    <?xml version = '1.0' encoding = 'utf-8'?>
    <orion-application
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"
        schema-major-version="10"
        schema-minor-version="0"
        component-classification="internal">
    <security-role-mapping name="{{PUBLIC}}">
        <group name="{{PUBLIC}}" />
    </security-role-mapping>
    <jazn provider="XML">
    </jazn>
    </orion-application>Please help, this is very urgent to me, all advices and guide lines are more than welcome.
    Thanks in advance,
    Tomislav.

    To be clear maybe someone will help.
    I have a cluster topology, with one application server and 3 oc4j instances.
    I've done following steps and without success, on my test instance:
    1. Deployed application with custom DBLogin (I'm using: oracle.sample.dbloginmodule.DBProcLM.DBProcOraDataSourceLoginModule)
    2. Sucessfully login / logout -> so I guess DBLogin is working fine
    3. Stopped the java sso application
    4. Changed the javasso Security Provider to my custom DBLogin with following parameters:
    class: oracle.sample.dbloginmodule.DBProcLM.DBProcOraDataSourceLoginModule
    data_source_name - jdbc/WMSPortalDS
    log_level - ALL
    plsql_procedure - PK_SECURITY.GET_USER_AUTHENTICATION
    debug - true
    5. Added Connection Pool and Data Source in javasso Administration -> JDBC -> tested connections and it was sucessful
    6. Started javasso application
    7. Then I went to Java SSO Configuration -> Participating applications -> checked my application
    8. Restarted instance
    9. Try to login -> invalid username / password
    In enerprise manager Log files -> javasso -> there are only messages regarding starting and stopping application
    Questions:
    1. orion-application.xml for javasso -> what exactly needs to be specified inside, currently I have following:
    <?xml version="1.0"?>
    <orion-application  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"  deployment-version="10.1.3.1.0" default-data-source="jdbc/OracleDS" component-classification="internal"
      schema-major-version="10" schema-minor-version="0" >
            <web-module id="javasso-web" path="javasso-web.war" />
            <security-role-mapping name="{{PUBLIC}}">
                    <group name="{{PUBLIC}}" />
            </security-role-mapping>
            <persistence path="persistence" />
            <jazn provider="XML">
                    <property name="custom.loginmodule.provider" value="true" />
                    <property name="role.mapping.dynamic" value="true" />
            </jazn>
            <log>
                    <file path="application.log" />
            </log>
            <data-sources path="./data-sources.xml" />
    </orion-application>2. orion-application.xml for my application
    <?xml version="1.0"?>
    <orion-application  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"  deployment-version="10.1.3.1.0" default-data-source="jdbc/OracleDS" see-parent-data-sources="false" component-classification="external"
      schema-major-version="10" schema-minor-version="0" >
            <web-module id="Portal" path="Portal.war" />
            <persistence path="persistence" />
            <library path="./adf" />
            <jazn provider="XML" location="jazn-data.xml" default-realm="jazn.com" >
                    <property name="custom.loginmodule.provider" value="true" />
                    <property name="role.mapping.dynamic" value="true" />
                    <jazn-web-app auth-method="CUSTOM_AUTH" />
            </jazn>
            <log>
                    <file path="application.log" />
            </log>
            <data-sources path="./data-sources.xml" />
    </orion-application>3. How to get any information into logs, I cannot find out what I'm doing wrong since there's no output in logs for javasso and my application.
    Please help, I'm really stuck and I have to resolve this as soon as possible.
    Thanks in advance,
    Tomislav.

  • Cheap Fake Rolex, Cheap Fake Rolex Oyster

    In contrast to ladies, you will find few equipment which can be made as well as distributed just for males. Because of which in turn few trendy clothes and accessories are around for males that provide these people a distinctive and chic appear.
    Generally, men’azines equipment are generally restricted to devices, wallets and handbags, footwear, timepieces and jewellery. Manner regulations for males are actually calm considerably inside current years. Although couple of trend products are actually solely produced for these people, they may be supposed to think outside the box in doing what they've. The type of truly innovative and different diamond ring for males contains rider jewelry. Simply no, these aren't exclusively for men that journey bikes; just about any males may put them on. Nevertheless, previously, rider equipment ended up linked to nonconformity as well as rise up. These equipment (as well as the men that dressed in these people) ended up looked down on through the culture, and people who put them on are not allowed to certainly be a surrounding person in the actual culture. These folks were generally donned through the motorcyclists whom didn't look after the culture.
    These days, the complete predicament modified, and then any guy of all ages may put them on. No matter an advanced attorney, a physician, a tutor, a player and many others., they are compatible with everybody. Nevertheless, it is possible to a number of damaging symbolism linked to this specific little bit of jewellery. In the event you operate in an industry wherever specialist regulations as well as picture are crucial, you need to merely put them on only if about to catch operating.
    As said before, an advantage of rider jewelry is they are extremely innovative. There are lots of types of rider jewelry, and therefore are created from numerous supplies. Which means that you won't have difficulty locating a little bit of your current tastes. Rider jewelry can be purchased in the type of skulls, stores, motorcycle shackles, wings, brains, or simply basic artists along with fascinating specifics.
    Also, they are created from kinds of supplies, along with sterling silver staying the most famous. If you're planning to buy a new rider diamond ring, as being a present for somebody particular, you can also have the the one that can be appreciated using a precious stone. By way of example, if your particular person you wish to obtain came to be throughout Jan, you can use them a new rider diamond ring which has a garnet. These kind of are actually excellent presents for those events; wedding anniversaries, birthday celebrations, graduations and many others. Those are the supreme present to the particular guy in your own life.
    They come with numerous rates to accommodate a myriad of wallets. Naturally, a number of items that determines the buying price of a new rider diamond ring. By way of example, a new us platinum diamond ring may well be more high-priced compared to a sterling silver one particular; reveal diamond ring along with gems may well be more high-priced compared to a basic music group, and so forth. The retail price that you must spend on a diamond ring may significantly rely on everything you just like. A lot of people convey more high-priced likes than the others. Simply be warned you don't get a inexpensive diamond ring because it may almost certainly be produced associated with birdwatcher and also have a coating associated with sterling silver regarding this. The actual sterling silver may disappear speedily, along with your financial resources are damaged. The actual high-end items are generally far more fascinating, and they also lead to outstanding expenditure items to increase your current jewellery series.
    An execllent issue regarding rider jewelry is that you may buy a personalized diamond ring coming from a developer. It is possible to visit just about any jewellery developer and also have these people cause you to be a diamond ring in accordance with you as well as features. Nevertheless, if you buy to get a rider diamond ring, make certain you give you the sized your current kids finger to be sure that they fit anyone.
    Cellini Replica Rolex Watch
    Cellini Rolex Replica
    Certificate Replica Rolex
    Cestello 18k Fake Rolex
    Chanel Replica Watches
    Channel Replica Watches + Ceramic
    Cheap Breitling Replica
    Cheap Cartier Roadter Replica
    Cheap Chinesse Rolex Fakes
    Cheap Discount Replica Rolex
    Cheap Fake Imitation Replica Rolex
    Cheap Fake Rolex
    Cheap Fake Rolex Oyster
    Cheap Fake Rolex Sale Watch
    Cheap Fake Rolex Watch
    Cheap Fake Rolex Watch For Sale
    Cheap Fake Rolex Watches
    Cheap Fake Rolex Watches For Sale
    Cheap Heuer Replica Tag
    Cheap Ladies Rolex Replicas

    Upgrading the operating system should not disable the DVD drive. As an experiment, turn off the computer with a bootable DVD or CD in the drive. Turn the computer on and tap the F12 key. It should give you a list of bootable devices. Chose the DVD/CD drive as the boot device. If it boots, its the operating system. If it doesn't, its the drive. If its the drive, get it fixed while the computer is still under warranty.

  • Cartier Seatimer Replica, Replica Bedat Watches

    The buzz associated with low-cost reggae clothes in the beginning got going in the calendar year Nineteen seventy nine along with grew to be really renowned amid folks specifically children. This way has been evolving as time passes each calendar year brand new and different types tend to be additional retaining the buzz in existence through the years. Discovering their reputation along with expanding need, it's right now turned into a totally new distinct classification presenting its types along with developments every year. The particular requirements have been recently displaying a growing pattern given that their starting. This document will talk about precisely why this specific pattern is starting to become preferred among anyone.
    Many experts have seen see your face of the era such as children, children along with grownups are typical undertaking low-cost reggae clothes, which could simply be referred to as they've got art logos associated with a number of well-known brand names to them. That is absolutely getting preferred among each era. Nowadays, anyone no matter how old they are team tend to be fascinated from this pattern containing acquired the thought along with looked at downtown clothes to call home. These kind of ill fitting vibrant along with stunning colour garments get delivered an amazing adjust along with trend within the manner sector. These kind of low-cost reggae clothing is getting put on through teens across the world causing a excellent chance for approaching younger along with vibrant makers specially in The united states.
    Regardless of as to what throw a person fit in with or even exactly what your current tone can be, low-cost reggae dress matches and is also liked through each rapist because it seems to be very best with all the hip hop tunes ambiance. To begin with, Photography equipment along with National equally began using this type of manner now anyone employs this. Brand-new types, colours and methods get held contributing to the initial design, however the essence continues to be the very same my partner and i.elizabeth. offering a person an opportunity to show him/herself by way of his/her dressing up design. Inside current fashionable planet, low-cost reggae clothes may be modified along with changed many times with respect to the pattern. Equally, downtown clothes along with reggae clothes features obtained large reputation.
    However low-cost reggae clothes can be most well-known amid teens, nevertheless can be put on by a number of senior years men that fit in with hip hop tunes buy and sell. Inside easy terms, it can be acknowledged amid anyone no matter age group. As said before, your current clothes design can be a rendering of the character, and that's why age group is just not regarded as being a key point. Nevertheless, the most important information mill young kids and some women compared to aged women and men. This is often correct because university proceeding everyone is attached to reggae tunes and thus would rather outfit consequently.
    Together with low-cost reggae clothes, choosing the right shades/glasses is crucial to get the right look since it is exactly about providing you with a very good, classy and also a exclusive seem. Be sure that whichever to pick to use must not cause you to feel not comfortable. This will just provide you with the appropriate seem whether it is a couple of styles bigger than your current unique sizing. Partly put on denoting appearance, but in addition due to the cozy along with soothing design, so that it is much easier to transfer along with boogie.
    In order to preserve their cut-throat place out there, numerous retailers, brand names along with makers came track of exclusive styles and designs many different generation which gives an substitute for select selection of patterns with respect for your age group, necessity along with sexual category. Vast majority these days can be concentrating read more about manner as is also remarkably popular. To be able to continue to be current with the most recent developments, you must undergo numerous fashion periodicals.
    Exact Fake Rolex Watch
    Luxury Replica Rolex
    Rado Fake Watches
    Presidential Replica Rolex Watch
    Replica Rolex Watches
    Oyster Replica Rolex
    Replica 2004 Submariner Rolex
    Fake Rose Gold Rolex
    How Tell Rolex Fake
    Asian Replica Watches
    Asian Replica Rolex
    How To Spot Fake Breitling Watch
    Womens Replica Watches
    Corum Swiss Replica Watch
    Automaticos Cartier Omega Relojes Replica Rolex Suizos
    Replica Watch Rolex
    How To Tell Real Or Fake Rolex
    Cartier Seatimer Replica
    Replica Bedat Watches
    Pedahaa.mobi Fake Watches

    Get a voltmeter and check the voltage output on the AC adaptor. Your AC adaptor could have gone dead which would explain the lack of lights and everything. Same problem for the battery, it could be totally discharged with a bad AC adaptor no longer supplying a charge.
    If the AC adaptor is putting out the correct voltage, consider pulling the battery, in case its bad, and try again. If you still are getting nothing from the LEDs with a known good power supply, there is a good chance you could be correct and need to replace the system board.
    There is no upgrade path on Toshiba laptops. There is no hot new CPU and system board that can be installed. Even if you do install the original system board back in the computer, the cost of parts and labor will be close to the purchase price of a new low-end laptop. Best option on an old dead laptop is to replace it.

  • Break Link - Symbols Issue

    My issue is with "Break Link" in CS5 Mac
    It currently breaks the symbol into a new layer inside the current layer instead of just making it a group inside current layer like it use to.
    I found the symbols feature really handy in teh previous versions. I do a lot of licensed artwork so I use the same logos repeatedly through out the day and it was nice to jsut have them in a symbol library so I could just drop what I needed of licensee's logos. Now this is more of a hassle with the current set up now and has added time to my old work flow.
    Any solutions other than converting back to CS4, I do feel this is a bug currently.

    Thanks for the response!
    I was a afraid that was the case. I'm not sure the advantage of the new setup. I have actually found a semi ok work around to the problem that stops it form making new layers in layers.
    If you drop your symbol to stage select it then group just the symbol then break it apart it will remain on the same layer, you may just get a group in a group. Which to me isn't as big of a issue as having art on different layers inside layers...

  • OBI-users cannot acces BI-Publisher-Dashboard

    Hola,
    I have configured a few users in my system and also have putted them into the defaul BIP groups.
    @ BIP Security is configured to use BI-Server (is there a document to understand the settings of this configuration?)
    When accessing the system with the administrator user, I can view problem-less access BIP-component in my Dashboard, but when accessing with any other user the BIP-Dashboard componente causes an error.
    How do i have to configure BIP-security?
    Greetings
    Guido

    HY,
    I have made an article on this subject with all step :
    http://gerardnico.com/wiki/dat/bip/configuration_bip
    You have the documentation reference at the end if you want more details.
    Success
    Nico

  • How do I make space on my MBP and transfer old files to External Hard Drive?

    I recently ran out of the 250 GB space on my 2010 Macbook Pro, so I bought a non-apple external hard drive. I plugged it in and Time Machine automatically popped up.
    I just wanted to know what the correct way to transfer all my old files that I'm not using any more and still want to keep to the external hard drive and not use the external hard drive as a "backup" for my laptop but rather as just a place to keep all the files I'm not currently using. Do I just use Time Machine and turn off the automatic back ups? Is there a certain way to transfer individual files to the EHD later (does this happen through Time Machine or just dragging them in through Finder?)?
    I've never used an EHD so I'm really unsure on how all this works on a Mac since the instruction manual only gave instructions for PC's even though it is Mac compatible.
    Thanks in advance!

    Apple doesnt make hard drives, they use Toshiba/Hitachi inside current macbook pro non-retina.
    You should always have a backup regardless, and 2 at that. One backup, and one archive, unless losing valuable data is no consideration to you.
    use time machine as a backup for restoration /emergency backup and use a separate HD for archiving valuable data.
    Using an external HD is as easy and falling down. Buy a nice Hitachi/Toshiba or Seagate external HD, format it in disk utility for MAC OSX extended journaled and drag and drop ALL your valuable data to same and updata as needed.
    a nice 1TB external HD is currently running $65
    backup with time machine,
    ARCHIVE all valuable data, ,music, pics, files, videos etc etc onto ANOTHER hard drive.
    2 backups is 1, and 1 is none. 
      If you always follow that rule that should be written in stone, you'll never be sorry.... (and I know countless 1000s that have been)

  • How to set a date range for date field ?

    Dear Experts,
    Scenario:
    I have a query in validating the date field in my BSP application. My application is for maintain infotype 0023 Other/Previous Employers online by employees in the company.
    As per our design we are maintaining the all employment details of the employee both ( with in the current company / previous employment outside the company) in the same infotype.
    Every employee will have a hiring date within the SAP HR system. We consider this date as the cutoff date between current and previous employment in our application. When the employee updating the details wia BSP page I need to check the following.
    Record inside current company: Validation that, the user should only able to enter BEGIN DATE (BEGDA)  greater than or equal HIRING DATE and END DATE(ENDDA) should be greater than FROM  DATE (BEGDA).
    Record outside current Company: Validation that, the user should only able to enter BEGIN DATE (BEGDA)  less than or equal HIRING DATE and END DATE (ENDDA) should be greater than FROM  DATE (BEGDA) and less than HIRING DATE.
    Technical Requirement:
    How to set a date range for date field, i.e. how we can limit the date range in a HTMLB date field? Can this it be achieved via standard functionality of HTMLB?
    Following is the code to describe date field in my application.
        <htmlb:inputField id= "ENDDA_NEW_IN"
                          type= "date"
                    doValidate= "TRUE"
                      showHelp= "TRUE"
                      disabled= "FALSE"
                         width= "183"
                         style= "cssTextAreadate"
                         value= "<%='99991231'%>"/>
    Thanks a lot in advance for your assistance and help.
    Cibinu2026
    Edited by: cibin kuruvilla on Nov 12, 2008 11:13 AM

    Hi,
    This functionality is known to be very important and is a key part of the next major release of the JRC planned for the first half of 2008.
    Regards,
    <p>Blair Wheadon</p>
    <p>Product Manager, Crystal Reports</p>

  • Troubleshoot CRS with 100GE interface

    Hi guys,
    We have some trouble with 100GE interfaces. Log says it's a far end failure, but anyway I would like to discard this side.
    Looking at the output of "show controllers hundredGigE 0/13/0/0 all" I really can't tell everything's Ok.
    I would like to understand a few things about this output:
    100GBASE-LR4 has 4 lanes, but there are 20 lanes listed in section
      "Mapping of Service Interface Lane and RX PCS Lane:"
    What does PCS mean?
    What might be the root cause of current PCS Lane BIP Error Counters?
    Is there anything I would need to check on plim, pse, etc?
    Also, any reading material will be appreciated.
    Here you have the command output:
    show controllers hundredGigE 0/13/0/0 all
    Tue Oct 22 16:38:40.597 BsAs
    Operational data for interface HundredGigE0/13/0/0:
    State:
        Administrative state: enabled
        Operational state: Up
        LED state: Green On
    Phy:
        Media type: R fiber over 4 Lane optics (long reach)
        Optics:
            Vendor: CISCO-FINISAR
            Part number: FTLC1181RDNS-C2
            Serial number: FIN1636000W
    MAC address information:
        Operational address: 001d.454d.8412
        Burnt-in address: 001d.454d.8412
        No unicast addresses in filter
        Operating in multicast promiscuous mode
    Autonegotiation disabled.
    Operational values:
        Speed: 100Gbps
        Duplex: Full Duplex
        Flowcontrol: None
        Loopback: None (or external)
        MTU: 9200
        MRU: 9200
        Inter-packet gap: standard (12)
    Statistics for interface HundredGigE0/13/0/0 (cached values):
    Ingress:
        Input total bytes           = 1104715
        Input good bytes            = 1081503
        Input total packets         = 5803
        Input 802.1Q frames         = 0
        Input pause frames          = 0
        Input pkts 64 bytes         = 6
        Input pkts 65-127 bytes     = 3377
        Input pkts 128-255 bytes    = 1706
        Input pkts 256-511 bytes    = 293
        Input pkts 512-1023 bytes   = 313
        Input pkts 1024-1518 bytes  = 108
        Input pkts 1519-Max bytes   = 0
        Input good pkts             = 5803
        Input unicast pkts          = 5790
        Input multicast pkts        = 10
        Input broadcast pkts        = 3
        Input drop overrun          = 0
        Input drop abort            = 0
        Input drop invalid VLAN     = 0
        Input drop invalid DMAC     = 0
        Input drop invalid encap    = 0
        Input drop other            = 0
        Input error giant           = 0
        Input error runt            = 0
        Input error jabbers         = 0
        Input error fragments       = 0
        Input error CRC             = 0
        Input error collisions      = 0
        Input error symbol          = 15579
        Input error other           = 0
        Input MIB giant             = 0
        Input MIB jabber            = 0
        Input MIB CRC               = 0
    Egress:
        Output total bytes          = 2862870
        Output good bytes           = 2836906
        Output total packets        = 6491
        Output 802.1Q frames        = 0
        Output pause frames         = 0
        Output pkts 64 bytes        = 4
        Output pkts 65-127 bytes    = 3587
        Output pkts 128-255 bytes   = 1186
        Output pkts 256-511 bytes   = 244
        Output pkts 512-1023 bytes  = 16
        Output pkts 1024-1518 bytes = 1454
        Output pkts 1519-Max bytes  = 0
        Output good pkts            = 6491
        Output unicast pkts         = 6455
        Output multicast pkts       = 35
        Output broadcast pkts       = 1
        Output drop underrun        = 0
        Output drop abort           = 0
        Output drop other           = 0
        Output error other          = 0
    Management information for interface HundredGigE0/13/0/0:
    Port number: 0
    Bay number: 0
    Interface handle: 0x1d80100
    Config:
        Auto-negotiation: Configuration not supported (Off)
        Carrier delay (up): Not configured
        Carrier delay (down): Not configured
        Speed: Configuration not supported (100Gbps)
        Duplex: Configuration not supported (Full Duplex)
        Flow Control: Not configured (None)
        IPG: Configuration not supported (standard (12))
        Loopback: Not configured (None)
        MTU: 9192 bytes
        Bandwidth: Not configured
        BER-SD Threshold: Configuration not supported
        BER-SD Report: Configuration not supported
        BER-SF Threshold: Configuration not supported
        BER-SF Report: Configuration not supported
        BER-SF Signal Remote Failure: Configuration not supported
    Driver constraints:
        Min MTU: 64 bytes
        Max MTU: 9600 bytes
        Max speed: 100Gbps
        Interface type: HundredGigE
        Management interface: No
        Promiscuous mode: Yes
        Default carrier delay up (auto-neg on): 0 ms
        Default carrier delay down (auto-neg on): 0 ms
        Default carrier delay up (auto-neg off): 0 ms
        Default carrier delay down (auto-neg off): 0 ms
        Allowed config mask: 0x26b
    Cached driver state:
        MTU: 9200 bytes
        Burnt-in MAC address: 001d.454d.8412
    Operational carrier delay:
        Carrier delay (up): 0 ms
        Carrier delay (down): 0 ms
    Not a member of a bundle interface.
    Satellite uplink settings:
        Not in satellite uplink (ICL) mode.
    Port FSM state:
        Port is enabled, link is up
    Complete FSM state:
        Admin up
        Client admin up
        Client admin tx not disabled
        Port enabled
        Port tx enabled
        Hardware link up
    IDB interface state information:
        IDB client admin up
        IDB client tx admin up
        IDB error disable not set
    0 Unicast MAC Addresses:
    0 Multicast MAC Addresses:
    Operational address: 001d.454d.8412
    Burnt-in address: 001d.454d.8412
    MAC state for beluga 0 port 0
    MAC state for barbur 0 and port 0
    0 HSRP/VRRP MAC addresses
    VLAN Ethertype: 0x8100
    QinQ Ethertype: 0x88a8
    MTP  Ethertype: 0x88e7
    4 VLAN UIDB entries
    VLAN1   VLAN2      Packet Type Flags      UIDB Result Flags
       0        0          VLAN                  1 VLAN
       0        0               ARPA             1 ARPA
       0        0                    SAP         1 SAP
       0        0                                1 SNAP
    PLIM 1 Port HundredGigE Internal Information:
    shmwin pointer: 0x581d4268
    shmwin id     : 0x3c
    shmwin initlization: complete
    shmwin mac stats pointer: 0x60106020
    shmwin mac stats version: 0x1
    shmwin ctx pointer: 0x6010e07c
    shmwin ctx version: 0x1
    HW initilization: completed
    Maximum CFP power class supported: 4
    Maximum CFP power consumption supported: 30000 mW
    802.3ba PCS
      Previous PCS Alarms:
        None
      Current PCS Status:
        PCS is able to support 100GBASE-R
        PCS is Block Locked
        PCS Rx Link Status is UP
        PCS Errored Block Counts: 25
        PCS BER (Sync Header Error) Counts: 1
    PCS detailed information:
      RX Service Interface Lane Sync Header Lock Status:
        Lane-0 : Locked           Lane-10 : Locked
        Lane-1 : Locked           Lane-11 : Locked
        Lane-2 : Locked           Lane-12 : Locked
        Lane-3 : Locked           Lane-13 : Locked
        Lane-4 : Locked           Lane-14 : Locked
        Lane-5 : Locked           Lane-15 : Locked
        Lane-6 : Locked           Lane-16 : Locked
        Lane-7 : Locked           Lane-17 : Locked
        Lane-8 : Locked           Lane-18 : Locked
        Lane-9 : Locked           Lane-19 : Locked
      RX Service Interface Lane Marker Lock Status:
        Lane-0 : Locked           Lane-10 : Locked
        Lane-1 : Locked           Lane-11 : Locked
        Lane-2 : Locked           Lane-12 : Locked
        Lane-3 : Locked           Lane-13 : Locked
        Lane-4 : Locked           Lane-14 : Locked
        Lane-5 : Locked           Lane-15 : Locked
        Lane-6 : Locked           Lane-16 : Locked
        Lane-7 : Locked           Lane-17 : Locked
        Lane-8 : Locked           Lane-18 : Locked
        Lane-9 : Locked           Lane-19 : Locked
      Mapping of Service Interface Lane and RX PCS Lane:
        Rx Service Interface Lane 0 = PCS Lane 13
        Rx Service Interface Lane 1 = PCS Lane 11
        Rx Service Interface Lane 2 = PCS Lane 14
        Rx Service Interface Lane 3 = PCS Lane 15
        Rx Service Interface Lane 4 = PCS Lane 17
        Rx Service Interface Lane 5 = PCS Lane 12
        Rx Service Interface Lane 6 = PCS Lane 10
        Rx Service Interface Lane 7 = PCS Lane 9
        Rx Service Interface Lane 8 = PCS Lane 16
        Rx Service Interface Lane 9 = PCS Lane 8
        Rx Service Interface Lane 10 = PCS Lane 7
        Rx Service Interface Lane 11 = PCS Lane 4
        Rx Service Interface Lane 12 = PCS Lane 3
        Rx Service Interface Lane 13 = PCS Lane 5
        Rx Service Interface Lane 14 = PCS Lane 6
        Rx Service Interface Lane 15 = PCS Lane 19
        Rx Service Interface Lane 16 = PCS Lane 2
        Rx Service Interface Lane 17 = PCS Lane 18
        Rx Service Interface Lane 18 = PCS Lane 0
        Rx Service Interface Lane 19 = PCS Lane 1
      PCS Lane BIP Error Counters:
        Lane-0 : 2071             Lane-10 : 0
        Lane-1 : 1415             Lane-11 : 0
        Lane-2 : 1530             Lane-12 : 0
        Lane-3 : 0                Lane-13 : 0
        Lane-4 : 0                Lane-14 : 0
        Lane-5 : 0                Lane-15 : 0
        Lane-6 : 0                Lane-16 : 0
        Lane-7 : 0                Lane-17 : 0
        Lane-8 : 0                Lane-18 : 1815
        Lane-9 : 0                Lane-19 : 1603
      Total PCS Lane BIP Error Count : 8434
      Total PCS Lane Sync Header Error Count  : 520
      Total PCS Lane Bad 64/66 Code Count     : 9180
    Serdes section:
    ===============
    None of 10 RX serial inputs detects loss of signal.
    All of 10 Tx clock multiplication units are locked.
    All of 10 Rx clock/data recovery units are locked.
    None of 10 TX FIFO has underflow/overflow condition.
    None of 10 RX FIFO has underflow/overflow condition.
    CFP section:
    ==============
    CFP General Information:
      Module Identifier:         CFP
      Ethernet Application Code: 100GBASE-LR4
      Module State:              Ready
      Power Class:               3
      Maximum Power Consumption: 23000 mW
    CFP Vendor Information:
      Vendor Name:         CISCO-FINISAR
      Vendor PN:           FTLC1181RDNS-C2
      Vendor SN:           FIN1636000W
      Vendor OUI:          0x0-0x90-0x65
      Lot Code:            00
      DATE CODE(YYYY/MM/DD): 2012/09/05
      CFP MSA Hardware Version:   1.4
      CFP MSA MDIO Version:       1.4
      Vendor Hardware Version:    1.4
      Vendor Firmware Version:    1.5
    CFP UDI Information:
      UDI Compliant: Yes
      Cisco PID: CFP-100G-LR4
      Cisco VID: V01
    CFP Cisco Information:
      Vendor Name: CISCO-FINISAR
      Cisco PN   : 10-2549-01    Rev A0
      Cisco SN   : FIN1636000W
    CFP Detail Information:
      Number of lanes supported:
        Number of network lanes: 4
        Number of host lanes   : 10
      Time required by module:
        Maximum high-power-up time  :   4 s
        Maximum high-power-down time:   1 s
        Maximum tx-turn-on time     :   1 s
        Maximum tx-turn-off time    : 150 ms
      Module general control:
        Soft reset asserted     : No
        Soft low power asserted : No
        Soft tx disable asserted: No
        Soft program control 3 asserted: No
        Soft program control 2 asserted: No
        Soft program control 1 asserted: No
        Soft global alarm test asserted: No
        Tx disable pin asserted: No
        Low power pin asserted : No
        Program control 3 pin asserted: Yes
        Program control 2 pin asserted: Yes
        Program control 1 pin asserted: Yes
      Module Analog A/D value:
        Power supply voltage : 3.2549 V
        Temperature          : 33.2496 degC
      Network lane A/D value:
        Lane 0 Tx power: 1.1091 mW (  0.4 dBm)
        Lane 1 Tx power: 1.1127 mW (  0.5 dBm)
        Lane 2 Tx power: 1.0976 mW (  0.4 dBm)
        Lane 3 Tx power: 1.1271 mW (  0.5 dBm)
        Lane 0 Rx power: 0.0438 mW (-13.6 dBm)
        Lane 1 Rx power: 0.1116 mW ( -9.5 dBm)
        Lane 2 Rx power: 0.1022 mW ( -9.9 dBm)
        Lane 3 Rx power: 0.0915 mW (-10.4 dBm)
        Total Tx power : 4.4465 mW (  6.5 dBm)
        Total Rx power : 0.3491 mW ( -4.6 dBm)
    No XGXS present
    PCS 802.3ba Registers:
    ========================
    Control 1 = 0x0010
    Status 1 = 0x0004
    Dev ID 0 = 0x0000 Dev ID 1 = 0x0000
    Speed Ability = 0x0008
    Devices 1 = 0x0004 Devices 2 = 0x0000
    Control 2 = 0x0005
    Status 2 = 0x0020
    PKG ID 0 = 0x0000 PKG ID 1 = 0x0000
    Base R Status 1 = 0x1001
    Base R Status 2 = 0x8117
    BER high order counter = 0x0000
    Errored blocks high order counter = 0x8000
    Base R test pattern control = 0x0080
    Base R test pattern error counter = 0x0000
    Multi-lane BASE-R alignment status 1 = 0x10ff
    Multi-lane BASE-R alignment status 2 = 0x0fff
    Multi-lane BASE-R alignment status 3 = 0x00ff
    Multi-lane BASE-R alignment status 4 = 0x0fff
    BIP error counter lane 0 = 0x0002
    BIP error counter lane 1 = 0x0002
    BIP error counter lane 2 = 0x0004
    BIP error counter lane 3 = 0x0000
    BIP error counter lane 4 = 0x0000
    BIP error counter lane 5 = 0x0000
    BIP error counter lane 6 = 0x0000
    BIP error counter lane 7 = 0x0000
    BIP error counter lane 8 = 0x0000
    BIP error counter lane 9 = 0x0000
    BIP error counter lane 10 = 0x0000
    BIP error counter lane 11 = 0x0000
    BIP error counter lane 12 = 0x0000
    BIP error counter lane 13 = 0x0000
    BIP error counter lane 14 = 0x0000
    BIP error counter lane 15 = 0x0000
    BIP error counter lane 16 = 0x0000
    BIP error counter lane 17 = 0x0000
    BIP error counter lane 18 = 0x0007
    BIP error counter lane 19 = 0x0005
    Lane mapping register 0 = 0x000d
    Lane mapping register 1 = 0x000b
    Lane mapping register 2 = 0x000e
    Lane mapping register 3 = 0x000f
    Lane mapping register 4 = 0x0011
    Lane mapping register 5 = 0x000c
    Lane mapping register 6 = 0x000a
    Lane mapping register 7 = 0x0009
    Lane mapping register 8 = 0x0010
    Lane mapping register 9 = 0x0008
    Lane mapping register 10 = 0x0007
    Lane mapping register 11 = 0x0004
    Lane mapping register 12 = 0x0003
    Lane mapping register 13 = 0x0005
    Lane mapping register 14 = 0x0006
    Lane mapping register 15 = 0x0013
    Lane mapping register 16 = 0x0002
    Lane mapping register 17 = 0x0012
    Lane mapping register 18 = 0x0000
    Lane mapping register 19 = 0x0001
    Serdes registers:
    ==================
    Chip id register: 0x8154
    Chip revision id register: 0x4
    Digital control 1 register register:
      serdes0:0x017a, serdes1:0x017a, serdes2:0x017a, serdes3:0x017a, serdes4:0x017a
      serdes5:0x017a, serdes6:0x017a, serdes7:0x017a, serdes8:0x017a, serdes9:0x017a
    Digital control 2 register register:
      serdes0:0x0305, serdes1:0x0305, serdes2:0x0305, serdes3:0x0305, serdes4:0x0305
      serdes5:0x0305, serdes6:0x0305, serdes7:0x0305, serdes8:0x0305, serdes9:0x0305
    Digital control 3 register register:
      serdes0:0x0d0f, serdes1:0x0d0f, serdes2:0x0d0f, serdes3:0x0d0f, serdes4:0x0d0f
      serdes5:0x0d0f, serdes6:0x0d0f, serdes7:0x0d0f, serdes8:0x0d0f, serdes9:0x0d0f
    Digital control 5 register register:
      serdes0:0x6de0, serdes1:0x6de0, serdes2:0x6de0, serdes3:0x6de0, serdes4:0x6de0
      serdes5:0x6de0, serdes6:0x6de0, serdes7:0x6de0, serdes8:0x6de0, serdes9:0x6de0
    Digital status 0 register register:
      serdes0:0x303b, serdes1:0x303b, serdes2:0x303b, serdes3:0x303b, serdes4:0x303b
      serdes5:0x303b, serdes6:0x303b, serdes7:0x303b, serdes8:0x303b, serdes9:0x303b
    Line PRBS control register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    Line PRBS status register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    System PRBS control register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    System PRBS status register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    PRBS status 2 register register:
      serdes0:0x8008, serdes1:0x8008, serdes2:0x8008, serdes3:0x8008, serdes4:0x8008
      serdes5:0x8008, serdes6:0x8008, serdes7:0x8008, serdes8:0x8008, serdes9:0x8008
    TX control 1 register register:
      serdes0:0x1884, serdes1:0x1884, serdes2:0x1884, serdes3:0x1884, serdes4:0x1884
      serdes5:0x1884, serdes6:0x1884, serdes7:0x1884, serdes8:0x1884, serdes9:0x1884
    TX control 2 register register:
      serdes0:0x00a0, serdes1:0x00a0, serdes2:0x00a0, serdes3:0x00a0, serdes4:0x00a0
      serdes5:0x00a0, serdes6:0x00a0, serdes7:0x00a0, serdes8:0x00a0, serdes9:0x00a0
    TX control 4 register register:
      serdes0:0x3012, serdes1:0x2812, serdes2:0x3012, serdes3:0x3012, serdes4:0x2c12
      serdes5:0x2812, serdes6:0x2c12, serdes7:0x2c12, serdes8:0x2c12, serdes9:0x2812
    TX control 7 register register:
      serdes0:0x1077, serdes1:0x1077, serdes2:0x1077, serdes3:0x1077, serdes4:0x1077
      serdes5:0x1077, serdes6:0x1077, serdes7:0x1077, serdes8:0x1077, serdes9:0x1077
    TX control 8 register register:
      serdes0:0xb800, serdes1:0xb800, serdes2:0xb800, serdes3:0xb800, serdes4:0xb800
      serdes5:0xb800, serdes6:0xb800, serdes7:0xb800, serdes8:0xb800, serdes9:0xb800
    TX LVDS contrl 1 register register:
      serdes0:0x6050, serdes1:0x6050, serdes2:0x6050, serdes3:0x6050, serdes4:0x6050
      serdes5:0x6050, serdes6:0x6050, serdes7:0x6050, serdes8:0x6050, serdes9:0x6050
    TX LVDS contrl 2 register register:
      serdes0:0x3ba1, serdes1:0x3ba9, serdes2:0x3ba9, serdes3:0x3ba1, serdes4:0x3ba1
      serdes5:0x3ba9, serdes6:0x3ba9, serdes7:0x3ba9, serdes8:0x3ba9, serdes9:0x3ba9
    TX LVDS contrl 3 register register:
      serdes0:0x3ba1, serdes1:0x3ba9, serdes2:0x3ba9, serdes3:0x3ba1, serdes4:0x3ba1
      serdes5:0x3ba9, serdes6:0x3ba9, serdes7:0x3ba9, serdes8:0x3ba9, serdes9:0x3ba9
    RX control 2 register register:
      serdes0:0x222c, serdes1:0x2224, serdes2:0x222c, serdes3:0x222c, serdes4:0x222c
      serdes5:0x2228, serdes6:0x2228, serdes7:0x2228, serdes8:0x2228, serdes9:0x2228
    RX control 3 register register:
      serdes0:0x1611, serdes1:0x1611, serdes2:0x1611, serdes3:0x1611, serdes4:0x1611
      serdes5:0x1611, serdes6:0x1611, serdes7:0x1611, serdes8:0x1611, serdes9:0x1611
    RX control 4 register register:
      serdes0:0x40c9, serdes1:0x50c9, serdes2:0x50c9, serdes3:0x40c9, serdes4:0x40c9
      serdes5:0x50c9, serdes6:0x50c9, serdes7:0x50c9, serdes8:0x50c9, serdes9:0x50c9
    RX control 6 register register:
      serdes0:0x081a, serdes1:0x081a, serdes2:0x081a, serdes3:0x081a, serdes4:0x081a
      serdes5:0x081a, serdes6:0x081a, serdes7:0x081a, serdes8:0x081a, serdes9:0x081a
    RX control 7 register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    RX control 8 register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    RX control 9 register register:
      serdes0:0x0000, serdes1:0x0000, serdes2:0x0000, serdes3:0x0000, serdes4:0x0000
      serdes5:0x0000, serdes6:0x0000, serdes7:0x0000, serdes8:0x0000, serdes9:0x0000
    RX LVDS contrl 1 register register:
      serdes0:0x0bfa, serdes1:0x0bba, serdes2:0x0bba, serdes3:0x0bba, serdes4:0x0bba
      serdes5:0x0bba, serdes6:0x0bba, serdes7:0x0bba, serdes8:0x0bba, serdes9:0x0bba
    CFP Registers:
    ================
    NVR 1 Registers:
    (Reg 0x8000=0x0e) (Reg 0x8001=0x95) (Reg 0x8002=0x01) (Reg 0x8003=0x01)
    (Reg 0x8004=0x00) (Reg 0x8005=0x00) (Reg 0x8006=0x00) (Reg 0x8007=0x00)
    (Reg 0x8008=0x08) (Reg 0x8009=0x4a) (Reg 0x800a=0x11) (Reg 0x800b=0x81)
    (Reg 0x800c=0x34) (Reg 0x800d=0x0a) (Reg 0x800e=0x00) (Reg 0x800f=0x00)
    (Reg 0x8010=0x01) (Reg 0x8011=0x04) (Reg 0x8012=0xca) (Reg 0x8013=0x45)
    (Reg 0x8014=0xcc) (Reg 0x8015=0xb8) (Reg 0x8016=0x08) (Reg 0x8017=0x34)
    (Reg 0x8018=0x21) (Reg 0x8019=0x44) (Reg 0x801a=0x40) (Reg 0x801b=0x70)
    (Reg 0x801c=0x1c) (Reg 0x801d=0x73) (Reg 0x801e=0x64) (Reg 0x801f=0x46)
    (Reg 0x8020=0x00) (Reg 0x8021=0x43) (Reg 0x8022=0x49) (Reg 0x8023=0x53)
    (Reg 0x8024=0x43) (Reg 0x8025=0x4f) (Reg 0x8026=0x2d) (Reg 0x8027=0x46)
    (Reg 0x8028=0x49) (Reg 0x8029=0x4e) (Reg 0x802a=0x49) (Reg 0x802b=0x53)
    (Reg 0x802c=0x41) (Reg 0x802d=0x52) (Reg 0x802e=0x20) (Reg 0x802f=0x20)
    (Reg 0x8030=0x20) (Reg 0x8031=0x00) (Reg 0x8032=0x90) (Reg 0x8033=0x65)
    (Reg 0x8034=0x46) (Reg 0x8035=0x54) (Reg 0x8036=0x4c) (Reg 0x8037=0x43)
    (Reg 0x8038=0x31) (Reg 0x8039=0x31) (Reg 0x803a=0x38) (Reg 0x803b=0x31)
    (Reg 0x803c=0x52) (Reg 0x803d=0x44) (Reg 0x803e=0x4e) (Reg 0x803f=0x53)
    (Reg 0x8040=0x2d) (Reg 0x8041=0x43) (Reg 0x8042=0x32) (Reg 0x8043=0x20)
    (Reg 0x8044=0x46) (Reg 0x8045=0x49) (Reg 0x8046=0x4e) (Reg 0x8047=0x31)
    (Reg 0x8048=0x36) (Reg 0x8049=0x33) (Reg 0x804a=0x36) (Reg 0x804b=0x30)
    (Reg 0x804c=0x30) (Reg 0x804d=0x30) (Reg 0x804e=0x57) (Reg 0x804f=0x20)
    (Reg 0x8050=0x20) (Reg 0x8051=0x20) (Reg 0x8052=0x20) (Reg 0x8053=0x20)
    (Reg 0x8054=0x32) (Reg 0x8055=0x30) (Reg 0x8056=0x31) (Reg 0x8057=0x32)
    (Reg 0x8058=0x30) (Reg 0x8059=0x39) (Reg 0x805a=0x30) (Reg 0x805b=0x35)
    (Reg 0x805c=0x30) (Reg 0x805d=0x30) (Reg 0x805e=0x49) (Reg 0x805f=0x50)
    (Reg 0x8060=0x55) (Reg 0x8061=0x49) (Reg 0x8062=0x42) (Reg 0x8063=0x48)
    (Reg 0x8064=0x43) (Reg 0x8065=0x52) (Reg 0x8066=0x41) (Reg 0x8067=0x41)
    (Reg 0x8068=0x0e) (Reg 0x8069=0x0e) (Reg 0x806a=0x01) (Reg 0x806b=0x04)
    (Reg 0x806c=0x01) (Reg 0x806d=0x05) (Reg 0x806e=0x0c) (Reg 0x806f=0x03)
    (Reg 0x8070=0x0f) (Reg 0x8071=0x68) (Reg 0x8072=0x04) (Reg 0x8073=0x01)
    (Reg 0x8074=0x01) (Reg 0x8075=0x00) (Reg 0x8076=0x96) (Reg 0x8077=0x01)
    (Reg 0x8078=0x07) (Reg 0x8079=0x01) (Reg 0x807a=0xf1) (Reg 0x807b=0x00)
    (Reg 0x807c=0x00) (Reg 0x807d=0x00) (Reg 0x807e=0x00) (Reg 0x807f=0x17)
    NVR 2 Registers:
    (Reg 0x8080=0x4a) (Reg 0x8081=0x00) (Reg 0x8082=0x46) (Reg 0x8083=0x00)
    (Reg 0x8084=0x00) (Reg 0x8085=0x00) (Reg 0x8086=0xfc) (Reg 0x8087=0x00)
    (Reg 0x8088=0x8f) (Reg 0x8089=0x2a) (Reg 0x808a=0x87) (Reg 0x808b=0x5a)
    (Reg 0x808c=0x7a) (Reg 0x808d=0x76) (Reg 0x808e=0x72) (Reg 0x808f=0xa6)
    (Reg 0x8090=0x00) (Reg 0x8091=0x00) (Reg 0x8092=0x00) (Reg 0x8093=0x00)
    (Reg 0x8094=0x00) (Reg 0x8095=0x00) (Reg 0x8096=0x00) (Reg 0x8097=0x00)
    (Reg 0x8098=0x00) (Reg 0x8099=0x00) (Reg 0x809a=0x00) (Reg 0x809b=0x00)
    (Reg 0x809c=0x00) (Reg 0x809d=0x00) (Reg 0x809e=0x00) (Reg 0x809f=0x00)
    (Reg 0x80a0=0x00) (Reg 0x80a1=0x00) (Reg 0x80a2=0x00) (Reg 0x80a3=0x00)
    (Reg 0x80a4=0x00) (Reg 0x80a5=0x00) (Reg 0x80a6=0x00) (Reg 0x80a7=0x00)
    (Reg 0x80a8=0xea) (Reg 0x80a9=0x60) (Reg 0x80aa=0xe0) (Reg 0x80ab=0x9c)
    (Reg 0x80ac=0x44) (Reg 0x80ad=0x5c) (Reg 0x80ae=0x3a) (Reg 0x80af=0x98)
    (Reg 0x80b0=0xdb) (Reg 0x80b1=0xaa) (Reg 0x80b2=0x6e) (Reg 0x80b3=0x18)
    (Reg 0x80b4=0x0e) (Reg 0x80b5=0x83) (Reg 0x80b6=0x05) (Reg 0x80b7=0xc7)
    (Reg 0x80b8=0x39) (Reg 0x80b9=0x00) (Reg 0x80ba=0x37) (Reg 0x80bb=0x00)
    (Reg 0x80bc=0x1b) (Reg 0x80bd=0x00) (Reg 0x80be=0x19) (Reg 0x80bf=0x00)
    (Reg 0x80c0=0xdb) (Reg 0x80c1=0xaa) (Reg 0x80c2=0x6e) (Reg 0x80c3=0x18)
    (Reg 0x80c4=0x03) (Reg 0x80c5=0x67) (Reg 0x80c6=0x01) (Reg 0x80c7=0x5b)
    (Reg 0x80c8=0x00) (Reg 0x80c9=0x00) (Reg 0x80ca=0x00) (Reg 0x80cb=0x00)
    (Reg 0x80cc=0x00) (Reg 0x80cd=0x00) (Reg 0x80ce=0x00) (Reg 0x80cf=0x00)
    (Reg 0x80d0=0x00) (Reg 0x80d1=0x00) (Reg 0x80d2=0x00) (Reg 0x80d3=0x00)
    (Reg 0x80d4=0x00) (Reg 0x80d5=0x00) (Reg 0x80d6=0x00) (Reg 0x80d7=0x00)
    (Reg 0x80d8=0x00) (Reg 0x80d9=0x00) (Reg 0x80da=0x00) (Reg 0x80db=0x00)
    (Reg 0x80dc=0x00) (Reg 0x80dd=0x00) (Reg 0x80de=0x00) (Reg 0x80df=0x00)
    (Reg 0x80e0=0x00) (Reg 0x80e1=0x00) (Reg 0x80e2=0x00) (Reg 0x80e3=0x00)
    (Reg 0x80e4=0x00) (Reg 0x80e5=0x00) (Reg 0x80e6=0x00) (Reg 0x80e7=0x00)
    (Reg 0x80e8=0x00) (Reg 0x80e9=0x00) (Reg 0x80ea=0x00) (Reg 0x80eb=0x00)
    (Reg 0x80ec=0x00) (Reg 0x80ed=0x00) (Reg 0x80ee=0x00) (Reg 0x80ef=0x00)
    (Reg 0x80f0=0x00) (Reg 0x80f1=0x00) (Reg 0x80f2=0x00) (Reg 0x80f3=0x00)
    (Reg 0x80f4=0x00) (Reg 0x80f5=0x00) (Reg 0x80f6=0x00) (Reg 0x80f7=0x00)
    (Reg 0x80f8=0x00) (Reg 0x80f9=0x00) (Reg 0x80fa=0x00) (Reg 0x80fb=0x00)
    (Reg 0x80fc=0x00) (Reg 0x80fd=0x00) (Reg 0x80fe=0x00) (Reg 0x80ff=0x43)
    NVR 3 Registers:
    (Reg 0x8100=0x00) (Reg 0x8101=0x00) (Reg 0x8102=0x00) (Reg 0x8103=0x00)
    (Reg 0x8104=0x00) (Reg 0x8105=0x00) (Reg 0x8106=0x00) (Reg 0x8107=0x00)
    (Reg 0x8108=0x00) (Reg 0x8109=0x00) (Reg 0x810a=0x00) (Reg 0x810b=0x00)
    (Reg 0x810c=0x00) (Reg 0x810d=0x00) (Reg 0x810e=0x00) (Reg 0x810f=0x00)
    (Reg 0x8110=0x00) (Reg 0x8111=0x00) (Reg 0x8112=0x00) (Reg 0x8113=0x00)
    (Reg 0x8114=0x00) (Reg 0x8115=0x00) (Reg 0x8116=0x00) (Reg 0x8117=0x00)
    (Reg 0x8118=0x00) (Reg 0x8119=0x00) (Reg 0x811a=0x00) (Reg 0x811b=0x00)
    (Reg 0x811c=0x00) (Reg 0x811d=0x00) (Reg 0x811e=0x00) (Reg 0x811f=0x00)
    (Reg 0x8120=0x00) (Reg 0x8121=0x00) (Reg 0x8122=0x00) (Reg 0x8123=0x00)
    (Reg 0x8124=0x00) (Reg 0x8125=0x00) (Reg 0x8126=0x00) (Reg 0x8127=0x00)
    (Reg 0x8128=0x00) (Reg 0x8129=0x00) (Reg 0x812a=0x00) (Reg 0x812b=0x00)
    (Reg 0x812c=0x00) (Reg 0x812d=0x00) (Reg 0x812e=0x00) (Reg 0x812f=0x00)
    (Reg 0x8130=0x00) (Reg 0x8131=0x00) (Reg 0x8132=0x00) (Reg 0x8133=0x00)
    (Reg 0x8134=0x00) (Reg 0x8135=0x00) (Reg 0x8136=0x00) (Reg 0x8137=0x00)
    (Reg 0x8138=0x00) (Reg 0x8139=0x00) (Reg 0x813a=0x00) (Reg 0x813b=0x00)
    (Reg 0x813c=0x00) (Reg 0x813d=0x00) (Reg 0x813e=0x00) (Reg 0x813f=0x00)
    (Reg 0x8140=0x00) (Reg 0x8141=0x00) (Reg 0x8142=0x00) (Reg 0x8143=0x00)
    (Reg 0x8144=0x00) (Reg 0x8145=0x00) (Reg 0x8146=0x00) (Reg 0x8147=0x00)
    (Reg 0x8148=0x00) (Reg 0x8149=0x00) (Reg 0x814a=0x00) (Reg 0x814b=0x00)
    (Reg 0x814c=0x00) (Reg 0x814d=0x00) (Reg 0x814e=0x00) (Reg 0x814f=0x00)
    (Reg 0x8150=0x00) (Reg 0x8151=0x00) (Reg 0x8152=0x00) (Reg 0x8153=0x00)
    (Reg 0x8154=0x00) (Reg 0x8155=0x00) (Reg 0x8156=0x00) (Reg 0x8157=0x00)
    (Reg 0x8158=0x00) (Reg 0x8159=0x00) (Reg 0x815a=0x00) (Reg 0x815b=0x00)
    (Reg 0x815c=0x00) (Reg 0x815d=0x00) (Reg 0x815e=0x00) (Reg 0x815f=0x00)
    (Reg 0x8160=0x00) (Reg 0x8161=0x00) (Reg 0x8162=0x00) (Reg 0x8163=0x00)
    (Reg 0x8164=0x00) (Reg 0x8165=0x00) (Reg 0x8166=0x00) (Reg 0x8167=0x00)
    (Reg 0x8168=0x00) (Reg 0x8169=0x00) (Reg 0x816a=0x00) (Reg 0x816b=0x00)
    (Reg 0x816c=0x00) (Reg 0x816d=0x00) (Reg 0x816e=0x00) (Reg 0x816f=0x00)
    (Reg 0x8170=0x00) (Reg 0x8171=0x00) (Reg 0x8172=0x00) (Reg 0x8173=0x00)
    (Reg 0x8174=0x00) (Reg 0x8175=0x00) (Reg 0x8176=0x00) (Reg 0x8177=0x00)
    (Reg 0x8178=0x00) (Reg 0x8179=0x00) (Reg 0x817a=0x00) (Reg 0x817b=0x00)
    (Reg 0x817c=0x00) (Reg 0x817d=0x00) (Reg 0x817e=0x00) (Reg 0x817f=0x00)
    NVR 4 Registers:
    (Reg 0x8180=0x00)
    Vendor NVR1 Registers
    (Reg 0x8400=0x00) (Reg 0x8401=0x00) (Reg 0x8402=0x00) (Reg 0x8403=0x00)
    (Reg 0x8404=0x00) (Reg 0x8405=0x00) (Reg 0x8406=0x00) (Reg 0x8407=0x00)
    (Reg 0x8408=0x00) (Reg 0x8409=0x00) (Reg 0x840a=0x00) (Reg 0x840b=0x00)
    (Reg 0x840c=0x00) (Reg 0x840d=0x00) (Reg 0x840e=0x00) (Reg 0x840f=0x00)
    (Reg 0x8410=0x43) (Reg 0x8411=0x49) (Reg 0x8412=0x53) (Reg 0x8413=0x43)
    (Reg 0x8414=0x4f) (Reg 0x8415=0x2d) (Reg 0x8416=0x46) (Reg 0x8417=0x49)
    (Reg 0x8418=0x4e) (Reg 0x8419=0x49) (Reg 0x841a=0x53) (Reg 0x841b=0x41)
    (Reg 0x841c=0x52) (Reg 0x841d=0x20) (Reg 0x841e=0x20) (Reg 0x841f=0x20)
    (Reg 0x8420=0x43) (Reg 0x8421=0x46) (Reg 0x8422=0x50) (Reg 0x8423=0x2d)
    (Reg 0x8424=0x31) (Reg 0x8425=0x30) (Reg 0x8426=0x30) (Reg 0x8427=0x47)
    (Reg 0x8428=0x2d) (Reg 0x8429=0x4c) (Reg 0x842a=0x52) (Reg 0x842b=0x34)
    (Reg 0x842c=0x20) (Reg 0x842d=0x20) (Reg 0x842e=0x20) (Reg 0x842f=0x20)
    (Reg 0x8430=0x56) (Reg 0x8431=0x30) (Reg 0x8432=0x31) (Reg 0x8433=0x20)
    (Reg 0x8434=0x07) (Reg 0x8435=0x46) (Reg 0x8436=0x49) (Reg 0x8437=0x4e)
    (Reg 0x8438=0x31) (Reg 0x8439=0x36) (Reg 0x843a=0x33) (Reg 0x843b=0x36)
    (Reg 0x843c=0x30) (Reg 0x843d=0x30) (Reg 0x843e=0x30) (Reg 0x843f=0x57)
    (Reg 0x8440=0x31) (Reg 0x8441=0x30) (Reg 0x8442=0x2d) (Reg 0x8443=0x32)
    (Reg 0x8444=0x35) (Reg 0x8445=0x34) (Reg 0x8446=0x39) (Reg 0x8447=0x2d)
    (Reg 0x8448=0x30) (Reg 0x8449=0x31) (Reg 0x844a=0x20) (Reg 0x844b=0x20)
    (Reg 0x844c=0x41) (Reg 0x844d=0x30) (Reg 0x844e=0x20) (Reg 0x844f=0x20)
    (Reg 0x8450=0x00) (Reg 0x8451=0x00) (Reg 0x8452=0x00) (Reg 0x8453=0x00)
    (Reg 0x8454=0x00) (Reg 0x8455=0x00) (Reg 0x8456=0x00) (Reg 0x8457=0x00)
    (Reg 0x8458=0x00) (Reg 0x8459=0x00) (Reg 0x845a=0x00) (Reg 0x845b=0x00)
    (Reg 0x845c=0x00) (Reg 0x845d=0x00) (Reg 0x845e=0x00) (Reg 0x845f=0x00)
    (Reg 0x8460=0x00) (Reg 0x8461=0x00) (Reg 0x8462=0x00) (Reg 0x8463=0x00)
    (Reg 0x8464=0x00) (Reg 0x8465=0x00) (Reg 0x8466=0x00) (Reg 0x8467=0x00)
    (Reg 0x8468=0x00) (Reg 0x8469=0x00) (Reg 0x846a=0x00) (Reg 0x846b=0x00)
    (Reg 0x846c=0x00) (Reg 0x846d=0x00) (Reg 0x846e=0x00) (Reg 0x846f=0x00)
    (Reg 0x8470=0x00) (Reg 0x8471=0x00) (Reg 0x8472=0x00) (Reg 0x8473=0x00)
    (Reg 0x8474=0x00) (Reg 0x8475=0x00) (Reg 0x8476=0x00) (Reg 0x8477=0x00)
    (Reg 0x8478=0x00) (Reg 0x8479=0x00) (Reg 0x847a=0x00) (Reg 0x847b=0x00)
    (Reg 0x847c=0x00) (Reg 0x847d=0x00) (Reg 0x847e=0x00) (Reg 0x847f=0xba)
    VR 1 Registers:
    (Reg 0xa000=0x0000) (Reg 0xa001=0x0000) (Reg 0xa002=0x0000) (Reg 0xa003=0x0000)
    (Reg 0xa004=0x0000) (Reg 0xa005=0x0000) (Reg 0xa006=0x0000) (Reg 0xa007=0x0001)
    (Reg 0xa008=0x0003) (Reg 0xa009=0x0002) (Reg 0xa00a=0x0001) (Reg 0xa00b=0x0000)
    (Reg 0xa00c=0x0000) (Reg 0xa00d=0x0000) (Reg 0xa00e=0x0000) (Reg 0xa00f=0x0000)
    (Reg 0xa010=0x000e) (Reg 0xa011=0x0200) (Reg 0xa012=0x0000) (Reg 0xa013=0x0000)
    (Reg 0xa014=0x0000) (Reg 0xa015=0x0000) (Reg 0xa016=0x0020) (Reg 0xa017=0x0000)
    (Reg 0xa018=0x0000) (Reg 0xa019=0x0000) (Reg 0xa01a=0x0000) (Reg 0xa01b=0x0000)
    (Reg 0xa01c=0x0000) (Reg 0xa01d=0x0002) (Reg 0xa01e=0x0000) (Reg 0xa01f=0x0000)
    (Reg 0xa020=0x0000) (Reg 0xa021=0x0000) (Reg 0xa022=0x0000) (Reg 0xa023=0x0000)
    (Reg 0xa024=0x0000) (Reg 0xa025=0x0000) (Reg 0xa026=0x0000) (Reg 0xa027=0x0000)
    (Reg 0xa028=0x0040) (Reg 0xa029=0x8370) (Reg 0xa02a=0x0000) (Reg 0xa02b=0x0990)
    (Reg 0xa02c=0x0000) (Reg 0xa02d=0x0000) (Reg 0xa02e=0x0000) (Reg 0xa02f=0x2116)
    (Reg 0xa030=0x8019) (Reg 0xa031=0x0000) (Reg 0xa032=0x0000) (Reg 0xa033=0x0000)
    (Reg 0xa034=0x0000) (Reg 0xa035=0x0000) (Reg 0xa036=0x0000) (Reg 0xa037=0x0000)
    (Reg 0xa038=0x0000) (Reg 0xa039=0x0000) (Reg 0xa03a=0x0000)
    NETWORK LANE VR 1 Registers:
    (Reg 0xa200=0x0002) (Reg 0xa201=0x0000) (Reg 0xa202=0x0000) (Reg 0xa203=0x0000)
    (Reg 0xa204=0x0000) (Reg 0xa205=0x0000) (Reg 0xa206=0x0000) (Reg 0xa207=0x0000)
    (Reg 0xa208=0x0000) (Reg 0xa209=0x0000) (Reg 0xa20a=0x0000) (Reg 0xa20b=0x0000)
    (Reg 0xa20c=0x0000) (Reg 0xa20d=0x0000) (Reg 0xa20e=0x0000) (Reg 0xa20f=0x0000)
    (Reg 0xa210=0x0000) (Reg 0xa211=0x0000) (Reg 0xa212=0x0000) (Reg 0xa213=0x0000)
    (Reg 0xa214=0x0000) (Reg 0xa215=0x0000) (Reg 0xa216=0x0000) (Reg 0xa217=0x0000)
    (Reg 0xa218=0x0000) (Reg 0xa219=0x0000) (Reg 0xa21a=0x0000) (Reg 0xa21b=0x0000)
    (Reg 0xa21c=0x0000) (Reg 0xa21d=0x0000) (Reg 0xa21e=0x0000) (Reg 0xa21f=0x0000)
    (Reg 0xa220=0x0000) (Reg 0xa221=0x0000) (Reg 0xa222=0x0002) (Reg 0xa223=0x0002)
    (Reg 0xa224=0x0000) (Reg 0xa225=0x0000) (Reg 0xa226=0x0000) (Reg 0xa227=0x0000)
    (Reg 0xa228=0x0000) (Reg 0xa229=0x0000) (Reg 0xa22a=0x0000) (Reg 0xa22b=0x0000)
    (Reg 0xa22c=0x0000) (Reg 0xa22d=0x0000) (Reg 0xa22e=0x0000) (Reg 0xa22f=0x0000)
    (Reg 0xa230=0x0000) (Reg 0xa231=0x0000) (Reg 0xa232=0x0000) (Reg 0xa233=0x0000)
    (Reg 0xa234=0x0000) (Reg 0xa235=0x0000) (Reg 0xa236=0x0000) (Reg 0xa237=0x0000)
    (Reg 0xa238=0x0000) (Reg 0xa239=0x0000) (Reg 0xa23a=0x0000) (Reg 0xa23b=0x0000)
    (Reg 0xa23c=0x0000) (Reg 0xa23d=0x0000) (Reg 0xa23e=0x0000) (Reg 0xa23f=0x0000)
    (Reg 0xa240=0x9999) (Reg 0xa241=0x9999) (Reg 0xa242=0x9999) (Reg 0xa243=0x9999)
    (Reg 0xa244=0x0000) (Reg 0xa245=0x0000) (Reg 0xa246=0x0000) (Reg 0xa247=0x0000)
    (Reg 0xa248=0x0000) (Reg 0xa249=0x0000) (Reg 0xa24a=0x0000) (Reg 0xa24b=0x0000)
    (Reg 0xa24c=0x0000) (Reg 0xa24d=0x0000) (Reg 0xa24e=0x0000) (Reg 0xa24f=0x0000)
    (Reg 0xa250=0x805c) (Reg 0xa251=0x805c) (Reg 0xa252=0x805c) (Reg 0xa253=0x805c)
    (Reg 0xa254=0x0000) (Reg 0xa255=0x0000) (Reg 0xa256=0x0000) (Reg 0xa257=0x0000)
    (Reg 0xa258=0x0000) (Reg 0xa259=0x0000) (Reg 0xa25a=0x0000) (Reg 0xa25b=0x0000)
    (Reg 0xa25c=0x0000) (Reg 0xa25d=0x0000) (Reg 0xa25e=0x0000) (Reg 0xa25f=0x0000)
    (Reg 0xa260=0x0000)
    NETWORK LANE VR 2 Registers:
    (Reg 0xa280=0x0000) (Reg 0xa281=0x0000) (Reg 0xa282=0x0000) (Reg 0xa283=0x0000)
    (Reg 0xa284=0x0000) (Reg 0xa285=0x0000) (Reg 0xa286=0x0000) (Reg 0xa287=0x0000)
    (Reg 0xa288=0x0000) (Reg 0xa289=0x0000) (Reg 0xa28a=0x0000) (Reg 0xa28b=0x0000)
    (Reg 0xa28c=0x0000) (Reg 0xa28d=0x0000) (Reg 0xa28e=0x0000) (Reg 0xa28f=0x0000)
    (Reg 0xa290=0x0000) (Reg 0xa291=0x0000) (Reg 0xa292=0x0000) (Reg 0xa293=0x0000)
    (Reg 0xa294=0x0000) (Reg 0xa295=0x0000) (Reg 0xa296=0x0000) (Reg 0xa297=0x0000)
    (Reg 0xa298=0x0000) (Reg 0xa299=0x0000) (Reg 0xa29a=0x0000) (Reg 0xa29b=0x0000)
    (Reg 0xa29c=0x0000) (Reg 0xa29d=0x0000) (Reg 0xa29e=0x0000) (Reg 0xa29f=0x0000)
    (Reg 0xa2a0=0x7eee) (Reg 0xa2a1=0xabe7) (Reg 0xa2a2=0x7f6e) (Reg 0xa2a3=0x85ad)
    (Reg 0xa2a4=0x0000) (Reg 0xa2a5=0x0000) (Reg 0xa2a6=0x0000) (Reg 0xa2a7=0x0000)
    (Reg 0xa2a8=0x0000) (Reg 0xa2a9=0x0000) (Reg 0xa2aa=0x0000) (Reg 0xa2ab=0x0000)
    (Reg 0xa2ac=0x0000) (Reg 0xa2ad=0x0000) (Reg 0xa2ae=0x0000) (Reg 0xa2af=0x0000)
    (Reg 0xa2b0=0x2b53) (Reg 0xa2b1=0x2b77) (Reg 0xa2b2=0x2bab) (Reg 0xa2b3=0x2c07)
    (Reg 0xa2b4=0x0000) (Reg 0xa2b5=0x0000) (Reg 0xa2b6=0x0000) (Reg 0xa2b7=0x0000)
    (Reg 0xa2b8=0x0000) (Reg 0xa2b9=0x0000) (Reg 0xa2ba=0x0000) (Reg 0xa2bb=0x0000)
    (Reg 0xa2bc=0x0000) (Reg 0xa2bd=0x0000) (Reg 0xa2be=0x0000) (Reg 0xa2bf=0x0000)
    (Reg 0xa2c0=0x3321) (Reg 0xa2c1=0x2d65) (Reg 0xa2c2=0x2f8b) (Reg 0xa2c3=0x2fd1)
    (Reg 0xa2c4=0x0000) (Reg 0xa2c5=0x0000) (Reg 0xa2c6=0x0000) (Reg 0xa2c7=0x0000)
    (Reg 0xa2c8=0x0000) (Reg 0xa2c9=0x0000) (Reg 0xa2ca=0x0000) (Reg 0xa2cb=0x0000)
    (Reg 0xa2cc=0x0000) (Reg 0xa2cd=0x0000) (Reg 0xa2ce=0x0000) (Reg 0xa2cf=0x0000)
    (Reg 0xa2d0=0x01b6) (Reg 0xa2d1=0x0431) (Reg 0xa2d2=0x040d) (Reg 0xa2d3=0x0393)
    (Reg 0xa2d4=0x0000) (Reg 0xa2d5=0x0000) (Reg 0xa2d6=0x0000) (Reg 0xa2d7=0x0000)
    (Reg 0xa2d8=0x0000) (Reg 0xa2d9=0x0000) (Reg 0xa2da=0x0000) (Reg 0xa2db=0x0000)
    (Reg 0xa2dc=0x0000) (Reg 0xa2dd=0x0000) (Reg 0xa2de=0x0000) (Reg 0xa2df=0x0000)
    (Reg 0xa2e0=0x0000)
    HOST LANE VR 1 Registers:
    (Reg 0xa400=0x0000) (Reg 0xa401=0x0000) (Reg 0xa402=0x0000) (Reg 0xa403=0x0000)
    (Reg 0xa404=0x0000) (Reg 0xa405=0x0000) (Reg 0xa406=0x0000) (Reg 0xa407=0x0000)
    (Reg 0xa408=0x0000) (Reg 0xa409=0x0000) (Reg 0xa40a=0x0000) (Reg 0xa40b=0x0000)
    (Reg 0xa40c=0x0000) (Reg 0xa40d=0x0000) (Reg 0xa40e=0x0000) (Reg 0xa40f=0x0000)
    (Reg 0xa410=0x0000) (Reg 0xa411=0x0000) (Reg 0xa412=0x0000) (Reg 0xa413=0x0000)
    (Reg 0xa414=0x0000) (Reg 0xa415=0x0000) (Reg 0xa416=0x0000) (Reg 0xa417=0x0000)
    (Reg 0xa418=0x0000) (Reg 0xa419=0x0000) (Reg 0xa41a=0x0000) (Reg 0xa41b=0x0000)
    (Reg 0xa41c=0x0000) (Reg 0xa41d=0x0000) (Reg 0xa41e=0x0000) (Reg 0xa41f=0x0000)
    (Reg 0xa420=0x0003) (Reg 0xa421=0x0003) (Reg 0xa422=0x0003) (Reg 0xa423=0x0003)
    (Reg 0xa424=0x0003) (Reg 0xa425=0x0003) (Reg 0xa426=0x0003) (Reg 0xa427=0x0003)
    (Reg 0xa428=0x0003) (Reg 0xa429=0x0003) (Reg 0xa42a=0x0000) (Reg 0xa42b=0x0000)
    (Reg 0xa42c=0x0000) (Reg 0xa42d=0x0000) (Reg 0xa42e=0x0000) (Reg 0xa42f=0x0000)
    (Reg 0xa430=0x0000) (Reg 0xa431=0x0000) (Reg 0xa432=0x0000) (Reg 0xa433=0x0000)
    (Reg 0xa434=0x0000) (Reg 0xa435=0x0000) (Reg 0xa436=0x0000) (Reg 0xa437=0x0000)
    (Reg 0xa438=0x0000) (Reg 0xa439=0x0000) (Reg 0xa43a=0x0000) (Reg 0xa43b=0x0000)
    (Reg 0xa43c=0x0000) (Reg 0xa43d=0x0000) (Reg 0xa43e=0x0000) (Reg 0xa43f=0x0000)
    (Reg 0xa440=0x0007) (Reg 0xa441=0x0007) (Reg 0xa442=0x0007) (Reg 0xa443=0x0007)
    (Reg 0xa444=0x0007) (Reg 0xa445=0x0007) (Reg 0xa446=0x0007) (Reg 0xa447=0x0007)
    (Reg 0xa448=0x0007) (Reg 0xa449=0x0007) (Reg 0xa44a=0x0000) (Reg 0xa44b=0x0000)
    (Reg 0xa44c=0x0000) (Reg 0xa44d=0x0000) (Reg 0xa44e=0x0000) (Reg 0xa44f=0x0000)
    (Reg 0xa450=0x0000)
    Thanks in advance,
    Diego.

    I found an important issue:
    Lane 0 rx power is lower than minimum expected.
    http://www.cisco.com/en/US/partner/prod/collateral/modules/ps5455/data_sheet_c78-633027.html
    I guess that's the main problem, but anyway, I would like to know more about this type of transceiver and how to troubleshoot it.
    Thanks, Diego.

  • A Java application how to pass Microsoft OEM Ready program?

    Hello,
    I have a Java application that needs to pass OEM Ready program, but it fails on AppVerifier item. The error messages are:
    "Freeing memory block inside current thread's stack address range."
    "First chance access violation for current stack trace."
    These errors are occurred by JVM. Anybody understands a Java application how to pass AppVerifier? Thanks in
    advance.
    p.s. The Java application is only a simple "Hello World" program.
    p.s. I also test many popular Java applications (such as JBuilder/NetBeans), they
    also cannot pass AppVerifier.
    p.s. The OEM Ready Program web site: http://msdn.microsoft.com/en-us/windowsvista/cc315067.aspx

    One small update. These errors are reported by AppVerifier tool. But the origin of the errors seems to be coming from JNI Calls. Basically AppVerifier is a runtime verification tool and helps in monitoring an application's interaction with OS, the registry, the file system,heap, handles, locks, and more and reports the errors found.
    And when I check my application ( which interacts with few .jar files using JNI calls ) with AppVerifier, it is reporting the errors, upon debugging I found the source of the errors to be the JNI calls. Any idea about the reasons and fix for these errors.
    I thank you in advance.

  • Embedding HTML file in folio causes other indesign files to be embedded into article

    For our upcoming issue we have the following files:
    COVER_Apr.indd
    COVER_horz.indd
    Calendar_Apr.indd
    Chef_Tournedos.indd
    Home_hybrid.indd
    Kristen_Campo.indd
    List_April.indd
    Look_Back.indd
    Masthead_Apr.indd
    Pam_Sherman_Touch.indd
    Review_Lucano.indd
    Shop_talk_ChicFeet.indd
    Short_festival.indd
    Showtime.indd
    SotH_Fondue.indd
    TOC_Apr.indd
    Taste_Test_Caesar.indd
    editors_letter.indd
    editors_letter_embed.html
    When adding editors_letter.indd to a folio, (which uses a web content overlay of editors_letter_embed.html) inside of it, it seems that the other indesign files are added inside the article causing it to be nearly 40Mb. (I can tell this is happening because when updating the article it says
    Adding File ...TOC_Apr.indd
    Adding File... Shop_talk_ChicFeed.indd
    ..etc
    If I remove the web content overlay, it is much smaller. (The total folio size)

    Made a subfolder inside current folder and it seems to NOT add the other files now.

  • Add EEWB Fields Into BP Contacts Screen In Web Ui

    Hi Gurus,
                      I added 2 fields through EEWB for the BP relations screen it is working  perefectly in the SAP GUI , i need to add these fields Into BP Contacts web ui screen , the problem is if fields data is already present it is working fine , if want to create new one for the contacts it is not setting the field value in web ui what is the problem help me resolve this problem.
    Regards,
    Naveen Kumar M S

    Hi Masood,
    In BP_DATA   and BP_CONT  SET Methods We Have the same Code
    entity ?= current.
          coll = entity->get_related_entities(
                   iv_relation_name = 'ZZ2RCEEWCONTACTRel' ). "#EC NOTEXT
          current = coll->get_current( ).
          if current is not bound.
            return.
          endif.
    But while Debugging  we found  a difference 
    In BP_DATA
    current is bound
    whereas in BP_CONT current is not bound
    while going inside
    current = coll->get_current( ).
    method IF_BOL_BO_COL~GET_CURRENT .
           data: LV_ENTRY type CRMT_BOL_COL_ENTRY.
           if ME->TABIX > 0.
             read table ME->ENTITY_LIST index ME->TABIX            into LV_ENTRY.
             RV_RESULT = LV_ENTRY-BO.
           endif.
         endmethod.
    ME->ENTITY_LIST  was populated for BP_DATA and not populated for BP_CONT
    Any Suggestions...
    Regards,
    Naveen.

  • Ip inspect problem, dropping important connections on 887VAMG router

    Hi All.
    I've got a problem on 887VAMG router. It drops important connections. As customer wants to have a firewall I created ACL and ip inspect rules ,but the router drops their connections to cloud and some websites are not opening. So I removed ACL and most ip inspect rules just to test if it effects that. And left only ip inspect http urlfilter. But still they have those problems, so I'm really stuck how to configure that firewall.
    I'll be highly appretiated for any help.
    The below some dropping connection review:
    %FW-6-DROP_PKT: Dropping tcp session  due to  RST inside current window with ip ident 13968 tcpflags 0x5014 seq.no 1629693318 ack 1687676045
    000049: Mar  6 11:49:21.324: %FW-6-DROP_PKT: Dropping http session <ip>:1766 69.171.242.12:80    with ip ident 26247 tcpflags 0x5018 seq.no 264144210 ack 642133125
    000050: Mar  6 11:50:00.774: %FW-6-DROP_PKT: Dropping http session <ip>:4708 69.171.242.12:80    with ip ident 2425 tcpflags 0x5018 seq.no 3819869211 ack 1862176018
    000051: Mar  6 11:50:52.515: %FW-6-DROP_PKT: Dropping http session <ip>:2599 173.194.34.90:80  due to  RST inside current window with ip ident 22909 tcpflags 0x5014 seq.no 899975979 ack 92642430
    000052: Mar  6 11:51:24.013: %FW-6-DROP_PKT: Dropping http session <ip>:4765 194.106.151.77:80  due to  RST inside current window with ip ident 4118 tcpflags 0x5014 seq.no 3161679649 ack 1450263460
    068974: Mar  6 05:10:14.676: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:1530  due to  RST inside current window with ip ident 8954 tcpflags 0x5014 seq.no 2056370527 ack 2999433041
    068975: Mar  6 05:35:48.385: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:1882  due to  Stray Segment with ip ident 27148 tcpflags 0x5010 seq.no 939083425 ack 724203821
    068976: Mar  6 05:36:21.734: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:4919  due to  Stray Segment with ip ident 2945 tcpflags 0x5010 seq.no 704890853 ack 370246242
    068977: Mar  6 06:29:14.628: %FW-6-DROP_PKT: Dropping http session <ip>:1214 66.101.6.51:80  due to  Invalid Segment with ip ident 26797 tcpflags 0x7002 seq.no 2896034509 ack 0
    068978: Mar  6 06:32:51.923: %FW-6-DROP_PKT: Dropping http session 66.101.6.51:80 <ip>:1653  due to  SYN inside current window
    Dropping http session due to  RST inside current window with ip.
    Dropping http session due to  Stray Segment with ip.
    These 2 are most of all. Why do they drop sessions? What do they mean?
    Thanks.

    I removed a firewall, ip inspecting and ACLs, but there is some delays for web browsing and slow internet connection.This model of router C887VAMG was introduced just in January, so I'm wonder if there are some bugs in firmware.
    Why is this router is not capable to do inspection and firewalling? It shouldn't really drop the performance so high.

Maybe you are looking for

  • TCP IP connection From Solaris to Window?

    Hello Friends,                        I have SCM installed on Solaris OS,and SCM optimizer installed on WIndow OS.I need to Connect SCM Solaris to SCM window, Thought RFC type TCP/ip Connection. For Example  In Solaris SCM for TCP/IP-Program name is

  • Super long render times every time I edit

    Hey all,      I would really appreciate a quick response to this. Just for some background I am using PP Cs5.5 on a Macbook Pro with 8 GB of ram and am using .mp4 files.      I have brought in an hour and a half long clip and I applied some color cor

  • There is error 'No such file or directory' during loading custom authentica

    Hi, I am working on OBIEE authentication using Hyperion shared services. I did the necessary changes in config file, like modifying config.xml to enable HSSauthenticator and enabling external authentication to instanceconfig.xml. However BI Server is

  • Error opening an opportunity / transaction

    Hi Experts, I have a trouble when i Want to open a opportunity. I have done a Multi creation of opportunities with the BAPI_OPPORTUNITY_CREATEMULTI Now when i go to CRMD_ORDER and I try to open one of these opportunities charged, i have the error: "T

  • Sap mm- help

    hi I am practicing sap - 5 ecc in   computer centre u2013 now I am installing sap in my room. Which version should I install u2013 sap 4.7  or sap 5 ecc Pls  advice? Any give the any other important studying way of  sap ? ali