Not able to open Database Engine

Hi all,
I am facing issue while trying to access the database engine of my SQL Server 2012 instance. It say login faile with error code "18456".
In order to give user the login rights in to Database We must open the database engine which in my case I am not able to open the database engine. Analysis Services is opening fine.
Can you please help me how to fix this issue so that I can open the Database Engine and view the contents of the database.
My 'sa' account is also not enabled so that I can use the SQL authentication and then open it then give the user login right.
Please help me with this. As I do not think installing the sql server 2012 from scratch is the solution, there must be some way.If the user has issue in accessing the Database Engine.
Thanks for help.

Just make sure when you are trying Olaf's link before doing anything please disable SQL Server agent other wise moment you put server is single user mode agent will make a connection and you would not be able to make connection then.
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
My Technet Wiki Article
MVP

Similar Messages

  • Not able to open database due to ORA-19502: write error on file ""

    Hi
    I am getting the following errors
    when i try to startup the database.
    (Database is mounting but not able to open.)
    ORA-16038: log 3 sequence# 36 cannot be archived
    ORA-19502: write error on file "", blockno (blocksize=)
    ORA-00312: online log 3 thread 1: '/u01/ORADATA/orakic/orakic/redo03.log'
    any idea ? what to do?
    Thanks in advance
    cks

    make the following :
    startup mount
    alter database open resetlogs
    [email protected]
    Joel P�rez

  • Recover tablespace is failing and not able to open database

    Hello All,
    I am using Oracle RAC 11g R2 on Linux. My database is running in NOARHIVELOG mode.
    I am testing some RMAN scenarios.
    After doing a the below scenario: I think the problem that I used switch log file!!!
    RMAN> backup tablespace 'USERS' TAG 'TestBkp_FRA';
    RMAN> backup backupset 10 format '/testasm/backup%U' delete input; -- here 10 is the backup set generated in the previous command
    RMAN> BACKUP INCREMENTAL LEVEL 1 tablespace users;
    alter system switch logfile;-- many times i am not able to recover my users tablespace because of the below :
    archived log for thread 1 with sequence 19 is already on disk as file +DATA/orcl/onlinelog/group_1.261.772044543
    archived log for thread 1 with sequence 20 is already on disk as file +DATA/orcl/onlinelog/group_2.262.772044547
    archived log for thread 2 with sequence 4 is already on disk as file +DATA/orcl/onlinelog/group_4.266.772044919
    RMAN-08187: WARNING: media recovery until SCN 1101381 complete
    Finished recover at 27-MAR-2012 17:21:36and I am unable to open my database:
    RMAN> alter database open;             
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 03/27/2012 17:26:18
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4: '+DATA/orcl/datafile/users.259.772044111'below is a list of my backups
    RMAN> list backup;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    9       Full    1.45M      DISK        00:00:02     27-MAR-2012 12:06:47
            BP Key: 11   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP
            Piece Name: /testasm/backup0an6tvil_1_2
      List of Datafiles in backup set 9
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1092418    27-MAR-2012 11:40:06 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    10      Full    1.45M      DISK        00:00:04     27-MAR-2012 15:58:54
            BP Key: 13   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP_FRA
            Piece Name: /testasm/backup0bn6ud5q_1_2
      List of Datafiles in backup set 10
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1100603    27-MAR-2012 15:53:40 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    11      Incr 0  1.45M      DISK        00:00:05     27-MAR-2012 16:16:59
            BP Key: 14   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T161652
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndn0_tag20120327t161652_0.261.779041015
      List of Datafiles in backup set 11
      File LV Type Ckp SCN    Ckp Time             Name
      4    0  Incr 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    12      Full    1.45M      DISK        00:00:02     27-MAR-2012 17:00:26
            BP Key: 15   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T170023
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndf0_tag20120327t170023_0.260.779043625
      List of Datafiles in backup set 12
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111My database is running in NOARCHIVELOG mode I have no Full database backup.
    How can I start my database. Please help!!

    NB wrote:
    What do you mean ?
    Now I am not able to open my database. it is mounted.
    What steps should i do ?If you try to backup database in NOARCHIVELOG mode, you will get below errors
    RMAN> backup database;
    Starting backup at 27-MAR-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=130 device type=DISK
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/27/2012 20:30:26
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>
    RMAN> backup tablespace users;
    Starting backup at 27-MAR-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/27/2012 20:30:58
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>Can you tell me how you took backup? have you taken backup from MOUNT status when its in noarchivelog mode?
    If there is inconsistency of SCN, you cant recover it.
    Please describe how you took backup & why you want to perform recovery in noarchivelog mode?

  • Not able to open  Database Configuration Assitance after installing MGT ser

    I've install Oracle Grid Control Enterprises manage in sperate machine(MON1) to moniter 3 servers and I've install Oracle Management Service to get connect with MON1 server. After installation i'm not able to open Databaase configuration assitance and net configuration assitance.
    Please help on this

    I've found the solution for this problem. Follow this step
    step 1. Before install management service copy the environment variable value of PATH in a notepad. For this Select MyComputer-> Do right click->click on advance tab->Click Environment Variables>Under System Variables you see a variables called PATH->select and click on Edit button You will get the value of PATH Value.
    Step 2. Now you do Management Service installation
    Step 3. Again you do the same step as STEP 1(Make sure you should do this).
    Step 4. Now you copy the content which you have copy in step 1 and paste it in PATH Variable
    Step 5. Now you try to open.
    Step 6. Now You restore the content of PATH Variable which you have copy(STEP 3) after installation so the Management Service will work fine

  • Hi am new to Oracle am not able to open database error says Invalid Parameter file TNS_ADMIN

    Please help

    Hi, welcome to OTN form:
    Please paste OS /DB version.
    Please check below Step:
    In Windows:
    C:\Users\a000364>set ORACLE_SID=ORCL
    C:\Users\a000364>echo %ORACLE_SID%
    ORCL
    C:\Users\a000364>sqlplus / as sysdba;
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Nov 21 15:05:56 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    In Linux OS:
    bash-3.2$ export ORACLE_SID=ORCL
    bash-3.2$ echo $ORACLE_SID
    ORCL
    bash-3.2$ sqlplus "/ as sysdba";
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Nov 21 15:06:58 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>

  • Not able to open FCS console

    Dear All
    I have one Forefront Client Security server which exist on Storage, before 3 days Storage was goen down and when it ups we are not able to open FCS/MOM console and getting errors given below
    plesae help>>
    Event Type: Warning
    Event Source: SQLAgent$FCSDB
    Event Category: (3)
    Event ID: 208
    Date:  2/6/2014
    Time:  12:10:00 PM
    User:  N/A
    Computer: COMV-FCS-GGN
    Description:
    The description for Event ID ( 208 ) in Source ( SQLAgent$FCSDB ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag
    to retrieve this description; see Help and Support for details. The following information is part of the event: OnePoint - TodayStatisticsUpdateComputersAndAlerts, 0xB315BE3B7359194DA14F3B22838F57EA, Failed, 2014-02-06 12:10:00, The job failed.  The Job
    was invoked by Schedule 20 (TodayStatisticsUpdateComputersAndAlerts Schedule).  The last step to run was step 2 (Update Alerts)..
    Event Type: Error
    Event Source: Microsoft Operations Manager
    Event Category: (1)
    Event ID: 21213
    Date:  2/6/2014
    Time:  12:34:07 PM
    User:  NT AUTHORITY\NETWORK SERVICE
    Computer: COMV-FCS-GGN
    Description:
    The description for Event ID ( 21213 ) in Source ( Microsoft Operations Manager ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 1, IDispatch error #3222.
    Event Type: Warning
    Event Source: Microsoft Operations Manager
    Event Category: None
    Event ID: 20607
    Date:  2/6/2014
    Time:  12:32:24 PM
    User:  NT AUTHORITY\NETWORK SERVICE
    Computer: COMV-FCS-GGN
    Description:
    The description for Event ID ( 20607 ) in Source ( Microsoft Operations Manager ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: COMV-FCS-GGN, -2147217770, IDispatch error #3222, ConfigurationGetOnePointFreeSpace, d:\bt\4\private\product\core\engine\managers\perfcountermanager\src\momperfcountermanager.cpp,
    984.
    Event Type: Error
    Event Source: FcsMs
    Event Category: None
    Event ID: 10002
    Date:  2/6/2014
    Time:  12:32:05 PM
    User:  N/A
    Computer: COMV-FCS-GGN
    Description:
    The description for Event ID ( 10002 ) in Source ( FcsMs ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve
    this description; see Help and Support for details. The following information is part of the event: The Management Server Service could not import the updated antimalware definition. The component reporting the error returned the following details:
    Cannot open database "OnePoint" requested by the login. The login failed.
    Details
    Error number: 4060
    Severity level: 11
    State: 1
    Server: COMV-FCS-GGN\FCSDB
    Procedure:
    Line: 1
    Result code: 0x80004005
    Connection string:
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=OnePoint;Data Source=COMV-FCS-GGN\FCSDB;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=COMV-FCS-GGN;Use Encryption for Data=False;Tag with
    column collation when possible=False.
    Event Type: Error
    Event Source: DataTransformationServices
    Event Category: None
    Event ID: 81
    Date:  2/6/2014
    Time:  12:16:19 PM
    User:  N/A
    Computer: COMV-FCS-GGN
    Description:
    The description for Event ID ( 81 ) in Source ( DataTransformationServices ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE=
    flag to retrieve this description; see Help and Support for details. The following information is part of the event:
    Error Source: Microsoft Data Transformation Services (DTS) Package
    Error Description:Package failed because Step 'DTSStep_DTSTransferObjectsTask_1' failed.
    Error code: 80040428
    \Error Help File:sqldts80.hlp
    Error Help Context ID:0
    Package Name: Microsoft Forefront Client Security
    Package Description: Microsoft Forefront Client Security DTS
    Package ID: {4589F8C7-17D3-4A87-BB5B-0DBF47B6D00A}
    Package Version: {B02AC71F-35F8-45BA-ABA9-2EBFA5F33F62}
    Package Execution Lineage: {00A27827-0F39-4D31-BDED-AA77A00ACF12}
    Executed On: COMV-FCS-GGN
    Executed By: SYSTEM
    Execution Started: 2/6/2014 12:16:02 PM
    Execution Completed: 2/6/2014 12:16:19 PM
    Total Execution Time: 16.969 seconds
    Package Steps execution information:
    Step 'DTSStep_DTSTransferObjectsTask_1' failed
    Step Error Source: Microsoft SQL-DMO (ODBC SQLState: 01000)
    Step Error Description:[Microsoft][ODBC SQL Server Driver][SQL Server]Database 'OnePoint' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information.
    Step Error code: 8004039E
    Step Error Help File:SQLDMO80.hlp
    Step Error Help Context ID:1131
    Step Execution Started: 2/6/2014 12:16:18 PM
    Step Execution Completed: 2/6/2014 12:16:19 PM
    Total Step Execution Time: 0.547 seconds
    Progress count in Step: 0
    Step 'DTSStep_DTSTransferObjectsTask_3' was not executed
    Step 'DTSStep_DTSExecuteSQLTask_1' was not executed
    Step 'DTSStep_DTSDynamicPropertiesTask_1' succeeded
    Step Execution Started: 2/6/2014 12:16:18 PM
    Step Execution Completed: 2/6/2014 12:16:18 PM
    Total Step Execution Time: 0.015 seconds
    Progress count in Step: 0
    Step 'DTSStep_DTSExecuteSQLTask_2' succeeded
    Step Execution Started: 2/6/2014 12:16:18 PM
    Step Execution Completed: 2/6/2014 12:16:18 PM
    Total Step Execution Time: 0.063 seconds
    Progress count in Step: 0
    Step 'DTSStep_DTSExecuteSQLTask_3' was not executed.
    ===========================
    Event Type: Error
    Event Source: SQL Server Report Service
    Event Category: None
    Event ID: 0
    Date:  2/5/2014
    Time:  12:34:44 PM
    User:  N/A
    Computer: COMV-FCS-GGN
    Description:
    Service cannot be started. Microsoft.ReportingServices.Diagnostics.Utilities.EventLogSourceNotFound: The event source "Schedule and Delivery Processor" does not exist.
       at Microsoft.ReportingServices.Diagnostics.Utilities.RSEventLog.Init()
       at Microsoft.ReportingServices.Diagnostics.Globals.Init(RSConfigurationManager configManager, RunningApplication app, Boolean resetAllPerfCounters)
       at Microsoft.ReportingServices.Diagnostics.Globals.Init(RSConfigurationManager configManager, RunningApplication app)
       at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start(Boolean firstTime)
       at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[] args)
       at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.

    Hi,
    Based on my research, this event ID 81 occurs if the account that the SQL Server agent runs as on the server with the Reporting database does not have permissions to
    the collection database on the other server. This most frequently happens if the SQL Server agent is running as Local System.
    If you are using an existing SQL Server computer for Client Security, you may not have the SQL Server Agent service using a domain user account.
    For Client Security to work correctly, you must give permissions for the account under which the SQL Server Agent service runs on the reporting database to the collection database on the
    management, collection, and reporting servers.
    In addition, the event ID 10002 is usually due to the installation of Client Security not being fully configured.
    Best regards,
    Susie

  • Not able to open web analysis reports after upgradation

    we have upgraded Hyperion 11.1.1.3 to 11.1.2.2 version, after this process we are not able to open web analysis reports
    These reports are still pointing to old servers so, how to edit this database connection details in the new version??
    Edited by: 1007326 on May 22, 2013 3:29 AM

    Hi,
    Welcome to Forums...!
    I think we need to change the database connection details in the Web analysis.
    goto file --> Edit --> browse the database connection then change the server name in the connection details.
    may be this will help to resolve your issue.
    Thanks,
    mady

  • Not able to open Enterprise dba console in 10g after changing the system ip

    Hi Guys,
    I have installed 10g database on windows 2003 server.
    I was able to open the Enterprise manager DB console(EM) after installation. But I changed the IP address of the system and now I m not able to open the Enterprise manager.
    Any help will be much appriciated in this regard.
    With Regards
    Ansh
    Message was edited by:
    AnshTyagi
    Message was edited by:
    AnshTyagi

    Configure EM manually
    emca -repos drop
    emca -repos create
    emca -config dbcontrol db
    emctl start dbconsole
    emctl status dbconsole
    - Virag Sharma
    http://virag.sharma.googlepages.com
    http://viragsharma.blogspot.com/

  • Not able to open data file in a rule file

    Hi,
    We have a rule file which has 140 columns. We are trying to add two new columns at the end (i.e. 141 & 142). We have added those columns in input text file and opened that text file in rule file. So automatically two columns are added at the end of rule file. Mapping is done properly. After that we saved that rule file.
    But next time when we opened that rule file and clicked "Open data file" option nothing is happening. We are not able to open data file in that rule file. But that rule file is working fine when we are running it.
    Can you please give any hint why it is not working?
    Thanks.

    Just a thought about your data file -- maybe 142 columns is too much? Yes, I know, if this is loading to a BSO database, and the columns represent a dense dimension, you are super duper efficient, but is the game worth the candle?
    What happens if you drop one of the members? Mark the column as Ignore During Data Load? Several columns? And then you need to add in new ones? KABOOM!
    FWIW, to keep the process as flexible and maintenance free as possible, I make every record one data value if I have any say in the matter. Yes, it is not efficient. But at least I don't get calls at o-dark-thirty telling me my process blew up and I need to fix it right away.
    NB -- I suppose these are two extremes and the right answer is somewhere in middle, but I will note that you likely won't have issues with reading and writing a data load rule with my approach.
    Regards,
    Cameron Lackpour

  • Not able to open Communication Channel Monitoring

    Hello All,
        I am not able to open communication Channel Monitoring in Runtime workbench under Component Monitoring. When i am click on Communication Channel Monitoring button following error was thrown. Can anybody suggest me, How to resolve this problem.
    java.lang.NullPointerException
         at com.sapportals.htmlb.table.TableView.getColumns(TableView.java:332)
         at com.sapportals.htmlb.table.TableView.getColumn(TableView.java:350)
         at com.sap.aii.mdt.amt.channelmonitoring.ChannelListTableView.setTableSortingStuff(ChannelListTableView.java:556)
         at com.sap.aii.mdt.amt.channelmonitoring.ChannelListTableView.setSingleSelectTable(ChannelListTableView.java:393)
         at jsp_channelmonitoring1213186378553._jspService(jsp_channelmonitoring1213186378553.java:257)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:566)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:190)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:68)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Thanks&Regards,
    VenkatK.

    Hi,
    The error could be because
    1) The URL referenced from RWB (Communictaion Channel) is incorrect.
            Try accesing the link directly http://HOST:JAVAPORT/mdt/channelmonitorservlet
    If you are able to open the window with out nay error, it means you url referenced from SLD is wrong. Correct your SLD and update the cache.
    2) If you are not able to access above URL, it means the java service is not running to accept your request, check in visual admin if any of the services are stopped. Try restarting the same.
    Regards,
    KNS Kumar

  • Not able to open form

    Hi,
    I am not able to open form. I am getting this error in popup message
    FRM-40735 : WHEN-NEW-INSTANCE trigger raised unhandled exception ORA-00904
    I have compiled one form . But no luck.
    Its only happening with AR module. I am not able to understand why it happening and how i resolve this problem ?
    Thanks in Advance....

    Hi;
    Please follow below and see its helpfull:
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-00904 [ID 203453.1]
    Troubleshooting FRM-40735: Trigger Raised Unhandled Exception ORA-xx [ID 756281.1]
    FRM-40800 Trying to Login to Forms DocID: 374636.1
    How to Trap Database or Application Errors in Oracle Forms? [ID 61383.1]
    Resolving FRM-40735 Errors [ID 61579.1]
    Regard
    Helios

  • I am not able to open my iPhoto. I get an error message saying it is locked

    I am not able to open my iPhoto. I get an error message saying it is locked. How do I unlock it?

    This issue can be caused by sharing the photo library on a network (against Apple's advice) or by opening it in more than one local user account at the same time. You may be able to clear the error by logging out or restarting the computer. If not, do as follows.
    Quit iPhoto if it's running, locally or on any file-sharing client. Select the iPhoto Library in the Finder. Usually it's in the Pictures folder, but you may have moved it somewhere else. Right-click or control-click the library icon and select
    Show Package Contents
    from the popup menu. In the folder that opens, navigate to
    Database/apdb/lockfile.pid
    and move that file, if it exists, to the Trash. Close the Finder window.
    Credit for this observation to ASC member Elijahg.

  • Not able to Open SBO

    Dear All
       I am not able to Open SBO in Server it got hanged and also in client database   if i choose change company button it's taking into process finally it's not opened

    Hi kaleeswaran.T,
    try to re-install your SAP client and then try to log in again, if you still encounter the same error,please let me know.
    by the way,What SAP version are you using(8.81,8.8,2007 or 2005)?
    Thanks,
    Darius Gragasin

  • Not able to open EDITOR

    Hi Group members,
    I have just recently installed Oracle 10g database, but i am not able to open the very famous editior. The error that i am getting is as shown below,
    SP2-0110: Cannot create save file "afiedt.buf"

    Oracle Error :: SP2-0110
    Cannot create save file file_name
    Cause
    An attempt was made to save the content of the SQL buffer to a file and the file could not be written. Possible causes:
    An error was encountered when creating the destination file.
    A directory name specified in the SAVE statement was not found.
    A system error made it impossible to open the file.
    Action
    Take the following actions:
    Check that the destination is valid and that there is sufficient space on the destination device.
    Check the statement for a typing mistake in the directory name. Then issue the statement again after correcting the directory name.

  • Not able to open Modal Page through a report attribute link

    Dear All,
         Not able to open Modal Page through a report attribute link, kindly help me...
      I am using skill builders modal page plugin ...
    Thanks and Regards,
    Madonna

    Here's what you have to do.
    You set up your column link like this:
    Link text: whatever you like
    Link attributes: onclick="return false;" class="open_modal"
    Target: Page in this application
    Page: number of the page you want to open in your modal window
    You set up your dynamic action like this:
    Event: Click
    Selection type: jQuery selector
    jQuery selector: .open_modal
    (notice the dot at the beginning!)
    Action: SkillBuilders Modal Page (2.0.0) [Plug-in]
    Event Scope: Dynamic
    And finally, in your True Action (SkillBuilders Modal Page (2.0.0)), URL Location should be set as Attribute of Triggering Element.
    And that's pretty much all it takes.
    Hope this helps.

Maybe you are looking for

  • How to control report direction at runtime

    Hi All I want to control report direction(Left_To_Right or Right_To_Left) at runtime. to make every thing is clear I want to call the report from Form passing parameter ,according the parameter the direction should be directed

  • How to create new java objects in native methods?

    Hello, Is it possible to create java objects and return the same to the java code from a native method? Also is it possible to pass java objects other than String objects (for example, Vector objects) as parameters to native methods and is it possibl

  • Unable to install iTunes; Runtime error 6034

    These messages appear upon trying to open the re-instalation of iTunes (Previous versions removed through Windos "Uninstall a Program"): Itunes does not open.

  • Project Based Working.

    This is based on an exchange I had with Vadim in another thread. This was discussed on the forum a long time ago (when 1.5 was current) but nothing seemed to come of it. I thought I would try pushing for this again and open a discussion thread. I fou

  • Severe Security Issue with Sharing Permissions and Windows

    I recently discovered a severe Security issue with the windows sharing an permission settings: I have two users, an admin user and a parental controlled user. On my mac mini, i have a external harddrive connected. On the harddrive, i have three folde