Database Diagram - cannot not open in Jdev 10.1.3.3

Hello Tech. Analysts,
I recently downloaded and installed Jdev 10.1.3.3 .
I can create a database diagram, but I cannot open it. I have tried different methods of opening the diagram; clicking on it, from the menu but nothing works.
I have an older version on Jdev installed also, but now it cannot open database diagrams either.
Any help would be appreciated.
Thx.

Hi Shay,
I have got a partial solution to the problem. Basically, I didn't have enough screen real estate. Even though I created the diagram, it didn't come to the foreground automatically, like I expected, when I asked it to open. So what I did was to decrease the size of some of the other windows so there was ' blank' space in the middle of my screen. Then I was able to see the database diagram window, that was hidden behind all the other windows in Jdev.
Q. Is there a setting in Jdev that automatically brings the a new window to the front , when you open it ?
Malcolm

Similar Messages

  • Sql server will not start - Database 'model' cannot be opened. It is in the middle of a restore.

    Sql server service will not start after server reboot:
    2009-08-13 14:15:43.94 spid7s      SQL Trace ID 1 was started by login "sa".
    2009-08-13 14:15:43.97 spid7s      Starting up database 'mssqlsystemresource'.
    2009-08-13 14:15:43.97 spid7s      The resource database build version is 10.00.1600. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.30 Server      A self-generated certificate was successfully loaded for encryption.
    2009-08-13 14:15:44.30 spid7s      Server name is 'WIN-37R9WFWAJIB\MSDB1'. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.32 spid10s     Starting up database 'model'.
    2009-08-13 14:15:44.32 Server      Server is listening on [ 'any' <ipv6> 49167].
    2009-08-13 14:15:44.33 Server      Server is listening on [ 'any' <ipv4> 49167].
    2009-08-13 14:15:44.33 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSDB1 ].
    2009-08-13 14:15:44.33 Server      Server named pipe provider is ready to accept connection on [ \\.\pipe\sql\query ].
    2009-08-13 14:15:44.35 spid10s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2009-08-13 14:15:44.38 Server      Server is listening on [ ::1 <ipv6> 49168].
    2009-08-13 14:15:44.38 Server      Server is listening on [ 127.0.0.1 <ipv4> 49168].
    2009-08-13 14:15:44.38 Server      Dedicated admin connection support was established for listening locally on port 49168.
    2009-08-13 14:15:44.39 spid10s     Error: 927, Severity: 14, State: 2.
    2009-08-13 14:15:44.39 spid10s     Database 'model' cannot be opened. It is in the middle of a restore.
    2009-08-13 14:15:44.49 spid10s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
    2009-08-13 14:15:44.50 spid10s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informa
    there is plenty of room on the server, so i dont think its a disk space issue.  i am able to start the service as such:
    C:\Users\Administrator>net start MSSQL$MSDB1 /c /m /T3608
    The SQL Server (MSDB1) service is starting.
    The SQL Server (MSDB1) service was started successfully
    sqlcmd -e
    1> select name, status from sysdatabases;
    2> go
    select name, status from sysdatabases;
    name
                                                     status
    master
                                                           65544
    tempdb
                                                           65544
    model
                                                           65568
    msdb
                                                      1073807368
    SS_DBA_Dashboard
                                                      1073807368
    (5 rows affected)
    model is in RESTORING state and I dont know how to fix it.  I am running simple backups, so I have a somewhat recent backup of model.bak but when I attempt to restore it I get an error:
    1> restore database model
    2> go
    restore database model
    Msg 3112, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    Cannot restore any database other than master when the server is in single user
    mode.
    Msg 3013, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    RESTORE DATABASE is terminating abnormally.
    other forums suggest manually updating the status column but i dont know if my syntax is wrong or it just cant be done in sql server 2008:
    1> begin transaction
    2> update sysdatabases set status=16 where name='model'
    3> ;
    4> go
    begin transaction
    update sysdatabases set status=16 where name='model'
    Msg 4406, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 2
    Update or insert of view or function 'sysdatabases' failed because it contains a
     derived or constant field.
    1>
    yet another forum suggested taking a cleanly shut down model.mdf and model.ldf from another sql server 2008 instance and placing those in the data directory while moving the 'restoring' ones to a backup location.  this didnt work either.  any help is appreciated im new to sql server and this is very frustrating!  thanks in advance!

    I have the same issue on SQL Server 2008R2, after a server reboot, but none of the NET START commands or command line attempts are successful to start the Service.
    NET START command results in "Access Denied" "System Error 5" and the Command line attempts result in
     Server      Error: 17058, Severity: 16, State: 1.
     Server      initerrlog: Could not open error log file ''.
    Any help?
    SQL Error log file:
    2011-03-29 16:50:49.40 Server      (c) Microsoft Corporation.
    2011-03-29 16:50:49.40 Server      All rights reserved.
    2011-03-29 16:50:49.40 Server      Server process ID is 7292.
    2011-03-29 16:50:49.40 Server      System Manufacturer: 'Dell Inc.', System Model: 'PowerEdge T710'.
    2011-03-29 16:50:49.40 Server      Authentication mode is MIXED.
    2011-03-29 16:50:49.40 Server      Logging SQL Server messages in file 'E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'.
    2011-03-29 16:50:49.40 Server      This instance of SQL Server last reported using a process ID of 7448 at 3/29/2011 4:30:06 PM (local) 3/29/2011 8:30:06 PM (UTC). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.40 Server      Registry startup parameters:
      -d E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf
      -e E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG
      -l E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
      -T 4616
    2011-03-29 16:50:49.42 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2011-03-29 16:50:49.42 Server      Detected 24 CPUs. This is an informational message; no user action is required.
    2011-03-29 16:50:49.84 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2011-03-29 16:50:49.84 Server      Lock partitioning is enabled.  This is an informational message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 0: CPU mask: 0x0000000000fff000:0 Active CPU mask: 0x0000000000fff000:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 1: CPU mask: 0x0000000000000fff:0 Active CPU mask: 0x0000000000000fff:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.89 spid9s      Starting up database 'master'.
    2011-03-29 16:50:49.95 spid9s      CHECKDB for database 'master' finished without errors on 2011-03-18 08:46:34.257 (local time). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.95 spid9s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
    2011-03-29 16:50:49.97 spid9s      SQL Trace ID 1 was started by login "sa".
    2011-03-29 16:50:49.97 spid9s      Starting up database 'mssqlsystemresource'.
    2011-03-29 16:50:49.99 spid9s      The resource database build version is 10.50.1600. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.20 spid13s     Starting up database 'model'.
    2011-03-29 16:50:50.20 spid9s      Server name is 'XXXX'. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.21 Server      The certificate [Cert Hash(sha1) "C41DC20703F049763778AC2842C3C8A3A2C6EED4"] was successfully loaded for encryption.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv6> 1433].
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv4> 1433].
    2011-03-29 16:50:50.21 Server      Server local connection provider is ready to accept connection on [
    \\.\pipe\SQLLocal\MSSQLSERVER ].
    2011-03-29 16:50:50.21 Server      Server named pipe provider is ready to accept connection on [
    \\.\pipe\sql\query ].
    2011-03-29 16:50:50.21 Server      Server is listening on [ ::1 <ipv6> 1434].
    2011-03-29 16:50:50.21 spid13s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2011-03-29 16:50:50.21 spid13s     Error: 927, Severity: 14, State: 2.
    2011-03-29 16:50:50.21 spid13s     Database 'model' cannot be opened. It is in the middle of a restore.
    2011-03-29 16:50:50.21 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2011-03-29 16:50:50.22 spid13s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in
    the event log that may indicate why the tempdb files could not be initialized.
    2011-03-29 16:50:50.22 spid13s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.

  • Database msdb cannot be opened due to inaccessible files or insufficient memory or disk space - in recovery pending status

    came in this fine monday morning and it looks like developers were running some kind of trace that filled the primary DATA folder with about 80,000 5mb trace files.  now that process has stopped and the logfiles have been cleaned up, but when attempting to connect to the server using the management console i get the error:
    Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details. (.Net SqlClient Data Provider)
    when i check the status it is in recovery pending mode.  i have a backup from yesterday but im not sure if this database became corrupt before that backup or not because this process was ongoing over the weekend.  the last timestamp on the msdb and log files is 7am this morning.. 
    I am not sure how to proceed recovering the msdb database with limiting interruption to the users.  any advice is extremely appreciated.  this is sql server 2008.  i can login via sqlcmd and see it is in recovery pending status:
    1> select state_desc databasestatus_sysdtabase from
    2> sys.databases where name ='msdb'
    3> go
    select state_desc databasestatus_sysdtabase from
    sys.databases where name ='msdb'
    databasestatus_sysdtabase
    RECOVERY_PENDING
    (1 rows affected)
    1>

    For someone experiencing a similar problem this answer is unacceptable. You're basically telling me to reboot the server to fix this.  You vaguely mention using process explorer to find out who is using the file.  Can you please provide
    some more information on that?  I have a similar problem and rebooting the server to fix it is not an option.  This problem keeps reoccurring.
    OS Error 32 means file has an open handle by someone else. If that is a user process then you can catch it via Process Explorer. If it's a kernel mode object then it's difficult to catch that and restart is the only choice.
    http://sqlserver-help.com/2014/08/07/tips-and-tricks-os-error-32the-process-cannot-access-the-file-because-it-is-being-used-by-another-process/
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Renaming datafiles in control files with database mounted but not open

    Hi,
    I moved a database (physical files) from one server to another. I need to modify the contents of the control files since the directory structure of the servers are not the same (and I can't change that).
    I know I can use ALTER DATABASE BACKUP CONTROLFILE TO TRACE to produce a script that I can than modify and run with the instance started, database mounted but not open, and that will recreate the control files. I don't want to do that.
    I was also told I can modify the datafile entries in the control files by starting the instance, mounting but not opening the database. Then I can issue the (this is the part I need help with) ALTER DATABASE RENAME FILE <file1> to <file2>. When I tried this it complains that <file1> is not found. Obviously the command I used is not the right one,,, what is the right command for what I want to do.
    Thanks,
    Gabriel

    Move all datafiles from one directory to an other without recreate controlfile :
    SYS@DEMO102> select file_name from dba_data_files
      2  union
      3  select member from v$logfile
      4  union
      5  select file_name from dba_temp_files
      6  union
      7  select name from v$controlfile;
    FILE_NAME
    E:\ORACLE\ORADATA\DEMO102C\CONTROL01.CTL
    E:\ORACLE\ORADATA\DEMO102C\CONTROL02.CTL
    E:\ORACLE\ORADATA\DEMO102C\CONTROL03.CTL
    E:\ORACLE\ORADATA\DEMO102C\EXAMPLE01.DBF
    E:\ORACLE\ORADATA\DEMO102C\REDO01.LOG
    E:\ORACLE\ORADATA\DEMO102C\REDO02.LOG
    E:\ORACLE\ORADATA\DEMO102C\REDO03.LOG
    E:\ORACLE\ORADATA\DEMO102C\SYSAUX01.DBF
    E:\ORACLE\ORADATA\DEMO102C\SYSTEM\SYSTEM01.DBF
    E:\ORACLE\ORADATA\DEMO102C\TBS102_1.DBF
    E:\ORACLE\ORADATA\DEMO102C\TBS102_2.DBF
    E:\ORACLE\ORADATA\DEMO102C\TEMP01.DBF
    E:\ORACLE\ORADATA\DEMO102C\UNDOTBS01.DBF
    E:\ORACLE\ORADATA\DEMO102C\USERS01.DBF
    14 rows selected.
    SYS@DEMO102> create pfile='E:\oracle\admin\DEMO102\pfile\pfile102.ora' from spfile;
    File created.
    SYS@DEMO102> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.Here, I move all datafiles mentionned above, and modify my pfile for new controlfile directory. Then :
    SYS@DEMO102> startup pfile=E:\oracle\admin\DEMO102\pfile\pfile102.ora
    ORACLE instance started.
    Total System Global Area  272629760 bytes
    Fixed Size                  1288940 bytes
    Variable Size             163579156 bytes
    Database Buffers          100663296 bytes
    Redo Buffers                7098368 bytes
    Database mounted. --Note that we are in mount state
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\DEMO102C\SYSTEM\SYSTEM01.DBF'
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\USERS01.DBF' to 'E:\ORACLE\ORADATA\demo102\USERS01.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\SYSAUX01.DBF' to 'E:\ORACLE\ORADATA\demo102\SYSAUX01.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\UNDOTBS01.DBF' to 'E:\ORACLE\ORADATA\demo102\UNDOTBS01.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\SYSTEM\SYSTEM01.DBF' to 'E:\ORACLE\ORADATA\demo102\SYSTEM\SYSTEM01.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\EXAMPLE01.DBF' to 'E:\ORACLE\ORADATA\demo102\EXAMPLE01.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\TBS102_1.DBF' to 'E:\ORACLE\ORADATA\demo102\TBS102_1.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\TBS102_2.DBF' to 'E:\ORACLE\ORADATA\demo102\TBS102_2.DBF';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\REDO01.LOG' to 'E:\ORACLE\ORADATA\demo102\REDO01.LOG';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\REDO02.LOG' to 'E:\ORACLE\ORADATA\demo102\REDO02.LOG';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\REDO03.LOG' to 'E:\ORACLE\ORADATA\demo102\REDO03.LOG';
    Database altered.
    SYS@DEMO102> alter database rename file 'E:\ORACLE\ORADATA\DEMO102C\TEMP01.DBF' to 'E:\ORACLE\ORADATA\demo102\TEMP01.DBF';
    Database altered.
    SYS@DEMO102> alter database open;
    Database altered.
    SYS@DEMO102> create spfile from pfile='E:\oracle\admin\DEMO102\pfile\pfile102.ora';
    File created.
    SYS@DEMO102> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SYS@DEMO102> startup
    ORACLE instance started.
    Total System Global Area  272629760 bytes
    Fixed Size                  1288940 bytes
    Variable Size             163579156 bytes
    Database Buffers          100663296 bytes
    Redo Buffers                7098368 bytes
    Database mounted.
    Database opened.
    SYS@DEMO102> select file_name from dba_data_files
      2  union
      3  select member from v$logfile
      4  union
      5  select file_name from dba_temp_files
      6  union
      7  select name from v$controlfile;
    FILE_NAME
    E:\ORACLE\ORADATA\DEMO102\CONTROL01.CTL
    E:\ORACLE\ORADATA\DEMO102\CONTROL02.CTL
    E:\ORACLE\ORADATA\DEMO102\CONTROL03.CTL
    E:\ORACLE\ORADATA\DEMO102\EXAMPLE01.DBF
    E:\ORACLE\ORADATA\DEMO102\REDO01.LOG
    E:\ORACLE\ORADATA\DEMO102\REDO02.LOG
    E:\ORACLE\ORADATA\DEMO102\REDO03.LOG
    E:\ORACLE\ORADATA\DEMO102\SYSAUX01.DBF
    E:\ORACLE\ORADATA\DEMO102\SYSTEM\SYSTEM01.DBF
    E:\ORACLE\ORADATA\DEMO102\TBS102_1.DBF
    E:\ORACLE\ORADATA\DEMO102\TBS102_2.DBF
    E:\ORACLE\ORADATA\DEMO102\TEMP01.DBF
    E:\ORACLE\ORADATA\DEMO102\UNDOTBS01.DBF
    E:\ORACLE\ORADATA\DEMO102\USERS01.DBF
    14 rows selected.
    SYS@DEMO102> Nicolas.

  • Mwp file not opening in jdev

    Hi
    We are using 10.1.3.4 SOA n JDev. The MWP files are not opening in Jdev and while opening the project we are getting errors with the following log:
    java.lang.RuntimeException: java.lang.ClassCastException: java.lang.String
    at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProject(MWJDeveloperMediator.java:328)
    at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProjects(MWJDeveloperMediator.java:271)
    at oracle.toplink.addin.appnav.TopLinkProjectChangeListener.projectOpened(TopLinkProjectChangeListener.java:93)
    at oracle.ide.model.Project$StorageListener.fireProjectOpened(Project.java:1168)
    at oracle.ide.model.Project$StorageListener.mav$fireProjectOpened(Project.java:1135)
    at oracle.ide.model.Project$NL.nodeOpened(Project.java:1127)
    at oracle.ide.model.Node.fireNodeOpened(Node.java:1139)
    at oracle.ide.model.Node.open(Node.java:573)
    at oracle.ide.model.Node.ensureOpen(Node.java:976)
    at oracle.ide.model.DataContainer$2.run(DataContainer.java:147)
    at oracle.ide.model.Node.runWhileSynchronized(Node.java:809)
    at oracle.ide.model.DataContainer.getSharedPropertiesOnly(DataContainer.java:152)
    at oracle.ide.model.Project.getPropertiesImpl(Project.java:1097)
    at oracle.ide.model.Project.getProperties(Project.java:323)
    at oracle.ide.model.ProjectContent.getInstance(ProjectContent.java:122)
    at oracle.ide.model.ContentLevel.initChildren(ContentLevel.java:88)
    at oracle.ide.model.ContentSetFilter.initChildren(ContentSetFilter.java:28)
    at oracle.ide.model.ContentFilter.getChildrenImpl(ContentFilter.java:121)
    at oracle.ide.model.ContentFilter.getChildren(ContentFilter.java:64)
    at oracle.ideimpl.explorer.BaseTreeExplorer.addChildren(BaseTreeExplorer.java:360)
    at oracle.ideimpl.explorer.BaseTreeExplorer.open(BaseTreeExplorer.java:872)
    at oracle.ideimpl.explorer.BaseTreeExplorer$2.run(BaseTreeExplorer.java:1788)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.lang.ClassCastException: java.lang.String
    at oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping.valueFromRow(AbstractCompositeCollectionMapping.java:727)
    at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1045)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:244)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:525)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:381)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildObjectsInto(ObjectBuilder.java:677)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.buildObjectsFromRows(DatabaseQueryMechanism.java:142)
    at oracle.toplink.queryframework.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:483)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:812)
    at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:620)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:780)
    at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:451)
    at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2089)
    at oracle.toplink.publicinterface.Session.executeQuery(Session.java:993)
    at oracle.toplink.internal.indirection.NoIndirectionPolicy.valueFromQuery(NoIndirectionPolicy.java:262)
    at oracle.toplink.mappings.ForeignReferenceMapping.valueFromRow(ForeignReferenceMapping.java:1151)
    at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1045)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:244)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:525)
    at oracle.toplink.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:381)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:456)
    at oracle.toplink.queryframework.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:424)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:812)
    at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:620)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:780)
    at oracle.toplink.queryframework.ReadObjectQuery.execute(ReadObjectQuery.java:388)
    at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2089)
    at oracle.toplink.publicinterface.Session.executeQuery(Session.java:993)
    at oracle.toplink.publicinterface.Session.executeQuery(Session.java:950)
    at oracle.toplink.publicinterface.Session.readObject(Session.java:2591)
    at oracle.toplink.workbench.ui.WorkbenchSession.getMWProjectNamed(WorkbenchSession.java:76)
    at oracle.toplink.addin.persistence.MWJDeveloperPersistence.open(MWJDeveloperPersistence.java:234)
    at oracle.toplink.addin.manager.MWJDeveloperMediator.openTopLinkProject(MWJDeveloperMediator.java:323)
    ... 28 more
    Please provide inputs for the resolution of this as the DB Adapter wizards are not showing proper configuration and we want to do some changes in the DB adapter setup.
    Thanks

    Better post this on the SOA Suite forum.
    Is this something that happens on various laptops - or just on one?

  • Database 9i can not open ..help..?

    Dear all,
    when electric down suddenly, my database 9i can not open.
    i have message ORA-03113:end-of-file on communication channel.
    i can started and mounted database only.
    please help me.
    Regard
    Teguh

    Dear,
    Thank for your reply, Satheesh.
    This is the alert.log
    Fri Jul 09 18:57:28 2004
    PMON: terminating instance due to error 471
    Instance terminated by PMON, pid = 960
    Dump file c:\ora92i\admin\mpri\bdump\alert_mpri.log
    Sun Jul 11 08:51:54 2004
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Sun Jul 11 08:51:54 2004
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = C:\ora92i\oradata\MPRI\CONTROL01.CTL, C:\ora92i\oradata\MPRI\CONTROL02.CTL, C:\ora92i\oradata\MPRI\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain = COM
    instance_name = MPRI
    dispatchers = (PROTOCOL=TCP) (SERVICE=MPRIXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = C:\ora92i\admin\MPRI\bdump
    user_dump_dest = C:\ora92i\admin\MPRI\udump
    core_dump_dest = C:\ora92i\admin\MPRI\cdump
    sort_area_size = 524288
    db_name = MPRI
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sun Jul 11 08:51:58 2004
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sun Jul 11 08:51:59 2004
    alter database mount exclusive
    Sun Jul 11 08:52:03 2004
    Successful mount of redo thread 1, with mount id 2592377199.
    Sun Jul 11 08:52:03 2004
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Sun Jul 11 08:52:03 2004
    alter database open
    Sun Jul 11 08:52:04 2004
    Beginning crash recovery of 1 threads
    Sun Jul 11 08:52:04 2004
    Started first pass scan
    Sun Jul 11 08:52:05 2004
    Completed first pass scan
    43157 redo blocks read, 1403 data blocks need recovery
    Sun Jul 11 08:52:05 2004
    Started recovery at
    Thread 1: logseq 111, block 13381, scn 0.0
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 111 Reading mem 0
    Mem# 0 errs 0: C:\ORA92I\ORADATA\MPRI\REDO02.LOG
    Corrupt block relative dba: 0x008040a8 (file 2, block 16552)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 3 format: 0 rdba: 0x40a80202
    last change scn: 0x05b0.05b040a8 seq: 0x0 flg: 0x00
    consistency value in tail: 0x02023830
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x7bdd
    Reread of rdba: 0x008040a8 (file 2, block 16552) found same corrupted data
    Corrupt block relative dba: 0x008040a7 (file 2, block 16551)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0x40a70202
    last change scn: 0x05b0.05b040a7 seq: 0x0 flg: 0x00
    consistency value in tail: 0x02020001
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x6228
    Reread of rdba: 0x008040a7 (file 2, block 16551) found same corrupted data
    Corrupt block relative dba: 0x00803f47 (file 2, block 16199)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 255 format: 2 rdba: 0x3f470202
    last change scn: 0x05cf.05cf3f47 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0203000a
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x8345
    Reread of rdba: 0x00803f47 (file 2, block 16199) found same corrupted data
    Corrupt block relative dba: 0x00803e00 (file 2, block 15872)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0x3e000202
    last change scn: 0x05e7.05e73e00 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0202fb5b
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0xe182
    Reread of rdba: 0x00803e00 (file 2, block 15872) found same corrupted data
    Corrupt block relative dba: 0x00803dff (file 2, block 15871)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0x3dff0202
    last change scn: 0x05e7.05e73dff seq: 0x0 flg: 0x00
    consistency value in tail: 0x02020001
    check value in block header: 0x0, block checksum disabled
    spare1: 0x2, spare2: 0x2, spare3: 0x557d
    Reread of rdba: 0x00803dff (file 2, block 15871) found same corrupted data
    Corrupt block relative dba: 0x0251a758 (file 9, block 1156952)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 2 rdba: 0xa7580206
    last change scn: 0x05b2.05b2a758 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f30
    Reread of rdba: 0x0251a758 (file 9, block 1156952) found same corrupted data
    Corrupt block relative dba: 0x0251a757 (file 9, block 1156951)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7570206
    last change scn: 0x05b2.05b2a757 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3f
    Reread of rdba: 0x0251a757 (file 9, block 1156951) found same corrupted data
    Corrupt block relative dba: 0x0251a756 (file 9, block 1156950)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7560206
    last change scn: 0x05b2.05b2a756 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3e
    Reread of rdba: 0x0251a756 (file 9, block 1156950) found same corrupted data
    Corrupt block relative dba: 0x0251a755 (file 9, block 1156949)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7550206
    last change scn: 0x05c1.05c1a755 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06010000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x4e8
    Reread of rdba: 0x0251a755 (file 9, block 1156949) found same corrupted data
    Corrupt block relative dba: 0x0251a754 (file 9, block 1156948)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 1 format: 6 rdba: 0xa7540206
    last change scn: 0x05b2.05b2a754 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3c
    Reread of rdba: 0x0251a754 (file 9, block 1156948) found same corrupted data
    Corrupt block relative dba: 0x0251a753 (file 9, block 1156947)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7530206
    last change scn: 0x05b2.05b2a753 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3b
    Reread of rdba: 0x0251a753 (file 9, block 1156947) found same corrupted data
    Corrupt block relative dba: 0x0251a752 (file 9, block 1156946)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7520206
    last change scn: 0x05b2.05b2a752 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f3a
    Reread of rdba: 0x0251a752 (file 9, block 1156946) found same corrupted data
    Corrupt block relative dba: 0x0251a751 (file 9, block 1156945)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7510206
    last change scn: 0x05b2.05b2a751 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f39
    Reread of rdba: 0x0251a751 (file 9, block 1156945) found same corrupted data
    Corrupt block relative dba: 0x0251a750 (file 9, block 1156944)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7500206
    last change scn: 0x05b2.05b2a750 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f38
    Reread of rdba: 0x0251a750 (file 9, block 1156944) found same corrupted data
    Corrupt block relative dba: 0x0251a74f (file 9, block 1156943)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74f0206
    last change scn: 0x05b2.05b2a74f seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f27
    Reread of rdba: 0x0251a74f (file 9, block 1156943) found same corrupted data
    Corrupt block relative dba: 0x0251a74e (file 9, block 1156942)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74e0206
    last change scn: 0x05b2.05b2a74e seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f26
    Reread of rdba: 0x0251a74e (file 9, block 1156942) found same corrupted data
    Corrupt block relative dba: 0x0251a74d (file 9, block 1156941)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74d0206
    last change scn: 0x05b2.05b2a74d seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f25
    Reread of rdba: 0x0251a74d (file 9, block 1156941) found same corrupted data
    Corrupt block relative dba: 0x0251a74c (file 9, block 1156940)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74c0206
    last change scn: 0x05b2.05b2a74c seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f24
    Reread of rdba: 0x0251a74c (file 9, block 1156940) found same corrupted data
    Corrupt block relative dba: 0x0251a74b (file 9, block 1156939)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74b0206
    last change scn: 0x05b2.05b2a74b seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f23
    Reread of rdba: 0x0251a74b (file 9, block 1156939) found same corrupted data
    Corrupt block relative dba: 0x0251a74a (file 9, block 1156938)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa74a0206
    last change scn: 0x05b2.05b2a74a seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f22
    Reread of rdba: 0x0251a74a (file 9, block 1156938) found same corrupted data
    Corrupt block relative dba: 0x0251a749 (file 9, block 1156937)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa7490206
    last change scn: 0x05b2.05b2a749 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x7f21
    Reread of rdba: 0x0251a749 (file 9, block 1156937) found same corrupted data
    Corrupt block relative dba: 0x0251a70a (file 9, block 1156874)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa70a0220
    last change scn: 0x05b2.05b2a70a seq: 0x0 flg: 0x00
    consistency value in tail: 0x20020000
    check value in block header: 0x0, block checksum disabled
    spare1: 0x20, spare2: 0x2, spare3: 0x2127
    Reread of rdba: 0x0251a70a (file 9, block 1156874) found same corrupted data
    Corrupt block relative dba: 0x0251a5f1 (file 9, block 1156593)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 1 format: 6 rdba: 0xa5f10206
    last change scn: 0x05d3.05d3a5f1 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06010012
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0xf3b8
    Reread of rdba: 0x0251a5f1 (file 9, block 1156593) found same corrupted data
    Corrupt block relative dba: 0x0251a592 (file 9, block 1156498)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 255 format: 3 rdba: 0xa5920206
    last change scn: 0x05cf.05cfa592 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0601020e
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0xdd5f
    Reread of rdba: 0x0251a592 (file 9, block 1156498) found same corrupted data
    Corrupt block relative dba: 0x0251a3e5 (file 9, block 1156069)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0xa3e50206
    last change scn: 0x05b3.05b3a3e5 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0602003d
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x4c27
    Reread of rdba: 0x0251a3e5 (file 9, block 1156069) found same corrupted data
    Corrupt block relative dba: 0x0251a346 (file 9, block 1155910)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 255 format: 3 rdba: 0xa3460206
    last change scn: 0x05b3.05b3a346 seq: 0x0 flg: 0x00
    consistency value in tail: 0x0601003d
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x6fbc
    Reread of rdba: 0x0251a346 (file 9, block 1155910) found same corrupted data
    Corrupt block relative dba: 0x018586a3 (file 6, block 362147)
    Bad header found during crash/instance recovery
    Data in bad block -
    type: 2 format: 6 rdba: 0x86a30206
    last change scn: 0x05e8.05e886a3 seq: 0x0 flg: 0x00
    consistency value in tail: 0x06020101
    check value in block header: 0x0, block checksum disabled
    spare1: 0x6, spare2: 0x2, spare3: 0x5104
    what i have to do ..?
    Can you give step one step procedure to recovery the database. i am a beginner for this.
    Thank
    Regard
    Teguh.

  • Oracle 8i Database mounted, but not opened.

    The Oracle 8i database on my server is successfully mounted, but cannot be opened as one of the .DBS files has become corrupt. The messages given during startup are as follows:
    ORA-01122: database file 27 failed verification check
    ORA-01110: data file 27: 'D:\FINSERV\DBS\FXATABM1.DBS'
    ORA-01251: Unknown File Header Version read for file number 27
    Please help!!!
    null

    Hi
    if u want to open immediately then
    offline the datafile and u can
    open the database.
    If ur system is running on archive mode then
    Copy the old datafile(no corruption) and do complete recovery
    suresh

  • Cannot not open attachment in UWL

    We have a problem where certain attachments will not open in the UWL.  The user gets an error message saying
    'Unable to perform the request. Try again and if the problem persists, inform your system administrator'.  
    The attachment in question is a Web Dynpro however it is not all Web Dynpros that don't work.  A user can open the attachment at a different stage of the workflow but at the approval stage he cannot.  Anyone got any ideas?
    Thanks
    Rob

    Hi experts,
    I can see the attachment in the backend (ECC 6.0), but not in Portal's UWL. In my case, the attachment is a HR requisition in PDF.
    As I'm not a WF expert, I can see a strange behavior of my tasks when the user clicks on the button to see the attachment:
    1- The current task is marked as completed;
    2- A new task is created, with the description "View form of requisiton number ####";
    3- This new task is automatically opened in ECC (but not in Portal) and the form is displayed;
    4- When the user clicks on Back, the view task is marked as completed and;
    5- it seams that the first task is re-created.
    Is this normal? Could anyone give details on how to fix that?
    As I said, I'm not a workflow expert. I just notice that because, in Portal, when the user tryies to view an attachment, nothing happens, just a "OK" message is displayed above the task's description. But, if the UWL is refreshed, the new "view" task replaces the "requisition" one.
    Thanks in advance for any help.
    Regards,
    Gustavo

  • Database home page not opening in oracle linux 4 after installation?

    I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
    application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
    "An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
    Unknown host http "
    All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
    I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
    plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
    Edited by: 921562 on Mar 24, 2012 3:35 AM
    Edited by: 921562 on Mar 24, 2012 3:35 AM

    921562 wrote:
    I have just installed oracle 10g express edition R8 (32 bit) in oracle linux 4 (oem 4) which is running on vmware. After installation on going
    application(start)->oracle 10g express edition ->Go To database home page. Database home page starts on konqureor and it shows
    "An error occurred while loading *http://http//127.0.0.1:%httpport%/apex*:
    Unknown host http "
    All the other application including plsql is working right which comes with oracle 10g xe. But without Database home page i can't start doing plsql because i can not create any database without opening database home page.
    I have also posted this question in yahoo answers(_http://answers.yahoo.com/question/index;_ylt=AjLqSLCkMZzaJgBv_igbiN7ty6IX;_ylv=3?qid=20120324013912AANOlL9_) but what answers has been provided i am not able to understand.
    plz help i wanted to work on oracle database. I am trying it for so long. Thanks in advance
    Edited by: 921562 on Mar 24, 2012 3:35 AM
    Edited by: 921562 on Mar 24, 2012 3:35 AMThis has nothing to do with Oracle. Do you have an understanding of how URL's are constructed? The leading characters, delimited by the colon (':') specify http protocol. The string between the first colon and the next (if exists) specifies the fully qualified name of the host, or the IP addess of the host. Take a look at what you have there: //http//127.0.0.1" I really don't think your host name is "//http//127.0.0.1". More like '//127.0.0.1"

  • Cannot not open pdf

    Can't open pdf bill from pge website. Att app can't open bill pdf pdf server not responding.

    "Server not responding" means exactly that; you need to contact the company that creates the PDF.
    But anyway, you write that you cannot open the PDF; can you download it to your local disk, then open it from there?
    P.S. what browser do you use?

  • Database mounted but not opened

    Hi
    Now i dont know how but my database is being mounted but i am facing this problem.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 437326184 bytes
    Fixed Size 450920 bytes
    Variable Size 184549376 bytes
    Database Buffers 251658240 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: '/u01/app/oracle/oradata/test1/system01.dbf'
    Please help

    Hi Govind
    thanks for replying.I have already tried that.And it gives me this error
    SQL> recover database
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    please help
    Regrads

  • I cannot not open photoshop. Say i need application manager.

    I downloaded photoshop. and it says i need the application manager. I tried downloading and when it tried to update it then said i need the supervisor tool. which is no longer available. How to i go about getting it to the the program. Tried with other versions of photoshop and the same thing.

    Chief86 what version of Photoshop are you installing?  I would recommend reviewing your installation log files for any errors which may be blocking your installation.  You can find information on how to locate and interpret your installation logs at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post to this discussion any specific error messages which you discover.

  • SQL Server wants to open properties of wrong database and cannot restore logs of different databases at the same time

    We have implemented our own way of logshipping by backing up the transaction logs of all our non-system databases every hour. Then we transfer the backups (before SQL Server 2008 R2 with additional zip and unzip steps) to the second environment where we
    restore them only during the night on databases in standby-state (Like this, our developers can access the databases without disturbing the productive system and we can restore the t-logs during night, so not shutting out the developers during the day).
    Now since we replaced our hardware in the productive environment, we replaced the hardware in the second environment with the servers from previous productive environment. Same SQL Server 2008 R2, same Service Pack (SP2), same installation procedure. But
    since then the SQL Server in the second environment behaves different:
    - When the logs of some database "A" are restored, I cannot access the properties of any database, i.e. database "B", I only get the error message "Cannot show requested dialog. (SqlMgmt) Database 'A' cannot be opened. It is in the
    middle of a restore. (Microsoft SQL Server, Error: 927)"
    - Our logshipping runs multiple instance at the same time, so restoring multiple databases' logs. But since the change, two of the instances fail restoring of datatbases, i.e. "B" and "C" with the error message "Database 'A' cannot
    be opened. It is in the middle of a restore.". The jobs guarantee to restore only logs of the database they need to restore, they have strictly separated sets of target databases and only try to restore the databases of their sets.
    Before the new installations, we did not have these strange behaviours. But as said, it is the same SQL Server version, the same service pack, and we followed the same installation document but maybe with the small changes in settings. The user the jobs
    are running under is a domain admin, the login they use has dbcreator, processadmin, db_owner and db_backupoperator roles. My login on the SQL Server has sysadmin rights and as described similar problems.
    Is this problem known or does somebody have an idea where to go looking for?
    Thanks, Chris

    Hi Christar,
    According to your description, after you configuring Log shipping between two database, you remove the hardware from production environment to dev environment, in this hardware, there are saved the transaction logs of your database.
     When restoring  your database, there will occurs error 927, right?
    SQL Server Log shipping allows you to automatically send transaction log backups from a
    primary database on a primary server instance to one or more
    secondary databases on separate secondary server instances. It consists of three operations:
    1.Back up the transaction log at the primary server instance.
    2.Copy the transaction log file to the secondary server instance.
    3.Restore the log backup on the secondary server instance.
    Since you want to move your hardware avoiding copy job, we need to verify if .mdf and .ldf file are not saved in your hardware, or else,
     if you move your hardware, you could not open your database in your Primary Server. I recommend you can refer to the following steps.
    Full back up your primary database and restore it into the secondary database. It would have been set up as WITH STANDBY ,the databases would read StandBy/ Read Only.
    Perform transaction log backups via a SQL Server Agent job running on the primary server instance, save them in your hardware.
    In night, you move hardware to your dev environment, you can manually restore these transaction log backups or set up a SQL Server Agent job to restoring them from your hardware.
    There is detail about how to configure log shipping in SQL Server 2008R2 step by step, you can review it.
    http://mostafaelmasry.wordpress.com/2013/01/02/log-shipping-in-sql-server-2008r2-step-by-step/
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • DLL is used to open MS Access Database file, worked outside TestStand, and could not open Database file in TestStand

    I created a dll using VC++ to open/read MS Access Database file. The dll works when running outside TestStand, When I used the dll in TestStand, the MS Acces Database file could not open.

    To Steve1 -
    Some questions that come to mind to help with solving this are:
    1) Are you using any ActiveX control components to assist you in accessing the database?
    2) Are you using ADO or DAO or ODBC to access your data?
    3) When you called the DLL successfully outside of TestStand, what was the OI written in?
    4) Since you own the source code, what is the error or exception that is thrown and on what ADO or DAO function call does it fail?
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Word documents located in a sparse bundle will not open after update to Lion

    I have several files of Word documents created by Office for Mac 2008. These files are located in two different sparse bundles for security. One sparse bundle is the original. The second sparse bundle is a larger maximum size that I copied the original Word documents into.  My plan was to delete the original after I confirmed that the second larger one worked.   After updating to Lion, I also uninstalled Office for Mac 2008, and installed Office for Mac 2011.  Now when I try to open these Word documents, I get a message saying that Word cannot not open these documents because they may be in use or may have unacceptable symbols in the file name.  If I control click on the documents, I can see the document in Preview but still cannot open in Word.  In addition, I am able to open Word documents that are on my desktop. I tried moving my folders out of the sparse bundles by copying them to the desktop but this did not work either.
    Help with this problem would be greatly appreciated.

    ok i created a hello world app to try a nail down this issue.
    i created the app with version 1.0.0
    uploaded it to my server on the net.
    hit the web address from my phone, downloaded and installed
    then changed the version number to 1.0.1
    uploaded this apk
    downloaded and installed to phone
    app would then open for sec then close
    only fixable by clearing application cache.
    I can't believe the answer to this problem is not available by googling it.
    has no one else encountered this?
    please help, i am scared to release any updates to my programs - massive influx of email from mad users who can not open there apps.

Maybe you are looking for

  • Lots of problems with program

    Guys, I really am having a lot of problems with a program. I got the program to compile but it looks absolutely nothing like it is supposed to look. I have a deadline for tomorrow and sent my teacher an email but the chances of him getting back to me

  • How to add an image to the JPanel

    i have been searching for many to add in an iamge to the JPanel...but with error..can anyone kndly help? import javax.swing.*; import java.awt.*; import java.awt.event.*; import javax.swing.event.*; public class adv extends JPanel { ImageIcon pic = n

  • Not able to change Billing address

    Hello, I purchased my iphone4 when I was working in Dubai. 3 weeks back I decided to move back to my home back in India. Having resently got my credit card I decided to update my billing information. To my surprise it shows that I have $1.5 pending !

  • Why can't I open a DITA topic file?

    FrameMaker 11 DITA 1.2 Yes, this is a repeat of an earlier query but I'm hoping the new title will help. I'm really stumped and this seems like it should be simple. When I originally set up my EDDs early this year, I did not want anyone using the gen

  • Using PXI 6711

    Hello, I am using a PXI system including a 6711 card, and Windows XP. On Labview, when I try to generate a square signal at 100 kHz, all the system crashes or slows because of a too high computer time used (that prevent any further tasks running on t