WebDB Listener not installed ?

As I read in note 107596.1 'How to set up Oracle forms 6I server on NT using FORMSCGI'
the WebDB listener will be installed automatically when installing Forms 6 Server.
But after the installation and trying to run the test form the page cannot be found !!
I think the problem is that the WebDB Listener is not installes, cause when I try to open the admin page (http://my_machine:80/WebDB/admin_/listener.htm) the page cannot be found either.
How can I find out what the problem is and how can I find out if the WebDB Listener is installed or working, as I think the problem is the WebDB Listener !!
Thanks,
Marcel
null

I recently web enabled Developer 6i Application.
U have to specify Forms Deployment and WEbDB as the Listener, WebDB Listener Port and Forms Server port etc. Then the Installer will do most of the work. After installation u have to modify the Formsweb.cfg file and provide the FORMS60_PATH etc to get u r Forms Web Enabled.
For Icons etc u have to make additional configurations.
In u r control panel or Services u must find WebDB Listener.
Thiru
null

Similar Messages

  • TNS Listener not installed with the installation

    Hi ,
    I had a brand new Oracle 8.1.7 installation. But it did not install TNSListener Service.
    Any idea how to install the TNSListener Service.
    Thanks &
    regards
    Manish

    Hi,
    go to net8 confirguration option and create new listener
    give listener name and database information.
    listener will create
    restart the database.
    regards.
    Mateen
    [email protected]

  • Recently can't play music samples on Amazon France and Germany via their usual 'Listen to all' button. Can only play samples individually. Message says roughly RealPlayer not installed on my naigator, but I've changed nothing and have RealPlayer on my PC

    Recently can't play music samples on Amazon France (and Germany, though they've now gone over to Flash, which seems to have fixed it after (re)installing Flash Player) via their usual 'Listen to all' button. Can only play samples individually. Message says roughly RealPlayer not installed on my navigator (see box below), but I've changed nothing and have always had RealPlayer on my PC at least. The 'Aid' page is useless in that it does not provide any links to sites from which one could download whatever it is Amazon Fr thinks one now needs.
    == URL of affected sites ==
    http://www.amazon.fr (e.g. http://www.amazon.fr/Je-Souviens-Tout-Juliette-Greco/dp/B001PU6T04/ref=sr_1_1?ie=UTF8&s=music&qid=1277978559&sr=1-1)

    Hello Neil.
    It has been reported by other uses that RealPlayer is having some compatibility problems with Firefox. I believe this is mostly notorious with RealPlayer Plugin Record Plugin, but it may be the same thing here. Please contact RealPlayer developers for support.

  • Debugging WebDB listener?

    Hello,
    for customer support I maintain a (frozen) development environment using Forms 6i and WebDB listener on Win2K. This has been stable for years... After recent installation of UMTS hard- and software suddenly the connection between WebDB listener and JInitiator 1.3.1.17 gets broken. I am able to connect to the forms server, but the JAR files are no longer downloaded correctly. They cannot be cached anymore:
    Downloading http://dbmw1:88/forms60java/f60all_jinit.jar to JAR cache
    java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
         at java.net.SocketInputStream.socketRead(Native Method)
         at java.net.SocketInputStream.read(Unknown Source)
    WARNING: Unable to cache http://dbmw1:88/forms60java/f60all_jinit.jar
    connectMode=Socket
    serverHost=dbmw1
    serverPort=9000
    Turning off caching does not solve the problem as certain classes are not found.
    I see that the above JAR file is transferred to the IE cache with the correct size, but not to the JInitiator cache. The WebDB listener creates many temporary files in C:\ where they did not show up before, one file having the size of the desired JAR file.
    I tried several things to track down the problem:
    1. Run SysInternals RegMon and FileMon -> no further hint what might be wrong.
    2. Deinstall UMTS software -> problem persists.
    3. Reinstall JInitiator -> did not help.
    4. Twist settings for JIT and caching -> did not help.
    5. Increase debug levels with JInitiator -> did not yield useful information.
    6. Increase logging information of WebDB listener -> same result.
    7. Debug running listener process with WinDbg -> did not work.
    8. Install UMTS stuff on other machine and track installation with InCtrl5 -> Critical changes could not be identified. Some DLLs installed, some REG keys modified (TCPIP service).
    Did anyone experience similar problems with WebDb listener? Especially the temporary files in C:\ are suspicous. I know that the WebDB listener solution is outdated and I might try to get Apache working with Forms 6i but I hope to find that small screw that needs to be twisted half so that my environment will be operable again. And no, reverting my system on behalf of a tape backup is not a valid solution as I depend on the UMTS networking for the future.
    Thank you in advance,
    Lars

    Massimiliano (guest) wrote:
    : Dan Kelsey (guest) wrote:
    : : Massimiliano (guest) wrote:
    : : : Hi,
    : : : when i try to start webdb listener the following error
    occur:
    : : : $ wdblsnr myhost 7777 start
    : : : wdblsnr: error in loading shared libraries
    : : : : undefined symbol: sltstgh
    : : : $
    : : : We have a Linux Debian 2.0.34 - Oracle 8.0.5 + patch.
    : : : All variables declared in doc. are setting correctly... (I
    : : hope)
    : : : Thanks in advance!!!
    : : : Massimiliano
    : : This sounds like a problem with LD_LIBRARY_PATH. If wdblsnr
    : : is running setuid root, all the shared libraries must be
    : : in a */lib directory in root's search path.
    : : Dan
    I still have a problem getting this to work, maybe I
    misunderstood your answer, but I have:
    LD_LIBRARY_PATH=/fsdata1/apps/oracle/product/8.0.5/lib:/lib:/usr/lib
    for my LD_LIBRARY_PATH and I still can't get it to work. Please
    be more specific.
    Thanks James
    null

  • WebDB listener error

    hi
    here's the situation:
    db 9i data has been recently moved from comp02 to comp01. tnsnames.ora was edited and everything worked ok, until two days ago. forms/web server does not respond trying to display the web page. when stopping webdblistener the following error is thrown:
    'Could not stop the Oracle WebDB listener service on local computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.'
    i've checked system and application log and everything seems to be ok. no other actions were done (install, uninstall any software ...)
    well, does anyone know what could be the problem?

    Massimiliano (guest) wrote:
    : Dan Kelsey (guest) wrote:
    : : Massimiliano (guest) wrote:
    : : : Hi,
    : : : when i try to start webdb listener the following error
    occur:
    : : : $ wdblsnr myhost 7777 start
    : : : wdblsnr: error in loading shared libraries
    : : : : undefined symbol: sltstgh
    : : : $
    : : : We have a Linux Debian 2.0.34 - Oracle 8.0.5 + patch.
    : : : All variables declared in doc. are setting correctly... (I
    : : hope)
    : : : Thanks in advance!!!
    : : : Massimiliano
    : : This sounds like a problem with LD_LIBRARY_PATH. If wdblsnr
    : : is running setuid root, all the shared libraries must be
    : : in a */lib directory in root's search path.
    : : Dan
    I still have a problem getting this to work, maybe I
    misunderstood your answer, but I have:
    LD_LIBRARY_PATH=/fsdata1/apps/oracle/product/8.0.5/lib:/lib:/usr/lib
    for my LD_LIBRARY_PATH and I still can't get it to work. Please
    be more specific.
    Thanks James
    null

  • WebDB Listener on NetWare w. Netscape server

    Can anyone help!
    I have installed WebDB 2.0.5.6.1 on owr NetWare 4.11 (SP8) running Oracle 8.0.4.2.0 (with the 80421a path).
    We would like to run Netscape Enterprise server (NES) as well (on the same machine). I tried to follow the instructions:
    1. In the NES admin added new CGI directory calles "ORAWEBDB" mapped to "SYS:/ORANW804/NLM/WDBCGI.NLM"
    2. Added "Aditional Document Directory" calles "/images" mapped to "SYS:/ORANW804/WEBDB/IMAGES". Is "/images" the correct URL, or should it be "ORAWEBDB/images" (incl. the CGI directory name)?
    3. Save and applied changes.
    Trying to access the webdb site "http://servername/orawebdb/" fails with:
    Database Log In Failed
    An invalid username/password caused log in to database fail.
    Verify that the username/password you provided is correct
    Browsing to the native WDBLSNR.NLM did show an HTTP login-box. The NES/LCGI server does not show the login-box? What have I done wrong?
    Do I still have to LOAD the WDBLSNR module? If so, on which port etc.
    Thanks!

    I recently web enabled Developer 6i Application.
    U have to specify Forms Deployment and WEbDB as the Listener, WebDB Listener Port and Forms Server port etc. Then the Installer will do most of the work. After installation u have to modify the Formsweb.cfg file and provide the FORMS60_PATH etc to get u r Forms Web Enabled.
    For Icons etc u have to make additional configurations.
    In u r control panel or Services u must find WebDB Listener.
    Thiru
    null

  • RE: HPUX webdb listener -- appears phone related

    Our WebDB listener is also shutting down due to
    Fatal error: accept failed (errno 233)
    ( src/wwwx.c,536) Shutdown has been called
    and seems related to our cell phone work.
    This is often accompanied by a core dump. All other logs look fine-- the dispatcher logs final lines saying "dispatcher woke up".
    The process appears to be being "Killed".
    null

    Thanks Michael. I'm working with a customer that is using CME 10.5 and the same firmware as well. I opened case 634102069 on it if we want to start building and linking cases on this issue. We tried ES4 firmware, but the issue still existed, and the settings button on the phone didn't work in ES4.
    I also did a large CUCM install this summer and noticed the issue myself, however that customer mostly receives calls, and doesn't do a lot of outbound dialing.  A coworker of mine is working on an extremely large CUCM install and opened a case several days ago with users of 8945 phones reporting "sluggish" dialing. I've been trying to get them to hurry up and get some more information on it, but it's low on their priority list. That case number is 634097751. That may or may not end up being the same issue, but I'm sure the 8945's share some of the same code as the 7800 series phones.

  • The new ACR 5.5 update will not install in Elements 7.0

    Hello All:
    This situation is now becoming ridiculous (well, for me that is).  I just tried to install the new ACR 5.5 update and it is "unable to install" into Elements 7.0.  I downloaded the update several times, unzipped the install file, but when trying to install, it just gives me a message that it is unable to install and to hit the "quit" button.
    I have a Vista 64 Bit system with 12 Gigs of RAM.  I've installed Elements 7.0 and Lightroom 2.5 on my system - all with no problems.  For some reason, I could never get Photoshop CS-4 to install at all and I've been through the mill trying to install Photoshop - but nothing worked and had to eventually give up.  Trying to get Adobe support for CS installation on my 64 Bit system has been ridiculous in this regard as each and every time I called, I was connected with some techrep located in India who all they did was "parrot" back what I told them - how frustrating.  But as I mentioned, Elements 7.0 and Lightroom installed just fine.
    The previous ACR 5.4 installed just fine into Elements, but now...ACR 5.5 will not install.  It tells me that I do NOT have CS-4 installed so it cannot install.  What's up with that? Has Adobe stopped supporting the latest ACR upgrades for Elements?  What gives?
    Does anybody just have just the newest ACR 5.5 plug-in by itself that they can send me so I can just put it in my plug-ins folder (or a place where I can download it)?  Adobe used to just have the plug-in that you could unzip and copy and paste and put it into your plug-in folders - but not anymore.  Now they make it an 82 Meg install program and thus some of my problems.
    Can anybody help here?  Why does the install program look for CS-4, yet overlook Elements 7.0 completely.  Helpppppppppp.
    Ben

    Hi Benherrmann,
    Sorry to listen that you havent been able to install the Camera Raw 5.5 plugin.
    But as far as my knowledge goes for PSE, PSE never lists Camera Raw plugin for updates in the Updater Preferences dialog i.e., if you will launch Help->Check for updates, a updater window will open. If you will check the preferences of that updater dialog, it will tell you that it never checks for updates for Camera Raw plugin unlike what happens in Mac. In Mac Camera Raw updates does get installs just by installing PSE(v6 of course as there is no PSE7 for Mac. Hopefully there will be a v8 for Mac by the end of october as seen in the last release).
    Dont know exact reason why Adobe had configured it in that way? why there is some difference between Win and Mac.
    So it prompts me that somehow you need to install Ps CS4 on the machine to get the patch installation through updater. Although this is not Ps forum, would you mind telling what error/issues are you facing while installing Ps CS4?
    Regards,
    Ankush

  • No Disk-New Hardware Not Installed Successfully .

    I have been trying to get my pictures and videos from my new Samnsung Reality for about a month now and add music to it and everytime I plug the USB in ,it tells me I need a disk .Well I did not receive a disk when buying the phone and apparently without this disk ,it will not install to my computer right .
    I am going out of town a week from today and would really appreciate it if I had music to listen to on my 8 hour drive .And ,my pictures and videos are piling up in my phone and on my card memory .I have never had this problem before with my last two phones from Verizon and didn't have a disk then either ,I don't understand what the problem is this time .
    I also am not finanicially stable to afford any Vcast or Rhapsdy at the moment . 

    That's cool -- I didn't know that there were phone drivers at that link, too. We've been downloading our drivers from http://www.vzam.net/download/download.aspx
    I looked at your link
    http://www.vzam.net/vcastmusic/Step2.aspx?manufacturerID=4
    and I think the driver you linked to is not for the Reality but instead for a different model the Rogue u960. Unfortunately I don't see the Reality listed among the Samsung models at http://www.vzam.net/vcastmusic/Step2.aspx?manufacturerID=4
    We have the u370 which is basically a re-release of the Reality. There's a link for a driver for the Reality u820 / u370 here: http://www.vzam.net/download/download.aspx
    When you run the file, it will first install the driver:
    "Installing Samsung Mobile USB Driver, this may take a few moments ..."
    Then it will try to install a second component which has *not* been necessary for our needs called VZAccess Manager
    "Welcome to the InstallShield Wizard for VZAccess Manager"
    Just click cancel to cancel the installation of VZAccess Manager.
    Upon the driver being installed, we haven't had any problems transferring files back and forth between the phone and the computer.
    I want to forewarn you about playing music on the Reality / u370. They have a bug which has never been addressed by Verizon or Samsung. There's no problem playing music through the speakerphone or through bluetooth headphones. But many many people including myself have reported that when you plug in either headphones or a headset to listen to the music that the phone will eventually freeze and/or suddenly be unable to be aware that there's a memory card inserted into the phone. If that occurs, you have to turn off the phone then turn it back on. There are some lucky people out there who have not encountered this bug while headphones or a headset are plugged in.

  • Can't log in as WebDB administrator after install

    Can't log in as WebDB administrator after install. At http://mymachine.mydomain.com:7777/pls/htmldb/htmldb_admin/
    username = admin
    password = my password during the installation
    and then the page just hangs.
    I think I have a configuration problem with marvel.conf. Can anyone help?
    Here are the relevant details that may help diagnosing the problem.
    I can get to the HTTP Server page at http://mymachine.mydomain.com:7777/
    Environment Fedora core 4 Linux on a x86 PC with 512m memory
    Oracel Database version 10.2.0.1.0 -- runs fine considering there is only 512 of memory
    Installed Companion CD (comes with WebDB 1.6)
    Upgraded to WebDB 2.0
    Installed patch bug4554072
    -- All installs were semi painful but error free
    my marvel.conf
    Alias /i/ /u01/app/oracle/product/10.2.0/companion/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString mymachine.mydomain.com:1522:devel ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword mypassword
    Allow from all
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    my dads.conf -- I added nothing here
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    my .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=devel; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    #LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    -- I can connect to the database as HTMLDB_PUBLIC_USER
    SQL> connect HTMLDB_PUBLIC_USER/mypassword@devel
    Connected.
    SQL>
    -- the HTTP_Server seems to be working fine
    $ /u01/app/oracle/product/10.2.0/companion/opmn/bin/opmnctl status
    Processes in Instance: standalone
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 2544 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    my error.log
    [Tue Mar 7 18:46:53 2006] [notice] FastCGI: process manager initialized (pid 20766)
    [Tue Mar 7 18:47:02 2006] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Tue Mar 7 18:47:02 2006] [notice] Accept mutex: fcntl (Default: sysvsem)
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:6,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:7,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:9,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:10,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    my access.log
    192.168.1.47 - - [07/Mar/2006:18:51:40 -0500] "GET /pls/htmldb HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:51:49 -0500] "GET /pls/htmldb/htmldb HTTP/1.1" 302 5
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_html_elements.js HTTP/1.1" 200 15990
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:52:42 -0500] "GET /pls/htmldb/f?p=4550:1:8908757969697315233 HTTP/1.1" 200 5078
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/core.css HTTP/1.1" 200 6032
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/oracle_htmldb_logo.gif HTTP/1.1" 200 3213
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/builder/1px_trans.gif HTTP/1.1" 200 43
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:13 -0500] "GET /pls/htmldb/htmldb_admin HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:18 -0500] "GET /pls/htmldb/f?p=4550:10:3783099702329307520 HTTP/1.1" 200 4081
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359

    rmelideo,
    Firstly, you refer to "WebDB administrator" and "WebDB 1.6". This is not WebDB. You're confusing this with an entirely different product released in the late 90's.
    You don't say what your specific error is. But the file does not exist errors in your Apache error log look suspicious. It looks like you have not copied the images directory from the HTML DB 2.0 distribution.
    Joel

  • Itunes 8 - won't run - a required i Tunes component is not installed

    I upgraded to iTunes 8 last night and following the install when trying to open open i receive the following error.
    *"The itunes application could not be opened. a required iTunes component is not installed. Please repair or reenstall Quicktime (-42404)"*
    I have re-installed both applications, uninstalled and re-installed, attempted to repair quick time still not working.
    quicktime works ok, click on the icon and it oipens up and plays fine.
    Please help. I just purchase my iphone yesterday also, an i am unable to activate it as i can't get i tunes to work.
    thanks in advance

    To begin with, i tunes just quit working one day. it wouldn't open anything read any cds and ever time i tired to open it, it just popped up and error that it needed to be debugged or such. I had someone come look at it and they kinda sorta fixed it. i can now open it and listen to music. but i have to convert everything myself and add all my album work and it still wont rip cds or connect to my ipods. it says i need to have a 7.6 version or later. i went to download the new 8.0 verison and when it got to the end of installtion a box popped up that acess was denied and that it encoutered a error i always went and tired to reinstall quicktime and i tunes and deleting everything from it, and then when i tired to reinstall everything it still wouldn't install, its begginning to become very annoying and no one else knnows what to do.and i really need someones help... pLZ!!!!!!!!!!

  • ARD 3 Will Not Install "The serial number is not valid"

    Hello, and thanks for reading.
    I am a new network admin in a silicon valley school district. I come from a Windows background and I am picking up the Mac pretty well. I was asked by the support team to install Apple Remote Desktop 3 on my MacBook Pro running 10.8.4 to help people with our Outlook / Exchange deployment.
    This will not install no matter what. I have been trying for a total of about 5 hours so far. 4 different disk, 4 licenses, 3 of which are capped at 10 and 1 is unlimited. There are plenty of licenses available still. I have removed every bit of ARD off from the original install and just tried again. I am at my wit's end here. I am spending more time tryin to help others than I am doing anything else. Teach me to be a nice guy.
    Anyway, if anyone has a brilliant idea of what I am missing I am definitely willing to listen and follow. Than

    First, confirm that the licence codes and the disks you were given are indeed for ARD 3. Most school districts will have a lot of old stuff floating around, so it's quite possible that you were actually given the license code or disks for ARD 2.x or even ARD 1. A license code for ARD 3 should, I believe, always begin with XARD-030-, and of course an ARD 3 disk should say so.
    And I presume you're installing through a user account that has administrator privileges, correct?
    Regards.

  • GarageBand and iMovie not installing after restore

    Hello,
    I have an iPad 2, it had GarageBand and iMovie installed before iOS 5.1 no problems.
    I updated to iOS 5.1 and it was all fine...2 days later I am listening to a podcast and suddenly the audio cut out.  I tried playing music and video and still nothing! So I tried all the obvious stuff restarting etc and eventually had to run a full restore from my backup.
    This finally worked and my audio is back but now iTunes will not install iMovie or GarageBand despite the fact I own them and I have the latest iOS. If I go to iTunes on iPad and lookup the software it come up with the cost instead of the expected "install" option.
    I would also confirm I had already had everything synced correctly.
    Any suggestions? I don't fancy another 2 hours restoring my iPad again!

    Sometimes when you update the software, the settings seem to go a little wacky and simple things like restarts, resets, and signing in and out of your ID can cure so many little issues. When I've updated in the past, I have had little issues that could not be logically explained - at least in my mind. So I start with the simple stuff.
    I'm glad that you were able to download and install the apps again.

  • Camera Raw 6.1 "STILL WILL NOT INSTALL"  this sucks!!

    I recently had someone from [email protected]  tell me to uninstall my one of my adobe products and then reinstall it. Which ever product had the least memory?
    I replied and go ZELCH response.
    Yet Adobe wants me to fill out a survey on how they did----*&&&(((&%**
    PLEASE!---GIVE BETTER SUPPORT !!!!!!!
    Camera Raw will still not install, I purchased hard copies from the Adobe store, I DID NOT DOWNLOAD it from this &%%**&#  adobe site.
    Why isn't Adobe listening???
    Is anyone out there that HAS BEEN ABLE TO DOWNLOAD THE NEW CAMERA RAW 6 ???
    If so can you tell me how to make it work??
    Sorry not yelling Camera Raw Forum, just hoping ADOBE IS LISTENING, OR READING THIS THREAD !!

    I have tried repairing I tunes first before doing the update and also tried unchecking ICloud and Safari to let I tunes update alone but still does not work...even tried to update ICloud and Safari by themselve's and those will not update either...
    It's sounding a bit like a problem with your Apple Software Update.
    Restart the PC. Now go into your Uninstall a program control panel. Can you see Apple Software Update in the list of programs? If so, select Apple Software Update and click "Repair".
    If the repair goes through okay, can you get the updates to go through properly now?

  • I can not download the Golf digest magazine purchased from the i-tunes store, when i attempt i get the message "can not install item, restart app and down load" i have tried that without success. This started after i changed ipads

    I can  not access my Golf digest down loads from the newstand, when i try to down load purchased items i get the message "can not install item, please restart the app and down load" that piece of advice has not helped, any one else encountered this?

    chicx wrote:
    This is the third time of writing this on your Apple Support Communities!
    Not with your current user id.
    Far too much uneccesary information in your post, which only confuses things, a vast amount!
    Let's start with iTunes.
    Have you updated iTunes to 11.1.5, because the previous version did appear to have an issue about seeing iPods?
    With iTunes 11.1.5 installed, look in Edit/Preferences/Devices, (or use the ALT key, followed by the E key and then the F key) and make sure that the box named Prevent iPods, iPhones and iPads from syncing automatically does not have a tick in the box.
    Once you have doen those two things, check to see if the iPod is seen by iTunes.
    chicx wrote:
    By the way, what does IOS mean? (I thought IO stood for operating system, but am flummoxed by the S on the end.
    Really?
    OS stands for Operating System. (In computer speak, IO means Input/Output.)
    iOS originally stood for iPhone Operating System, but it now refers to the iPod Touch and iPhone. The iPod Classic, which you have listed in your profile as your iPod, does not use iOS.
    I assume that you have been listening to the Podcast in your iTunes on the computer as you cannot transfer it to your iPod. It's what I'd do.

Maybe you are looking for

  • Word document in BSP

    Fairly new in BSP. Want to launch, create and e-mail a word document from a BSP application. thanks

  • Needing help installing a downloaded version of cs2

    Hi, I am needing help installing a downloaded version of cs2 as I have purchased this product in the past, can anyone help me?

  • Item Category not allowing matchcode selection

    Hi, I am in the process of configuration of third party shippments, when I test it I try to manually change the item category on the sales order, I have maintained trnsc VOV4 and the matchcode shows the options of TAN and YB1 (which I set for the typ

  • Creating new domain using weblogic app server V 7.0

    Hi, I've installed Weblogic Server V7 (beta) and facing a problem. Here is it: What I want to do ================= I want to create a new domain parallel to mydomain in weblogic application server V 7.0 beta. What are the steps taken ================

  • Inserting the date

    When I insert the date into a document, Pages actually inserts the day and date, as in "Monday, November 24, 2008." I only want the date, as in "November 24, 2008." I have tried to change the formatting in the International section of System Preferen