Having trouble with ore.tableApply() demo script

I have verified that RQSCRIPTCREATE exists in SYS schema, and my demo user has RQROLE assigned, and I tried assigning RQADMIN as well (redundant). Any ideas?
ORE> # O R A C L E R E N T E R P R I S E S A M P L E L I B R A R Y
ORE> #
ORE> # Name: table_apply.R
ORE> # Description: Execute R code on all rows of a table
ORE> # passed in at once
ORE> #
ORE> #
ORE>
ORE> ## Set page width
ORE> options(width = 80)
ORE> # List all accessible tables and views in the Oracle database
ORE> ore.ls()
[1] "IRIS_TABLE"
ORE> # Create a new table called IRIS_TABLE in the Oracle database
ORE> # using the built-in iris data.frame
ORE>
ORE> # First remove previously created IRIS_TABLE objects from the
ORE> # global environment and the database
ORE> if (exists("IRIS_TABLE", globalenv(), inherits = FALSE))
+ rm("IRIS_TABLE", envir = globalenv())
ORE> ore.drop(table = "IRIS_TABLE")
ORE> # Create the table
ORE> ore.create(iris, table = "IRIS_TABLE")
ORE> # Show the updated list of accessible table and views
ORE> ore.ls()
[1] "IRIS_TABLE"
ORE> # Display the class of IRIS_TABLE and where it can be found in
ORE> # the search path
ORE> class(IRIS_TABLE)
[1] "ore.frame"
attr(,"package")
[1] "OREbase"
ORE> search()
[1] ".GlobalEnv" "package:datasets" "ore:RQUSER"
[4] "package:ORE" "package:ORExml" "package:OREeda"
[7] "package:OREgraphics" "package:OREstats" "package:MASS"
[10] "package:graphics" "package:grDevices" "package:stats"
[13] "package:OREbase" "package:ROracle" "package:DBI"
[16] "package:utils" "package:methods" "Autoloads"
[19] "package:base"
ORE> find("IRIS_TABLE")
[1] "ore:RQUSER"
ORE> # Build a regression model using in memory data
ORE> mod = lm(Sepal.Length ~ . - Species, data = iris)
ORE> # Use tableApply to predict using the model on all rows of IRIS_TABLE
ORE> ore.tableApply(IRIS_TABLE,
+ function(dat, mod)
+ {
+ cbind(dat, PRED = predict(mod, newdata = dat))
+ },
+ mod = mod)
Error in .oci.GetQuery(conn, statement, ...) :
ORA-06550: line 1, column 7:
PLS-00201: identifier 'SYS.RQSCRIPTCREATE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORE>

To run ore.*Apply or ore.doEval functions using FUN parameter the user you are connecting to in ore.connect needs to have an RQADMIN role. Once the role is granted you need to reconnect your R session. If you are only using FUN.NAME parameter to run existing scripts RQROLE role is sufficient.
Please, verify that your user has both RQROLE and RQADMIN roles and try to restart your R sessions and reconnect to ORE. Let me know if that worked for you. If not, could you, please, tell me what version of ORE you are running (1.0 or 1.1), how did you create the DB user you are connecting to in ORE and whether this is a fresh install or an upgrade from 1.0. Did you have Beta version installed on the same system?
Thanks,
Denis

Similar Messages

  • Having trouble with third party upload script...

    I have installed a third party upload java app for use in a PHP application I am making (the java app is called Postlet, see:: http://www.postlet.com/ (for the build)). Initially, when I was testing the java, everything worked fine (see: http://www.kilbad.com/DEV/postlet/ ); however, once I put it within my site "wrapper" it started, what seems to be, pulling in meta data from the website header (see: http://www.kilbad.com/home/new_album ).
    I am new to Java, and wanted to know if someone would help me solve this problem? Or, is there another, simple, open source java multi file upload script you would recommend?
    Thank you all in advance!

    To run ore.*Apply or ore.doEval functions using FUN parameter the user you are connecting to in ore.connect needs to have an RQADMIN role. Once the role is granted you need to reconnect your R session. If you are only using FUN.NAME parameter to run existing scripts RQROLE role is sufficient.
    Please, verify that your user has both RQROLE and RQADMIN roles and try to restart your R sessions and reconnect to ORE. Let me know if that worked for you. If not, could you, please, tell me what version of ORE you are running (1.0 or 1.1), how did you create the DB user you are connecting to in ORE and whether this is a fresh install or an upgrade from 1.0. Did you have Beta version installed on the same system?
    Thanks,
    Denis

  • Having trouble with dreamweaver cs 6 spry tabbed panels, all content in each tab showes through like

    Having trouble with dreamweaver cs 6 spry tabbed panels, all content in each tab showes through like it was all created on one page, plus mouse over doesnt work on them.
    This started all of a sudden.
    The entire website is a series of spry tabbed panels.
    http://pacificlaser.com/const.html
    if you click on General construction tab things work ok...
    if you click on Machine control tab, mouse over doesnt work and all page content of each tab show through.
    ive been looking for the answer for 4 months with no success.
    Hope a fellow dreamwever-person can help
    Thanks Rick

    You called it: your links to the SpryAssets are linking to your hard drive, not to the files within the folder on the server.
    Correct these links:
    <script src="file:///C:/Users/work/Desktop/Sites/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="file:///C:/Users/work/Desktop/Sites/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    And you should be good to go.
    Beth
    ps. If you run into more difficulties with the Spry Widgets, take your questions to the Dreamweaver Spry Forum http://forums.adobe.com/community/labs/spry, where they will get quicker attention.
    B

  • I am having trouble with the Jpeg icons and also now thumbnails not being visable in bith teh Apple finder and now also Adobe Bridge. Can anyone shed any light on this ?

    I am having trouble with the Jpeg icons and also now thumbnails not being visable in bith teh Apple finder and now also Adobe Bridge. Can anyone shed any light on this ?

    Argh - once again, I find my solution right after posting this. Left out one modification to the SWIG script, now it runs in 29 seconds vs C 16 seconds, I can live with that.

  • Having trouble with image processor...help please!

    HI there...First off I just bought a new iMac and haven't a clue what I'm doing so my problem could be related to that.  While I'm waiting for Adobe to transfer over my platform I downloaded the trial of CS5 Extended to get me started.  I'm having trouble with the image processor...I choose file/scripts/image processor...the dialog box comes up and I choose use open files and then try and choose the folder I want to save them in.  I choose my folder and hit run and it keeps telling me specify folder destination.  I can't for the life of me figure this out...what am I doing wrong?  It always worked fine for me on my PC and CS3.  I can't handle saving each image individually in the new folder...
    Thanks!!

    I haven't renamed anything as far as I know.  I made a new folder when I hit Folder option and it's highlighted as well as the path shows up in the processor box.  Just when I choose run it tells me to specify a folder.  The only thing I can think of is that maybe something messed up b/c I'm copied the files and folders over from my PC but it let me save as on the mac.  Also the folder I'm choosing to put them in is on the Mac harddrive.  IDK...

  • Having Troubles with Fireworks buttons in Dreamweaer

    Hi Everyone
    I am having troubles with my buttons in Dreamweaver, I created the buttons in Fireworks, when I preview the buttons in a browser in Dreamweaver, they show a "no image" sign when you click on them. I am not sure if its a problem with my states or maybe if its a script. Please HELP!
    Dreamweaver and Firworks Buttons

    Hi Ben
    I changed the instance names and the directory folder, but it still shows that "no image". Here is a screen shot of the buttons:
    Here is the updated code:
    <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="900">
          <!-- fwtable fwsrc="Buttons.png" fwpage="Page 1" fwbase="Buttons.gif" fwstyle="Dreamweaver" fwdocid = "531471546" fwnested="0" -->
          <tr>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="31" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="104" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="37" height="1" border="0" id="undefined_2" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" id="undefined_2" /></td>
          </tr>
          <tr>
            <td colspan="10"><img name="Buttons_r1_c1_s1" src="ButtonImages/Buttons_r1_c1_s1.gif" width="900" height="2" border="0" id="Buttons_r1_c1_s1" alt="" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="1" height="2" border="0" id="undefined_2" /></td>
          </tr>
          <tr>
            <td rowspan="2"><img name="Buttons_r2_c1_s1" src="ButtonImages/Buttons_r2_c1_s1.gif" width="31" height="38" border="0" id="Buttons_r2_c1_s1" alt="" /></td>
            <td><a href="index.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c2_s1','ButtonImages/Buttons_r2_c2_s2.gif','Bu ttonImages/Buttons_r2_c2_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c2_s1','ButtonImages/Buttons_r2_c2_s3.gi f',1);"><img name="Buttons_r2_c2_s1" src="ButtonImages/Buttons_r2_c2_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c2_s1" alt="" /></a></td>
            <td><a href="support.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c3_s1','ButtonImages/Buttons_r2_c3_s2.gif','Bu ttonImages/Buttons_r2_c3_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c3_s1','ButtonImages/Buttons_r2_c3_s3.gi f',1);"><img name="Buttons_r2_c3_s1" src="ButtonImages/Buttons_r2_c3_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c3_s1" alt="" /></a></td>
            <td><a href="peripherals.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c4_s1','ButtonImages/Buttons_r2_c4_s2.gif','Bu ttonImages/Buttons_r2_c4_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c4_s1','ButtonImages/Buttons_r2_c4_s3.gi f',1);"><img name="Buttons_r2_c4_s1" src="ButtonImages/Buttons_r2_c4_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c4_s1" alt="" /></a></td>
            <td><a href="servers.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c5_s1','ButtonImages/Buttons_r2_c5_s2.gif','Bu ttonImages/Buttons_r2_c5_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c5_s1','ButtonImages/Buttons_r2_c5_s3.gi f',1);"><img name="Buttons_r2_c5_s1" src="ButtonImages/Buttons_r2_c5_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c5_s1" alt="" /></a></td>
            <td><a href="desktops.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c6_s1','ButtonImages/Buttons_r2_c6_s2.gif','Bu ttonImages/Buttons_r2_c6_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c6_s1','ButtonImages/Buttons_r2_c6_s3.gi f',1);"><img name="Buttons_r2_c6_s1" src="ButtonImages/Buttons_r2_c6_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c6_s1" alt="" /></a></td>
            <td><a href="notebooks.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c7_s1','ButtonImages/Buttons_r2_c7_s2.gif','Bu ttonImages/Buttons_r2_c7_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c7_s1','ButtonImages/Buttons_r2_c7_s3.gi f',1);"><img name="Buttons_r2_c7_s1" src="ButtonImages/Buttons_r2_c7_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c7_s1" alt="" /></a></td>
            <td><a href="office.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c8_s1','ButtonImages/Buttons_r2_c8_s2.gif','Bu ttonImages/Buttons_r2_c8_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c8_s1','ButtonImages/Buttons_r2_c8_s3.gi f',1);"><img name="Buttons_r2_c8_s1" src="ButtonImages/Buttons_r2_c8_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c8_s1" alt="" /></a></td>
            <td><a href="contact.html" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Buttons_r2_c9_s1','ButtonImages/Buttons_r2_c9_s2.gif','Bu ttonImages/Buttons_r2_c9_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Buttons_r2_c9_s1','ButtonImages/Buttons_r2_c9_s3.gi f',1);"><img name="Buttons_r2_c9_s1" src="ButtonImages/Buttons_r2_c9_s1.gif" width="104" height="36" border="0" id="Buttons_r2_c9_s1" alt="" /></a></td>
            <td rowspan="2"><img name="Buttons_r2_c10_s1" src="ButtonImages/Buttons_r2_c10_s1.gif" width="37" height="38" border="0" id="Buttons_r2_c10_s1" alt="" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="1" height="36" border="0" id="undefined_2" /></td>
          </tr>
          <tr>
            <td colspan="8"><img name="Buttons_r3_c2_s1" src="ButtonImages/Buttons_r3_c2_s1.gif" width="832" height="2" border="0" id="Buttons_r3_c2_s1" alt="" /></td>
            <td><img src="ButtonImages/spacer.gif" alt="" name="undefined_2" width="1" height="2" border="0" id="undefined_2" /></td>
          </tr>
        </table>
    I hope I did it right, Thanks

  • Hi, i am having trouble with my mac mail account, i cannot send or receive any emails because of the server connection problems. Message says it could not be connected to SMTP server. Thanks in advance for your help.

    Hi, i am having trouble with my mac mail account, i cannot send or receive any emails because of the server connection problems. Message says it could not be connected to SMTP server. Thanks in advance for your help.

    Hello Sue,
    I have an iPad 3, iPad Mini and iPhone 5S and they are all sluggish on capitalisation using shift keys. I hope that Apple will solve the problem because it is driving me crazy.
    I find using a Microsoft Surface and Windows 8 phone, which I also have, work as well as all the ios devices before the ios 7 upgrade.
    It has something to do with the length of time that you need to hold the shift key down. The shift key needs to be held longer than the letter key for the capitalisation to work. For some reason, this is a major change in the way we have learnt to touch type on computers. I am having to relearn how to type!
    Michael

  • I'm having trouble with something that redirects Google search results when I use Firefox on my PC. It's called the 'going on earth' virus. Do you have a fix that could rectify the vulnerability in your software?

    I'm having trouble with a virus or something which affects Google search results when I use Firefox on my PC ...
    When I search a topic gives me pages of links as normal, but when I click on a link, the page is hijacked to a site called 'www.goingonearth.com' ...
    I've done a separate search and found that other users are affected, but there doesn't seem to be a clear-cut solution ... (Norton, McAfee and Kaspersky don't seem to be able to detect/fix it).
    I'd like to continue using the Firefox/Google combination (nb: the hijack virus also affects IE but not Safari) - do you have a patch/fix that could rectify the vulnerability in your software?
    thanks

    ''' "... vulnerability in your software?" ''' <br />
    And it affects IE, too? Ya probably picked up some malware and you blame it on Firefox.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • TS3274 my ipad is having trouble with my music... i had recently gotten a new one when i signed into my icloud the music that i had on the original one was not there.... some songs were in fact there but not clickable ( it was there only gray)..anyone kno

    my ipad is having trouble with my music... i had recently gotten a new one when i signed into my icloud the music that i had on the orignal one was not there.... some songs were in fact there but not clickable ( it was there only gray)... i was looking for help on how to get the music on the ipad

    my ipad is having trouble with my music... i had recently gotten a new one when i signed into my icloud the music that i had on the orignal one was not there.... some songs were in fact there but not clickable ( it was there only gray)... i was looking for help on how to get the music on the ipad

  • I am having trouble with my Mac Mini's ethernet connection.   Defining a new network interface shows no ethernet adaptor.  Reloading SL from DVD repaired.  But SL update lost ethernet again.  Will Lion Fix?

    I am having trouble with my mac mini ethernet.  It had been working for weeks after an update to SL 10.6.8.
    Once it went out and i repaired it by defining a new connection from System Preferences ->Network->(left panel service, +).
    But yesterday, after a power up.  my ethernet was not working again. I tried this old trick to repair it, but the interface choices
    listed for '+' a new service did not include Ethernet any more.  And the Utilities->System Profiler->Ethernet Cards shows
    no ethernet available.
    As a last ditch effort i reloaded my original SL from DVD.  (I think it was version 10.6.4 but i could be mistaken on the version).
    The ethernet worked!  But KeyNote wasn't going to work because apparently the version i purchased depends on 10.6.8.
    So I upgraded again to SL 10.6.8 (Plus some other updates like AirPort which i don't use).
    Now the Ethernet is not working again.  I see the same symptoms as before with the Ethernet seeming not installed.
    Is this a problem seen by others?
    Would going to Lion fix the problem?
    Could AirPort actually be the culprit and not SL?
    If i stay with my original SL, would i need to repurchase a version of KeyNote for the older version of SL?

    Have you reset the SMC?
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    While you're at it, resetting the PRAM won't hurt anything and 'might' help is SMC reset didn't work (PRAM does some port control):
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    Something else you might try .... you don't say how you're updating to 10.6.8, however, if you're using Software Update, you might try downloading the 10.6.8 combo update, which contains all updates to 10.6. Sometimes, Software Update doesn't work quite right, and installing the combo update fixes that. Download the update from Apple's download site at http://support.apple.com/downloads/ , using Disk Utility repair permissions, apply the combo update, then repair permissions again.

  • I am having trouble with some of my links having images. For example, Foxfire has a picture that looks like a small world. The links in question are blank.

    I am having trouble with my links/websites having images attached to them. The place where the image should be is blank. For example, AARP has an A for its image. My storage website has a blank broken box where the image should be. I forgot I had trouble and had to reset Foxfire, this problem occurred after that reset.

    cor-el,
    Mixed content normally gives the world globe image, unless you are using a theme that uses a broken padlock instead. Maybe the gray triangle means invalid? I came across that in a few themes (what is invalid was not made clear), but those were not using triangle shapes to indicate that.
    I came across that mention in one of the pages you posted:
    * https://support.mozilla.org/kb/Site+Identity+Button
    I cannot attach a screenshot because I have not seen a triangle of any kind in my address bar.

  • I have an Ipod Touch (4th Gen) and I am having troubles with my downloads from purchasing music from the Ipod. On my downloads icon in the Itunes Store (on Ipod) there is a symbol of how many songs I still have waiting to download, but they wont download.

    I have been having troubles with this for months and am extremly tired of not being able to download my songs. I bought these songs off of Itunes as well, so I really hope i can retrieve them. I do not know where to find a personal apple support person yet, does anyone know where to find one on the website?

    See these previous discussions:
    Waiting applications: Apple Support Communities
    Downloading apps stuck on waiting...: Apple Support Communities

  • I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this?

    I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this? I have shut down my phone, but still no luck!

    iMessage and FaceTime went down yesterday for some people. Mine is still down. My iMessage is saying the same thing about being activated. Sounds like you are still down too. Ignore the status page that says everything is fine - it lies.

  • I am having trouble with app updates on my iOS 5 iPhone never getting beyond the "waiting" state.

    I am having trouble with app updates on my iOS 5 iPhone never getting beyond the "waiting" state. I have tried signing out/in of my account, rebooting and removing/re-installing the apps.  This started shortly after going to iOS 5 but I am not certain if that is related.  All updates that I try now are stuck in "waiting".  I also tried removing the apps and then installing via iTunes desktop sync with no improvement.  The only thing that I have not tried so far is a restore to a prior iPhone backup.  I have not been able to find anything to indciate what the updates on waiting on.  There is plenty of space on the iPhone (16gb available).  Any suggestions on what to try next? 

    Hello there, Missy.
    First thing I would recommend is to check your downloads queue to make sure there is not an interrupted download per the following Knowledge Base article:
    iTunes: How to resume interrupted iTunes Store downloads
    http://support.apple.com/kb/HT1725
    If your download was interrupted using your iPhone, iPad, or iPod touch
    1. From the Home screen, tap the iTunes app.
    2. For iPhone or iPod touch, tap More > Downloads. For iPad, tap Downloads.
    3. Enter your account name and password if prompted.
    4. Tap the blue download arrow to resume.
    If you can't complete the download on your iOS device, you can download it in iTunes on your Mac or PC and then sync it to your iOS device. You can also transfer purchases from your iPhone, iPad, or iPod to a computer.
    For Apps, you can also try tapping on the application icon to resume the download, as outline in this featured discussion:
    App updates won't download on my...: Apple Support Communities
    https://discussions.apple.com/thread/4111336
    Try tapping the App, so that it changes to Paused instead of Waiting, then tap it again to resume the install.
    Make sure you don't have any paused downloads in other apps either, like the App Store or iTunes Store.
    If that doesn't do it, try resetting or restoring the iPhone.
    via whatheck
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • In mail, I am having trouble with my cursor.  It doesn't "land" where I think I'm putting it.  It usually "lands" somewhere below where I "click" it to be.

    In Mail, I am having trouble with my cursor.  When making revisions to what I have already typed, the cursor doesn't "land" where I "click" it to be.  It seems to land somewhere below the spot I click on. It seems to have a mind of its own. 

    Cool handyandy42!
    I'm happy I could be helpful, with solving your problem!
    Also, I notice that you have marked your question as answered, but have not utilized the Helpful or Solved options. That may be intentional, but, if you are not aware of the benefits, of using that function, here is some information.
    When you mark the appropriate posts as Helpful (5 pts) 2 available, or Solved (10 pts) 1 available, you are Thanking the contributors, by awarding them points.
    In threads with multiple replies, it also alerts other readers, to which answers may have been helpful, or solved the issue.
    This info, and more, can be viewed by clicking on
    ? Help & Terms of Use, located under your login name, on all "Discussions" pages.
    Specifically What are question answers?.
    ali b

Maybe you are looking for

  • IPad will no longer sync iTunes Playlist from OS 10.8.5 to iOS 7.0.4

    I HAD been syncing my iPad to my iMac, but I decided to sync the iPad with my Macbook from now on, as it's at OS 10.8.5, when sync stopped working for Movies and Playlists from its OS 10.5 (I do not want to update the desktop Mac due to my preference

  • Load is high during VM creation

    Hi , My OracleVM server Load is goes very high while creating a 250GB VM. Environment : Physical RAM : 16 GB CPU's : 8 Disk : 135 GB+512 GB(SAN) VMserver : RAM :830MB VM : DISK Space :250GB RAM:6GB CPU:3 Top Output from VMSERVER : top - 21:04:07 up 2

  • Problem with logical statements

    Hi all! we have a problem with BI Answers filter. Our customer have a complex filter like ((EXPR1 AND EXPR2) OR (EXPR3 AND EXPR4) ...) BI Server rewrite this expression on physycal layer as ((EXPR1 OR EXPR3) AND (EXPR1 OR EXPR4) AND (EXPR2 OR EXPR3)

  • Sto in migo

    i have a po number , now i am doing migo 101 mvt type. how to know whether i am doing a migo for stock transfer order or simple goods receipt in the Migo screen. is there any field avaible in migo screen to show that this po is a sto? or any other th

  • Making a 4X6 portrait from photo shot landscape mode.

    How can I crop a landscape into a  4X6 portrait? When I do it, the constraints ruin the effect . I want more control of the the dimensions. I-Photo gives you a postcard-portrait choice...but not the control I am seeking.