Using ASP with oo4o - cannot open database

I was using ODBC - ADODB in some ASP pages to interact with an Oracle DB (8.17). Everything works fine but large queries get very slow.
I was trying to move to Oracle oo4o but I cannot connect to the DB.
Here's the code (pretty basic)...
Dim OO4OServer, OO4ODB
Set OO4OServer = CreateObject("OracleInProcServer.XOraServer")
Set OO4ODB = OO4OServer.OpenDatabase("Applix", "Applix_View/view", 0)
SQL = "SELECT first_name,last_name,ext FROM hd_contact where contact_id=" & BadgeNo
Set RS = OO4ODB.CreateDynaset(SQL , ORADYN_NOCACHE)
It fails on the OpenDatabase statement:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'OpenDatabase'
Any ideas?

user6732738 wrote:
hi, i'm trying to do an small program, where i'm connecting to the DB, using JDBC driver for sql server 2008. This is my connection code:
try{
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
parametros = "jdbc:sqlserver://localhost:1433;databaseName=java;integratedSecurity=true;";
con = DriverManager.getConnection(parametros);
msg.showMessageDialog(this,"Connection to DB OK","information",1);
}catch(SQLException e){
mensaje.showMessageDialog(this,e.getMessage(),"Sql Error",0);
System.out.println(e.getMessage());
}catch(ClassNotFoundException e2){
msg.showMessageDialog(this,e2.getMessage(),"Sql Error",0);
This is the error message i get: Cannot open database java requested by the login. The login failed
If i change my database "java" to "master", I can make a successfull connection. I don't want to use a user and password on my java code, instead i want to use integrated security. How can i fix this?Did you load the library required for integrated security as described in the Microsoft SQL Server JDBC driver documentation?

Similar Messages

  • Install Lightroom on a new computer - error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    I am trying to install lightroom on a new computer and am getting error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    This site has some info
    Error 2203 | Install | Creative Suite 4, 5, or 5.5 products or updates

  • Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'

    I want to grant permissions to all domain users to view reports on our Report Server. Domain users are able to access our Report Server URL and folder, but when they click on a report item they get an error message: 
    "Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'"
    I'm using windows authentication and configured the local service account in SSReportS Config Manager as the credentials to connect to the Report Server DB. 
    Can someone please help how I should properly do this step by step to give all domain users permissions to view a report in SSRS?
    Thanks much! - Rookie DBA

    Hi IWAR,
    The error message "Cannot open database "ReportServer" requested by the login. The login failed. Login failed for user 'USER LOGON'" means the user 'USER LOGON' does not have permissions to access the "ReportServer" database.
    To fix this issue, please verify that the user has a valid database user login. For more details, please refer to the following steps.
    In SQL Server Management Studio, open Object Explorer and expand the Databases folder.
    Expand the database in which to create the new database user.
    Right-click the Security folder, point to New, and then click User.
    On the General page, enter a name for the new user in the User name box.
    In the Login name box, enter the name of a SQL Server login to map to the database user.
    Click OK.
    Reference:
    http://technet.microsoft.com/en-us/library/ms156468(v=sql.105).aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • System.Data.SqlClient.SqlException: Cannot open database "MSCRM_CONFIG" requested by the login. The login failed. Login failed for user 'NT AUTHORITY\SYSTEM

    Dear ALL 
    After successfully shifting the CRM from 2011 to 2013 i found a problem in Reporting section none of the report is working after some finding i conclude that MSCRM_FetchDataSource is not able to connect successfully 
    Through my report manager i tried to test the connection of MSCRM_FetchDataSource but i got the following error 
    System.Data.SqlClient.SqlException: Cannot open database "MSCRM_CONFIG" requested by the login. The login failed. Login failed for
    user 'NT AUTHORITY\SYSTEM'. 
    I already add the NT Authority \ System as a db_owner under my database user of MSCRM_CONFIG
    But still no success any one have any idea why it's happaning 
    Regards 
    RB

    I found a solution I hope my post will help other
    I gave the  db_owner to 'NT AUTHORITY\SYSTEM' and 'NT AUTHORITY\NETWORK' and assigned with both CRM and Config database
    It resolved my issue
    RB

  • Cannot open database " " requested by the login. The login failed. SQL Server 2008 Express

    I am getting this message when I try to create a path to a work file from my application.
    Cannot open database " " requested by the login.  The login failed. 
    SQL Server 2008 is installed.  I have placed the computer name and instance in the application's config file as connection source. 
    The database is also not showing up in SQl Server Management Studio in list of databases.
    Thanks.

    Hello,
    Can you please confirm login exist in the sql server and its mapped to particular database.
    Are you directly connecting to SSMS?
    Or using any 4 part query?
    Please share how you are accessing the DB and screen hots of error messages.
    Thank You.
    Regards, Pradyothana DP. Please Mark This As Answer if it solved your issue. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

  • Documents backup failure in commvault with error Cannot open file ReportViewer.dwp

    Hi,
    SharePoint Documents backup failure in commvault with error "Cannot open file ReportViewer.dwp" even all necessary permissions are available for all the sites , sql

    Hi Praveen,
    Whether you tried to backup the library using PowerShell exporting command.
    Export sites, lists, or document libraries in SharePoint 2013:
    http://technet.microsoft.com/en-us/library/ee428301(v=office.15).aspx
    As the commvault is a third party tool and I am not familar with it, I suggest you ask the third party support or forum for help.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • (0x80131904): Cannot open database "SUSDB" requested by the login.

    Hi everybody,
    Currently i have the following error in the WCM.log file and WSUS synchronization failes as well:
    System.Data.SqlClient.SqlException (0x80131904): Cannot open database "SUSDB" requested by the login. 
    The login failed.~~Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.~~   at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)~~   at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetComponentsWithErrors()~~
      at Microsoft.SystemsManagementServer.WSUS.WSUSServer.get_ComponentsWithErrors()
    Current environment:
    - SCCM 2012 SP1 and WSUS 3 SP2 on the same server.
    - WSUS is using the windows internal database.
    any advise??
    thanks

    Check these steps.
    go to Sql Server Configuration management->SQL Server network config->protocols for 'servername' and check TCP/IP is enabled.
    Open SSMS in run, and check you are able to login to server using specfied username/password and/or using windows authentication.
    repeat step 1 for SQL native client config also

  • Same message 2 dnld Plugin, (Java), and Adobe Reader: Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.E

    Spent all afternoon downloading Java plugiins and Adobe reader; each with the following "failure message."
    Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.

    This is going to sound lame, but... have you shut down and restarted Windows since this problem began? Sometimes the Windows Installer starts behaving erratically, perhaps due to a backlog of deferred updates, and the only way to get around it is to reboot.

  • SCOM not generating alerts & The request to synchronize state for OpsMgr Health Service identified by "bdb1712b-0a9a-bbe3-9630-41f2da9f64a1" failed due to the following exception "System.Data.SqlClient.SqlException: Cannot open database "OperationsManager

    Hi Anyone can assisting on this. The SCOM 2007r2 i managed suddenly do not pump out alerts.
    I have perform full scom service restart(data access, agent, config). it no load up related datawarehouse like(stored, write)
    I also restarted my sql db services. It show me the error like this. Anyhow i can fix it
    The request to synchronize state for OpsMgr Health Service identified by "bdb1712b-0a9a-bbe3-9630-41f2da9f64a1" failed due to the following exception "System.Data.SqlClient.SqlException: Cannot open database "OperationsManager" requested
    by the login. The login failed.
    Login failed for user 'HK\svc-scomsdk'.
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at System.Data.SqlClient.SqlConnection.Open()
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at System.Data.SqlClient.SqlConnection.Open()
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)".

    Hi,
    I would like to suggest you reset the SDK account password (in this case, it seems like that the account is 'scomsdk'). And change the password for the account in service configuration.
    Please go through the below article for details:
    How to change the credentials for the SDK Service and for the Config Service in Microsoft System Center Operations Manager
    http://support.microsoft.com/kb/936220/en-us
    Regards,
    Yan Li
    Regards, Yan Li

  • Cannot open database " " requested by the login. The login failed for user " "

    Am noticing application event log error that states as the title Cannot open database "ReportingService_4a1e5b9cd6364e8389ed0af69d2628f5_Alerting" requested by the login. The login failed for user "domain\user"
    I think a couple weeks ago while troubleshooting something for a new backup appliance we were installing a password was changed on the user that it is displaying...it seems that this has happened before and I had to go into SQL Server Management studio to
    update the password but I'm not sure where it is I need to do this.
    Any assistance greatly appreciated.

    DOMAIN\User would refer to a domain user account, and SQL does not store passwords for those accounts. It does store passwords for SQL users. Can you validate the type of account and what level of access it has to that db?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Using the ipad with ios7, cannot open mail links

    I cannot open mail links on the ipad using ios7.  Anyone else having this problem?

    I can confirm that I'm having the same issue on my verizon iphone 4 on ios 7. If I click a link in an e-mail sent to me through the IOS mail app, safari often does not open. I've noticed that some pages will open. For example. A friend sent me a link to a story on imore.com. The link to the story would not open in safari. Dead. However, a separate link in the e-mail to the main site, imore.com DID open in safari when I tapped on it. I've had this issues with links not working for the last 2-3 weeks, and for whatever reason a reboot of the phone (hold down on/off and home, wait for logo, release buttons) has temporarily fixed the issue.

  • Cannot open database - ORA-03113

    Hi, I'm having problem when I want to start my XE database. Previously, my server crashed, so after hardware replacement now it's fine. But, when my system is up, and when I try to start database I get this message:
    # sqlplus sys as sysdba
    SQL> startup
    ORACLE instance started.
    Total System Global Area 805306368 bytes
    Fixed Size 1261444 bytes
    Variable Size 218103932 bytes
    Database Buffers 583008256 bytes
    Redo Buffers 2932736 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    At the same time, I executed:
    tail -f alert_XE.log
    and the result is next:
    Wed Jul 11 16:00:10 2012
    Starting ORACLE instance (normal)
    Cannot determine all dependent dynamic libraries for /proc/self/exe
    The open() system call failed for the file /proc/self/exe
    Linux Error: 13: Permission denied
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:>sessions = 49
    >__shared_pool_size = 209715200
    >__large_pool_size = 4194304
    >__java_pool_size = 4194304
    >__streams_pool_size = 0
    >sga_target = 805306368
    >control_files = /usr/lib/oracle/xe/oradata/XE/control.dbf
    >__db_cache_size = 583008256
    >compatible = 10.2.0.1.0
    >db_recovery_file_dest = /usr/lib/oracle/xe/app/oracle/flash_recovery_area
    >db_recovery_file_dest_size= 21474836480
    >undo_management = AUTO
    >undo_tablespace = UNDO
    >remote_login_passwordfile= EXCLUSIVE
    >dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    >shared_servers = 4
    >job_queue_processes = 4
    >background_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/bdump
    >user_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/udump
    >core_dump_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/cdump
    >audit_file_dest = /usr/lib/oracle/xe/app/oracle/admin/XE/adump
    >db_name = XE
    >open_cursors = 300
    >os_authent_prefix =
    >pga_aggregate_target = 268435456
    PMON started with pid=2, OS id=7989
    PSP0 started with pid=3, OS id=7991
    MMAN started with pid=4, OS id=7993
    DBW0 started with pid=5, OS id=7995
    LGWR started with pid=6, OS id=7997
    CKPT started with pid=7, OS id=7999
    SMON started with pid=8, OS id=8001
    RECO started with pid=9, OS id=8003
    CJQ0 started with pid=10, OS id=8005
    MMON started with pid=11, OS id=8007
    Wed Jul 11 16:00:10 2012
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=8009
    Wed Jul 11 16:00:10 2012
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Jul 11 16:00:10 2012
    ALTER DATABASE MOUNT
    Wed Jul 11 16:00:14 2012
    Setting recovery target incarnation to 2
    Wed Jul 11 16:00:14 2012
    Successful mount of redo thread 1, with mount id 2669472714
    Wed Jul 11 16:00:14 2012
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Wed Jul 11 16:00:14 2012
    ALTER DATABASE OPEN
    Wed Jul 11 16:00:14 2012
    Beginning crash recovery of 1 threads
    Wed Jul 11 16:00:14 2012
    Started redo scan
    Wed Jul 11 16:00:14 2012
    Completed redo scan
    2035 redo blocks read, 328 data blocks need recovery
    Wed Jul 11 16:00:14 2012
    Started redo application at>Thread 1: logseq 8406, block 84609
    Wed Jul 11 16:00:14 2012
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 8406 Reading mem 0> Mem# 0 errs 0: /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_5m16ohd0_.log
    And that's all, I really don't know what happend, and way I cannot open my database.
    I hope that you can help me.
    Thanks in advance.

    No errors reported during boot of system.
    After system booted, as oracle user through terminal I entered
    *# export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server*
    *# export ORACLE_SID=XE*
    *# export PATH=$ORACLE_HOME/bin:$PATH*
    then,
    *# sqlplus sys as sysdba*
    SQL> startup
    that's all, database mounts, but won't open.
    echo $ORACLE_HOME returns /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    echo $LD_LIBRARY_PATH returns blank, so I entered:
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib <------ Is this right?
    When I enter:
    ls -l $ORACLE_HOME everything is owned by oracle user.
    and
    ls -l $LD_LIBRARY_PATH
    -r--r--r-- 1 oracle dba 3007 Jan 30 2006 facility.lis
    -r-xr-xr-x 1 oracle dba 74952 Feb 20 2006 hsdb_odbc.so
    -r-xr-xr-x 1 oracle dba 170372 Jan 30 2006 hsdb_ora.so
    -r--r--r-- 1 oracle dba 241976 Jan 30 2006 lclasses12.zip
    lrwxrwxrwx 1 root root 15 Dec 22 2009 libagtsh.so -> libagtsh.so.1.0
    -r-xr-xr-x 1 oracle dba 3587392 Feb 20 2006 libagtsh.so.1.0
    lrwxrwxrwx 1 root root 17 Dec 22 2009 libclntsh.so -> libclntsh.so.10.1
    -r-xr-xr-x 1 oracle dba 14422144 Feb 20 2006 libclntsh.so.10.1
    -r-xr-xr-x 1 oracle dba 32312 Feb 20 2006 libclsra10.so
    -r-xr-xr-x 1 oracle dba 738376 Feb 20 2006 libcorejava.so
    -r-xr-xr-x 1 oracle dba 1490808 Feb 20 2006 libcoresh10.so
    -r-xr-xr-x 1 oracle dba 857816 Feb 20 2006 libcprts.so.5
    -r-xr-xr-x 1 oracle dba 204000 Feb 20 2006 libcxa.so.3
    -r-xr-xr-x 1 oracle dba 154720 Feb 20 2006 libcxa.so.5
    -r-xr-xr-x 1 oracle dba 94412 Feb 20 2006 libdbcfg10.so
    -r-xr-xr-x 1 oracle dba 37920 Feb 20 2006 libemmas10.so
    -r-xr-xr-x 1 oracle dba 915032 Feb 20 2006 libhasgen10.so
    -r-xr-xr-x 1 oracle dba 22232 Feb 20 2006 libheteroxa10.so
    -r-xr-xr-x 1 oracle dba 2048264 Feb 20 2006 libhsbase.so
    -r-xr-xr-x 1 oracle dba 2129256 Feb 20 2006 libhsnav.so
    -r-xr-xr-x 1 oracle dba 1719644 Feb 20 2006 libimf.so
    -r-xr-xr-x 1 oracle dba 220752 Feb 20 2006 libirc.a
    -r-xr-xr-x 1 oracle dba 5704 Feb 20 2006 libjox10.so
    -r-xr-xr-x 1 oracle dba 58296 Feb 20 2006 libldapjclnt10.so
    -r-xr-xr-x 1 oracle dba 97748 Feb 20 2006 libnjni10.so
    -r-xr-xr-x 1 oracle dba 1309244 Feb 20 2006 libnjssl10.so
    -r-xr-xr-x 1 oracle dba 2150124 Feb 20 2006 libnnz10.so
    -r-xr-xr-x 1 oracle dba 25420 Feb 20 2006 libnque10.so
    -r-xr-xr-x 1 oracle dba 4376 Feb 20 2006 libntcpaio10.so
    lrwxrwxrwx 1 root root 15 Dec 22 2009 libocci.so -> libocci.so.10.1
    -r-xr-xr-x 1 oracle dba 1006316 Feb 20 2006 libocci.so.10.1
    -r-xr-xr-x 1 oracle dba 105856 Feb 20 2006 libocijdbc10.so
    -r-xr-xr-x 1 oracle dba 447348 Feb 20 2006 libocr10.so
    -r-xr-xr-x 1 oracle dba 274788 Feb 20 2006 libocrb10.so
    -r-xr-xr-x 1 oracle dba 362648 Feb 20 2006 libocrutl10.so
    -r-xr-xr-x 1 oracle dba 5752 Feb 20 2006 libodm10.so
    -r-xr-xr-x 1 oracle dba 4376 Feb 20 2006 libodmd10.so
    -r-xr-xr-x 1 oracle dba 46892 Feb 20 2006 libons.so
    lrwxrwxrwx 1 root root 21 Dec 22 2009 liborasdkbase.so -> liborasdkbase.so.10.2
    -r-xr-xr-x 1 oracle dba 3776628 Feb 20 2006 liborasdkbase.so.10.2
    lrwxrwxrwx 1 root root 17 Dec 22 2009 liborasdk.so -> liborasdk.so.10.2
    -r-xr-xr-x 1 oracle dba 11618808 Feb 20 2006 liborasdk.so.10.2
    -r-xr-xr-x 1 oracle dba 220920 Feb 20 2006 libqsmashr.so
    -r-xr-xr-x 1 oracle dba 5104 Feb 20 2006 libskgxn2.so
    -r-xr-xr-x 1 oracle dba 5104 Feb 20 2006 libskgxns.so
    -r-xr-xr-x 1 oracle dba 7372 Feb 20 2006 libskgxp10.so
    -r-xr-xr-x 1 oracle dba 5996 Feb 20 2006 libskgxpd.so
    -r-xr-xr-x 1 oracle dba 138184 Feb 20 2006 libskgxpu.so
    -r-xr-xr-x 1 oracle dba 744228 Feb 20 2006 libsqlplus.so
    -r-xr-xr-x 1 oracle dba 594144 Feb 20 2006 libsqora.so.10.1
    -r-xr-xr-x 1 oracle dba 29628 Feb 20 2006 libsrvm10.so
    -r-xr-xr-x 1 oracle dba 1000344 Feb 20 2006 libsrvmhas10.so
    -r-xr-xr-x 1 oracle dba 516864 Feb 20 2006 libsrvmocr10.so
    -r-xr-xr-x 1 oracle dba 5024 Feb 20 2006 libuini10.so
    -r-xr-xr-x 1 oracle dba 20572 Feb 20 2006 libunwind.so.5
    -r-xr-xr-x 1 oracle dba 203208 Feb 20 2006 libxdb.so
    -r--r--r-- 1 oracle dba 31 Jan 30 2006 sysliblistIs this ok?
    Thanks again.

  • Cannot open database due to incorrect file size

    Hi,
    we have a oracle database 8.0.5 and it crashed yesterday. now we cannot open the database (only mount readonly) due to an incorrect filesize of usr1orcl.ora. is there a simple way to open the database?

    i'm sorry but it wasnt in archivelog mode.
    the ora error codes are:
    ORA-01122: datafile name - failed verification check
    Cause: The information in the datafile is inconsistent with information from the control file. This could be for any of the following reasons:
    The control file is from a time earlier than the datafiles.
    The datafile size does not match the size specified in the control file.
    The datafile is corrupted.
    Action: Make certain that the datafiles and control files are the correct files for this database, then retry the operation.
    ORA-01110: datafile name: str
    Cause: This message reports the filename involved with other messages.
    Action: See the associated messages for a description of the problem.
    ORA-01200: actual file size of num is smaller than correct size of num blocks
    Cause: The size of the file, as returned by the operating system, is smaller than the size of the file as indicated in the file header and the control file. Somehow the file has been truncated.
    Action: Restore a good copy of the datafile from a backup and perform recovery as needed.

  • Datasource connection failing with error "Cannot open resource"

    Hi All,
    I have created a datsource in VA with JDBC 1.X driver type for a SQL Server.
    However, now when I try to connect to the datasource from an udf in the Message Mapping, I am getting the below error:
    Error: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException in method ConnectionFactoryImpl.getConnection(): com.sap.engine.services.connector.exceptions.BaseResourceException: Cannot open resource(Managed Connection) with LocalTransaction support or add a second one in the same transaction, for component "webContainer/applications/sap.com/TestDB/TestDB" in application "sap.com/TestDB"
    I checked the SAP Help link given below where it is mentioned as a solution that the datasource should be made shareable.
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/2f2c4142aef623e10000000a155106/frameset.htm
    In SAP Help, it mentions that datasource can be made shareable by modifying the deployment descriptor as mentioned in the link below. However, the datasource was configured in the VA and not deployed using archive. Hence, we do not have a deployment descriptor to modify and redeploy.
    http://help.sap.com/saphelp_nwce10/helpdata/en/e8/47591ac2e843d09a374e88b044bda9/frameset.htm
    Could you please provide pointers on how configure and make the datasource shareable.
    Thanks & Regards,
    Rosie Sasidharan.

    Hi Rosie ,
    This information is really really helpful for me  . I was trying to solve this problem from last 4 days. Today i am able to solve just because of reference given by you.
    Once again thank you very much

  • I tried moving an album from iPhoto to Pictures.  It took the entire iPhoto Library.  Now I can't use it, and I cannot open it.  How do I get it back to just iPhoto?

    I tried moving an album from iPhoto to Pictures, but the entire iPhoto Library moved.
    I now cannot open iPhoto.  How can I get it back?

    A folder named Library popped up in Pictures.  I didn't want the entire Library, just the one album.
    When I open the Library Folder in Pictures, I get sub folders dated with years.
    When I open the subfolders, I just keep getting more folders.
    This looks like you were viewing your iPhoto Library; the contents of the Masters folder. Is your original iPhoto library still there?
    Where do you keep your iPhoto library? In the default location in your "Pictures" folder? 

Maybe you are looking for

  • Installation language defaults to OS language

    Based in sweden with swedish XP pro, the install of latest version 7.0.3 requires installation language be selected = English (USA). Once install is finished and program is opened, all menus are in swedish. Also have found the menu item in QT to sele

  • Generating table with large number of columns (256)

    Hi, I don't know if this is right place for posting this: for data mining purposes I need a table which column names needs to be size N, where N is 2, 3 or 4. Column name is build upon alphabet of nucleotids A,C,T,G and all variations with repetition

  • Setting up IIS with Windows 7 & CS4

    I was just getting to grips with building an ASP site first with Dreamweaver MX2004 then CS4 both on an XP Pro machine and all was going well. I now have a W7 machine and have come unstuck. Every site I search or forum covers the basic setup of IIS7

  • Creating Infocube in APO - RFC between BW & APO is Mandatory..??

    Hi, Does the RFC connection between APO & BW system is required for creating an Active InfoCube in APO System...?? Or Only RFC connection between APO & ECC system is enough..!!

  • Rotating a video in imovie

    I've just opened the new imovie and uploaded a few videos to work on. I can't rotate the videos like I used to be able to before. If I select the video, go to adustments you are supposed to be able to go to the crop function and rotate from there, bu