Web applicatio​n, control and monitoring

Good moorning!
    I'm developping a web application, to control and monitor several instruments, Fieldpoint and GPIB. I haven't found any problems yet (I'm not asking for help ), but I'd like to hear your experience in this field. I've just created a website (an ugly website, I recognize). And I'm learning how to open front panels on the web, and changing from one to another.
   Do you have active websites with visible front panels from the web? Do they have public access?
Thank you in advance!
Alfonso.

Alfonso,
maybe this link is just what you are looking for....
Norbert B.
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • Create Remote Control and Monitor VI

    Hi all,
    I have 2 VIs. One is PC Host VI and other is cFP2200  real-time running VI.
     Now I can use PC host and cFP shared variable to control and monitor in the same network.
    But I have a problem that I need 2 or more cFP in the same network.How can I seprate to control themone by one?
    They are using the same program but set with different IP.
    Does shared variables are using fix IP and can I type the cFP2000 network IP in PC Host VI to select different cFP?
    How to do ?
    Thanks.
    Robert

    Hello Robert,
    You will need to use a separate shared variable for each cFP. You can create a Case Structure in your Host VI to select which shared variable to use based on which cFP you select. I think that's the simplest option for you.
    There is also a way to programmatically change the data binding for a shared variable, but this requires the DSC Module. Take a look at this article if you want to check out this option: http://digital.ni.com/public.nsf/allkb/2E8BAD0EA218A7558625712E0003F044?OpenDocument
    Product Support Engineer
    National Instruments

  • Mobile app based on web service data control and VO with VC runtime error

    Hi,
    Jdev 11.1.2.3.0 + mobile extension.
    Windows 7, 64 bit.
    Reproduceable with Android emulator but not on iOS and iOS emulator.
    I can not test on real Android device because we do not have it in our office.
    So I don't know wether this issue is related to android emulator only or to android in general.
    Also not reproduceable by Oracle support.
    I have a VO "Employees" with a VC "department_id = :departmentIdVariable" and exposed the find method for this VO via service interface in AM.
    (see demo video from https://blogs.oracle.com/shay/entry/developing_with_oracle_adf_mobile?utm_source=dlvr.it&utm_medium=facebook).
    In a ADF mobile app I create a parameter form and amx:listView like demoed in the mentioned video.
    Whenever I test this app on android emulator I get the error below.
    Exact the same page used in a second feature works fine.
    I found out that the problem only occures on the first attept (this means when I open the page on the second feature first then this will fail and the subsequent call of the first page will be successfull).
    The problem does not occure when the web service data control does not contain a method based on VC with bind variable.
    [SEVERE - oracle.adfmf.framework - AmxBindingContext - loadDataControlById] Unable to load Data Control testDataControl due to following error: ERROR [oracle.adfmf.framework.exception.AdfException] - Unable to load definition for testDataControl.Types.findEmployeesView1DepartmentIdCriteria.findCriteria.childFindCriteria.findAttribute.
    ERROR [oracle.adfmf.framework.exception.AdfException] - Unable to load definition for testDataControl.Types.findEmployeesView1DepartmentIdCriteria.findCriteria.childFindCriteria.findAttribute
    at oracle.adfmf.metadata.bean.transform.TransformCacheProvider.fetch(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
    at oracle.adfmf.cache.SimpleCache.get(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;(Compiled Method)(Unknown Source)
    at oracle.adfmf.metadata.cache.MetaDataCache.getByLocation(Ljava/lang/String;)Loracle/adfmf/util/XmlAnyDefinition;(Unknown Source)
    at oracle.adfmf.metadata.cache.MetaDataFrameworkManager.getJavaBeanDefinitionByName(Ljava/lang/String;)Loracle/adfmf/metadata/bean/JavaBeanDefinition;(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.registerAccessorAttribute()V(Unknown Source)
    at oracle.adfmf.dc.JavaBeanObject.registerJavaBean(Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.<init>(Ljava/lang/String;Ljava/lang/String;Loracle/adfmf/metadata/bean/JavaBeanDefinition;Ljava/lang/String;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.<init>(Ljava/lang/String;Ljava/lang/String;Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.registerAccessorAttribute()V(Unknown Source)
    at oracle.adfmf.dc.JavaBeanObject.registerJavaBean(Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.<init>(Ljava/lang/String;Ljava/lang/String;Loracle/adfmf/metadata/bean/JavaBeanDefinition;Ljava/lang/String;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.<init>(Ljava/lang/String;Ljava/lang/String;Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.registerAccessorAttribute()V(Unknown Source)
    at oracle.adfmf.dc.JavaBeanObject.registerJavaBean(Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.<init>(Ljava/lang/String;Ljava/lang/String;Loracle/adfmf/metadata/bean/JavaBeanDefinition;Ljava/lang/String;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.<init>(Ljava/lang/String;Ljava/lang/String;Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.VirtualJavaBeanObject.registerAccessorAttribute()V(Unknown Source)
    at oracle.adfmf.dc.JavaBeanObject.registerJavaBean(Loracle/adfmf/metadata/bean/JavaBeanDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.ws.WebServiceObject.registerBean(Loracle/adfmf/metadata/dcx/AdapterDataControlDefinition;Loracle/adfmf/metadata/dcx/soap/SoapDefinitionDefinition;)V(Unknown Source)
    at oracle.adfinternal.model.adapter.webservice.WSDefinition.loadDataControlDefinition(Loracle/adfmf/metadata/dcx/AdapterDataControlDefinition;)V(Unknown Source)
    at oracle.adfmf.dc.GenericJavaBeanDataControlAdapter.loadDataControl(Ljava/lang/String;)V(Unknown Source)
    at oracle.adfmf.dc.ws.WebServiceDataControlAdapter.setDataProvider(Ljava/lang/Object;)V(Unknown Source)
    at oracle.adf.model.adapter.DataControlFactoryImpl.createDataControl(Loracle/adfmf/bindings/dbf/AmxBindingContext;Loracle/adfmf/util/XmlAnyDefinition;Ljava/util/Map;)Loracle/adfmf/bindings/DataControl;(Unknown Source)
    Does anyone has seen the above error ?
    I have recreated the model and mobile app more than 20 times, re-installed Jdev, re-created Jdev settings (integrated WLS & Co), ran the web services on a different machine.
    On my site this problem is 100% reproduceable with android emulator.
    regards
    Peter

    Hi, Peter, this could be an issue with proxy server setting. Are you behind a firewall when you test this?
    iOS simulator would use Mac's proxy setting. Android Emulator has its own proxy setup - it's a bit complicated to get to and varies based on the Android emulator you are using. For 4.1 emulator (you should always use 4.x or above emulators), you would need to go into the emulator itself, and go to settings - Wireless & Networks - click More... - Mobile Networks - Access Point Names. You should see an Access point used by the emulator to simulate network connection. Mine says "T-Mobile US". You click on it, and then you can select the proxy attribute and set it according to your office's settings.
    Hope that resolves the issue.
    Thanks,
    Joe Huang

  • Control and monitoring of traffic lights

    i am a student and new to graphical programming.i am using labview 6.1 to monitor and control a system of traffic lights from a central location.my problem is geting the lights to go on and off.

    You asked the same question here and the answer is still the same. Provide some details on what exactly you're attempting to do and what specifically is the problem. That means details on what kind of hardware you're using to interface to the lights, any error codes being generated, etc. Posting your program would help as well.

  • Camera control and Monitor Software

    Hi All,
    Two questions, quasi-related.
    First, does anyone know of any camera control software for Sony? I have a TR27 and an HDR FX1.
    Second, does anyone have any experience with monitoring software? Specifically, I am looking at the Red Lightning DV Monitor software. It would be nice to go from the camera directly to the hard drive. Also, is there any software which lets you monitor more than one camera simultaneously?
    Thanks. Any input/links would be helpful and appreciated.
    --Dana

    They should produce the same EXACT version of the RAW file.
    The profiles are meant to give approximately the same rendering concerning tone and color. You cannot render the exact same thing as Canon uses proprietary algorithms which Lightroom cannot use. The profiles just approximate those using Lightroom's RAW engine. Also they will only come close if you use default settings in your camera, so no highlight priority, no added saturation, etc. If you want the exact same thing, shoot jpeg or convert the RAW to tiff in DPP. That said, my experience is that the camera matching profiles come very close to out-of-camera rendering as long as you don't modify the styles.
    I say they HAVE to, because otherwise who is right - who´s got the true colors (e.g. Faithful style is supposed to represent colors exactly if shot at 5200K, yet DPP Faithful differs from LR faithful????)
    None of Canon's styles give accurate rendering. That is not what they are meant to do. They are meant to be visually attractive, which is very different from accurate. Faithful is not really scene referred correct color. See for some measurements of that on one of the more accurate cameras, the Canon 5D mk II, here. The way to get correct color, if that is what you are interested in, is to shoot a colorchecker chart and use Adobe's free DNG profile editor to generate a calibrated profile for your camera.
    Also, is there a way to convert other picture styles one has created into Lightroom profiles perhaps through some use of DNG Profile Editor?
    No. Would be neat, but is not currently possible without a lot of manual labor. You can shoot a colorchecker and by comparing the rendering in DNG profile editor to that in DPP visually and using the patch tools, you might be able to sort of get there but that is going to be very tedious. It would be nice if we were able to give DNG Profile Editor a different target than perfect rendering of the colorchecker, because right now, the only way to do it is visual.

  • PWM Actuator control and monitoring

    Hi,
    I am working on a personnal project and I need to control three (or maybe 4) linear actuators (fyi, dyadic SCN6 (uncertain as of now if i'll be using SCN6-020/040 or 060, but they are pretty much the same). (Spec Sheet: http://www.miraiintertech.com/home/downloads/Dyadic1003.pdf )
    I do have some LabView skills, but i do lack some electronic skills to determine how to have LabView control those actuators.
    I have a LabView Vi that i want to use to send some (help me here) PWM signals to control the actuators... I might need to monitor them as well to have a better control. 
    So my question as of now is, what do i need to do that, what kind of PWM controller/card (I don't have a clue), and can you provide me some knowledge regarding this technology.
    Thank you very much,
    Marc
    Message Edited by Chronik on 05-03-2010 10:17 PM

    Thanks for the reply,
    After looking around, I might have to do it differently than i first expected.
    I will use LabView to send position orders to the SCN6 actuators. From what i heard, I think i'll have to use some LabView compatible card with (analog) outputs, that then will then connect to somekind of servo-motor that then will be able to drive the actuators' motor according to my LabView's instructions...
    PS: I said analog, because the guy i talked to said it might be better for me to send analog signals than doing PWM and sending the bit to change the direction
    I really need help here, as you can see !

  • Temperature control and monitoring?

    I've been tempted to start some gaming on my mac pro, from what I've read so far, OS X SL doesn't have anything to monitor the temperature of GPU, nor does it have anything like catalyst to tune up the fan speed when needed as the GPU heats up.
    I read about smcFanControl, does it work on a mac pro 5.1 running 64 bit kernel? If i decided to do some 3D gaming for games like COD or WoW, what sort of fan speed would I need to make sure that the GPU doesn't get fried?
    If I were to game on boot camp windows 7, which drivers should I install beside the default bootcamp driver that comes with the SL installation DVD? I noticed there is a catalyst driver package specifically for mac boot camp, am I limited to this driver package or can I install the latest ATI catalyst driver package that are normally available for windows?
    Anyone have any experience with gaming on a mac pro 5.1 with dual ati 5770 video card? Any tips would be great.
    Appreciate for your help.

    smcFanControl will run on a 5,1.
    There's the free iStat Pro widget which give limited temperature info.
    There the shareware iStat Menus which does give info (temps, sppeds, voltage, amps, power) for just about anything it can get at.  One piece of info is the PCIe slot temp for the slot the video card is plugged into.  It also has some fan speed controls as well.

  • How to enable cpu fan control and monitor

    Just had this new budget PC build:
    MSI FM2-A55M-E33 Bundkort micro-ATX Socket FM FM2-A55M-E33
    AMD A serie A4-5300 3.4 GHz 2 cores 2 tråde 1 AD5300OKHJBOX
    G.Skill ARES Hukommelse 8 GB : 2 x 4 GB DIMM F3-1600C9D-8GAO
    Linkworld Mini LC727-10 Black Piano 550W 727-10-C2128 It
    Windows 8 Licens og medie 1 PC OEM DVD 64-bit WN7-00401
    ZALMAN CNPS 5X Performa Processor-køler CNPS5X PERFORMA
    Samsung 840 Series MZ-7TD120 Solid state driv MZ-7TD120BW
    Samsung SH-224BB Disk drev DVD±RW (±R DL) / D SH-224BB/BEBE
    OS: win 8,64bit
    Thing is i dont know how to enable CPU fan control/regulation ifd possible. Doesn't realy see anything anything in the mobo manual except mentioning AMD Cool’n’Quiet.
    This fan i have installed is running fine but i thk it runs full speed all the time and that makes a lot of noise - not needed.
    Thx for any advice/tip/hint

    40 °C is fine. The minimum fan speed can be set is a % of the full capacity.
    Start with 12.5% and if the fan needs to adjusts it's fan speed too often and it get's annoying you can raise it to 25% or more.

  • Web Service Data Controls don't refresh properly.

    I am runing JDeveloper Studio Edition 10.1.3.2.0.4066
    I have developed several Web Service Data Controls and pages to use them to display output. The pages seem to have a problem refreshing output when the value of the input parameter is changed, but only once data has been successfully fetched once.
    I have tried several settings for the refresh attribute:
    IfNeeded: retrieves data only once. Even if other valid values are put in, displays same data. Values that would retrieve no data show a blank screen UNTIL a data set is retrieved, then goes to same data displayed instead of blank form.Scrolls through multiple records. This is true for every option which has IfNeeded in the name
    Always: retrieves different data every time the parameter value changes. If the parameter value would result in no data being retrieved, the screen displays the last data retrieved with another value instead of blank. Scrolling is broken because every time I hit the navigation buttons, the screen refreshes and puts the current row back at the first record.
    PrepareModel: retrieves different data every time the parameter value changes. If the parameter value would result in no data being retrieved, the screen displays the last data retrieved with another value instead of blank. It will scroll thru records, but every couple of records I get this error:
    JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[1 ]
    RenderModel: Same as IfNeeded.
    This is the wsdl I used to build the data control:
    http://ceres.dscr.dla.mil:8888/orabpel/default/Rqn/1.0/Rqn?wsdl
    Here are the results from the wsdl:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="Rqn" targetNamespace="http://xmlns.oracle.com/Rqn" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/Rqn" xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/top/Rqn" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/Rqn">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/Rqn" location="RqnService.wsdl" />
    - <types>
    - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/Rqn" xmlns="http://www.w3.org/2001/XMLSchema">
    - <element name="RqnProcessRequest">
    - <complexType>
    - <sequence>
    <element name="input" type="string" />
    </sequence>
    </complexType>
    </element>
    - <element name="RqnProcessResponse">
    - <complexType>
    - <sequence>
    <element name="result" type="string" />
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    - <message name="RqnRequestMessage">
    <part name="payload" element="ns1:RqnServiceSelect_p_nsnInputParameters" />
    </message>
    - <message name="RqnResponseMessage">
    <part name="payload" element="ns1:RqnAllTabCollection" />
    </message>
    - <portType name="Rqn">
    - <operation name="process">
    <input message="tns:RqnRequestMessage" />
    <output message="tns:RqnResponseMessage" />
    </operation>
    </portType>
    - <binding name="RqnBinding" type="tns:Rqn">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="process">
    <soap:operation style="document" soapAction="process" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="Rqn">
    - <port name="RqnPort" binding="tns:RqnBinding">
    <soap:address location="http://ceres.dscr.dla.mil:8888/orabpel/default/Rqn/1.0" />
    </port>
    </service>
    - <plnk:partnerLinkType name="Rqn">
    - <plnk:role name="RqnProvider">
    <plnk:portType name="tns:Rqn" />
    </plnk:role>
    </plnk:partnerLinkType>
    This is the pageDef file for the output page:
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="10.1.3.40.66" id="showRqnPageDef"
    Package="app1.pageDefs">
    <parameters/>
    <executables>
    <variableIterator id="variables" Refresh="always"/>
    <methodIterator id="processIter" Binds="process.result"
    DataControl="ceresRqn" RangeSize="10"
    BeanClass="ceresRqn.process" Refresh="ifNeeded"/>
    <accessorIterator id="RqnAllTabIterator" RangeSize="10" Binds="RqnAllTab"
    DataControl="ceresRqn"
    BeanClass="ceresRqn.process.RqnAllTab"
    MasterBinding="processIter" Refresh="ifNeeded"/>
    <invokeAction id="qryRqn" Binds="process" Refresh="renderModel"/>
    </executables>
    <bindings>
    <methodAction id="process" InstanceName="ceresRqn" DataControl="ceresRqn"
    MethodName="process" RequiresUpdateModel="true" Action="999"
    IsViewObjectMethod="false"
    ReturnName="ceresRqn.methodResults.ceresRqn_process_result">
    <NamedData NDName="p_nsn" NDValue="${processScope.holdNsn}"
    NDType="java.lang.String" NDOption="2"/>
    </methodAction>
    <attributeValues id="boStatus" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="boStatus"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="dob" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="dob"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="docDate" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="docDate"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="dorraRecTyp" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="dorraRecTyp"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="extractDate" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="extractDate"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="matlRcptAcknDt" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="matlRcptAcknDt"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="modeShp" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="modeShp"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="nsn" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="nsn"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="quantity" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="quantity"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="rdd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="rdd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSalesDoc" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSalesDoc"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSalesDocItm" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSalesDocItm"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSchdlLin" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSchdlLin"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSchdlLinDt" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSchdlLinDt"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="shpdDt" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="shpdDt"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="shpdQty" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="shpdQty"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="statusCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="statusCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="suffix" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="suffix"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzdmdCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzdmdCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzfundCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzfundCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zznonStdRdd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zznonStdRdd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzorigDocNbr" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzorigDocNbr"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzpriCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzpriCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzprojCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzprojCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzsigCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzsigCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzsuppAdrs" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzsuppAdrs"/>
    </AttrNames>
    </attributeValues>
    <action id="First" RequiresUpdateModel="true" Action="12"
    IterBinding="RqnAllTabIterator"/>
    <action id="Previous" RequiresUpdateModel="true" Action="11"
    IterBinding="RqnAllTabIterator"/>
    <action id="Next" RequiresUpdateModel="true" Action="10"
    IterBinding="RqnAllTabIterator"/>
    <action id="Last" RequiresUpdateModel="true" Action="13"
    IterBinding="RqnAllTabIterator"/>
    <action IterBinding="RqnAllTabIterator" id="Execute"
    InstanceName="ceresRqn.process.return.RqnAllTab"
    DataControl="ceresRqn" RequiresUpdateModel="true" Action="2"/>
    </bindings>
    </pageDefinition>
    Any help would be welcome.

    After adding a refresh condition, RefreshCondition="${adfFacesContext.postback == false}", to the invokeAction for the Execute operation, I was able to query new data when the parameter changed, and maintain correct scrolling behavior. Thanks to Oracle's Chintan Shah for helping me confirm this solution.
    However, I still have a problem. If I get a set of data and then pass a parameter which would cause the web service to return no data (a null result set), the screen displays the old set of data rather than a blank screen. Does anyone have a solution to this problem?

  • Partial Solution:Web Service Data Controls don't refresh properly.

    I am runing JDeveloper Studio Edition 10.1.3.2.0.4066
    I have developed several Web Service Data Controls and pages to use them to display output. The pages seem to have a problem refreshing output when the value of the input parameter is changed, but only once data has been successfully fetched once.
    I have tried several settings for the refresh attribute:
    IfNeeded: retrieves data only once. Even if other valid values are put in, displays same data. Values that would retrieve no data show a blank screen UNTIL a data set is retrieved, then goes to same data displayed instead of blank form.Scrolls through multiple records. This is true for every option which has IfNeeded in the name
    Always: retrieves different data every time the parameter value changes. If the parameter value would result in no data being retrieved, the screen displays the last data retrieved with another value instead of blank. Scrolling is broken because every time I hit the navigation buttons, the screen refreshes and puts the current row back at the first record.
    PrepareModel: retrieves different data every time the parameter value changes. If the parameter value would result in no data being retrieved, the screen displays the last data retrieved with another value instead of blank. It will scroll thru records, but every couple of records I get this error:
    JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[1 ]
    RenderModel: Same as IfNeeded.
    This is the wsdl I used to build the data control:
    http://ceres.dscr.dla.mil:8888/orabpel/default/Rqn/1.0/Rqn?wsdl
    Here are the results from the wsdl:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="Rqn" targetNamespace="http://xmlns.oracle.com/Rqn" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/Rqn" xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/top/Rqn" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/Rqn">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/Rqn" location="RqnService.wsdl" />
    - <types>
    - <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/Rqn" xmlns="http://www.w3.org/2001/XMLSchema">
    - <element name="RqnProcessRequest">
    - <complexType>
    - <sequence>
    <element name="input" type="string" />
    </sequence>
    </complexType>
    </element>
    - <element name="RqnProcessResponse">
    - <complexType>
    - <sequence>
    <element name="result" type="string" />
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    - <message name="RqnRequestMessage">
    <part name="payload" element="ns1:RqnServiceSelect_p_nsnInputParameters" />
    </message>
    - <message name="RqnResponseMessage">
    <part name="payload" element="ns1:RqnAllTabCollection" />
    </message>
    - <portType name="Rqn">
    - <operation name="process">
    <input message="tns:RqnRequestMessage" />
    <output message="tns:RqnResponseMessage" />
    </operation>
    </portType>
    - <binding name="RqnBinding" type="tns:Rqn">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="process">
    <soap:operation style="document" soapAction="process" />
    - <input>
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="Rqn">
    - <port name="RqnPort" binding="tns:RqnBinding">
    <soap:address location="http://ceres.dscr.dla.mil:8888/orabpel/default/Rqn/1.0" />
    </port>
    </service>
    - <plnk:partnerLinkType name="Rqn">
    - <plnk:role name="RqnProvider">
    <plnk:portType name="tns:Rqn" />
    </plnk:role>
    </plnk:partnerLinkType>
    This is the pageDef file for the output page:
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="10.1.3.40.66" id="showRqnPageDef"
    Package="app1.pageDefs">
    <parameters/>
    <executables>
    <variableIterator id="variables" Refresh="always"/>
    <methodIterator id="processIter" Binds="process.result"
    DataControl="ceresRqn" RangeSize="10"
    BeanClass="ceresRqn.process" Refresh="ifNeeded"/>
    <accessorIterator id="RqnAllTabIterator" RangeSize="10" Binds="RqnAllTab"
    DataControl="ceresRqn"
    BeanClass="ceresRqn.process.RqnAllTab"
    MasterBinding="processIter" Refresh="ifNeeded"/>
    <invokeAction id="qryRqn" Binds="process" Refresh="renderModel"/>
    </executables>
    <bindings>
    <methodAction id="process" InstanceName="ceresRqn" DataControl="ceresRqn"
    MethodName="process" RequiresUpdateModel="true" Action="999"
    IsViewObjectMethod="false"
    ReturnName="ceresRqn.methodResults.ceresRqn_process_result">
    <NamedData NDName="p_nsn" NDValue="${processScope.holdNsn}"
    NDType="java.lang.String" NDOption="2"/>
    </methodAction>
    <attributeValues id="boStatus" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="boStatus"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="dob" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="dob"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="docDate" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="docDate"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="dorraRecTyp" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="dorraRecTyp"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="extractDate" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="extractDate"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="matlRcptAcknDt" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="matlRcptAcknDt"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="modeShp" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="modeShp"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="nsn" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="nsn"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="quantity" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="quantity"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="rdd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="rdd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSalesDoc" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSalesDoc"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSalesDocItm" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSalesDocItm"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSchdlLin" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSchdlLin"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="sapSchdlLinDt" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="sapSchdlLinDt"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="shpdDt" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="shpdDt"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="shpdQty" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="shpdQty"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="statusCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="statusCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="suffix" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="suffix"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzdmdCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzdmdCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzfundCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzfundCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zznonStdRdd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zznonStdRdd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzorigDocNbr" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzorigDocNbr"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzpriCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzpriCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzprojCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzprojCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzsigCd" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzsigCd"/>
    </AttrNames>
    </attributeValues>
    <attributeValues id="zzsuppAdrs" IterBinding="RqnAllTabIterator">
    <AttrNames>
    <Item Value="zzsuppAdrs"/>
    </AttrNames>
    </attributeValues>
    <action id="First" RequiresUpdateModel="true" Action="12"
    IterBinding="RqnAllTabIterator"/>
    <action id="Previous" RequiresUpdateModel="true" Action="11"
    IterBinding="RqnAllTabIterator"/>
    <action id="Next" RequiresUpdateModel="true" Action="10"
    IterBinding="RqnAllTabIterator"/>
    <action id="Last" RequiresUpdateModel="true" Action="13"
    IterBinding="RqnAllTabIterator"/>
    <action IterBinding="RqnAllTabIterator" id="Execute"
    InstanceName="ceresRqn.process.return.RqnAllTab"
    DataControl="ceresRqn" RequiresUpdateModel="true" Action="2"/>
    </bindings>
    </pageDefinition>
    Any help would be welcome.
    Message Header was edited by:
    sdnelson

    After adding a refresh condition, RefreshCondition="${adfFacesContext.postback == false}", to the invokeAction for the Execute operation, I was able to query new data when the parameter changed, and maintain correct scrolling behavior. Thanks to Oracle's Chintan Shah for helping me confirm this solution.
    However, I still have a problem. If I get a set of data and then pass a parameter which would cause the web service to return no data (a null result set), the screen displays the old set of data rather than a blank screen. Does anyone have a solution to this problem?

  • Wsa S160 accept usage control and web reputation filter update failure??

    end-user noticed there are some failure on the accept usage control and web reputation filter update. it show update /download failure on nov 11 and nov 14. I do check the update log it shows Mon Nov 14 14:45:11 2011 Info: Starting scheduled update Mon Nov 14 14:45:12 2011 Info: Scheduled next update to occur at Mon Nov 14 14:50:12 2011 Mon Nov 14 14:45:59 2011 Info: wbrs released download lock Mon Nov 14 14:45:59 2011 Warning: wbrs update failed but the new update shows "not available" . is this a eror or it is normal ?
    IF there is not new release for update, if I click update, will it report a update failure? or what else I can check?
    i checked the update log.
    Mon Nov 14 14:45:11 2011 Info: Starting scheduled update
    Mon Nov 14 14:45:12 2011 Info: Scheduled next update to occur at Mon Nov 14 14:50:12 2011
    Mon Nov 14 14:45:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:45:59 2011 Warning: wbrs update failed
    Mon Nov 14 14:50:12 2011 Info: Starting scheduled update
    Mon Nov 14 14:50:18 2011 Info: Acquired server manifest, starting update 4966
    Mon Nov 14 14:50:18 2011 Info: Server manifest specified an update for merlin
    Mon Nov 14 14:50:18 2011 Info: merlin was signalled to start a new update
    Mon Nov 14 14:50:18 2011 Info: merlin processing files from the server manifest
    Mon Nov 14 14:50:18 2011 Info: merlin started downloading files
    Mon Nov 14 14:50:18 2011 Info: merlin beginning download of remote file "http://updates.ironport.com/merlin/masters-2.1/1453"
    Mon Nov 14 14:50:18 2011 Info: merlin waiting on download lock
    Mon Nov 14 14:50:18 2011 Info: merlin acquired download lock
    Mon Nov 14 14:50:18 2011 Info: Scheduled next update to occur at Mon Nov 14 14:55:18 2011
    Mon Nov 14 14:50:27 2011 Info: merlin released download lock
    Mon Nov 14 14:50:27 2011 Info: merlin successfully downloaded file "http://updates.ironport.com/merlin/masters-2.1/1453"
    Mon Nov 14 14:50:27 2011 Info: merlin started applying files
    Mon Nov 14 14:50:27 2011 Info: merlin applying file "merlin/masters-2.1/1453"
    Mon Nov 14 14:50:27 2011 Info: merlin restarting merlin
    Mon Nov 14 14:50:27 2011 Info: merlin verifying applied files
    Mon Nov 14 14:50:27 2011 Info: merlin updating the client manifest
    Mon Nov 14 14:50:27 2011 Info: merlin update completed
    Mon Nov 14 14:50:27 2011 Info: merlin waiting for new updates
    Mon Nov 14 14:50:59 2011 Info: wbrs started downloading files
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321069006.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321069006.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321069341.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321069341.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321070032.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321070032.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321070355.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321070355.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321071157.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321071157.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321071469.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321071469.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321071901.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321071901.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321072452.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321072452.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321072766.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321072766.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321073089.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321073089.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321073407.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321073407.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321074165.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321074165.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321075094.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321075094.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321075449.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321075449.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321075769.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock

    I think this happens occasionally, its not a big deal.
    Your box tried again, and eventually got update 5 min later.
    You may want to extend the time on this a bit to help performance... every 5 min does add some load.
    Support had me set mine at 8 hours...

  • Grid Control and SOA suite monitoring best practice

    Hi there,
    I’m trying to monitor a SOA implementation on Grid Control.
    Are there some best practices about it?
    Thanks,     
    Nisti
    Edited by: rnisti on 12-Nov-2009 9:34 AM

    If they use it to access and monitor the database without making any other changes, then it should be fine. But if they start scheduling stuff like oradba mentioned above, then that is where they will clash.
    You do not want a situation where different jobs are running on the same database from different setups by different team (cron, dbcontrol, dbms_job, grid control).
    Just remember their will be aditional resource usage on the database/server to have both running and the Grid Control Repository cannot be in the same database as the db console repository.

  • Is there a way of connecting the ipad to the smart board in the classroom, so that the smartboard is the control, and the ipad is displaying what is on the smartboard? This is to help a visually impaired child see what is on the smartboard.,

    Is there a way of connecting the ipad to the smart board in the classroom, so that the smartboard is the control, and the ipad is displaying what is on the smartboard? This is to help a visually impaired child see what is on the smartboard.

    Absolutely!
    Install Splashtop2 on the PC and enable it to be controlled or ran from iPad or Reflection to simply allow iPad to serve as PC unwired monitor. With Splashtop and an Apple TV connected, you use the smartboard as usual, yet the PC and iPad can see the same content. The impaired child can even interact with the Smart Board via the iPad as if he were writing directly on the big screen. Erasing functions can be done by touching the Smart Board manual controls. Several variables are in play that cause this lack of functionality:
        Apple won't permit PC software that infringes its proprietary apps.
        Smart Board companies refuse to develop iPad apps because they feel threatened and are being replaced by iPads
        School districts think Apple TV is meant for copyright infringement and could expose them to safe harbor lawsuits
        Network administrators make it impossible to login Apple TVs because they don't want the streaming occurring
        Classrooms are not able to keep up with the technology of using the iPad
        Clicker companies refuse to play with iPad because they see it as a potential threat to their core business clients
        Apple is not working as hard as it could to exploit its capabilities in education, thus losing money in iPad sales
    The bottom line is that we educators and technology developers are hurting our childern with petty conflicts.

  • Unable to find Web Service Data Control in Menu

    Hi
    I am trying to call a web service from ADF. For that, I want to create a web service data control
    As I understand, if I right click on the Model project, I should see the Web Service Data control under Business Tier > Web Services. (as shown in Sec 2.1 of -- http://www.oracle.com/technology/products/jdev/howtos/1013/wsadf/adfcomplexwstypes.html#WsProxyPojoControl)
    However, I am not able to find this entry in there.
    I have tried the following things:
    I have tried with Jdev 10.1.3.5, 10.1.3.4 and 10.1.3.1
    I have tried selecting all the technology templates available for creating applications
    - No Template
    - Web Application [ JSF, EJB, Toplink]
    - Web Application [ JSF, ADF]
    - Web Application [ JSF, EJB
    - Web Application [ JSF, Struts,ADF] ......and everthing else...
    I still cant see the web service proxy.
    I next opened the Sample ADFToystore application, and I could see the Web service Data control there !....that means my jdev is not faulty...something else is missing.
    So I tried to see what all libraries are selected.... I saw that a library named 'Web Service Data Control' is there in the project, which is not there in the model project of applications I created. So I added this library to the project but still it did not work..
    Next I added ALL libraries that I could see in the libraries section of Project Properties....still no luck
    I am sure I am missing something basic. Can anybody please help.
    Rgds,
    Amit

    Hi Amit,
    try to set filter above in New Gallery to Filter By: All Technologies
    regards,
    Branislav

  • Unable to print crystal report over web using ActiveX Control

    Post Author: jimmyp
    CA Forum: General
    We have a problem with printing crystal report over web using ActiveX Control.  When clicking print button, it only shows a blank dialog web crystal viewer page without any error.  The page just simply hangs.  We installed the PrintControl DLL and enable all the security setting for ActiveX Control for IE.  It still does not print.  Does anyone know why?  
    Environment.
    Bundle Crystal Report v10
    Asp.net 2.0
    IE 6.0 or higher.
    Appreciate for your help.
    Jimmy

    Post Author: Ian Kulmatycki
    CA Forum: General
    A team member here found this, I haven't read it, I'm not sure if our problems are related to this, but hopefully it helps someone:
    -ian
    When Secure Sockets Layer (SSL) is enabled, using the ActiveX control to print reports from a Crystal 10 DHTML viewer results in the following error message:
    "A communication error occurred, printing will be stopped."
    How can this error message be resolved?
    Resolution
    This is a known issue with Crystal Reports 10 and Crystal Enterprise 10 viewers and has been tracked. The Track ID is ADAPT00282199.
    This error occurs due to the receiving application performing a case-sensitive check for the HTTPS request header value "ON". When a sender application sends the value as "on" in lower case, the error occurs. The update below changes the receiving application to be case-insensitive.
    Hot Fixes or Service Packs address this issue as indicated below. With the updates, this issue is resolved.
    Unless indicated otherwise, Weekly Hot Fix updates from our FTP site have only been tested with English versions of products.
    For Crystal Reports 10 and Crystal Enterprise 10, the update for this issue is included in the Crystal 10 Viewers Weekly Hot Fix (WHF). This is available in English only at the following location:
    ftp://ftp.crystaldecisions.com/outgoing/EHF/viewers10win_en.zip
    This issue is addressed in the following components (and later versions):
    PageObjectModel.dll, version 10.0.5.785, dated 8/25/2004
    ReportRenderer.dll, version 10.0.5.785, dated 8/25/2004
    WebReporting.dll, version 10.0.5.785, dated 8/25/2004

Maybe you are looking for

  • Adding the 3 digit days to date

    Hi Folks I want display the future date by adding the no of days to the current date, here the intresting thing is the user wants enter the 3 digit number also( EX: 360). i analysed the all standard FMs, which are accepting the days in 2 digit ormat

  • Upload Third Party Software Component and assignment to Track

    Hi, I created a Track where I have to add a Third-Party Software Component (HMVCGLXBRIDGE.sca). How can I upload Third-Party Software Components and make it selectable for adding it to the Track under SAP NetWeaver Development Infrastructure > Change

  • SMS error

    I have had my thunderbolt for about 2-3 weeks now.. With little to no errors, But starting last night at exactly 9 I am unable to send a SMS message to a single person. I can SMS others but just can't send to her... I get Cause Code: 65535 Error Code

  • When i try to click on the website,why it will jump to another website?

    when i try to click on something in safari,the mouse will open another website.something like advertisement website..

  • Wrong results from "Select count(*) from tbl"

    I am the user of an Oracle DB and I am getting what look like wrong counts using "Select count(*)" statments. It first occurred when I tried to get monthly record counts with Select count(*), month from tbl group by month (Note this is the query I us