Named ranges and COM Interop

I'm familiar with the no double dot rule to avoid the dreaded:
COM object that has been separated from its underlying RCW cannot be used
However I'm unsure how this holds up for VSTO objects.  As far as I can tell I
would not need to release an object such as:
Globals.shtTime
As this is a native VSTO object (??)
However I would need to release the object:
Globals.shtTime.InnerObject
But is writing something like this ok?
Dim TargetRow As Integer = Globals.shtTime.rngMainTable.Row
I'm unsure whether that statement is creating a COM object that refers to my named range (rngMainTable)

Hello,
> As this is a native VSTO object (??)
You shouldn't release any objects that doesn't come from the Office object model. As an example - VSTO properties like Application and etc.
> But is writing something like this ok?
Yes, you are on the right avenue. You should release any objects that you got from the Office objects model. For example, if both objects (shtTime and InnerObject) belong to the Office object model (not VSTO) you should release
them if they are not received from VSTO properties.
> Dim TargetRow As Integer
= Globals.shtTime.rngMainTable.Row
Only VSTO developers can give the definitive answer in that case. We don't know the source code of VSTO. But the
ReleaseComObject method returns an integer value (new value of the reference count of the runtime callable wrapper associated with the object) which you can check each time. Thus, you will know
whether it is should be called or not.

Similar Messages

  • I have added a 5 songs from a single album and in Ipod it comes as enigma album and in that one song is available and another album named enigma and another song. IT happens for 5 songs also. How to make all the 5 songs in one album name Enigma

    I have added a 5 songs from a single album and in Ipod it comes as enigma album and in that one song is available and another album named enigma and another song. IT happens for 5 songs also. How to make all the 5 songs in one album name Enigma???

    I am working on a friend of mine's 15g ipod(W/dock connector)and I am having the same trouble except it does it to all the songs. I have tried reseting it multiple times, but to no avail.
    I am not sure that this runs on windows XP, it is absolutly archaic (compared to my 5th gen. 30g video).
    Help?
    15g ipod (w/dock connector)   Windows XP  
      Windows XP  

  • Ignore blank cells and truly blank cells in named range?

    Ok so my named range looks like this:
    ='Product Group Attributes'!$F$2:$F$1048576
    However, I want to ignore the "" cells and the truly blank cells... However, I think all of them will have "" since I have this formula in all of the ones I'm putting in the range:
    =IF(ISBLANK(C2),"",CONCATENATE(B2," - ",C2))
    How do I go about getting these results into a named range so I can use it on validation since validation only seems to ignore truly blank cells and not the "" ones.

    Actually, the "" cells means truly blank cells.
    But the "Ignore blanks" in data validation does not mean it will remove blanks from the list. It basically means that a Blank will be allowed as a valid entry in the cell.
    If you want to get rid of blank cells in the list, you have to create another list that does not include the blanks.
    Use the VBA code below to copy data in column F to column G, meanwhile it will remove the blank cells.
    Sub test()
    Dim arr, i&
    arr = Range("F2:F" & Range("F1048576").End(xlUp).Row)
    For i = 1 To UBound(arr)
    If arr(i, 1) <> "" Then s = s + 1: arr(s, 1) = arr(i, 1)
    Next i
    Columns(7).NumberFormatLocal = "@"
    Range("G2").Resize(s, 1) = arr
    End Sub

  • Can Excel named ranges be read by LabVIEW?

    Hello everyone,
    I'm creating a LV program that is filling an Excel report with different data – string or number. However, all the cells I'd like to fill feature a named range (one name per cell). Does anybody know if some VI can get the named ranges of a cell and proceed operations on it, such as filling or testing if the range exists? Moreover, I'd rather work with the named range of a cell than its position.
    I'm working on NI DS 2012 SP1.
    Thank you very much for your answer,
    Mika

    Hello Mika,
    all the Settings of MS-Excel could be defined by using "ActiveX". You can find the Cell by Position, and rename the Cell, or u can search the renamed Cell. It is based on the MS-Excel Principle. If u cant do it with the LabVIEW Report OfficeToolkit. First of all, you should find the related Function such as the Function of Range http://msdn.microsoft.com/de-de/library/microsoft.office.interop.excel.range.columns(v=office.11).as... . Then u can do it in LabVIEW with the same Principle, relevant Example could be found in Google(search "Excel via Activex in LabVIEW " for example).
    Hope that helps,
    APD

  • Avoid Duplicate Named Ranges when copying a sheet from one wb to another with the worksheet.copy method

    I have a template monthly report with about 30 pages and 50+ users. Each user makes some modifications to their copy so they are loathe to adopt any new version. My solution is to migrate their data, etc across to the new version. I've solved many of
    the problems, but the current one has me stumped. Using OldWS.Copy After:=newWB.Sheets(newWB.Sheets.Count) I get a copy of new sheets in the old workbook and paste them at the end of the new workbook. So far ok. Problem is it duplicates named ranges. I added
    Application.DisplayAlerts = False, and that stops the dialog boxes, but the names get added as local sheet scope variables. The .Copy method doesn't seem to have any parameters except the choice of before or after. I've been searching for a week now to no
    avail. TIA for any help or suggestions.
    Question: How can I avoid duplicating the named ranges if there is already a global (workbook scope) named range in the workbook?

    Hi rdperkins,
    Base on my test, the result is the same to you, it will keep the same named range in the new worksheet.
    As far as I know, we can’t avoid the duplicate named range if there is already exist in the workbook.
    Base on my test, we can’t create the same named range through UI, but we can do it through the code.
    I suggest that you could delete the range in the target worksheet after copy a worksheet. (Name.Delete)
    # Names Object (Excel)
    http://msdn.microsoft.com/en-us/library/office/ff841280(v=office.15).aspx
    Best Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Defined Named Ranges Not Showing in Publish Options

    Greetings,
    First off I have:
    - 1 workbook with:
      - 10 worksheets with data transpoosed in different manners
      - 7 worksheets with charts and named ranges for each worksheet
    The 5 chart worksheets have charts based on data directly from the 5 data worksheets. Each chart worksheet contains about 5 uniques charts.
    There are separate named ranges defined within each chart worksheet that should encompass each of the different groups of charts on their respective worksheet. The probem I am having is that of the 7 named ranges I have defined only 4 of them show in the
    Publish Options when I try to Save & Send the workbook tyo SharePoint. There isn't anything special about the 4 named ranges that show nor is there anything special about the named ranges that don't show.  I have tried many different things to
    get the named ranges to appear but they won't. I can publish all of the graphs withing the named ranges individually but that's not an ideal way to maintain them going forward. Any ideas on where to look to see why the named ranges are being excluded?
    TIA,
    MP
    I have been able to define named ranges for
    I am having an isssue where I hav

    Today, I tried it again and now I could see the Name range under Browser View Options list, this is my step as below:
    1. Type the value in Cell A1 to B4. (Same as the screenshot as the last reply)
    2. Directly type Test in Name Box.
    3. Go to File > Info > Browser View options > Items in the Workbook.
    Now the Name is appearing.
    But when we define a name to a blank range, we would not see the Name in the Browser View options anymore. Try in your site.
    By the way, My using version is Office 36 ProPlus, version 15.0.4551.1005.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Named Anchors and the HTML doc

    Normally, when using the the default "Flash Only" setting in the HTML publish settings, you can set the dimensions to 100 x 100 percent.  This will make the Flash movie fill the browser window and resize with the browser.
    I'm using named anchors and am using the "Flash with Named Anchors" setting in the HTML publish settings.  Everything else is the same as when I use the "Flash Only" template.  However, when I publish this HTML document it is not filling the browser window correctly.  Instead, the movie is being displayed as if I had set the movie size to 100 x 100 pixels instead of percent.  In other words, the Flash movie is squeezed into a size of 100 x 100 pixels.  Something is causing it to misinterpret percent as pixels.
    I've looked at the HTML document and it correctly says width="100%" height="100%".  This problem occurs in Firefox 3.6.  Everything displays correctly in IE8 and Safari 5.  Thank you in advance to anybody with advice or a solution.

    helpall wrote:
    > I looked in my books and help but found nothing on
    linking to anchors in Spry
    > panels. I have this sinking feeling that DW doesn't let
    you link to anchors in
    > specific panels. Or am I wrong and just need to add
    additional code to the link
    > besides the url and the #anchor name?
    It has nothing to do with what Dreamweaver will let you do
    nor not do, it has to do with what you the panels are "told" to do
    in certain situations. In this case you want to open a specific
    panel, preferably based upon the anchor name that you're already
    using. Take a look at the URL Utilities sample page, in particular
    at the last example:
    http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html
    This means you'd need to get the full Spry download:
    http://labs.adobe.com/technologies/spry/home.html
    If you wanted, you could add a query string parameter like
    the above example does, but that might mean changing a lot of
    links.
    Or you could modify the example code above to "slice" out the
    first letter of the anchor and figure out the index of the tab to
    show (they use a 0 based index, so 'a' would 0 and 'z' would be 25.
    Try the following:
    <script type="text/javascript">
    <!--
    var hash = window.location.hash;
    if(hash){
    // get the character code of the upper case of the first
    letter then subtract 65
    // 'A' has a character code of 65, so the subtraction gets
    our tab index from 0 to 25
    var charCode = hash.toUpperCase().charCodeAt(0)-65;
    if(charCode < 0 || charCode > 25){ // If not in A-Z
    range, use default for 'a'
    charCode = 0;
    else{
    // Default to tab 0, or 'a' when no hash present
    var charCode = 0;
    //The defaultTab value checks to see if the url param is
    defined. If it is not, it sets it to 0.
    var
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab: charCode });
    //-->
    </script>
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • ID Named Ranges from Excel 2003 not appearing in 2007

    ID CS3, Office/Excel 2007, PC based.
    I recently upgraded from Office 2003 to Office 2007. Open an Excel file and save it as Office 2007 document. All the named ranges that I had previously set up are still there.
    I go to ID and want to update the links - I get the message that link isn't found, re-link. I try to place the Excel named ranges from the Office 2007 document into ID, but the named ranges don't show up in the Cell Range box in the Microsoft Excel Import Options window.
    Anybody else experience this?
    JAG

    Thanks. Maybe I can get CS4 (or CS5) worked into the budget for 2011.
    JAG

  • How do I select notes in a given velocity range and fix them to a new value

    Hello. How do I select notes in a given velocity range and fix them to a new value? I believe you can do this with the Transform window, but I can't figure it out. I can select ALL the notes and fix them to a value. But I want to select the notes within a range (and there are many) and fix them to a new value. Thanks for your help.

    The transform window will also select, as well as operate.
    Select Notes = Velocity within 20 > 40 (or whatever) and click Select only.
    You've just selected all notes within that velocity range. You can now use different transform criteria to "Operate" only on that selection, or use the other editors with those notes selected.
    For more on transform:
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-1.html
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-2.html
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-2a.html
    http://logicquicktips.blogspot.com/2006/10/transforminating-part-3.html

  • Com.sap.aii.adapter.jdbc.svc and com.sap.aii.adapter.jms.svc don't start

    Hello,
    In order to configure JMS Receiver Adapter to access Websphere Application Server 7.0, I have recently deployed file com.sap.aii.adapter.lib.sca with the following libraries:
    com.sap.aii.adapter.lib_api.jar
    com.ibm.ws.ejb.thinclient_7.0.0.jar
    com.ibm.ws.orb_7.0.0.jar
    com.ibm.ws.sib.client.thin.jms_7.0.0.jar
    com.ibm.ws.runtime.jar   
    javax.j2ee.jms.jar
    The communication channel can reach the queue but when I send a message it fails because services sap.com/com.sap.aii.adapter.jdbc.svc and com.sap.aii.adapter.jms.svc are not started.
    Checking dev_server0 file I found the following error.
    ==============================================================================================
    Service com.sap.aii.adapter.jdbc.svc start ================= ERROR =================
    com.sap.engine.frame.ServiceException: Could not obtain an initial context due to a communication failure. Since no provider
    URL was specified, the default provider URL of "corbaloc:iiop:1.0(at)sapdpi-lpar:2809/NameService" was used.  Make sure that any
    bootstrap address information in the URL is correct and that the target name server is running.  Possible causes other than
    an incorrect bootstrap address or unavailable name server include the network environment and workstation network configurati
    on.
    at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.start(SapAdapterServiceFrameImpl.java:151)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
    Caused by: javax.naming.ServiceUnavailableException: Could not obtain an initial context due to a communication failure. Sinc
    e no provider URL was specified, the default provider URL of "corbaloc:iiop:1.0(at)sapdpi-lpar:2809/NameService" was used.  Make
    sure that any bootstrap address information in the URL is correct and that the target name server is running.  Possible caus
    es other than an incorrect bootstrap address or unavailable name server include the network environment and workstation netwo
    rk configuration. [Root exception is org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused:host=sapdpi-lpar,
    port=2809  vmcid: 0x4942f000  minor code: 3586  completed: No]
    at com.ibm.ws.naming.util.WsnInitCtxFactory.mapInitialReferenceFailure(WsnInitCtxFactory.java:2228)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1414)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:944)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:865)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:545)
    at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
    at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
    at com.ibm.ws.naming.util.WsnInitCtx.rebind(WsnInitCtx.java:242)
    at com.ibm.ws.naming.util.WsnInitCtx.rebind(WsnInitCtx.java:255)
    at javax.naming.InitialContext.rebind(InitialContext.java:367)
    at javax.naming.InitialContext.rebind(InitialContext.java:367)
    at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.start(SapAdapterServiceFrameImpl.java:100)
    ... 6 more
    Caused by: org.omg.CORBA.TRANSIENT: java.net.ConnectException: Connection refused:host=sapdpi-lpar,port=2809  vmcid: 0x4942f0
    00  minor code: 3586  completed: No
    at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:425)
    at com.ibm.ws.orbimpl.transport.WSTransport.getConnection(WSTransport.java:436)
    at com.ibm.CORBA.transport.TransportBase.getConnection(TransportBase.java:187)
    at com.ibm.rmi.iiop.TransportManager.get(TransportManager.java:89)
    at com.ibm.rmi.iiop.GIOPImpl.getConnection(GIOPImpl.java:120)
    at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:209)
    at com.ibm.rmi.corba.Corbaloc.locateUsingINS(Corbaloc.java:307)
    at com.ibm.rmi.corba.Corbaloc.resolve(Corbaloc.java:378)
    at com.ibm.rmi.corba.ORB.objectURLToObject(ORB.java:3721)
    at com.ibm.CORBA.iiop.ORB.objectURLToObject(ORB.java:3256)
    at com.ibm.rmi.corba.ORB.string_to_object(ORB.java:3619)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.stringToObject(WsnInitCtxFactory.java:1524)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1389)
    ... 16 more
    Caused by: java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:522)
    at java.net.Socket.connect(Socket.java:470)
    at java.net.Socket.<init>(Socket.java:367)
    at java.net.Socket.<init>(Socket.java:180)
    at com.ibm.ws.orbimpl.transport.WSTCPTransportConnection.createSocket(WSTCPTransportConnection.java:270)
    at com.ibm.CORBA.transport.TransportConnectionBase.connect(TransportConnectionBase.java:354)
    ... 28 more
    Service com.sap.aii.adapter.jms.svc start ================= ERROR =================
    com.sap.engine.frame.ServiceRuntimeException: Could not obtain an initial context due to a communication failure. Since no pr
    ovider URL was specified, the default provider URL of "corbaloc:iiop:1.0(at)sapdpi-lpar:2809/NameService" was used.  Make sure t
    hat any bootstrap address information in the URL is correct and that the target name server is running.  Possible causes othe
    r than an incorrect bootstrap address or unavailable name server include the network environment and workstation network conf
    iguration.
    at com.sap.aii.adapter.jms.core.service.AdapterServiceFrameImpl.bindAdapter(AdapterServiceFrameImpl.java:171)
    at com.sap.aii.adapter.jms.core.service.AdapterServiceFrameImpl.start(AdapterServiceFrameImpl.java:125)
    at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)
    at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
    Caused by: javax.naming.ServiceUnavailableException: Could not obtain an initial context due to a communication failure. Sinc
    e no provider URL was specified, the default provider URL of "corbaloc:iiop:1.0(at)sapdpi-lpar:2809/NameService" was used.  Make
    sure that any bootstrap address information in the URL is correct and that the target name server is running.  Possible caus
    es other than an incorrect bootstrap address or unavailable name server include the network environment and workstation netwo
    rk configuration. [Root exception is org.omg.CORBA.TRANSIENT: Connection state: State: ABORT (5)  vmcid: 0x4942f000  minor co
    de: 775  completed: No]
    at com.ibm.ws.naming.util.WsnInitCtxFactory.mapInitialReferenceFailure(WsnInitCtxFactory.java:2228)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1414)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:944)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:865)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:545)
    at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
    at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
    at com.ibm.ws.naming.util.WsnInitCtx.rebind(WsnInitCtx.java:242)
    at com.ibm.ws.naming.util.WsnInitCtx.rebind(WsnInitCtx.java:255)
    at javax.naming.InitialContext.rebind(InitialContext.java:367)
    at javax.naming.InitialContext.rebind(InitialContext.java:367)
    at com.sap.aii.adapter.jms.core.service.AdapterServiceFrameImpl.bindAdapter(AdapterServiceFrameImpl.java:163)
    ... 7 more
    Caused by: org.omg.CORBA.TRANSIENT: Connection state: State: ABORT (5)  vmcid: 0x4942f000  minor code: 775  completed: No
    at com.ibm.rmi.iiop.Connection.checkEstablished(Connection.java:3091)
    at com.ibm.rmi.iiop.Connection.send(Connection.java:2145)
    at com.ibm.rmi.iiop.Connection._locate(Connection.java:463)
    at com.ibm.rmi.iiop.Connection.locate(Connection.java:439)
    at com.ibm.rmi.iiop.GIOPImpl.locate(GIOPImpl.java:219)
    at com.ibm.rmi.corba.Corbaloc.locateUsingINS(Corbaloc.java:307)
    at com.ibm.rmi.corba.Corbaloc.resolve(Corbaloc.java:378)
    at com.ibm.rmi.corba.ORB.objectURLToObject(ORB.java:3721)
    at com.ibm.CORBA.iiop.ORB.objectURLToObject(ORB.java:3256)
    at com.ibm.rmi.corba.ORB.string_to_object(ORB.java:3619)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.stringToObject(WsnInitCtxFactory.java:1524)
    at com.ibm.ws.naming.util.WsnInitCtxFactory.getWsnNameService(WsnInitCtxFactory.java:1389)
    ... 17 more
    ==============================================================================================
    Could anyone tell me why is trying to connect to "corbaloc:iiop:1.0(at)sapdpi-lpar:2809/NameService"? Do I have to configure a default provider URL for SAP PI server? If so, where I configure it? Any help will be appreciated.
    Thank you in advance.
    Roger Allué i Vall

    Hi Roger,
    we also experience the same issue and would be very keen to understand how you resolved this problem.
    Many thanks.
    Dieter

  • Is my AP801 Config optimal for range and throughput?

    All,
    Can somebody check my AP801 config to see if there are any changes I can make to improve range and throughput?  The AP801 is built into my 881W.  The AP is running IOS v 124-10b.
    Thank you!
    James
    ===================
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname ap
    enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXX
    no aaa new-model
    dot11 ssid YYYYYYY
       authentication open
       authentication key-management wpa
       guest-mode
       mbssid guest-mode
       wpa-psk ascii 0 ZZZZZZZZZZZZZZZZZZZZZZZZZZZ!
    username Admin privilege 15 password 0 XXXXXXXXXXXXXXXXXXXXXXXXXXXX
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm tkip
    ssid YYYYYYYYYYYYYYYY
    speed  basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
    channel width 40-above
    station-role root
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 192.168.1.2 255.255.255.0
    no ip route-cache
    ip default-gateway 192.168.1.1
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    banner login ^CC
    % Password change notice.
    Default username/password setup on AP is cisco/cisco with privilege level 15.
    It is strongly suggested that you create a new username with privilege level
    15 using the following command for console security.
    username <myuser> privilege 15 secret 0 <mypassword>
    no username cisco
    Replace <myuser> and <mypassword> with the username and password you want to
    use. After you change your username/password you can turn off this message
    by configuring  "no banner login" and "no banner exec" in privileged mode.
    ^C
    line con 0
    privilege level 15
    login local
    no activation-character
    line vty 0 4
    login local
    end

    Dieter@be wrote:Allright, glad you like it.  About vicious-git not properly getting installed, maybe it is not included in the repository you specified?
    vicious-git isn't in any repository, I download it from AUR. It gets properly downloaded and uncompressed, but the chroot doesn't, fails with a 'cannot execute cd : no such file or directory' Once i've got some spare time this afternoon (still early in the morning over here ) I'll try to find out why
    By the way, is there any functionality in AIF to execute a worker in a chroot on the target system ? I looked quickly through the list of workers in the automatic procedures and didn't see anything specific. Although I can configure most stuff from the configure_system worker, there are a few things where you really need to be running inside the system to configure. For example : you need to have the mysql daemon started if you want to change the password, and you need to be chrooted if you want to have all the dependencies when building a PKGBUILD If not, I was thinking of generating a bash script that would contain all my chrooted stuff, so I would only need to execute chroot once in the worker.

  • How do you create the equivalent of a named  range in Numbers for iPad?

    At first I didn't think Numbers could handle named ranges but when I look at the formula written for the "Personal Budget Template"  The "Actuals" column is calculating using named ranges but I am not sure how the ranges were created...  In any case it does appear that there is a way.  Does anyone know how?

    Those technically are not named ranges. Its using the information in the "header" rows. Once you make a row a header row and sum it (or include the whole colun in some function). It will use the data/name in the header row in the equation to make it clearer. I do not think you can make named ranges in Numbers.
    I made a test excel workbook using two formulas to sum a range, one with named ranges one without and sent to my ipad, when i opened it up...and downloading... yep...  it converted the named range to a regular range with letters and numbers. no named ranges support.
    But learn to use your header and footer rows to get the same affect in many functions.
    When i assign both header rows and columns to a table, it combines them into one string to show "Jan 2001" when I had a header column with Jan in A2, and a header row with "2001" in B1, then used the value in an equation.
    The one your looking at I think says something like "=Sum(actuals)". that formula is in a designated footer row, and has a designated header row. at the top of that column is the label "actual". if you look at the difference column formulas, you will see how it combined header rows and columns into a single text string and use it to cross reference the cell being used.
    Jason

  • BPC Excel - EvDRE & Named Ranges

    Hi
    I have an EvDRE showing sales by Customer, I also have a named range referencing the results, the named range is D20:D50, however, when I refresh the EvDRE the named range changes by itself, and starts from the last row of the previous EvDRE results, i.e. it becomes D51:D81.
    Does anyone have any tricks for preventing it from doing this ?, I've tried $D$20:$D$50, but it still changes itself, and I've also tried not using a named range at all, and just using $D$20:$D$50 directly in my formula, but that corrupts when I refresh. I cannot unfortunately use D:D as I am Ranking the results.
    Thanks in advance for your help.
    Kind Regards
    Gav

    Hi all,
    I can confirm that I am having the same error with BPC 7.0MS with the latest patches even after inserting the DO_COMPRESS 0 parameter in the dbo.tblDefaults table. I am trying to make an expansion on TIME dimension such as:
    2002.TOTAL,BAS(2002.TOTAL),2003.TOTAL,BAS(2003.TOTAL)...
    which works with only 2 elements like 2002.TOTAL,BAS(2002.TOTAL), so I rule out the source of the problem being wrong member names in rows or something like that.
    Anybody has any suggestion?
    Regards,
    Rafa

  • WebEx Named Host and Port Options

    Hello,
    Whats he diffrence between WEBEX NAMED HOST and WEBEX PORT OPTION. And do they requrie any hardware to function with?
    a documetation with explanations will help more.
    Regards,
    Peter.

    Named Host is where you specify which users can host a meeting. Those people are the only ones who can schedule/create meetings but they can transfer the host role to another person after the meeting has started. Ports on the other hand only limit the total meeting participants across all hosts (the host also consumes a port). You can create as many hosts as you need but total attendance at any one time cannot exceed your ports. There are also per-minute options and active host options where only an unnamed percentage of the organization is assumed to be a host and you true-up if real usage exceeds that percentage.
    It's probably best to speak with a Cisco or WebEx AM over the options. Different usage styles lend themselves to different licensing options. Here's a data sheet though:
    http://www.cisco.com/en/US/prod/collateral/ps10352/ps10362/ps10409/cisco_webex_meeting_center_on_the_gpl_and_wpl.pdf
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Can you have a mailbox named Admin AND a postfix alias named Admin that goes to one or more other actual mailboxes?

    My question is re: Mail service in Mac OS X Snow Leopard Server 10.6. Can you have an actual mailbox named Admin AND a postfix alias named Admin that goes to one or more other actual mailboxes?  Or is only one or ther other?  I have customer who currently has a bunch of mailboxes (info, admin, etc.) and those that need access to it do so via Mail client, etc.  Now they are asking about aliases so they dont have to all access same mailbox, requiring setup, etc.  Do I have to delete actual mailboxes in order to create Postfix aliases (admin, info, etc) or can they coexist?
    Thanx in advance,
    Eric

    Thanx Camelot. 
    Leads to me more questions, if you would be so kind.  The client uses Virtual Hosts on Mac OS X Server and the aliases they desire are all @virtual_domain.com.  So, do I create aliases via /etc/postfix/virtual or via /etc/postfix/aliases.  As I said before, they desire aliases that go to at least 2 if not more actual local server accounts/mailboxes, but aliases are @virtual_domain.com.
    For example: admin is local account on server @ main_domain.com.  Now they want alias admin@virtual_domain.com that goes to local accounts Bob, Susan, etc.
    Thanx again!

Maybe you are looking for