Operating System Login Credentials

I have setup an Oracle 11g Database and have a question about backing up the database. Currently, I have logged into the database via Enterprise Manager. I have browsed to the Availability->Backup settings and I see that at the bottom of the page I need to supply Operating System Login Credentials.
Do I need to create these credentials? If so, can I have a little help to do this, or if not, how to I retrieve these details?

996403 wrote:
I have added the 'log in as batch job' priviledge to the Administrator user.
I have then setup a password for the Administrator.
I then try and log into Oracle via the Enterprise Manager with the Administrator user details, but get the "Your username and/or password are invalid." error.When you "log into Oracle via the Enterprise Manager" you are logging into the database itself. You need to use a valid database account and password. You originally asked about being prompted for host credentials once you were logged in to Enterprise Manager and wanted to execute certain functions. That's not the same thing.
To initially log in to EM, you supply database account credentials. If a function within EM needs to interface directly with the OS, it will need host (OS) account credentials.

Similar Messages

  • How can I get the windows operating system login?

    My application needs no authentication, but I would like to be able to identify the user by their windows login. For tracking etc. Is this available in XE Application Express?
    thanks

    Trevor,
    you can easily download it here: http://httpd.apache.org/download.cgi
    It comes with an installer, it is really easy.
    Oracle has a version of Apache included in their distributions, but you would require a license for that. Since Oracle XE has an embedded pl/sql gateway, you should just do fine using the original Apache.
    No, you don't need the REMOTE_ADDR workaround, just be aware of the limitation.
    Here are even simpler instructions for running Apache as a proxy to XE: Re: Existing http server
    Good luck :),
    ~Dietmar.

  • I have dual boot labs that I set up up for a school.  The Partitions consist of mountain lion and windows 7.  I use bootlicker as the software for selecting the operating systems.  When I choose windows, it takes just under 2 minutes to go to the login sc

    I have a dual boot lab that I set up for a school.  The partitions consist of Mountain Lion OSX and Windows 7 Ent.  I use bootpicker software for choosing the operating system at startup.  When I select the windows partition, it take just under 2 minutes from selection to the windows login screen.  It seems to take incredibly long for the mac to "shut down and hand over the operating system to windows. 
    Do you have any suggestions on how to get this timing faster?
    Thanks for any ideas/input

    The only suggestion I can make is to look ar ReFind (previuosly ReFit). Startup mamangement is one of its features.
    But
    It is very powerful so test it for yourself before deploying it. Some of the functions are best kept out of the hands of the curious, or 'playful'
    And you never answered this question.
    Tell me what the needs are, do the users always need to choose Windows or is this a variable?

  • Error :No operating system credentials were set for running the program

    i am getting this error when i am trying to execute a shell script in cmc. i got the status as failed, when clicked on that failed message this is what i got
    Title: delete_month 
    Document Type: Program 
    Status Failed 
    Destination: Unmanaged Disk destination properties have been set to the chosen Job Server's defaults. 
    Owner: boadmin 
    Server Used: cms_451.ProgramJobServer 
    PID: 15010 
    Folder Path: Temp/ 
    Remote Instance: No 
    Creation Time: 12/1/2010 7:21 PM 
    Expiry: 12/1/2020 7:21 PM 
    Start Time: 12/1/2010 7:21 PM 
    End Time: 12/1/2010 7:21 PM 
    Error Message: No operating system credentials were set for running the program.
    what might be the reason

    what do u mean by pm application, i didn't get that
    we r  using boe xi 3.1 sp3.on sun solaris
    my exact scenerio  is
    I wrote a shell script to delete the reports which r one month old. the reports generated by the boe r placed in unix machine(in a specific folder for example abc) and my boe server is also on unix .I imported the the shell script into boe.I assigned the path /xx/yy/abc (the path where our reports r stored) to the arguments and i gave the working directory path as the xx/yy/bobj/bobje/data/frsinput/a0_89/ ( this is the path where my shell script is present).after giving these details i am unable to delete any of the content from that folder. I am getting the failed message when i am trying to execute the object in cmc. i am pasting the shell script as well as the error message here if any body knows anything help me. do i need to set anything in cmc or what i need to do
    this is the shell script to delete the files in the specified directory
    #!/bin/ksh
    # set -x
    if [[ $# != 1 ]]; then
       echo "Usage : $0 [Directory Path]"
       exit 0
    fi
    echo "Source directory : " $1
    # To display the list of files more than a month older
    for v_fname in $(find "$1"/ -name "*" -mtime +30 -type f)
    do
      echo "$v_fname"
    done
    # To delete the files of more than 1 month older
    find "$1"/ -name "*" -mtime +30 -type f -exec rm {} \;

  • Apply Operating System Failed

    Environment: SCCM 2012 R2 CU3
    Background:
    Prestaged image was applied to machine. The prestaged image was created based on our old TS which only contains winpe boot image and the windows 7 operating system. WINPE v4.0 was still used in this prestaged image. We recently updated our TS with WINPE
    v5.1(we did not create a new prestage image) in order to accommodate the installation of SCCM client R2 CU3 during the build.
    Build Process:
    Powered on the machine and boot to the hard disk(since prestaged image was already applied to the machine). After selecting our TS, it starts to download the WINPE v5.1 and then asks for a reboot. After the reboot, it starts to apply the operating
    system but will fail afterwards. Snippet of the error in smsts.log can be found below.
    What we have noticed:
    If we don't change the boot image of the TS to WINPE v5.1 and still use WINPE v4.0, we don't encounter the error. The only time we encounter the error is when we change the boot image of the TS to WINPE v5.1. Note that I can ping the FQDN of the Primary
    server and the dp when using WINPE v5.1
    Snippet of the Error:
    DownloadOnDemand flag is true. Attempting to download content locally for Package ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Locations: Multicast = 0, HTTP = 1, SMB = 1. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Package Flags: 0x08000081 ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Trying http://sccm01.contoso.net/SMS_DP_SMSPKG$/ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    GetDirectoryListing() entered ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    No credential information in environment. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Initializing HTTP transport. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Setting URL = http://sccm01.contoso.net/SMS_DP_SMSPKG$/ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
       Address=http://sccm01.contoso.net, Scheme=http, Object=/SMS_DP_SMSPKG$/ABC003CA, Port=80. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Setting Authenticator. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Set authenticator in transport ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    CLibSMSMessageWinHttpTransport::Send: URL: sccm01.contoso.net:80  PROPFIND /SMS_DP_SMSPKG$/ABC003CA ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    401 - Unsuccessful with anonymous access. Retrying with context credentials. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Using thread token for request ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    401 - Unsuccessful with context credentials. Retrying with supplied credentials. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Network access account credentials not supplied. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    401 - Unsuccessful on all retries. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    SendResourceRequest() failed. 80190191 ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Download() failed. 80190191. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Trying \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    nPos != CCM::Utility::String::npos, HRESULT=80004005 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,238) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Creating a connection to
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with default account ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Connection request for "\\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2" ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    No credentials available for connecting to "\\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2". See whether the share has already been connected. ApplyOperatingSystem 1/28/2015
    11:17:21 AM 1936 (0x0790)
    Connecting to "sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2" ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Unsuccessful in connecting to
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2. Invalid username or password. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    reconnect(), HRESULT=80070005 (e:\qfe\nts\sms\framework\tscore\tsconnection.cpp,129) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    connect(pszPath, pszAccount, pszPassword, L"", uFlags), HRESULT=80070005 (e:\qfe\nts\sms\framework\tscore\tsconnection.cpp,148) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Unsuccessful in connecting to or accessing
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with default account. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    No credential information in environment. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Creating a connection to the share
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with network access account ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Failed to access the share
    \\sccm01.contoso.net\PACKAGES\UNATTEND-ENG-B2\ with network access account ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    DownloadContentAndVerifyHash() failed. 80070002. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3052) ApplyOperatingSystem 1/28/2015
    11:17:21 AM 1936 (0x0790)
    DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3273) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    TS::Utility::ResolveSource(configPackageID, packagePath), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installcommon.cpp,958) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Failed to resolve source for configuration file package ABC003CA (80070002) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    ReleaseSource() for C:\_SMSTaskSequence\Packages\ABC003CA. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    The user tries to release a source directory C:\_SMSTaskSequence\Packages\ABC003CA that is either already released or we have not connected to it. ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    CopyConfigFile( this->configPackageID, this->configFileName, this->configFilePath ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,874) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    InitConfigFile(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1852) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Configure(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,2028) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    Installation of prestaged media image failed to complete..
    The system cannot find the file specified. (Error: 80070002; Source: Windows) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    installer.install(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,2094) ApplyOperatingSystem 1/28/2015 11:17:21 AM 1936 (0x0790)
    InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,509) ApplyOperatingSystem 1/28/2015
    11:17:21 AM 1936 (0x0790)
    Process completed with exit code 2147942402 TSManager 1/28/2015 11:17:21 AM 1840 (0x0730)

    WINPE v5.1 is not supported and does not work, are you sure you are using it and not PE 5.0? Note that the ADK for Win 8.1 Update does *not* create WinPE 5.1 boot images, it creates WinPE 5.0 boot image that you can then modify to be WinPE 5.1 by injecting
    the appropriate updates.
    The above log file clearly shows authentication issues and calls out the fact that no Network Access Account is set.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SSRS 2005 report: Cannot bulk load Operating system error code 5(Access is denied.)

    I built a SSRS 2005 report, which calls a stored proc on SQL Server 2005. The proc contains following code:
    CREATE TABLE #promo (promo VARCHAR(1000))
    BULK
    INSERT #promo
    FROM '\\aseposretail\c$\nz\promo_names.txt'
    WITH
    --FIELDTERMINATOR = '',
    ROWTERMINATOR = '\n'
    SELECT * from #promo
    It's ok when I manually execute the proc in SSMS.
    When I try to run the report from BIDS I got following error:
    *Cannot bulk load because the file "\aseposretail\c$\nz\promo_names.txt" could not be opened. Operating system error code 5(Access is denied.).*
    Note: I have gooled a bit and see many questions on this but they are not relevant because I CAN run the code no problem in SSMS. It's the SSRS having the issue. I know little about the security of SSRS.

    I'm having the same type of issue.  I can bulk load the same file into the same table on the same server using the same login on one workstation, but not on another.  I get this error:
    Msg 4861, Level 16, State 1, Line 1
    Cannot bulk load because the file "\\xxx\abc.txt" could not be opened. Operating system error code 5(Access is denied.).
    I've checked SQL client versions and they are the same, I've also set the client connection to TCP/IP only in the SQL Server Configuration Manager.  Still this one workstation is getting the error.  Since the same login is being used on both workstations and it works on one  but not the other, the issue is not a permissions issue.  I can also have another user login into the bad workstation and have the bulk load fail, but when they log into their regular workstation it works fine.  Any ideas on what the client configuration issue is?  These are the version numbers for Management Studio:
    Microsoft SQL Server Management Studio 9.00.3042.00
    Microsoft Analysis Services Client Tools 2005.090.3042.00
    Microsoft Data Access Components (MDAC) 2000.085.1132.00 (xpsp.080413-0852)
    Microsoft MSXML 2.6 3.0 5.0 6.0
    Microsoft Internet Explorer 6.0.2900.5512
    Microsoft .NET Framework 2.0.50727.1433
    Operating System 5.1.2600
    Thanks,
    MWise

  • Login credentials server with multiple users on 1 Mac

    The situation is a MacBook Pro running Mountain Lion connecting to a Mac Mini.
    The MacBook Pro has 3 users with administrator rights:
    A, B and C.
    When user B is logged in and wants to connect to the Mac mini, the login dialog shows the credentials of user A by default.
    This happens also after a re-start and first login by user B.
    How can I have the system forget the login credentials in the above case so that user B can have the correct default user name in the login window?
    Thanks for your help.

    While logged in as User B, open Keychain Access. Find the password entry for connecting to the mini and delete it.
    Then, try to log in again. User B likely used User A's login info at some point, maybe testing, to connect to the mini, so those credentials were saved in the keychain.

  • Office 2013 ODT The operating system is not presently configured to run this application

    hi!
    We have RDS 2012 R2 setup up and running with session host, connection broker, rd gateway and rd web. AS office 2013 can be deployed using APP-V 5 SP2, we have created .appv pkg using ODT as mentioned in this
    guide . It was working fine for 2 days and then suddenly we started to get error popup window saying
    "The operating system is not presently configured to run this application" . We are receiving this error on Session host server(win 2k12 r2) which is App-V 5 sp2 client, when we try to open any office 2013 app.
    And If check on App-v server which is also a publishing server. In event viewer i see this log entry.
    Log Name:      Microsoft-AppV-Server-Publishing/Admin
    Source:        Microsoft-AppV-Server-Publishing
    Event ID:      215
    Level:         Error
    Description:
    The request URL doesn't contain the query string for the client OS.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-AppV-Server-Publishing" Guid="{825C7963-9E32-4E3B-B74A-DF2CC3B6822B}" />
        <Execution ProcessID="3092" ThreadID="5176" />
        <Channel>Microsoft-AppV-Server-Publishing/Admin</Channel>
     </Event>
    SaM

    We have the same issue. All other applications seem to work fine.
    App-V 5.0 SP1 with hotfix package 2 installed on the App-V Management/Publishing server. We only use Windows Server 2012 RDS instead of R2. On the RDS servers, App-V 5.0 SP2 is installed. We use User Profile Disks and also used the ODT for Office
    2013.
    I our case it worked for a few hours. We didn't change anything (no updates of other things) other than having a few users try to login with different accounts to test the application. Reinstalling the client doesn't work and we also tried to removed
    all AppVClientPackages and then clear the cache from locations like:
    %LOCALAPPDATA%\Microsoft\AppV\Client\VFS
    %APPDATA%\Microsoft\AppV\Client\VFS
    C:\ProgramData\App-V
    I'll post a solution if I find one.

  • How to pass login credentials dynamically to secured partnerlink in a BPEL

    Hi,
    I am trying to invoke a secured web service from a BPEL.And requirement is to dynamically pass the username and password . I have done the following steps to pass the login credentials to the partner link.
    Infact I have followed one of the oracle forums.BUT ITS NOT WORKING.
    ====================================================================================================
    1. Imported the xml schema "oasis-200401-wss-wssecurity-secext-1.0.xsd"
    2. Created a variable "SecurityContext"
    <variable name="SecurityContext" element="ns2:Security"/>
    3.Created a copy rule.
    <copy>
    <from>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsse:Username>myusername</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mypassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </from>
    <to variable="SecurityHeader"/>
    </copy>
    4. Added the following xml to the invoke operation.
    <invoke name="Invoke_1" partnerLink="UnitHealthService"
    portType="ns1:UnitHealth" operation="queryUnitHealthInfo"
    inputVariable="Invoke_1_queryUnitHealthInfo_InputVariable"
    outputVariable="Invoke_1_queryUnitHealthInfo_OutputVariable"
    bpelx:inputHeaderVariable="SecurityContext"/>
    5. Deployed the BPEL sucessfully.
    6. Output message given by BPEL console is
    <Faulthttp://schemas.xmlsoap.org/soap/envelope/>
    <faultcode>env:Server</faultcode>
    <faultstring>com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is a28500bf6f4d1dc9:- 488f4503:1215f79430f:-7d71. Please check the process instance for detail.</faultstring>
    </Fault>
    7. In the VISUAL flow diagram , message generated by the Invoke activity is as below:
    <summary>exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized</summary>
    So FINALLY ITS NOT CONNECTING.
    ====================================================================================================
    When I created the properties and hardcoded the username and password like below, its worked.
    <property name="basicHeaders">credentials</property>
    <property name="basicUsername">myusername</property>
    <property name="basicPassword">mypassword</property>
    Can anyone suggest HOW CAN I DYNAMICALLY PASS USERNAME AND PASSWORD to the secured web service via partner link??
    Thanks,
    Kumar

    I have tried it but itwas not working..
    I am not able to set exactly the copy rules given in that blog as that blog has wsse:password king of assignments where as when I try to assign , I have the asignment like /ns2:password .
    Am I mising something here?
    I have imported only oasis-200401-wss-wssecurity-secext-1.0.xsd.
    Thanks,
    Kumar
    Edited by: GenuineOracle on Jun 2, 2009 5:38 PM

  • I bought a pdf book last year and had no problem reading it for a few months then all of a sudden I could no longer open it and to this day. Any other pdf download off internet I can still open and read, except for that particular book. Operating system i

    I bought a pdf book last year and had no problem reading it for a few months then all of a sudden I could no longer open it and to this day. Any other pdf download off internet I can still open and read, except for that particular book. Operating system is Windows 7 Home Premium, Adobe Reader XI 11.0.07.  When trying to open file I get msg "You did'nt login or your session has expired. Please log in to read this document for the first time". (Like I said I have read it before). So I log in but that prompts me to give the name of the file I want to export or convert to Word or something else, which is not what I want to do of course. I have not purchased any service from Adobe or Acrobat as I only need to read. Thanks for your help..

    Thank you for your reply. Operating system is Windows 7 Home Premium, Adobe Reader XI 11.0.07.  When trying to open file I get msg "You did'nt login or your session has expired. Please log in to read this document for the first time". (Like I said I have read it before). So I log in but that prompts me to give the name of the file I want to export or convert to Word or something else, which is not what I want to do of course. I have not purchased any service from Adobe or Acrobat as I only need to read. Thanks for your help.

  • I have a mac pro 2007 model. It appears I have a corrupted sector on my the hadrive tha has my operating system. If I use the install disk that came with is (Tiger) can I still get my lion back.

    I have mac pro 2007 model given to me, I updated it to lion about six months ago, and I do not have a time machine.
    Lion stopped loading before I get to the login screen,
    I tried all the tips, doing a option/shift/v. I noticed several fsk_dsk errors that it could not fix on my boot drive.
    Restore would not work either. The only physical copy I have is the install disk that came with the mac. I think it is Tiger.
    If I put this operating system on will I be abel to upgrade it to lion, and if so will I have to pay again?

    The Lion Recovery Partition has its own index. Your Macintosh HD partition is the one with the troubles.
    If Disk Utility cannot fix it, you may need to apply different Utilities, such as Disk Warrior.
    Some readers suggest that the best disk repair is to erase the drive and restore it from your Backups.
    This might be a good time to consider getting a new drive to have on hand. This would allow you flexibility in copying, fixing, and (if needed) replacing the drive with the problems.

  • Is there any version of any operating system (Snow Leopard through Maverick) that will make my 2010 Macbook 7,1 run some-what efficiently again? Instead of just installing Maverick, should I consider re-installing any of the previous op systems?

    My 13-inch, Mid-2010 Macbook has declined in performance with every operating system upgrade. Maverick functioned, unlike Yosemite, which I currently have every intention of deleting. Honestly, the last time my mac could run multiple applications at once without slowing to a crawl and then crashing was on Snow Leopard, Lion, or Mountain Lion. Although I'm not quite sure at what point my Mac ran smoothest, but remained compatible with the new applications I've downloaded over the years. I know that it's been too long since I enjoyed using my 2010 Macbook. In fact, I thoroughly enjoy using my 2008 Macbook more, despite it's limited compatibility and obsolete features.
    I own a Snow Leopard install disk, or could install any of the operating system on my desktop and reinstall using a USB method, or any other means to successfully wipe a disk clean of Yosemite that many of you might know that works similarly (I didn't have Time Machine on). With that being the case, what is my best option for deleting Yosemite, and recovering an older OS X operating system successfully?
    The question I have for all of you with knowledge superior to my mediocre Mac mind, is what operating system can I reinstall on this Mac that will give it the best shot to function acceptably? Is any specific version compatible with all/most new software and such, but before Maverick and Yosemite raised my active memory usage through the run, along with constant lagging, and then a kernel panic. Through extensive googling, I've become more confused and frustrated. I could not get a concrete answer due to the questions phrasing, but hopefully someone can assist me here ASAP, please. How can I run Google Chrome and have a Celtx document open again without unavoidable crashing? I won't be greedy and dare ask for an additional, minimally energy draining application run in the background. Again, my 2008 runs beautifully, but is limited in compatibility. My newer 2010 Mac runs like it's struggling for memory (I've used 30 gb out of the 200, using my out-dated Macbook for most of my Mac tasks.
    My minor question.... For deleting Yosemite, what method is the most effective and easy considering the options? My major question..... Will reinstalling an operating system on a fresh disk, is any operating system valuable enough to consider installing and avoiding re-updating to Maverick? Or is Maverick my best shot? And a Mac that is significantly newer and more compatible with current hardware and software, and has approx 100 gb less on it's drive than my 2008 Mac, yet the Yosemite Mac can't handle of a fraction of the 2008 Snow Leopard activity. This is my 5th physical Macbook in less than a decade, btw. Along with pads and phones. I refuse to give Apple more money to solve this, so that is not the answer I'm looking for. Thank you.

    FIRSTLY, THANK YOU! I appreciate any help you can lend me here. Below is a Etrecheck from today.
    Essentially, Google Chrome and ANY other program open will eventually freeze up. I deleted Chrome. Re-downloaded. Completely deleted. Used Safari. Absolutely NO BETTER.
    If I'm writing a really long document in a word processor and using a thesaurus or dictionary application in the background.... That will eventually freeze my mac.
    So ANY assistance here would be terrific because since Yosemite it's been impossible to tolerate. 
    Problem description:
    If 2 “major” programs are running at the same time, my Macbook is almost unusable due to lag, crashes, and freezes.
    EtreCheck version: 2.1.8 (121)
    Report generated March 1, 2015 at 9:19:18 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook (13-inch, Mid 2010) (Technical Specifications)
        MacBook - model: MacBook7,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        2 GB RAM Upgradeable
            BANK 0/DIMM0
                1 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                1 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 443
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            NS32E400NA14 spdisplays_1080p
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Time since boot: 22:5:54
    Disk Information: ℹ️
        Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            THE MAC HD (disk0s2) / : 249.20 GB (197.12 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        OPTIARC DVD RW AD-5970H 
    USB Information: ℹ️
        TOSHIBA External USB 3.0 1 TB
            BOX (disk1s1) /Volumes/BOX : 500.10 GB (27.71 GB free)
            Box 2 (disk1s2) /Volumes/Box 2 : 500.10 GB (407.54 GB free)
        Apple Inc. Built-in iSight
        Logitech USB Receiver
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Configuration files: ℹ️
        /etc/hosts - Count: 17
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [loaded]    com.Logitech.Control Center.HID Driver (3.9.1 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [loaded]    com.Logitech.Unifying.HID Driver (1.3.0 - SDK 10.6) [Click for support]
        [not loaded]    com.microsoft.driver.MicrosoftMouse (8.2) [Click for support]
        [loaded]    com.silex.driver.sxuptp (1.10.5 - SDK 10.6) [Click for support]
        [loaded]    com.usboverdrive.driver.hid (3.0.2 - SDK 10.6) [Click for support]
            /System/Library/Extensions/MicrosoftMouse.kext/Contents/PlugIns
        [not loaded]    com.microsoft.driver.MicrosoftMouseBluetooth (8.2) [Click for support]
        [not loaded]    com.microsoft.driver.MicrosoftMouseUSB (8.2) [Click for support]
            /System/Library/Extensions/USBOverdrive.kext/Contents/PlugIns
        [not loaded]    com.usboverdrive.driver.hid.safe (3.0.2) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.Logitech.Control Center.Daemon.plist [Click for support]
        [not loaded]    com.splashtop.streamer-for-root.plist [Click for support]
        [loaded]    com.splashtop.streamer-for-user.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [failed]    com.splashtop.streamer-daemon.plist [Click for support]
        [failed]    com.splashtop.streamer-srioframebuffer.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [running]    com.google.Chrome.framework.plist [Click for support]
        [failed]    com.leadertech.PowerRegister.EPS2.fa8d34509cfddcea6fdfd2f145193825.plist [Click for support]
        [failed]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [failed]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [loaded]    com.splashtop.streamer-for-user.plist [Click for support]
        [running]    net.optimum.iptv.optimumapp.agent.v3.plist [Click for support]
        [loaded]    opt.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        USBOverdriveHelper    Application  (/Library/PreferencePanes/USB Overdrive.prefPane/Contents/Resources/USBOverdriveHelper.app)
        teleportd    Application  (/Library/PreferencePanes/teleport.prefPane/Contents/Resources/teleportd.app)
    Internet Plug-ins: ℹ️
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        OVSHelper: Version: 1.1 [Click for support]
        WidevineMediaOptimizer: Version: 6.0.0.12757 - SDK 10.7 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
    Safari Extensions: ℹ️
        Searchme [Adware! - Remove]
        Slick Savings [Adware! - Remove]
        Evernote Web Clipper
        Ebay Shopping Assistant [Adware! - Remove]
    3rd Party Preference Panes: ℹ️
        Logitech Control Center  [Click for support]
        teleport  [Click for support]
        USB Overdrive  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            11%    WindowServer
             0%    AppleSpell
             0%    Google Chrome
             0%    fontd
             0%    loginwindow
    Top Processes by Memory: ℹ️
        116 MB    Google Chrome
        54 MB    Finder
        51 MB    Google Chrome Helper
        34 MB    WindowServer
        23 MB    mds
    Virtual Memory Information: ℹ️
        23 MB    Free RAM
        618 MB    Active RAM
        601 MB    Inactive RAM
        306 MB    Wired RAM
        1.24 GB    Page-ins
        16 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 28, 2015, 11:10:52 AM    Self test - passed
        Feb 27, 2015, 07:05:00 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/LCCDaemon_2015-02-27-190500_[r edacted].crash

  • Problem in Production as Login Credentials changed

    Hi,
    This is a scenario from IDOC to JDBC.
    This is a case arised due to blocking of the id, which we were previously  using in XI for getting connected from R/3 systems, ie the RFC destinations from R/3 to XI were using that login credentials.
    So the scenarios failed.
    Again we reset the ID with the same password. But the scenario is failing.
    The idocs are reaching to XI , but the the pipeline steps are not executed. It is saying " INBOUND INTERFACE NOT FOUND"
    This is a problem in Production, and we ve not touched any interface or mapping.Previously the scenario was working fine.
    Pls give me the solution and we 'll give 500 points:-)
    Regards,
    Navneet

    Quick Checks:
    1. Check the status of User in R/3 which you have used in the RFC destination i.e SM59 and IDOC Adapter ? if it is locked , then unlock it. If password is the problem, then try to change the password.
    Don't reset it ...
    2. Also check out the status in XI, SM59... what is the user used ? is it correct etc... by testing the connection
    3. I think the IDOC Metadata is having problem.. Go to IDX2 and reimport the metadata in XI.
    Also note that, it is prefer to use Service User in SM59, and IDOC adapter instead of dialog use in the Production environment. so that no problem of locking etc
    Hope this helps`
    Rgds Moorthy

  • Premier Elements wont open or work on Windows 8 64bit operating system.

    I have a windows 8 64 bit operating system. I have Adobe Photoshop Elements 12 and Adobe Premier Elements 12 and downloaded the 64bit operating software.  This is the 2nd computer I've installed the software on as I upgraded to a better computer. Photoshop works just fine however, Premier Elements will not open on this computer.  Every time I attempt to open it a prompt to login within 12 days or I will no longer have access appears.  I login with my adobe username and password which are the same for when I downloaded the software in 2013.  I uninstalled and re-installed Premier Elements and still have the same issue. Upon re-install I was able to enter the serial number, but this still did not fix it. I can't get Premier to run and need help figuring out the problem. Has this happened to others and what's the solution if so?  Thank you

    jamess
    Please review the solutions in the following two links related to Premiere Elements 12/12.1 Editor will not open, then let us know if any of the suggestions worked for you.
    http://atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    ATR Premiere Elements Troubleshooting: PE12: Sign In Failure (Connect to Internet or Fix Computer Clock)
    Thank you.
    ATR

  • Reusing login credentials with multiple wars

    I have 2 web applications (war files) that are deployed to a single managed server. Both web applications use the weblogic security realm for authentication (configured via Security Realm -> Providers) with the same provider. This means that both applications have the same set of users.
    The first application implements a simple web service (using JAX-WS) that provides 3 or 4 functions.
    The second application is a UI that provides inventory operations (saved to a database) and additionally calls functions from the first web service application.
    I would like the following to happen:
    1 - User logs into the UI application
    2 - User performs an action that calls the web service application
    3 - The UI application uses the login credentials from step 1 to login to the web service application
    4 - The web service application executes the function with the user credentials from step 1
    The reason I would like this is that the web service application has an audit trail of who called the function.
    I have a work around but it is not acceptable, which is to configure a username/password in the UI. The issue is that the web service function is always called with the configured user, regardless of who logs in from step 1.
    Anyone have any ideas on how to deal with this problem?
    Does SSO help in this case?
    Is there a way to reuse the session?

    While logged in as User B, open Keychain Access. Find the password entry for connecting to the mini and delete it.
    Then, try to log in again. User B likely used User A's login info at some point, maybe testing, to connect to the mini, so those credentials were saved in the keychain.

Maybe you are looking for

  • How to install Pro*C on App Server 10g rel 2 for Linux

    Hiya, Pro*C on the database platform seems a straight forward install. Can anyone please tell me how to do the install of the Pro*C onto the App Server platform, so we can test and execute the programs there? Are there instructions for this? TIA Tony

  • How to insert some special Characters  in a table

    Dear All I have a value with some italian Characters .. Like :- ) e l’attivazione - Here the ' symbol is not single quote , it is some ITALIAN characters . So how can i insert . I have value like :- e l’attivazione "Trasloco Linea Telefonica”, dispon

  • Photoshop fails to successfully upload a photobook to shutterfly for printing

    I have been unable to successfully upload a photobook I created in Photoshop elements 12 to Shutterfly for printing.  Since I upgraded to Version 12 to be able to do this, it is very frustrating.  Even more frustrating, it seems, is that Adobe has no

  • Why am I getting an error on iTunes 42110?

    Every time I open iTunes since the last update 11.0.02 I'm getting an error box -42110. Why am I getting this error? Anyone knows? I appreciater your help. Lety

  • New embed QT_WriteOBJECT only works offline

    QT_WriteOBJECT only works offline. Online I get an expected object error, which is obviously the AC_QuickTime.js because I get that same error offline when I move this file out of my website folder. Also tried creating a new html page under Dreamweav