Not able to download  10.5 file corrupted ja.lprog - file is empty error code 2330. Not able to unistall itunes to reinstall-same info given. Not able to dowloag on another drive or under another user account.  same info given,  Using windows vista 32bit.

Not able to download itunes 10.5..says file ja.lprog is corrupted (its empty) and error code 2330. Not able to download/install on another drive...even external drive-same reason given.  Not able to uninstall itunes to reinstall...same reason given.  Using windows vista 32 bit.  Please help.  Difficult to upgrade apps.

Yeah...I think I found that one out the hard way already. I'll cross that bridge when I get to it. I want to get this issue fixed before I start thinking about the license issue.
ciscoasa#
ciscoasa#
ciscoasa#
ciscoasa# sh flash
--#--  --length--  -----date/time------  path
2403  0           Apr 30 2008 02:00:56  test
2285  196         Apr 30 2008 01:28:20  upgrade_startup_errors_200804300128.log
2283  0           Apr 30 2008 01:28:20  coredumpinfo
2284  59          Apr 30 2008 01:28:20  coredumpinfo/coredump.cfg
2280  0           Apr 30 2008 01:27:56  crypto_archive
2267  0           Apr 30 2008 01:27:38  log
0 bytes total (0 bytes free)
ciscoasa#
ciscoasa#
ciscoasa#
ciscoasa# sh disk0
--#--  --length--  -----date/time------  path
2403  0           Apr 30 2008 02:00:56  test
2285  196         Apr 30 2008 01:28:20  upgrade_startup_errors_200804300128.log
2283  0           Apr 30 2008 01:28:20  coredumpinfo
2284  59          Apr 30 2008 01:28:20  coredumpinfo/coredump.cfg
2280  0           Apr 30 2008 01:27:56  crypto_archive
2267  0           Apr 30 2008 01:27:38  log
0 bytes total (0 bytes free)
ciscoasa#

Similar Messages

  • I am not able to access Firefox under one user account on my computer so I created another account. How can I transfer the bookmarks from the old account?

    I use windows Vista and I cannot open Firefox under one user account (I keep receiving the "firefox profile cannot be loaded . . ." error message) on my computer so I created another account. How can I transfer the bookmarks from the old account?

    NOTE: you can skip this 1st step.
    Step 1
    I'm on Win7 so the paths might be slightly different... C:\Users\(YOUR PC ACCOUNT)\AppData\Roaming\Mozilla\Firefox\Profiles\bnelgkol.default\bookmarkbackups ... Find the "bookmarks-[DATE].json" you want and copy it to the profile you want. You may want to change the date to a name you will recognize.
    Step 2
    Then on your browser "Bookmarks>Show All Bookmarks or Ctrl+Shift+B ". This will bring up the Bookmark Organizer, I think they call it Library now. From there click "Import & Back up>Restore" this will bring up a drop down with your back ups. If you followed step 1, find the json you added and select it. If you skipped step 1, from "Import & Back up>Restore" select "Choose File..." Then browser for the json you want to import. Which should be in a similar location as mentioned in step 1.
    NOTE: "AppData" is a hidden folder, will have to set show hidden folders to be able to see it.

  • PowerPoint file won't open under one user account, but does under another account

    Hello,
    I have a 10.9.5 macbook pro here that will not open a Powerpoint file under one user account. It is up-to-date with Software updates and Office 2008 is up-to-date as well. When I try to open the PowerPoint file, I get the message, "PowerPoint closed unexpectedly" and I can choose to Reopen (which opens a blank presentation) or OK (which closes PowrPoint). I have tried double-clicking the file from the Desktop where is resides, File --> Open from within PowerPoint and also saved it to a flash drive and tried opening from there. It does open under the admin account on the same machine and it will also open on other machines. Other PowerPoint files are opening fine...it's just a problem with the one file. The user has Read & Write privilege to the file. I tried Repairing Disk Permissions, I have tried deleting microsoft plist files, and lastly, have re-installed Office 2008. At this point, I can only think to try deleting the user account and re-adding it, but wanted to see if anyone had any ideas before I go that route.
    Thanks in advance for any suggestions!

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • I only have one iTunes account.  The other day I made the mistake of downloading purchased songs and movies logged on another user account (Administrator) on the same computer.  How do I consolidate all my purchases in my preferred user account?

    I only have one iTunes account.  The other day I made the mistake of downloading purchased songs and movies logged on another user account (Administrator) on the same computer.  How do I consolidate all my purchases in my preferred user account?

    copy the songs that you downloaded as admin and put it somewhere you can access it from you're preferred account (usb stick / cd / shared folder / external hard drive) log into with you preferred user account and drag and drop the files on top of the itunes icon and they will be imported.
    if you have a second computer you could use home sharing to move the music from admin itunes to the second computer and from the second computer to the preferred itununes
    ps you can only connect 5 computers to you're itunes account so don't forget to de-autorise when you no-longer wand it.

  • DSC powershell xwindowsprocess to execute batch file under different user account

    DSC powershell run under "NT AUTHORITY\SYSTEM".
    I am trying to execute a batch file under different user account using xwindowsprocess in DSC resource kit.
    I created a custom dsc resource with 3 parameters namely Exepath, Arguments, Credential.
    I received those parameter values in settargetresource method.
    CallPInvoke
    [Source.NativeMethods]::CreateProcessAsUser(("$ExePath "+$Arguments), $Credential.GetNetworkCredential().Domain, $Credential.GetNetworkCredential().UserName, $Credential.GetNetworkCredential().Password)
    I tested it by invoking a batch file and writing username under which it executes to a text file.
    After executing, the output text file still contains the "Systemname$".

    Configuration Sample_xService_ServiceWithCredential
    param
    [string[]]
    $nodeName = 'localhost',
    [System.String]
    $Name,
    [System.String]
    [ValidateSet("Automatic", "Manual", "Disabled")]
    $StartupType="Automatic",
    [System.String]
    [ValidateSet("LocalSystem", "LocalService", "NetworkService")]
    $BuiltInAccount="LocalSystem",
    [System.Management.Automation.PSCredential]
    $Credential,
    [System.String]
    [ValidateSet("Running", "Stopped")]
    $State="Running",
    [System.String]
    [ValidateSet("Present", "Absent")]
    $Ensure="Present",
    [System.String]
    $Path,
    [System.String]
    $DisplayName,
    [System.String]
    $Description,
    [System.String[]]
    $Dependencies
    Import-DscResource -Name MSFT_xServiceResource -ModuleName xPSDesiredStateConfiguration
    Node $nodeName
    xService service
    Name = $Name
    DisplayName = $DisplayName
    Ensure = $Ensure
    Path = $Path
    StartupType = $StartupType
    Credential = $credential
    $Config = @{
    Allnodes = @(
    Nodename = "localhost"
    PSDSCAllowPlainTextPassword = $true
    #Sample Scenarios
    $credential = Get-Credential
    Sample_xService_ServiceWithCredential -ConfigurationData $Config -Name "Sample Service" -DisplayName "Sample Display Name" -Ensure "Present" -Path "C:\DSC\TestService.exe" -StartupType Automatic -Credential $credential
    ¯\_(ツ)_/¯

  • How to restrict External Drive access in other user accounts

    I just purchased an external HD and moved my iTunes and iPhoto libraries to it. No problem there.
    My Mac mini has four user accounts and I'd like to set the permissions on the external HD so that only I can write to it from my account. I'm attempting to do this through 'Get Info' on the external drive, then setting Sharing & Permissions to 'Read and Write' for myself and 'Read only' for the other three accounts. But it seems that when I set one of these it gets set for all four accounts.
    Am I doing something wrong trying to set the permissions this way, or, is there a better way to do it?
    Thanks,
    Andy

    I didn't realize you could set the privileges for other user accounts in the 'Get Info' box from my account. I added the names of the other three accounts and set them to 'Read Only' but I am still able to delete files from the drive when I'm logged into those accounts.
    What I'm trying to do is set it up so that either (1) they can't accidentally delete files from the external disk or (2) they can't even see the disk at all from those accounts. I would have thought that 'Read Only' would not allow them to delete files, but with the privilege set to 'Read Only' I'm still able to delete files from the disk.
    Maybe I'm missing a step? Or maybe there's another way to do it?
    Thanks,
    Andy

  • Multiple Schemas under one user account with XE 10g

    Hi,
    I am using (learning) XE 10g. I would like to know if it is possible to have multiple schemas under one user account and have the schemas logically separated. As of right now, I have three schemas that I am working with, each one under a different user account. This is inconvenient, because I have to logout of one user account and login to another user account simply to be able to work with another schema.
    Thanks

    It isn't possible to have multiple schemas under one database user account. It is of course possible to grant rights to other database users, and or roles, in order to allow access to the tables/data from other accounts. In Oracle there is a one-one mapping between schema and user.
    Niall Litchfield
    http://www.orawin.info/

  • Activation--multiple User Accounts--same PC

    After setting up a second user account on the same Windows 7 PC, I'm being asked by Adobe to activate LR3 for the new user account. It was already activated on the same PC upon installation, before this user account was created in Win7.
    I don't want to have to use up both activations for two users on one PC. I don't understand why all user accounts on one PC shouldn't have access to one program.  Or does re-entering the license key on the same PC not count as a second activation?
    I suspect this is happening because I (perhaps erroneously) installed LR3 on the Administrators' account, instead of on a Standard user account. I really want to use it within standard user accounts. Is the request to activate related to Windows 7 ownership and permissions?
    http://www.blogsdna.com/2159/how-to-take-ownership-grant-permissions-to-access-files-folde r-in-windows-7.htm
    Can I reset ownership and permissions, as discussed in the above link, to fix this?
    It seems one fix would be to uninstall LR3 from the PC and then reinstall it in the user account, but that's kind of a nuisance, and I wonder then if any additional new user accounts that still wanted to use LR3 would be asked to activate again..
    Any suggestions would be appreciated.  I'm trying to figure out this user account vs. administrator account stuff for the first time and kind of bungling my way through it.

    Thanks, Hal.
    I activated Lightroom under the user account and then tested this theory by setting up a dummy user account to see if Lightroom 3 asked for and rejected a third activation.  It didn't.  It was satisfied with the second activation you suggested.
    I also have Photoshop CS5, and ironically, it did not ask for reactivation under my user or administrator account, but it's possible that I installed PS CS5 under the user account or after the user account was created, and that made the difference.  Dunno.
    I also searched this question on the Photoshop forum and I couldn't find  any discussion of it, but a similar question was answered unofficially  by another user who suggested that Adobe recognizes this situation from  the identical hardware profile of the PC being activated a second time and doesn't  count it as a second activation.
    I gather many people don't bother with user accounts in Vista or Win 7 as long as they're the only user on the PC.  Using a user account, rather than the administrator account for everyday use, is still recommended by Microsoft to protect the system files from malware. But it's a little confusing and awkward to set them up for users like me who are new to them.

  • Hello,  I'm not able to download itunes 10.5 on my dell laptop. It says that an error occured and to download separately and then install.  However, this is stillnot working.  Due to this I am not able to update any applications. I am using windows vista.

    Hello,  I am not able to download itunes 10.5 on my dell laptop.  It says to try to download separately and then install.  However, an error message still comes up.  Due to this, I am not able to update any applications.  I am using windows vista.  If I reinstall itunes entirely, will I loose my many playlists that I have? And will this effect the same playlist that I have on my ipod???

    Installing, and uninstalling, applications never touches or removes the data.
    Clean out and uninstall all the apple programs and software thru Programs and manually.
    Might want to use Revo and CCleaner
    I always use manual standalone installers (and keep a couple backup versions)
    itunes 10.5 may affect iTunes media playlists, not sure, depends on what you have.
    A search of these forums will show some threads.
    I'd clean up vista, you need SP2 or later, and specific error message?
    I wonder as you arenot the first with a dell if maybe the OS or included software.
    Security programs like Norton and older versions of Kaspersky have been implicated.
    Also settings in IE that affect pop-ups and plug-ins.

  • Logitech HD Pro Webcam C920 Won't Work Under One User Account in Windows Vista 32-bit

    My Logitech HD Webcam C920 seems to work fine online on Flash Player under all user accounts except one.  How do I fix this without having to delete that user account?

    Thing is (and this is just basic troubleshooting principles):
    If it works (under any account at all), - it ISN'T the camera, or it wouldn't work at all. Likewise, if it DIDN'T work under any account, it COULD be the camera.
    If it works (under any account at all), - it ISN'T flash player, or it wouldn't work at all. Likewise, if it DIDN'T work under any account, it COULD be Flash Player.
    So the problem HAS to be specific to this one account, and some setting(s) for the account, since the plug-in and hardware have already been proven to be working.
    Unless you can pinpoint what setting for this one accoiunt is preventing it from working, you'll most likely have to create a new account to use it.

  • I am not able to update ios 5 to my iphone4, i am getting the error code 3259. i have trouble shooted my computer, but again i am getting the same problem. i tried more than 5 times

    i am not able to update ios 5 to my iphone4, i am getting the error code 3259. i have trouble shooted my computer, but again i am getting the same problem. i tried more than 5 times

    Try updating via iTunes.

  • Creating user accounts with OIDDAS and use them from the OS

    Hi,
    I have a customer that is experiencing an error creating user accounts from OIDDAS, and use that user accounts from the operating system.
    My customer is using OID/OAS4OS 10.1.4.2.0, and that version is not longer available to download, then, I will try in my own environment
    with OID/OAS4OS 10.1.4.3.0.
    And the question is the following: is supported to create user accounts with OIDDAS and expect that users can work with OAS4OS and be
    able to authenticate in the operating system?
    For the reference, SR# 7222351.993:
    Thanks,
    Luis Vivero.
    Edited by: LV in ORCL on Dec 11, 2008 6:47 AM

    Hi Jacco,
    I didn't see your post before.
    Nop, unfortulately I don't have a document with that. I just received that answer
    from development (related to the plugin for AD that is not certified, and DAS is
    not intended to work with OAS4OS).
    Anyway, about the plugin to work with AD, this is working for me; at least I tested
    it by configuring the plugin, I configured synchronization, the mapping file, I did
    the bootstrap, and the accounts that were bootstraped now shows the OS attributes
    on DAS.
    Regards,
    Luis Vivero.

  • Can two user accounts of one computer use two different Mac ID accounts?  I'd like to keep separate accounts for movies, music etc.

    I have a Mac Air running 10.8.5, with two users on it.  I'd like to keep separate Apple store accounts accounts for the two users, as we have separate music, movies, books etc.  To date, we've had separate computers, but now will share the one computer.  But when the second account is signed in and we try to sign in to the I-tunes store, or authorise the computer with the second account, the response is "the I-Tunes store is not available" or "we cannot fulfil your request at this time".  Togetherness is nice, but I'd prefer to have some privacy.

    Hi Harrike2000,
    Welcome to Apple Support Communities.
    It sounds like you’re running into an iTunes Store connection issue in one of the user accounts on your MacBook Air, and you want to know if the issue is related to using multiple Apple IDs or user accounts.
    You can use multiple user accounts and Apple IDs with one computer, see this article for more information:
    How to use multiple iPhone, iPad, or iPod devices with one computer - Apple Support
    For the issue connecting to the iTunes Store, try the suggestions in the article linked below.
    Can't connect to the iTunes Store - Apple Support
    Troubleshoot issues on a Mac
    If you haven't been able to connect to the iTunes Store, a software conflict or your Internet service provider (ISP) may be blocking your access.
    Update iTunes and Safari to the latest version.
    If you have a firewall, your settings may be preventing you from connecting to the iTunes Store. Follow these steps to configure your firewall.
    You may need to reset your keychain. Connection issues are occasionally caused by keychain issues. Learn how to use Keychain First Aid to resolve any issues with your keychain.
    If you're receiving a specific error message, follow these steps.
    If the issue still persists, contact your Internet service provider and confirm that these ports and servers are enabled over your network.
    Learn more
    If the steps above didn't resolve your issue, be sure that your specific alert isn't listed as a possible iTunes Store error. Then, if your issue is still unresolved, follow these steps.
    Cheers,
    -Jason

  • I run a mac air on a single user account but multiple people using it, which is ok for the situation. All have their accounts in the apple mail app. what is missing for me is a separate password to access the mail account. otherwise anyone can see anyones

    I run a mac air on a single user account but multiple people using it, which is ok for the situation. All have their accounts in the apple mail app. what is missing for me is a separate password to access the mail account. otherwise anyone can see anyones
    Any clue, how i can add a mail account to apple mail app, but with separate password / pin to open it.
    Years ago there was a program called mail switcher which added this functionality, but thats gone.
    cheers
    Tom

    They would have to be logged in as separate users in order not to see your account in Mail. Whatever accounts put in Mail under your account will show up. All mail accounts usually have there own user and password. The only thing you can do is to remove the password from Keychain and take the account offline so you don't keep getting prompts for passwords each time it checks for mail.
    Not a great solution.
    Best way is to give the other user their own user account with their own mail and enable fast user swithcing to log between the different users if all access the computer frequently.

  • Using windows vista with two users and I can only open books with adobe digital editions on one account?

    using windows vista with two users and I can only open books with adobe digital edition

    You must authorize the second computer with the same Adobe ID.
    There are sometimes issues with this registration: if you have them ....
    Sometimes ADE gets its registration/activation confused and in a semi-authorized state.
    Uninstalling and reinstalling does not help.
    Unfortunately, it often then gives misleading error messages about what is wrong.
    A common incorrect message informs you that the ID is already in use on another computer and cannot be reused.
    This can often be resolved by completely removing any authorization using ctrl-shift-D to the Library screen on ADE (cmd-shift-D if on Mac).
    Restart ADE, and then reauthorize with your (old) Adobe ID.

Maybe you are looking for

  • Unable to edit document from SharePoint 2007 using Office 2013 and IE 11

    I am getting the following error when I try to edit a document from SharePoint 2007: "Edit document requires a Windows Sharepoint services-compatible application and Microsoft Internet Explorer 6.0 or greater". I am using Windows 7 with Office 2013 a

  • Problem after installing RAM

    I have recently installed an extra 512 megs of RAM to my 12" G4 powerbook. it originally came with 256 megs. However now when i open and close programs, bits of the picture from the programme i was using stays on the screen and i have to click and dr

  • Embed Barcode Fonts for Watermark

    I hope someone could help me with this: I need to add a barcode to a scanned image pdf file. This file will be viewed by a number of users on their workstations. Therefore the barcode font has to be embedded to the newly created pdf file. I used the

  • Iphone 5 refusing to Sync fully "sticks on waiting for items to sync"

    My Iphone 5 is refusing to work with my Itunes on my Windows 7 computer, i havent a mountain of music to upload and i have started to now untick songs and select the playlists i would like on my Iphone. It seems to have come to a halt and i have atem

  • Steps to install sap

    hi , can any one tell me the procedure  or steps in brief how to install the SAP 4.7ee for sever2003 or 2000 professional ? am having disks 1 , 2 , 3. ! pls any one provide me the details its urgent ? Thanks & Regards, Rajeshk.