Using a timer to refresh WSDL content

I have a webservice that when refreshed, brings back updated information. Using Builder 4.6, I followed the wizzard and have all this information bound. Where I get stuck is that I don't know how to have the webservice refresh. I have tried using a timer, but I am obviously doing something wrong. I thought I was doing it right, but then I get an error when I save it.
     1023: Incompatible override
It seems to point to a function on the sub-class.
x    protected override function preInitializeService():void
        super.preInitializeService();
        // Initialization customization goes here
Without the timer, here are no issues with the exception that the data will not refresh. Any ideas on how to incorporate a timer so I can refresh the data? Thanks for anyones help.

hi
if you want a auto-refresh, you can use a meta tag HTML :
<meta http-equiv="refresh" content="60"> where 60 is the time in second

Similar Messages

  • Using an external drive with shared files (iPhoto, iTunes), attached to a Time Capsule, can the contents of the external drive be backed-up to the internal Time Capsule drive? Perhaps a RAID1 mirror to a partition?

    Using an external drive with shared files (iPhoto, iTunes), attached to a Time Capsule, can the contents of the external drive be backed-up to the internal Time Capsule drive? Perhaps a RAID1 mirror to a partitioned Time Capsule? I understand that the Time Machine (software) cannot backup a networked drive (the external) and that Time Capsule (the router/wireless hard drive) does not have its own backup software... so it won't backup the connected drive. What I would like is an alternate solution for having an automated backup of a networked drive. A 2TB Time Capsule has more than enough space for Time Machine backups of my family of Macbooks, so I had hoped to mirror a 500GB external drive (with shared media files) to a portion of the Time Capsule internal hard drive. I assume this would require a partition of the Time Capsule drive. If not, would the sparse file from the various computers being backed up need to be copied to the external drive as part of the RAID1 setup? This seems like overkill for the Time Machine backup, but it would cover the media files.  

    The complexity with this idea is the software has to run from a Mac computer on your network.. so you need a Mac turned on, probably most of the day.
    It isn't possible to partition the TC although you can create a image area.
    The software would have to copy the material, that means all files to be copied, go from USB drive, back to the Mac, then back to the TC, and written to the drive. In other words you have just added Network congestion, although a proper incremental backup type software will not actually use a lot of capacity.
    Finally it will be slow.. network drives are slower than internal drives. Well USB connected drive is much slower than the same drive connected directly to the computer.. and if the drive is connected directly to a computer it can be shared with the network.
    http://www.anandtech.com/show/4577/airport-extreme-5th-gen-and-time-capsule-4th- gen-review-faster-wifi-/4
    Read carefully the speed of the USB drive plugged into the TC.

  • When using Time Machine to back up to external drive, does Time Machine back up content in your Trash folder?

    When using Time Machine to back up to external drive, does Time Machine back up content in your Trash folder?

    Go to System Preferences (under the Apple menu) > Time Machine and click the Options button. Click the "+" button in the lower left. In the resulting dialog, check the Show invisible items checkbox. Go to your home folder and look for Trash. Click the Exclude button in the lower right.

  • Error in Cache Refresh(Unable to refresh cache contents)

    Hi All,
    When i am refreshing Cache from the browser using link CPACache/refresh?mode=full it says success.
    When i do from SXI_CACHE it gives an error.
       Error during last attempt to refresh cache
       Unable to refresh cache contents
    So when i run any schenario in message monitoring i get the following error-
    <i>SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="XICACHE">UPDATE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>http response does not contain a valid XML root tag</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>An error occurred when refreshing the XI runtime cache</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error></i>
    I checked the INTEGRATION_DIRECTORY_HMI connection...
    here the response which im getting is..
    <i> HEADER NAME                HEADER VALUE
    response_line               HTTP/1.0 200
    server_protocol             HTTP/1.0
    status_code                 200
    status_reason
    ragma                       no-cache
    ache-control                no-cache
    ontent-type                 text/html
    ontent-length               87
    HTTP BODY
    TITLE>Error</TITLE>#<BODY>#<H1>Error</H1>#FW-1 at nebula: Unknown WWW s
    rver.</BODY>##
    Time (ms)                                 17</i>
    I believe that is not the right response.
    Everything was working fine yesterday when all of a sudden this error cropped up from no where.
    Regards,
    Rahul

    Hi,
    This is the error it shows there..
    <b>ERROR ID</b>      <i>UPDATE</i>
    <i>http response does not contain a valid XML root tag</i>
    Regards,
    Rahul

  • Re execute query with out using a time

    Hi
    I want to refresh data in many based tables blocks automaticly with out using a timer, lest say ever 2 m refresh the data, is there is any soluation for that
    best regards

    Hi!
    If you use a timer, the mouse cursor will not move...
    But may the content of an active item get selected, if the timer elapse.
    This is just happen, if you have a form open with a running timer
    and call another form with the open_form build-in.
    When the timer in the calling form elapse, a context switch to
    the calling form occurs and when the focus come back to the called form,
    may the current-item value is getting selected. But the mouse cursor is not moving!
    May you try to requery your block with a timer and see what's happen.
    Regards

  • Refresh the content of a page

    I' am developing a web monitoring console. Therefore I must be able to refresh the content of a page(table) and requery the underlying sql. Must I use a timer or are the other methods and alternatives.

    I am creating a project in Java Studio Creator 2. It starts out with a login screen and depending on the user rights, it lists(in a listbox) the possible pages the user has access to. From here the user selects the page they want to go to and takes them there. Now the problem that I am having is that this final page they are taken too needs to be refreshed every 5 seconds.
    I tried to add <meta http-equiv="refresh" content="5"/> in my <ui:head, but it just returned an error. After a little tweaking, I came up with <ui:meta httpEquiv="refresh" content="5"/>.
    The problem that I'm now having is that the page will wait 5 sec, and then reloads the previous page with the listbox. What am I doing wrong?
    The JSP head code that I have is as follows:
    <ui:head binding="#{Page3.head1}" id="head1">
    <ui:link binding="#{Page3.link1}" id="link1" url="/resources/stylesheet.css"/>
    <ui:meta httpEquiv="refresh" content="5"/>
    </ui:head>
    Now another question that I have, is how can I get a different page to start refreshing every 5 seconds after pressing a button and have it stop after pressing a second button.
    Thanks in advance,
    Raimie

  • Wicd takes a long time to refresh

    Ok, I am not entirely sure what will be relevant to this inquiry, so I will wait a post to put up the needed logs or config files.
    Right now, dbus, hal, wicd and wicd-client all load. The iwlagn module loads. The trouble is that Wicd started taking a long time (~3-5 minutes) to refresh the first time I open the client's gui. If I am in an area that snags a signal I have used before it loads it just fine usually before I can even get firefox to wake up and get it's fat a$$ moving when I first boot the comp.
    The trouble starts when I am in a new wifi area, like school, where the signals are for networks not on Wicd's list. I have to open the gui to select the right one, but it just sits there blank for a long time. Once it refreshes the first time, it refreshes again in just ~20 seconds.
    When I kill wicd-client and start it from terminal, all it says is ***refreshing***.
    Any and all help would be greatly appreciated, and while it is an inconvenience, it's not crippling.

    hi,
    If you discover significant high frontend time, check whether the formatting is the reason. If so, either switch it off or reduce the result lines.
    As formatting information is not transferred, the time consumed in the frontend can be reduced.
    But the workbook you are executing may obviously take much time.
    Message was edited by: AVR - Intelli

  • My Inbox Takes a Long Time to Refresh

    My inbox on Mac Mail (desktop / Mavericks) takes a very long time to refresh. Messages that I have archived on iOS or on my other Mac (Mac Air) are still in the inbox and new messages do not appear.
    I have rebuild the inbox, refreshed, re-started etc to no avail. There is only a lag on my gmail accounts. I am aware of the "All Messages" issue with Mavericks and my IMAP is set up properly.
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro5,2
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          3.06 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache:          6 MB
      Memory:          8 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MBP52.008E.B05
      SMC Version (system):          1.42f4
    System Software Overview:
      System Version:          OS X 10.9 (13A603)
      Kernel Version:          Darwin 13.0.0
      Boot Volume:          Macintosh HD
      Boot Mode:          Normal
      Secure Virtual Memory:          Enabled
      Time since boot:          2:02

    Yes, i'm using the charger that came with it.
    My iPad is iPad with retina display
    No, i'm not using it while it charges. I turn it off to charge it. The firsts charges were quicker, but now it's take too long to charge.

  • Can i use my time capsule to wirelessly backup my macbook and its external hard drive, which up until now was it's time machine and storage? How?

    Can i use my time capsule to wirelessly backup my macbook and its external hard drive, which up until now was it's time machine and storage? How?

    The external drive must be connected to the Mac using either USB or FireWire
    You must remove the external hard drive from the list of items that are "excluded" from backups in Time Machine Preferences.
    Here's how:
    Open System Preferences (gear icon on the dock)
    Open Time Machine
    Click Options
    Look for the name of the hard drive in the list of "excluded" items and click on it to highlight it
    Click the -- (minus) button at the bottom of the list to remove the hard drive from the list of "excluded" items....so it will now be backed up
    Strongly recommend that you do the first backup using Ethenret from your computer to the Time Capsule since the entire contents of the external drive will be copied on the first pass. Ethernet will be 3-5 faster than wireless.
    Once you have the first backup done, you can use wireless for subsequent backups since they will nornally be much smaller....unless you add large files to the external drive.

  • Can I use my Time Capsule as a External Hard Drive (through Ethernet) ONLY?

    Here is my situation:
    I am a college student and have been using my Time Capsule to create a wireless network (or extend a previous one) and also to store my iTunes library content (kind of like a wireless hard drive).  I just moved into a new apartment and they already have a wireless network and it works just fine how it is.  I know that I can extend the network through my Time Capsule (wirelessly because I don't have a long enough ethernet cord to connect into the existing modem), but I don't need/want to because it would just add another path of access for data to go through.  I don't mind just having my computer connect wirelessly to the existing wireless router rather than sending it wirelessly through the Time Capsule which would then just need to send the data to the existing router.  It just seems like it would make things slower and I don't want to even deal with it.  I hope that makes sense.
    This is what I want to do and I'm wondering if it is possible and if so how to do it.  First, I want my computer to be connected to the current wireless network (as if I didn't even have a TIme Capsule extending the network) so I can access the internet BUT SECOND, I want to access the iTunes library content I have saved on the Time Capsule through a direct ethernet connection.  I have too much content (i.e. movies, music...etc) to be able to save it all on my laptop and so that is why it is on the Time Capsule.  So simply, if the Time Capsule is plugged into my laptop, can I have it so it ONLY acts like a normal ethernet connected external hard drive?

    TC can be set a number of different ways.. Just run it as a router for now.. ie exactly at default.. The fact that you don't have WAN address or connection is irrelevant.. we can tell the TC to ignore the problem. At default the TC is 10.0.1.1
    The only issue you can have is if the wireless network is also 10.0.x.x. if it is change the IP of the TC to 192.168.10.1 (or whatever you like.. as long as it isn't the same).
    Use static IP settings for the network in the Mac.. you can use exactly the same IP and subnet the TC passed by dhcp. Just no router (gateway) or dns.. so as to not confuse the main network.
    You seem to be worrying to much about getting everything right..
    Start.. learn.. it is faster to do it and see what happens.. than keep asking questions.
    If you run into a snag disconnect the TC.. or reset to default and ask the specific question.

  • Podcasts app not refreshing new content?

    Hi, my podcasts app is not refreshing new content for last 4 days, is anyone else facing the same issue?

    Hello there, ikgandhi.
    The following Knowledge Base article offers up some great steps to review for issues with the Podcasts app for iOS:
    Podcasts app for iOS: Managing subscriptions
    http://support.apple.com/kb/HT6190
    Default settings: From your Home screen, tap Settings and then Podcasts. These settings are shared by all of your podcast subscriptions. These are known as default podcast settings.
    Refresh Every: You can choose how often your iOS device checks for new episodes to your subscriptions. It's set to check every six hours by default.
    Limit Episodes: You can pick how many episodes you see for subscriptions.
    Download Episodes: The latest episodes of your podcasts will download automatically if your iOS device is connected to Wi-Fi.
    Delete Played Episodes: If this is turned on, episodes will delete 24 hours after you finish playing them.
    Use Cellular Data: If your iOS device has a cellular connection, you can allow downloads to use cellular data when Wi-Fi isn't available. This is off by default. Downloads using cellular data are limited to 100MB per episode. If an episode is larger than that, it won't start downloading until you're connected to Wi-Fi.
    Podcast-specific settings: The second place you'll find subscription settings is within the Podcasts app. Tap a podcast subscription under My Podcasts and pull down with one finger to reveal the settings buttons. These settings are unique to each subscription. If you don't change anything here, the podcast subscription will just use the default settings. If you do make changes to a specific subscription’s settings, they'll only apply to that podcast.
    Play: This setting lets you change the order in which a subscription plays. If you're listening to a news style podcast, you may want to set this to play the new episodes first. If the series is more episodic, you may prefer to play oldest to newest.
    Sort Order: This changes the sort order of episodes that appear for a podcast (not its playback order).
    Subscribed: When this is on, new episodes of this podcast will be marked as unplayed as they become available.
    Refresh Every: You can choose how often your iOS device checks for new episodes to your subscriptions. It's set to check every six hours by default.
    Limit Episodes: You can pick how many episodes you see for subscriptions.
    Download Episodes: The latest episodes of your podcasts will download automatically.
    Delete Played Episodes: If this is on, episodes will be deleted 24 hours after you finish playing them unless you've marked them as Saved.
    Inactive subscriptions
    If you do not play or access a subscription within 15 days, your subscription to that podcast will go inactive and you will no longer receive updates to it. As soon as you access the subscription again it will refresh. 
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Can I stream movies to my tv using from time capsule storage?

    I'm thinking about trying to use the time capsule as my own personal cloud at home.  That way I can stream music and movies to my tv.  Will this work and how do you set it up?

    No it won't work.. Not in a purely apple environment.
    You need a player.. the TC is not a player.. it is a dumb as a board hard disk in a router.
    The Apple TV is a strange beast but it is so aligned to iTunes.. that it cannot work as a straight media player.
    People including me.. JB them (ie modify the OS to make it play files).. but the new ATV 3 is proving resistant.. so you can only hack the v1 and v2.. hence the v2 commands huge prices second hand.. cf a brand new v3.. Apple shot themselves in the foot on this.
    But you can play the content using a real media player.. eg WDTV live..
    Or you can use an ipad or something else to play (stream the content) to the ATV.

  • How can I limit the amount of space on a Time Capsule used by Time Machine?

    I know that you cannot partition a Time Capsule drive.  However, I was wondering about other options for limiting the amount of space used by Time Machine so that I can use the rest of the space for other purposes.
    I heard something about creating a disk image on the Time Capsule to limit the amount of space used by Time Machine.  If I create a disk image, would TM just use all the space that's not part of the disk image?  How do I access the disk image part?  Can I manually drag and drop files to it from my Mac like any other external drive?  Could I set up the disk image part to work with a Windows computer?
    I've also heard things about modifying sparsebundles which I don't know anything about.  How does this work?  What happens to the space that is not part of the TM sparsebundle?  How do I access it?  Can I manually drag and drop files to it from my Mac like any other external drive?  Could I set up the extra space to work with a Windows computer?

    Some other things to make note of:
    Some disk image formats have a maximum size and only use that size after they have had to expand to actually hold that much data. Make sure you are not using this type of image so you can guarantee the space is reserved. Sparse bundles are like this. I haven't read up on the sparse bundle trick, but I assume it's something to do with setting a maximum size for it.
    When you open up the Time Capsule disk, you will first be looking at the normal storage space. When you create an image, there will be a file you click on that mounts another drive that uses space on the Time Capsule. This shows up as just one file unless you open it to see it's contents.

  • Work book is taking more time to refresh

    Hi Gurus,
    we are facing an issue with the workbook, one query is inserted in the workbook and the User has inserted few more sheets in the workbook and performing some calculations ,when the user perform calculations and refresh the workbook it is taking 45 to 1hr time to refresh.  Could you pls suggest
    Thanks

    Hi Chakri,
    Refresh time mainly depends on the calculations, How many KFs are used in the sheets and the complex calculations can also affect.
    Please put exact details of query/work sheets or try to reduce overlapping sheets or make them different file.
    Rds

  • Report takes  long time to refresh

    Hi Experts ,
    I have an issue ,when I have only used one workshet  to upload as the original workbook has about 25 worksheet tabs and is too large to upload.The report takes 20 minutes to refresh I was rebuilding the report when I noticed that when I added the formulas to the bottom to the original report the report started to take longer to run.When the bottom section of the report is not included the report refreshed in about  2 minutes.
    In the file that completes faster,there are no formulas after line 353
    In the file that takes long time o refresh,the start on line 357.When the bottom section of the report is not included the report refreshed in about 2 minutes.Any sugession.Thanku.
    Regards
    R@vi

    hi,
    If you discover significant high frontend time, check whether the formatting is the reason. If so, either switch it off or reduce the result lines.
    As formatting information is not transferred, the time consumed in the frontend can be reduced.
    But the workbook you are executing may obviously take much time.
    Message was edited by: AVR - Intelli

Maybe you are looking for