Channel Alignment in Container

We are using portal server 6.0.
We have to test the portal desktop for various resolutions (800*600) (1024*768).
The channel alignment changes in different resolutions.
Is there a channel property available so that we can lock a channel in a container so that it is not movable and stays in one particular position.
Any relevant pointers will be highly appreciated.
Thanks,
Daya

One common solution to this problem is to fix the desktop size to the lowest common denominator. For instance, you can customize the table container so that the top-most table has a width of 800 pixels. This will fix the overall width of the user's desktop regardless of the size of the browser window. The net effect is that the channels/rows/columns will not resize or shift when the user resizes the browser window or changes resolution.

Similar Messages

  • When i open an irc link with a channel name that contains "~" at the end, firefox (14.0.1) opens the same channel name but with "%7E" instead of "~" at the end

    when i open an irc link with a channel name that contains "~" at the end firefox (14.0.1) opens the same channel name but with "%7E" instead of "~" at the end
    http://img835.imageshack.us/img835/2856/clipboard05nq.jpg

    I can not open the image, but I can say something in general about the tilde.<br>
    The tilde "~" is an unreserved character and therefore it can be replaced by its percent-encoded form "%7E" inside a URI without changing meaning. See<br>
    http://en.wikipedia.org/wiki/Percent-encoding<br>
    According to section 2.3 of RFC3986 we should prefer the unencoded form so this behavior seems to be a bit out-dated.<br>

  • Listing of Channels in a container

    I am having some truble and need some help...
    I want to make a JSPProvider channel that can display all of the channels that are located in another Container.
    For example I have a TableContainer that contains a JSP channel and another Table Container
    RootTableContainer
    ----> JSP Channel
    -----> TableContainer
    Within the JSP Channel I want to provide a list of all of the channels availaible in the Table Container. Essentially this will work similar to the Frame Layout.
    I have tried variations of the following with no success:
    <dt:obtainContainer container="$CONTAINERNAME">
    <dtcpc:containerProviderContext>
    <jx:forEach var="channel" items="$channels">
      <dtcpc:obtainChannelFromContainer channel="channel">
      <jx:declare id="channel" type="java.lang.String"/>
      <dt:getTitle id="title" scope="request" silentException="true"/>
      <jx:declare id="title" type="java.lang.String"/>
      Title: <%=title%>
      Channel: <%=channel%>
      </dtcpc:obtainChannelFromContainer>
    </jx:forEach>
    </dtcpc:containerProviderContext>
    </dt:obtainContainer>Can anyone provide some help/feedback.
    -Thanks

    only an idea:
    listing all channels within one container lists only the channels availabe in here, so you need to "get a hook" upwards to the parent container (from JSPChannel -> Root) which should be able to provide you with a list of the contained containers (JSPChannel+TableContainer). So you get the hook to TableContainer and can ask this one for its content.
    -> means up and down the hierachy.
    another option could be to extend the RootContainer (maybe you don't have to develop a new one and extending the JSP is enough) and in this you go downwards to the TableContainer, fetch the information and send it as a parameterlist from Root to your JSPChannel-Provider.
    .. only 2 ideas
    /u

  • Speed up time of AI Create Channel.vi task containing thousands of channels

    I am creating an AI task containing a total of 8000 channels of different channels with each channel being acquired many times before the next channel is acquired.  The channel list is something like 0,0,0,...,1,1,1,...,2,2,2...3,3,3... where each channel number would be acquired 2000 times.  The purpose is to perform averaging.  I am seeing that DAQmx Create Channel.vi takes about 100 msec to create 1000 channels for a total of 800 msec to create all channels (DAQmx 9.4, LV 11, WIN 7, CoreDuo P8700 2.5 GHz).  I would like to speed this up by a factor of 10 if possible.  Test vi attached.
    Attachments:
    Create Multiple Channels duration.vi ‏17 KB

    Hi SteveP,
    The DAQmx task contains data structures representing channels, which in turn contain other data structures representing channel properties and such. Most of the execution time of DAQmx Create Channel is spent allocating and initializing these data structures. They are separate from the task's input buffer (where data is stored until DAQmx Read is called). The input buffer is allocated when you reserve the task (which is normally done by DAQmx Start Task), and it is indeed allocated as a single large array.
    DAQmx support for repeated channels focused on the SCXI use case, where hundreds of milliseconds of channel creation time seemed to be an acceptable tradeoff for measuring thousands of thermocouples. During development of NI-DAQmx 7.0, we used 3072 channels as our large system benchmark for channel creation, since that's the maximum number of channels supported by an SCXI task: 8 chassis x 12 modules x 32 channels (ignoring CJC channels). Repeated channels also make your use case possible, but this wasn't the original goal, otherwise we would have tried to make it easier to use for this purpose.
    When replying to your previous thread on this topic (DAQmx AI Task with many samples CH0, then many CH2, then many CH3), I assumed that you were doing this because you were having problems when you took the straightforward approach to averaging, but Ben is right to point out that there are ways to deal with ghosting, cross talk, etc. What is the source impedance of the signals that you are measuring? How Do I Eliminate Ghosting From My Measurements? lists some options for dealing with high source impedance.
    Failing that, is it possible for you to reduce the frequency at which your program creates and destroys tasks? If you can extend the task lifetime by reusing the same task more than once, you can avoid the channel creation overhead, or at least amortize it over the lifetime of the task. Note that you don't have to clear one task before you create a second one; you only have to make sure that two tasks don't have the same hardware reserved at the same time--if you do, you will get a reservation error. In most cases, stopping the first task before starting the second is sufficient to avoid this. It is possible to create multiple tasks up front, then switch between them throughout the rest of your program.
    Brad
    Brad Keryan
    NI R&D

  • Channel URL to contain object and method name

    Hi,
    There are many WEB features and filters that are based on the URL path or paramters.
    BlazedDS uses the same URL to send all the remote object calls.
    I can add more and more channels and map each remote object to one of the channels but it doesn't scale and even with it all the methods on the same object will look the same.
    I know that the binary body contains the service name and method name , but this is not enough .
    I need to have the  URL path/ parameters to contain the service and method names.
    Is there any way to control the URL in the remote method beside of the set channel?
    Shlomo.

    OK,
    I think I found the way.
    The API of the RemoteObject presents the endPoint property:
    '"This property allows the developer to quickly specify an endpoint for a RemoteObject destination without referring to a services configuration file at compile time or programmatically creating a ChannelSet. It also overrides an existing ChannelSet if one has been set for the RemoteObject service."
    It means that before every call to a method I can set the end point to something like "http://.../messagebroker/amf?serice=MyService&method=MyMethod...
    Shlomo

  • Browser Alignment incompibilities

    I am trying to center a form on my page using css, text-align:center. This works fine in internet explorer. In firefox, however, the form stays left.
    Here are two pictures:
    Internet Explorer:
    Firefox:
    ==================================================================================
    Here is my html:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/cliffsteele.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Cliff's Home Page</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    -->
    </style>
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <link href="cliff.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    .container .content div div {
    text-align: center;
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>     
    <div class="container">
      <div class="header"><img src="Pictures/logo.gif" alt="Logo" name="Insert_logo" width="81" height="63" id="Insert_logo" style="background: #8090AB; display:block;" />
    <!-- end .header --></div>
      <div class="sidebar1"><!-- InstanceBeginEditable name="sidebar" --> <img src="Pictures/back1.jpg" width="72" height="72" />
          <p style="font-size:larger; font-family:'Comic Sans MS', cursive"> Contact me via mail, telephone, or email</p>
          <p><img src="Pictures/back1.jpg" width="72" height="72" /></p>
          <p><img src="Pictures/back1.jpg" width="72" height="72" /></p>
      <!-- InstanceEndEditable -->
      <!-- end .sidebar --></div>
      <div class="content">
      <div > <ul id="MenuBar1" class="MenuBarHorizontal">
         <li><a href="cliffsteele.html">Home</a>      </li>
         <li><a href="#" class="MenuBarItemSubmenu">Resort</a>
           <ul>
             <li><a href="facilities.html">Our Facility</a></li>
             <li><a href="Kennel.html">Boarding &amp; Daycare</a></li>
             <li><a href="spa.html">Grooming</a></li>
             <li><a href="#">Rates</a></li>
    </ul>
         </li>
         <li><a class="MenuBarItemSubmenu" href="#">Show Handling</a>
           <ul>
             <li><a href="#">Info</a></li>
             <li><a href="#">Rates</a></li>
             <li><a href="calendar.html">Schedule</a></li>
    </ul>
         </li>
         <li><a href="#">Photo Gallery</a></li>
         <li><a href="#">About Me</a></li>
         <li><a href="#">Contact Me</a></li>
       </ul></div>
    <br />
    <!-- InstanceBeginEditable name="heading" -->
    <h1 style="margin: 10px; clear: both; text-align:center; font-size: xx-large; font-family: Georgia, 'Times New Roman', Times, serif; padding-top:20px;">Contact Me</h1>
    <!-- InstanceEndEditable -->
    <div ><!-- InstanceBeginEditable name="content" -->
    <div style="text-align:center; font-size:medium; font-family:Georgia, 'Times New Roman', Times, serif; padding-bottom:20px;" >
              1395 Rt. 6<br />
              Carmel, NY  10512-1627<br />
              United States<br />
              ph:(845) 225-2463<br />
              Cell:(845) 661-0010<br />
    <p style="margin-bottom:20px;"></p>
    </div>
    <div class="form" ">
    <form name="contactform" method="post" action="send_form_email.php" >
    <table width="450px">
    <tr>
    <td valign="top">
      <label for="first_name">First Name *</label>
    </td>
    <td valign="top">
      <input  type="text" name="first_name" maxlength="50" size="30">
    </td>
    </tr>
    <tr>
    <td valign="top"">
      <label for="last_name">Last Name *</label>
    </td>
    <td valign="top">
      <input  type="text" name="last_name" maxlength="50" size="30">
    </td>
    </tr>
    <tr>
    <td valign="top">
      <label for="email">Email Address *</label>
    </td>
    <td valign="top">
      <input  type="text" name="email" maxlength="80" size="30">
    </td>
    </tr>
    <tr>
    <td valign="top">
      <label for="telephone">Telephone Number</label>
    </td>
    <td valign="top">
      <input  type="text" name="telephone" maxlength="30" size="30">
    </td>
    </tr>
    <tr>
    <td valign="top">
      <label for="comments">Comments *</label>
    </td>
    <td valign="top">
      <textarea  name="comments" maxlength="1000" cols="25" rows="6"></textarea>
    </td>
    </tr>
    <tr>
    <td colspan="2" style="text-align:center">
      <input type="submit" value="Submit">   <a href="Email" _mce_href="http://www.freecontactform.com/email_form.php">Email">http://www.freecontactfo rm.com/email_form.php">Email Form</a>
    </td>
    </tr>
    </table>
    </form>
    </div>
    <!-- InstanceEndEditable --></div>
        <!-- end .content --></div>
      <div class="footer">
          <div style="float:right">
            <p> <a href="MAILTO:[email protected]" >Site Designed by Fredric M. Zipser</a><br />
           </p>
        </div>
        <div class="clearfloatleft">
            <p>Clifford W. Steele  Professional Handler <br />
              1395 Rt. 6<br />
              Carmel, NY  10512-1627<br />
              United States<br />
              ph:(845) 225-2463<br />
              Cell:(845) 661-0010<br />
            <a href="MAILTO:[email protected]" >[email protected]</a></p>
        </div>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd -->
    ========================================================================
    Here is my externel Css page:
    @charset "utf-8";
    body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: #4E5869;
    margin: 0;
    padding: 0;
    color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
    h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font-size: x-small;
    color: #FFF;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
    color:#414958;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
    color: #4E5869;
    text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    color: #0033ff;
    font-size: medium;
    font-family: "Comic Sans MS", cursive;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
    width: 80%;
    max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
    min-width: 780px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    height: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #93A5C4;
    .container .footer #fMisc div p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: x-small;
    color: #FFF;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
    background: #6F7D94;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
    float: right;
    width: 20%;
    padding-bottom: 64px;
    height: 100%;
    font-family: "Comic Sans MS", cursive;
    font-weight: bolder;
    font-size: medium;
    border-top-width: 0%;
    border-right-width: 0%;
    border-bottom-width: 0%;
    border-left-width: 0%;
    background-color: #93A5C4;
    background-repeat: repeat;
    margin: 0px;
    overflow: hidden;
    .content {
    width: 80%;
    float: right;
    background-image: url(back1.gif);
    background-repeat: repeat;
    background-color: #93A5C4;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    height: 100%;
    overflow: hidden;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
    padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    .container .content #MenuBar1 {
    background-image: url(back1.gif);
    background-repeat: repeat;
    margin-left: 6%;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
    list-style: none; /* this removes the list marker */
    border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav li {
    border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
    padding: 5px 5px 5px 15px;
    display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
    text-decoration: none;
    background: #8090AB;
    color: #000;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
    background: #6F7D94;
    color: #FFF;
    /* ~~ The footer ~~ */
    .footer {
    background: #6F7D94;
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    font-size: xx-small;
    color: #000;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
    .faclines {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: large;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    a {
    color: #FFF;
    .container .footer #fMisc div p a {
    color: #FFF;
    .container .footer div p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: x-small;
    color: #FFF;
    clear: left;
    .container .footer div p a {
    color: #FFF;
    p {
    font-size: xx-large;
    p {
    color: #000;
    font-size: x-large;
    font-family: Georgia, "Times New Roman", Times, serif;
    .container .footer #fMisc div {
    font-size: x-small;
    .container .footer #fMisc div {
    color: #FFF;
    .container .content h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: #000;
    .clearfloatleft {
    clear: left;
    .container .sidebar1 p a {
    font-size: medium;
    color: #00F;
    p.heading a:hover, p.heading a:active, p.heading a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
    font-size: x-large;
    font-family:Verdana, Geneva, sans-serif;
    color: #00F;
    p.heading {
    font-size: x-large;
    font-family:Verdana, Geneva, sans-serif;
    color: #000;
    .container .content div div {
    text-align: center;
    .container .content div div {
    text-align: center;
    font-size: small;
    div.form  {
             text-align: center;
        font-size: small;
        border:0;
         white-space: nowrap;

    Change this -
    <div class="form" ">
    to this -
    <div class="form">
    and this -
    div.form  {
             text-align: center;
        font-size: small;
        border:0;
         white-space: nowrap;
    to this -
    div.form  {
        width:450px;
        margin:0 auto;
        font-size: small;
        border:0;
        white-space: nowrap;

  • ERROR:Channel Timed Out

    I have a channel on my desktop, which connects to a different webserver (it's not an url scraper channel, it's a custom channel).
    As this other webserver has a very heavy load, at times, it can take several minutes before a response is returned.
    Although this is a temporary situation, it showed a nasty side-effect for my portal.
    It seems that when one of the channels in a container times out, the ENTIRE CONTAINER, including ALL OTHER CHANNELS on it, will no longer be displayed. Instead, the error "ERROR: Channel Timed Out" is displayed.
    I could have accepted that only the offending channel is not displayed, but all other channels on that same container as well ???
    Anyone else noticed this problem, and has found a way around it?
    (B.t.w.: It's very easily reproduced by creating a provider with a getcontent function, that never returns).
    Also, I find that it takes quite a long time, until the desktop (with the error) finally gets on my screen. Can the timeout values be set somewhere?
    Thank!
    Michel.

    Hi Michel,
    I have seen this behaviour too! I think what's happening is that the busy server is giving an initial acknowledgement of the request, and the portal is then left waiting for a full response. Since the portal can't render the desktop until all portlets report in, you end up waiting.
    I worked around this problem by a setting a sane timeout for the offending portlet (i.e. 10 seconds). That way, even if the content never returns, the portlet will end, reporting a timeout error for that portlet, not the entire desktop. You can add the timeout setting in the display profile if you don't have a entry for it on the admin console.
    I hope this is helpful!
    Erez.

  • Port-channel question on 9148

    hey I have a question about  port-channel.
    we have a port-channel 10 which contains 4 interfaces as below.
    my question is how the port-channel associated with the servers?  I mean the output "sh flogi database" as below........
    do we need to add port-channel as a zone member ? I think the answer is no since I don;t see the port-channel as a zone member....
    =================================================================
    tormds01# sh interface port-channel  10
    port-channel 10 is up
        Hardware is Fibre Channel
        Port WWN is 24:0a:54:7f:ee:a0:d5:48
        Admin port mode is auto, trunk mode is on
        snmp link state traps are enabled
        Port mode is F
        Port vsan is 510
        Speed is 32 Gbps
        5 minutes input rate 124316072 bits/sec, 15539509 bytes/sec, 9919 frames/sec
        5 minutes output rate 2205921104 bits/sec, 275740138 bytes/sec, 141424 frames/sec
          43540499847 frames input, 70772376296224 bytes
            0 discards, 0 errors
            0 CRC,  0 unknown class
            0 too long, 0 too short
          237450525827 frames output, 442040501099476 bytes
            0 discards, 0 errors
          0 input OLS, 0 LRR, 0 NOS, 0 loop inits
          0 output OLS, 0 LRR, 0 NOS, 0 loop inits
        Member[1] : fc1/1
        Member[2] : fc1/5
        Member[3] : fc1/9
        Member[4] : fc1/13
        Interface last changed at Tue Apr  8 22:16:49 2014
    tormds01# sh flogi database
    INTERFACE        VSAN    FCID           PORT NAME               NODE NAME      
    fc1/3            510   0x860000  50:06:01:64:3d:e0:24:d0 50:06:01:60:bd:e0:24:d0
                               [torvnx01_spa0]
    fc1/7            510   0x860100  50:06:01:6c:3d:e0:24:d0 50:06:01:60:bd:e0:24:d0
                               [torvnx01_spb0]
    fc1/11           510   0x860200  50:06:01:60:3d:e0:24:d0 50:06:01:60:bd:e0:24:d0
                               [torvnx01_spa2]
    fc1/15           510   0x860300  50:06:01:68:3d:e0:24:d0 50:06:01:60:bd:e0:24:d0
                               [torvnx01_spb2]
    port-channel 10  510   0x860400  24:0a:54:7f:ee:92:3e:80 21:fe:54:7f:ee:92:3e:81
    port-channel 10  510   0x860401  20:01:04:25:b5:3a:00:8f 20:01:00:25:b5:30:00:8f
                               [mcvhes0101hba0]
    port-channel 10  510   0x860402  20:01:04:25:b5:3a:00:9f 20:01:00:25:b5:30:00:9f
                               [mcvhes0102hba0]
    port-channel 10  510   0x860404  20:01:04:25:b5:3a:00:6f 20:01:00:25:b5:30:00:6f
                               [mcvhes0103hba0]
    port-channel 10  510   0x860408  20:01:04:25:b5:3a:00:7f 20:01:00:25:b5:30:00:7f
                               [mcvhes0104hba0]
    port-channel 10  510   0x86040f  20:01:04:25:b5:3a:00:4f 20:01:00:25:b5:30:00:4f
                               [mcvhes0105hba0]
    port-channel 10  510   0x860410  20:01:04:25:b5:3a:00:5f 20:01:00:25:b5:30:00:5f
                               [mcvhes0106hba0]
    port-channel 10  510   0x860417  20:01:04:25:b5:3a:00:2f 20:01:00:25:b5:30:00:2f
                               [mcvhes0107hba0]
    port-channel 10  510   0x860418  20:01:04:25:b5:3a:00:0f 20:01:00:25:b5:30:00:0f
                               [mcvhes0109hba0]
    port-channel 10  510   0x86041b  20:01:04:25:b5:3a:00:bf 20:01:00:25:b5:30:01:bf
                               [mcvhes0110hba0]
    port-channel 10  510   0x86041d  20:01:04:25:b5:3a:00:1f 20:01:00:25:b5:30:00:1f
                               [mcvhes0111hba0]
    port-channel 10  510   0x86041e  20:01:04:25:b5:3a:00:3f 20:01:00:25:b5:30:00:3f
                               [mcvhes0108hba0]
    port-channel 10  510   0x86041f  20:01:04:25:b5:3a:00:ff 20:01:00:25:b5:30:01:ff
                               [mcvhes0112hba0]
    port-channel 10  510   0x860423  20:01:04:25:b5:3a:00:df 20:01:00:25:b5:30:01:df
                               [mcvhes0113hba0]
    port-channel 10  510   0x860425  20:01:04:25:b5:3a:00:ef 20:01:00:25:b5:30:01:ef
                               [mcvhes0114hba0]
    port-channel 10  510   0x860426  20:01:04:25:b5:3a:00:cf 20:01:00:25:b5:30:01:cf
                               [mcvhes0115hba0]
    port-channel 10  510   0x860427  20:01:04:25:b5:3a:00:8e 20:01:00:25:b5:30:01:8f
                               [MCDBWS0200hba0]
    port-channel 10  510   0x860429  20:01:04:25:b5:3a:00:9e 20:01:00:25:b5:30:01:9f
                               [MCDBWS0201hba0]
    port-channel 10  510   0x86042a  20:01:04:25:b5:3a:00:7e 20:01:00:25:b5:30:01:7f
                               [mcvhes0118hba0]
    port-channel 10  510   0x86042b  20:01:04:25:b5:3a:00:af 20:01:00:25:b5:30:01:af
                               [mcvhes0116hba0]
    port-channel 10  510   0x86042c  20:01:04:25:b5:3a:00:6e 20:01:00:25:b5:30:01:6f
                               [mcvhes0117hba0]
    port-channel 10  510   0x86042d  20:01:04:25:b5:3a:00:4e 20:01:00:25:b5:30:01:4f
                               [mcvhes0119hba0]
    port-channel 10  510   0x86042e  20:01:04:25:b5:3a:00:5e 20:01:00:25:b5:30:01:5f
                               [mcvhes0120hba0]
    port-channel 10  510   0x860431  20:01:04:25:b5:3a:00:2e 20:01:00:25:b5:30:01:2f
                               [awotorprodsql01hba0]
    port-channel 10  510   0x860432  20:01:04:25:b5:3a:00:3e 20:01:00:25:b5:30:01:3f
                               [awotorprodsql02hba0]
    port-channel 10  510   0x860435  20:01:04:25:b5:3a:00:fe 20:01:00:25:b5:30:00:ef
                               [dbcactv01n3hba0]
    port-channel 10  510   0x860436  20:01:04:25:b5:3a:00:de 20:01:00:25:b5:30:00:bf
                               [dbcactv01n4hba0]
    port-channel 10  510   0x860439  20:01:04:25:b5:3a:00:ce 20:01:00:25:b5:30:00:8e
                               [mcvhes0123hba0]
    port-channel 10  510   0x86043a  20:01:04:25:b5:3a:00:be 20:01:00:25:b5:30:00:af
                               [mcvhes0122hba0]
    port-channel 10  510   0x86043c  20:01:04:25:b5:3a:00:ae 20:01:00:25:b5:30:00:9e
                               [mcvhes0124hba0]
    port-channel 10  510   0x860443  20:01:04:25:b5:3a:00:8d 20:01:00:25:b5:30:00:6e
                               [mcvhes0125hba0]
    port-channel 10  510   0x860445  20:01:04:25:b5:3a:00:ee 20:01:00:25:b5:30:00:cf
                               [mcvhes0121hba0]
    port-channel 10  510   0x860446  20:01:04:25:b5:3a:00:9d 20:01:00:25:b5:30:00:7e
                               [mcvhes0126hba0]
    port-channel 10  510   0x860447  20:01:04:25:b5:3a:00:6d 20:01:00:25:b5:30:00:4e
                               [mcvhes0127hba0]
    port-channel 10  510   0x860449  20:01:04:25:b5:3a:00:7d 20:01:00:25:b5:30:00:5e
                               [mcvhes0128hba0]

    I think what you do is F-Port trunking channeling !
    port-channel as a zone member ? I assume you will do pwwn based zoning; in which case the answer is NO !

  • Analog Source Triggering with more than one channel in channel list

    Hello,
    I am trying to use an analog reference trigger with a channel list that contains more than one entry using a
    M Series 6289. I am aware that this is generally not possible to have more than one channel in the list due to hardware limitations. I was hoping if some sort of workaround exists.
    I am using the NIDAQmx C API to control the card.
    Using a second card that is syncronized via RTSI should
    allow me to use an analog reference trigger to control multiple analog IO channels ... Right ???
    Thanks for any advice!
    Best regards
    Peter

    Hello Peter,
    If you look at the NI-DAQmx Help, Analog Triggering Considerations for E Series, M Series, and S Series Devices section, it says that to pause multiple channels with an Analog trigger, you must wire that signal to APFI0 or APFI1. Therefore, it is possible to perform this operation.
    If you are sharing the AI Sample Clock across RTSI, then you would be able to stop multiple AI channels across multiple devices with the one Analog Reference Trigger.
    I hope this helps,
    Sean C.

  • Custom Single Container not showing up in the Admin console

    I developed a custom single container and deployed the java files and xml's successfully.
    But the container doesnt show up in the admin console as a container channel.
    I am not able to add and delete new channels into this container .Can anyone throw light on this issue..
    raj

    I'm seeing the same thing as Simon, I changed the iOS device name in both places on an iOS device and the name in the Intune console is still "iPhone" which is really unhelpful as I'm sure you can imagine.  Is there some other place
    that we should be going to rename devices so they are more easily identifiable in the Intune console?
    Thanks!

  • Name of channel

    Hello,
    I've not gone near DIAdem for a while, and now am sat here confused over something which is probably pretty simple.
    In part of my script, I want it to go through all my channels, and greate a separate group with the name of the original channel... then I will go through and do some more advanced analysis in each group. The part which is causing problems is creating the groups in the first place.
    I have something like this:
    dim x
    for x=2 to GroupChnCount(1)
        Call GroupDefaultSet(1)
        nameofgroup=ChnNameGet(x)
        Call GroupCreate(nameofgroup,x)                
    next
    Yet all I get is "Variable is undefined: 'ChnNameGet'
    What am I doing wrong??????
    Thanks!
    Solved!
    Go to Solution.

    Hi Matthias,
    I'm flattered that you asked me a question
    I used CNoXGet() very frequently in DIAdem versions prior to 11.0, but less so now that we have the Data.Root object.  With ChnName() and most "normal" DIAdem functions that take Channel references (string) as parameters, you can provide either a variant of subtype integer filled with the global Channel number or a variant of subtype string filled with the Channel reference.  The Channel reference usually contains the full Group/Channel path ("[1]/Revs"), but DIAdem will still also accept the older Channel only ("Revs") referencing.  When using either the global channel number (integer) or the Channel only (string) approach, you run the risk of not referencing the channel you really meant.  So if given the choice between that and using CNoXGet(GroupIndex, ChannelIndex), the CNoXGet() function is much more reliable and also particularly convenient for looping through all the channels of a particular Group.
    Now in DIAdem 11.1, though, all the main DIAdem functions accept a Channel object variable in the parameter that used to accept the channel reference, so creating and using Group and Channel object variables has become the norm for me, like this:
    Set Channel = Data.Root.ChannelGroups(1).Channels("Revs")Call ChnSmooth(Channel, Channel, 50, "symmetric") 
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Regarding B2B 11g Channels

    Hi Everyone,
    I am new to B2B and it would be great if some one can clarify on the following questions .
    1) Can a internal Delivery channel be inbound to B2B where in B2B is given the data by the backend application and B2B need not fetch it through an internal listening channel?
    2) Can a Remote trading partner send a message to Oracle B2B based on the External Delivery Channel configured to it ? Here B2B is not fetching or listening for inbound data
    from Remote trading partner(through an external listening channel) but instead the remote partner is sending i.e. triggering the interaction.
    3) Does an internal delivery channel participate in an agreement ? My understanding is that an agreement is between Host trading partner and remote trading partner
    I have read the other forum threads and blogs but could not get a clarification on the points
    Thanks in anticipation
    Mainak

    Hi Mainak,
    1) When I look into an Agreement I notice that we have under channel column 2 sub columns called From and To. So what is the Significance of that ?
    In the outbound from Oracle B2B's case I understand that the To Channel column will contain the partner's channel name. But am not sure when will the From channel be populated because any message coming into B2B is through listening channel and listening channel do not participate in an agreement.While creating agreement, you will find channel drop-downs in both the trading partners section.
    The channel drop down in Host TP section is used to select the "INTERNAL" host trading partner channel (created under Host TP --> Channels tab with INTERNAL checkbox selected). This channel is used to pass the incoming documents (from remote TP's) to middleware/back-end. So you may only select a channel from this drop-down in an INBOUND scenario where the incoming message has to be passed to back-end and that too without using the default internal channel (IP_IN_QUEUE or B2B_IN_QUEUE).
    The channel drop down in Remote TP section is used to select the remote trading partner specific channel (created under Remote TP --> Channels tab) or common outbound channel i.e. "EXTERNAL" host trading partner channel (created under Host TP --> Channels tab with INTERNAL checkbox NOT selected). This channel is used to pass the outbound documents (from middleware/back-end) to the specific partner. So you may select a channel from this drop-down in an OUTBOUND scenario where the outbound message has to be posted to Remote TP.
    2) Then in an agreement can we have the scenario of both the To and Form channels of a agreement populated ? Yes, there may be a scenario where you have to select channels from both the drop-downs. For example, an Inbound ebMS agreement. In case of INBOUND ebMS, your B2B will have to pass the incoming document to back-end as well as it has to post an ACK back to TP. Same is the scenario with any standard Exchange which supports exchange level ack (like RNIF, AS2 etc.).
    Regards,
    Anuj

  • Extract device from physical channel

    As always I want to do something absolutely trivial and am running into all sorts of issues
    I define (through a control) a physical channel that I want to take data on. I want to be able to programmatically reset the device the channel is on. i.e. i don't want someone to have to open up the code and change the device on the reset vi if necessary. Even if there is only one device physically connected, you can’t guarantee the device will be Dev1, because Labview keeps a history of devices that have been plugged in. The obvious solution – extract the device name from the physical channel control which contains the channel(s) you have selcted. Can I find a trivial way to do it, NO!  There is a property node called device but it does not (despite its name) return the device you have selected along with the physical channel.  There are convoluted ways of doing this, but i'm hoping there is some easy way. Suggestions
    Solved!
    Go to Solution.

    I think this might be the "trivial" way you're looking for: some string pattern matching and a simple
    regular expression to extract the device name prefix from a physical channel name.
    -Kevin P

  • Creating a server with channels

    Title says it all. I'm a bit perplexed as to how I am going to accomplish this. I had envisioned it kind of like this:
    GameServer class contains an array of Channel classes which contain an array of Connections. Connections extend thread.
    However, it seems I can't have an array of Threads (I get a "can not cast from void to Connection" error) which is really odd...is there another way to go about this?

    Thanks for your help so far. In online games, they usually have channels which are basically little groups of users that can interact with each other. One server may have many "channels". For example, a server with 10 people may have those people spread across different channels. 5 users may be in channel 1, 2 in channel 2, 0 in channel 3, and the rest in channel 4. However, they're still on the same server but they can only see people within their channel.
    I have no problems creating the Thread array but I get an error when I assign something to an index of that array. The error says something like "Can not cast from void to Thread"

  • How to list all organization channels?

    Hi there,
    What code should I use to list in a JSP Channel all channels existent in an organization?
    The idea is make a dinamic list of channels names.
    Atention: is not the available channels of a container, is all desktop channels and containers of the organization.
    Thanks for any help,
    Minassa.

    Hi LVB,
    Unfortunately, there is no property node I can find which will return the Global channels created within the Project. However, since we can return the Global Channels from MAX, the only way to work around this problem would be to save the Global Channels from the Project into MAX. To do this you could use the DAQmx Save Global Channel VI, but you will have to manually assign a global channel you wish to save as this will not save all the channels in your project for you. I'm sorry I could not find any better solution.
    S_Hong
    National Instruments
    Applications Engineer

Maybe you are looking for

  • Airport no longer sharing internet

    I have been using the airport extreme (802.11n) for several years, with few problems. Now it seems that it is only sharing the wireless connection from my modem to one computer at a time, rebooting the modem will allow any OTHER (or the same) compute

  • Bridge CC 64 Windows 8.1 not responding

    Installed Bridge CC 64 on a new computer running Windows 8.1. Intel i5 - 4440S 8GB Ram Intel 4400 Graphics Installation went fine. Opens a little slow but what ever you click on, pull-down menus, Computer, Folders I get a "not responding" error at th

  • Mapping in Transformation file for loading infoprovider

    Mapping in transformation file for load from infoprovider: The requirement is : if Account of BW starts with 70XXXXXXX then use char1 if Account of BW starts with 12XXXXXXX then use char2 in BPC dimension 2. So, in the transformation file for a load

  • WebLogic 12.1.2 erases subdeployment on Distributed Queue when targeted to multiple JMS Servers

    Update: verified in a 12.1.1.0 (JDK6) cluster - bug does not occur there. Hi,   I have been migrating an 10.3.5.0 server to WebLogic 12.1.2.0 and have been unable to keep the subdeployment dropdown populated in the subdeployment tab of a uniform dist

  • Cannot connect to virtual machine in hyper-v

    One of our servers got corrupted and I managed to salvage the VHDs of the two VMs we were running on it. The server was Win Serv 2003 and was running virtual server. Now I'm trying to import the VHDs into Hyper-V on a newer 2008-R2 server and while t