RV042 - protocol binding not working as advertised

Hello everyone.  I seem to have an issue that I cannot find a solution to and was hoping the support community would be able to help.  The platform I am trying this on is the RV042.  I have updated the firmware to 4.2.3.03.
The scenario for this configuration involves two RV042 routers.
The office router will only have one ISP.
The remote router will have two ISP where WAN1 will have a high-speed Internet link and WAN2 will have a satellite high-latency Internet link.
I can establish WAN1 on the remote router to create a VPN tunnel back to the office router.  This works great.  However, I was hoping to use "Protocol Binding" to direct a Service (TCP/5000) to only transmit over WAN2.  I was hoping to dedicate WAN2 (satellite connection) specifically for this Service and no other traffic can transmit over WAN2 (even if WAN1 was offline).  In the case that WAN2 is offline, this Service will fail on transmit as well.
I am having issues getting this to work.  I have created a custom Service for TCP/5000.  I have created the "Protocol Binding" for this Service where I have used the computer performing the transmission (192.168.1.100 to 192.168.1.100) to destination (0.0.0.0 to 0.0.0.0) on WAN2.
The problem I have now is if WAN1 goes down (or disconnected), all traffic goes over WAN2.  This includes HTTP, HTTPS, etc.  On a satellite connection, this can get very costly.  Also, if I disconnect WAN2 and leave WAN1 online, I noticed this TCP/5000 traffic is transmitted successfully as well.
This leads me to believe that my Protocol Binding is not configured properly.  I have found a few discussions and Internet articles regarding protocol binding with similar issues, but no solution has been given.
I hope someone out there can help!!

Hello l0p3zz187,
Unfortunately at the Small Business level of devices we do not have a device that will do as you need.  I would recommend contacting our Enterprise Presales team to see if they can suggest a device that will meet your needs.
That number is 1-800-553-6387.
Regards,
Michael D.
If this post is helpful please rate or mark as correct.

Similar Messages

  • RV042 Load Balancing not working correctly?

    We have an RV042 on firmware version 1.3.13.02 and 2 ISPs:
    WAN1 = Telepacific T1
    1.5Mbps down and 1.5Mbps up
    WAN2 = AT&T U-Verse
    12Mbps down and 5Mbps up
    I have it set to Load Balance, Primary WAN = WAN2
    Network Service Detection enabled, only pinging the Remote Host of 4.2.2.2 and set to Generate Log
    Bandwidth is set to:
    WAN1 = 1000Kbps upstream & downstream
    WAN2 = 5040Kbps upstream & 12000Kbps downstream
    It seems to pick WAN1 a lot of the time.  Do I have something setup wrong?

    Ok, so what do you recommend? To setup binding for ports important to direct over say… WAN1 (my fast access) shall I also keep the bandwidth management set up as is, example:
    For me it’s confusing because this config appears to be clear to me that has to control traffic the way I want .
    Thanks for your response.
    H Aragon
    De: jasbryan
    Enviado el: lunes, 20 de febrero de 2012 03:18 p.m.
    Para: HECTOR MANUEL ARAGON
    Asunto: - Re: RV042 Load Balancing not working correctly?
    Home
    Re: RV042 Load Balancing not working correctly?
    created by jasbryan in Small Business Routers - View the full discussion

  • I would like a refund now. I bought this service this morning and it does not work as advertised. Reliable is not what I would use to describe this product. Cancel my subscription/refund my money and send me an email to the address I used when I signed up

    I would like a refund now. I bought this service this morning and it does not work as advertised. Reliable is not what I would use to describe this product. Cancel my subscription/refund my money and send me an email to the address I used when I signed up.

    Hi,
    I just checked your account.
    Your Adobe Export pdf service has been cancelled & refunded.
    Regards,
    Florence

  • RV042 protocol binding for SIP and RTP (VoIP)

    Hello everybody,
    I have a RV042 with a DSL (WAN1) and cable (WAN2) internet connection in Load Balance Mode. The DSL provider also provides internet telephony when registered via his line. When I disable the WAN2 port, my IP phone successully registers with the registration server of the DSL provider. I also defined protocol bindings for SIP (port 5060) and RTP (ports 5004 to 5020) to be bound to WAN1. My IP phone is set up to listen on only these ports.
    The rules are in detail:
    SIP(UDP/5060~5060) -> "myPhoneIP"~"myPhoneIP" ("RegistrationServerP"~"RegistrationServerIP") WAN1 [Enabled]
    SIP(UDP/5060~5060) -> "RegistrationServerIP"~"RegistrationServerIP" ("myPhoneIP"~"myPhoneIP") WAN1 [Enabled]
    RTP(UDP/5004~5020) -> "myPhoneIP"~"myPhoneIP" ("RegistrationServerP"~"RegistrationServerIP") WAN1 [Enabled]
    RTP(UDP/5004~5020) -> "RegistrationServerIP"~"RegistrationServerIP" ("myPhoneIP"~"myPhoneIP") WAN1 [Enabled]
    With these protocol bindings in place when I re-enable WAN2, then after some time the phone reports "registration failed".
    Do I need to set something else apart from protocol binding to force the VoIP traffic to go via WAN1?
    Thanks for your help
    Felix

    Pardon my memory if I am mistaken, when configuring the protocol bind for the WAN port, there are 4 or 5 options. Service, which of course is 1~65535, source IP, in this scenario it should be the phone or PBX, whatever you're using. The destination IP should be 0.0.0.0 and interface is your desired WAN, WAN 1 or 2.
    Example:
    Wan 1- Cable       Wan 2 - Dsl
           |                              | 
           | ________________ |
                          |
                      RV042-----------
                  ____|                |
                  |                     Computer  192.168.10.100
              Tele/PBX 192.168.10.250
    On this example to route the Telephone / PBX to WAN 1
    All services 1~65535
    Source IP 192.168.10.250
    Destination IP 0.0.0.0
    Interface WAN 1
    Please correct me if I am mistaken, I'm currently not at work due to the US holiday

  • Binding not working when returning to same page

    Hi, Im developing a portlet that access some data from MYSQL.
    I have a simple page with several textfields, all with bindings to a javabean object that is a property of SessionBean1 bean, so it is a Session Scope bean.
    In that page I put some buttons like next, prior, etc. to navigate between all registers of my DB. I added some code to event button like this:
    public String bnext_action() {
    // get sessionbean
    SessionBean1 SBean1 = (SessionBean1)getBean("SessionBean1");
    // navigate to next register in database
    // ProdBean is my property bean that get values from database
    // bindings are like this : text="#{SessionBean1.prodBean.codigo}
    SBean1.getProdBean().GetNextReg(SBean1.getModuloIdx());
    // set current register index
    SBean1.setModuloIdx(SBean1.getProdBean().getIndex());
    return null;
    The problem is that when I get next register of database, bindings are not reflecting new values, always holding first values. I tried to force things by setting values in pre-rendering face manually with setText method of textfields but nothing happens.
    As Im a newbie in Java yet I really don't undestand this, I have readed all JSF life cycle documention and portlet life cycle docs but couldn't find an answer. Why binding is not working?

    Thanks for this.  Unfortunately now I have tried with Standard actions the links do not work at all.  The links provided were created with spaces so contained within the links are lots of '%20'. e.g. :
    PCI%20DSS/UWE%20PCI-DSS%20Quick%20Reference%20guide.pdf
    for some reason when creating the links with standard actions, when the project is published the links have changed to contain 25s  e.g.
    PCI%2520DSS/UWE%2520PCI-DSS%2520Quick%2520Reference%2520guide.pdf
    no idea why this is happening.

  • 4.1 Beats Audio in dv76163cl not working as advertised

    I recently purchased the multimedia dv7 6163cl with beats audio, 4 speakers and 1 subwoofer. From the point I purchased the computer, 3 weeks ago to now, the front two speakers have never worked.
    The sound clarity is great as is with the rear speakers and subwoofer working great. However, if it is advertised that the computer comes with 4 speakers and a subwoofer, why on earth is it not working?
    I followed up with these queries via Costco and HP and a sufficient fix to the problem has not been found. The audio codec is up to date as is the bios.
    The OS is Windows 7 64-bit and there aren't any error messages per se.
    Any and all ideas would be appreciated.
    After a little digging I found that windows 7 users who had xp before found that they are having issues with their respective external 4.1 or 5.1 surround speaker set ups...could it be a windows 7 issue?
    Thanks in advance for your help.

    Just tried a "Rolls" headphone amp to the device.
    Maybe not the right jack?
    I know that the line in can be picky.
    Mics are especially a nuisance.
    A long time option is to use the iMic, and feed audio in via USB:
    http://www.griffintechnology.com/products/imic
    I use one with a mic and my turntable, zero issues.

  • Value binding not working with rendered attribute

    In my jsf page i'm encountering problem with value binding it is not working for a h:inputText with rendered condition even when the rendered condition evaluates to true & the component is rendered.While trying to retrieve the value of the components with conditional rendering on submit i'm unable to retreive the value while on removing rendered condition the value binding is working perfectly
    <h:selectOneMenu id="DropDown" value="#pc_GeneralRequestInfo.objInfoDTO.State}" rendered="#pc_GeneralRequestInfo.objAddressRequestDetailsDTO.selectedAddressType == 'HOME'}">                    
    <f:selectItems value="#{pc_GeneralRequestInfo.statesList}" />
    </h:selectOneMenu>

    There is a { missing from the value attribute in the code you posted.                                                                                                                                                                                           

  • Some bidirectional binding not works

    Hello!
    Maybe I do something wrong, but bidirectional binding in thic simple code not works properly.
    package simple;
    import javafx.application.Application;
    import javafx.scene.GroupBuilder;
    import javafx.scene.Scene;
    import javafx.scene.SceneBuilder;
    import javafx.scene.control.CheckBox;
    import javafx.scene.control.CheckBoxBuilder;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    public class BiDiBug extends Application {
      CheckBox checkBoxResizable;
      public static void main(String[] args) {
        Application.launch(args);
      @Override
      public void start(Stage stage) {
         stage.setResizable(true);
        Scene scene  = SceneBuilder.create()
          .width(200)
          .height(100)
          .fill(Color.TRANSPARENT)
          .root(
            GroupBuilder.create()
                 .children(
                    checkBoxResizable = CheckBoxBuilder.create()
                      .selected(stage.isResizable())
                      .text("Is Stage resizable")
                      .build()
                  .build()
           .build();
        checkBoxResizable.selectedProperty()
                .bindBidirectional(stage.resizableProperty());
        // This code not works too:
        //stage.resizableProperty()
        //          .bindBidirectional(checkBoxResizable.selectedProperty());
        stage.setScene(scene);
        stage.show();
    }Is it bug or feature?

    The binding seems to work, in the sense that stage.resizable gets updated accordingly. Try adding the following:
        stage.resizableProperty().addListener(new ChangeListener<Boolean>() {
          @Override
          public void changed(ObservableValue<? extends Boolean> observable,
              Boolean oldValue, Boolean newValue) {
            System.out.printf("stage.resizable changed from %s to %s%n", oldValue, newValue);
        });and you'll see that the resizable property does indeed change when you check/uncheck the checkbox.
    On my setup (Mac OSX 10.7.5), under JavaFX 2.2.7, JDK 1.7.0_17, I observe the same behavior as you: the resize behavior of the stage does not correspond to the value of its property. The [url http://docs.oracle.com/javafx/2/api/javafx/stage/Stage.html#resizableProperty]Javadocs for stage.resizable do say "This is a hint which allows the implementation to optionally make the Stage resizable by the user." So in fairness, there is no guarantee given that changing this value will have the desired effect.
    Interestingly, under JavaFX 8, JDK 1.8.0 (early access, b80), your code works. However, the Javadocs for the stage.resizableProperty() in JavaFX 8 additionally state
    >
    Warning: Since 8.0 the property cannot be bound and will throw RuntimeException on an attempt to do so. This is because the setting of resizable is asynchronous on some systems or generally might be set by the system / window manager.
    so while bindBidirectional(...) seems to work, bind(...) does indeed throw a RuntimeException.
    Given all that, I would not try to bind to the resizable property at all. If you only need unidirectional binding, Shakir's solution above will work. If you genuinely need bidirectional binding (for example, if the stage's resizable property might be changed elsewhere in the application, and you need the checkbox to update accordingly), you can "do it by hand":
        checkBoxResizable.selectedProperty().addListener(new ChangeListener<Boolean>() {
          @Override
          public void changed(ObservableValue<? extends Boolean> obs,
              Boolean oldValue, Boolean newValue) {
            if (stage.isResizable() != newValue.booleanValue()) {
              stage.setResizable(newValue);
        stage.resizableProperty().addListener(new ChangeListener<Boolean>() {
          @Override
          public void changed(ObservableValue<? extends Boolean> obs,
              Boolean oldValue, Boolean newValue) {
            if (checkBoxResizable.isSelected() != newValue.booleanValue()) {
              checkBoxResizable.setSelected(newValue);
        }); which seems to work in all versions (again, on my system).

  • RV042 Protectlink did not work afer reboot

    Hi, I have activated Protectlink Web. The service is excellent im very pleased about it. But today i started to get "router is busy"  in all pages, so we restarted the router. That problem was solved but now the the web Protection is no longer working. It says activated but licence status says waiting.
    I have read in other topic that is a firmware problem. I have restored the router to factory defaults and upgraded the firmware to v4.1.1.01-sp and activated again but web Protection still not working..
    What can i do?
    thanks

    After the device is reset to factory default, the activated license stored on the device is gone and the device will try to connect to the license server for entitlement checking. What you are experiencing might be caused by a temporal outage of the license server, but please call the Support Center to get immediate assistance.
    https://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html

  • OAS 10.1.3 Deployment Problem: webapp Binding not working

    Hi
    I am having a problem with version 10.1.3 of the application server. I installed the instance this morning and deployed my EAR file (which contains a web application and 2 EJB Modules -- this application works just fine under 10.1.2 btw). The deployment proceeded just fine and my web application appears to be bound to a root context (/PA) in the default-web-application.xml.
    However, when I try to access the URL I get a 404 -- and the path it's trying to get to is http://server:8888/j2ee/PA. It seems to me that somehow the binding to /PA is not "active"
    A couple more relevant details:
    - The application is deployed to a new OC4J Instance I created --- not the home instance
    - For some reason that I cannot figure out, there does not seem to be an Oracle HTTP server in my AS Instance -- the java process itself is listening on port 8888. Notwithstanding my problem this seems to be working fine, but if someone could clarify why this is I would be grateful.
    I have tried an opmnctl stopall/startall -- same problem. I am probably missing something basic but haven't been able to find it. Can someone please shed some light on this?
    Thanks!
    Chris Sargent

    Thanks again Steve
    I have pasted the complete opmn.xml file below. I downloaded the default x86 Windows version of 10.1.3.x and I am pretty sure I installed it using default settings. The only configuration I did was to create a new OC4J Instance (PA) and attemp to deploy the application.
    I DO have a 10.1.2 AS instance installed on this machine as well. I suppose this could be interfering somehow?
    I appreciate your contunued assistance.
    Chris
    ---------------- opmn.xml -----------------------
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <opmn xmlns="http://www.oracle.com/ias-instance">
    <log path="$ORACLE_HOME\opmn\logs\opmn.log" comp="internal;ons;pm" rotation-size="1500000"/>
    <debug path="$ORACLE_HOME\opmn\logs\opmn.dbg" comp="internal" rotation-size="1500000"/>
    <notification-server>
    <port local="6100" remote="6201" request="6004"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME\opmn\conf\ssl.wlt\default"/>
    </notification-server>
    <process-manager>
    <process-modules>
    <module path="$ORACLE_HOME\opmn\lib\libopmnohs">
    <module-id id="OHS"/>
    </module>
    <module path="$ORACLE_HOME\opmn\lib\libopmnoc4j">
    <module-id id="OC4J"/>
    </module>
    <module path="$ORACLE_HOME\opmn\lib\libopmncustom">
    <module-id id="CUSTOM"/>
    </module>
    <module path="$ORACLE_HOME\opmn\lib\libopmniaspt">
    <module-id id="IASPT"/>
    </module>
    </process-modules>
    <ias-instance id="aeris10gv3.HENNESSEY" name="aeris10gv3.HENNESSEY">
    <environment>
    <variable id="TMP" value="C:\DOCUME~1\csargent\LOCALS~1\Temp"/>
    </environment>
    <module-data>
    <category id="start-parameters">
    <data id="routing-id" value="g_rt_id"/>
    </category>
    </module-data>
    <ias-component id="IASPT" status="disabled">
    <environment>
    <variable id="LD_LIBRARY_PATH" value="D:\product\10.1.3.1\OracleAS_1/lib" append="true"/>
    </environment>
    <process-type id="IASPT" module-id="IASPT" working-dir="D:\product\10.1.3.1\OracleAS_1/iaspt/bin">
    <port id="ajp" range="7501-7600"/>
    <process-set id="IASPT" numprocs="1"/>
    </process-type>
    </ias-component>
    <ias-component id="ASG" status="enabled" id-matching="true">
    <process-type id="ASG" module-id="CUSTOM">
    <environment>
    <variable id="OS" value="Windows_NT"/>
    </environment>
    <start timeout="600"/>
    <stop timeout="120"/>
    <process-set id="ASG" numprocs="1">
    <module-data>
    <category id="start-parameters">
    <data id="start-executable" value="D:\product\10.1.3.1\OracleAS_1\jdk\bin\java"/>
    <data id="start-args" value="-ms20m -Djava.library.path=D:\product\10.1.3.1\OracleAS_1\bin;D:\product\10.1.3.1\OracleAS_1\dsa\bin;D:\product\10.1.3.1\OracleAS_1\oui\lib\win32 -classpath D:\product\10.1.3.1\OracleAS_1\dsa\jlib;D:\product\10.1.3.1\OracleAS_1\dsa\jlib\duf.jar;D:\product\10.1.3.1\OracleAS_1\lib\dms.jar;D:\product\10.1.3.1\OracleAS_1\oui\jlib\OraInstaller.jar;D:\product\10.1.3.1\OracleAS_1\jlib\srvm.jar;D:\product\10.1.3.1\OracleAS_1\jlib\netcfg.jar;D:\product\10.1.3.1\OracleAS_1\lib\xmlparserv2.jar;D:\product\10.1.3.1\OracleAS_1\assistants\jlib\assistantsCommon.jar;D:\product\10.1.3.1\OracleAS_1\jdbc\lib\classes12.zip;D:\product\10.1.3.1\OracleAS_1\jdbc\lib\nls_charset12.zip;D:\product\10.1.3.1\OracleAS_1\jlib\share.jar;D:\product\10.1.3.1\OracleAS_1\opmn\lib\optic.jar;D:\product\10.1.3.1\OracleAS_1\j2ee\home\jazn.jar;D:\product\10.1.3.1\OracleAS_1\jlib\ldapjclnt10.jar oracle.duf.dufserver.DufServer D:\product\10.1.3.1\OracleAS_1\dsa\dsa.conf"/>
    </category>
    </module-data>
    </process-set>
    </process-type>
    </ias-component>
    <ias-component id="default_group">
    <process-type id="home" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-Xrs -server -XX:MaxPermSize=128M -ms512M -mx1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doraesb.home=D:\product\10.1.3.1\OracleAS_1\integration\esb -Dhttp.proxySet=false -Doc4j.userThreads=true -Doracle.mdb.fastUndeploy=60 -Dorabpel.home=D:\product\10.1.3.1\OracleAS_1\bpel -Xbootclasspath^/p:D:\product\10.1.3.1\OracleAS_1\bpel/lib/orabpel-boot.jar -Dhttp.proxySet=false"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="8888" protocol="http"/>
    <port id="rmi" range="12401-12500"/>
    <port id="rmis" range="12701-12800"/>
    <port id="jms" range="12601-12700"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>
    <process-type id="PADEV" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Djava.security.policy=$ORACLE_HOME/j2ee/PADEV/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=$ORACLE_HOME/j2ee/PADEV/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    </category>
    </module-data>
    <start timeout="600" retry="2"/>
    <stop timeout="120"/>
    <restart timeout="720" retry="2"/>
    <port id="default-web-site" range="12501-12600" protocol="ajp"/>
    <port id="rmi" range="12401-12500"/>
    <port id="rmis" range="12701-12800"/>
    <port id="jms" range="12601-12700"/>
    <process-set id="default_group" numprocs="1"/>
    </process-type>
    </ias-component>
    </ias-instance>
    </process-manager>
    </opmn>

  • RV042, protocol binding problem

    Hello everybody,
    I have some problem with my RV042 router and my internet connections. (               Firmware version :                     1.3.12.19-tm  (Feb 13 2009 13:03:21) )
    The rv042 is connected to one ADSL (WAN2) connection and one SDSL (WAN1) connection. We have dynamic ip address on ADSL and static ip address on SDSL.
    For a specific utilization we have to use SDSL because we need an IP to be authorized to connect to a monitoring tool.
    To summarize, all the HTTP traffic will go through WAN2 (ADSL for better download rate), and for specific needs some HTTP traffic have to go through WAN1).
    You can see on the attached picture, you can see two rules :
    The rule A is the one i would like to make it working.
    The rule B handles all the HTTP traffic.
    If i deactivate B, rule A works and when B is activated again, A doesn't work anymore.
    I think the more general rule B matched the packets before they could be matched by rule A. It's not the right behavior i think, as firewalls will do.
    Best regards,
    Germain

    Hello,
    we have the same problem for binding all our HTTP traffic trough WAN2.
    Our technical conditions go together with yours:
    WAN2 Dynamic ADSL For all HTTP traffic
    WAN1 Static SDSL For all other services
    We have tried some UPnP and forwarding constelations, but none of this
    configuration tests/profiles will work correctly..
    We want to benefit some of your answers, but they don't work.
    Can any one of you demonstrate how to bind the complete HTTP traffic to
    the WAN2 interface?
    We would very appreciate for your suggestet solution.
    tobi t.
    Sent from Cisco Technical Support iPad App

  • OUT Binding works fine, but INPUT Binding NOT WORKING at all

    Did you test your Bindable property works in Flex so you can see it change in another component in Flex?
    It doesn't look like you notify that xcText has been changed (and instead you modify the private variable behind it).
    You can try changing your mychange function to set xcText (instead of manually setting myvalue) which should dispatch a change event.
    Or you can try manually dispatch a change event (for the public property that has changed which is xcText in your case):
    var event:Event = PropertyChangeEvent.createUpdateEvent(this, "xcText", null, xcText);
    dispatch(event);
    Regards
    Matt

    thank you Matt as you've been always there for help,
    i know Adobe flex is not my job but i'm trying to add something to my experiences.
    and its good to know the Xcelsius SDK since we are Xcelsius proffessionals
    i fixed this issue, and i have only one more issue, is how to bind an Array to the Excel sheet.
    i modifyed my example and also i modified the property sheet as well, please have a look and tell me what i'm missing
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="600">
         <mx:Script>
           <![CDATA[
                import mx.events.SliderEvent;
                import mx.controls.sliderClasses.Slider;
                import mx.binding.utils.*;
                import mx.events.PropertyChangeEvent;
              public var _myArray:Array = ["A1","A2","A3"];
    private function sliderChange(event:SliderEvent):void {
                    var currentSlider:Slider=Slider(event.currentTarget);
                    this._myArray.push("A"+currentSlider.value.toString());
                    this.value0 = this._myArray;
                    notifyArrayDataInputChanged();
                      public function set value0(value:Array):void{
                       this._myArray = value;
                      [Bindable ("propertyChange")]
                      [Inspectable(type="Array")]
                      public function get value0():Array{
                       return this._myArray;
                      public function notifyArrayDataInputChanged():void{
                        var event:Event = PropertyChangeEvent.createUpdateEvent(this, "value0", null,value0);
                        this.dispatchEvent(event);
                ]]>
         </mx:Script>
         <mx:HSlider id="hslider" width="368" height="50%" change="sliderChange(event)"/>
         <mx:ComboBox dataProvider="" width="363"></mx:ComboBox>
    </mx:VBox>

  • Active Directory binding not working

    Hi
    I'm trying to bind to my active directory at work.
    On tiger I used the following settings
    serverdomain.ad
    the servers name is machine
    Which worked fine.
    On leopard when I use either serverdomain.ad or machine.serverdomain.ad I get the following error message
    (loosely translated from swedish)
    An unknown combination of domain and treecollection was used. You should use a complete DNS-name for the domain and tree collection (i.e something.company.se)
    Does anyone know what I should use..the FQDN is machine.serverdomain.ad - shouldnt that work?

    The answer was dns.. my client was using the correct nameserver.
    The binding worked after that..although I'm not sure its autenticating as it should

  • Data binding not working

    For some reason I can't seem to get the XML data to bind
    properly. i am using one of the samples (see code listed below) and
    instead of getting the data I get something like {@id} -
    {firstname} {lastname} - {phone}.
    Any one any ideas what could be causing this.
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Master/Detail Same Data Set</title>
    <script type="text/javascript"
    src="includes/xpath.js"></script>
    <script type="text/javascript"
    src="includes/SpryData.js"></script>
    <script type="text/javascript">
    var dsEmployees = new
    Spry.Data.XMLDataSet("employees-01.xml", "/employees/employee");
    </script>
    </head>
    <body>
    <span spryregion="dsEmployees">
    <select spryrepeatchildren="dsEmployees"
    onchange="dsEmployees.setCurrentRow(this.value)">
    <option spryif="{ds_RowNumber} == 0" value="{ds_RowID}"
    selected="selected">{username}</option>
    <option spryif="{ds_RowNumber} != 0"
    value="{ds_RowID}">{username}</option>
    </select>
    </span>
    <span sprydetailregion="dsEmployees">{@id} -
    {firstname} {lastname} - {phone} </span>
    </body>
    </html>

    Sorry about that Liam, I guess you're looking at the sample
    at this URL right?
    http://labs.adobe.com/technologies/spry/articles/data_set_overview/samples/data-framework- overview-sample-01.html
    The online source for that example was missed during the last
    update. I'll make sure it gets fixed.
    To get things working, change all spry* attributes to spry:*
    attributes. So for example, spryregion should be changed to
    spry:region, and spryrepeatchildren changed to spry:repeatchildren.
    Note that the source for this file in the zip you downloaded
    is all up to date. It's only the online versions that are out of
    sync.
    --== Kin ==--

  • File Protocol does not work with double slash ...PLEASE HELP

    Hi ALL
    POSTING THIS AGAIN....Please have alook
    I am using j2sdk 1.4.2 . In 1.4.1 version File protocol was working with double slash
    But Now in 1.4.2 version I have to use /// slashes to make it work...
    Can anyone shed any light on this. Has Sun changed something ?
    I searched the release notes but could not find anything useful.....
    Please comment .
    Thanks

    The problem is that it leads to maintenance problems
    for our products
    future releases and I need to find a good solution to
    this problemRead the spec for file URLs, fix your existing code to use it, and remember this lesson for next time.
    (Side note: I can't remember ever using or seeing double slases.)

Maybe you are looking for

  • Left & centre speakers do not work: Inspire 580

    Using Inspire 580 with XP home edition. The system was working and I use only 3 front speakers and the sub-woofer. Only the right speaker and sub-woofer work. There is now no output from the centre or left outputs from the connections on the side of

  • How do I install Mountain Lion on FileVault2 encrypted System disk

    So I got a Mountain Lion installation DVD from our system administrator at work to upgrade my 2010 MacBook Pro. I run the installer from the disk under Lion and it copis stuff to /OS X Install Data and reboots. Now, it just displays the "Lion" passph

  • Custom tree node and DefaultTreeModel

    Hello, I would like to know if it's possible to use the following custom tree node with the DefaultTreeModel: class MyTreeNode extends DefaultMutableTreeNode{   private String _argument = null;   public MyTreeNode(){}   public MyTreeNode(Object node,

  • Where has my Desktop folder gone?

    Somehow my Desktop folder has gotten into the following path:/Library/Documentation/Applications/iPhoto. what to do to return it to its normal place?

  • Saving (and losing) work on book in Aperture

    I'm new to both Aperture and Leopard. After successfully importing photos, I was making up a book when Aperture crashed. After restarting it I was astounded to find that ALL (photos, project & Book) were gone. I had assumed Aperture automatically sav