Excel Application Unable to Connect the Highavailable(Mirrorining) database

Hi Folks,
Please help me out from below Issue.
We have developed an Excel application to pull data from Back-end Database.
The database is configured in High availability Mirroring, When fail over occurs the Database moving from One server DB to Another Server DB.
But my Excel application is not pointing to the Failover DB when the One DB fails.
We are using the below Connection string in the excel application:
*"Data Source=Server A;Failover Partner=Server B; Initial Catalog=AdventureWorks; Integrated Security=True;"*
When Server A is unavailable, it shows the below error.
PFA : Error.jpg
And again asking for Authentication
PFA : Authentication.jpg
Here we need to Enter Credentials manually and then it is able to connect the desired database.
But it is not possible to spread credentials to end –user.
Can anyone please provide solution for this issue to automate the above scenario without manual intervention?
Thanks in Advance 

make sure that "sun.jdbc.odbc.JdbcOdbcDriver" is on your classpath ,

Similar Messages

  • 'Unable to connect' the number of free accounts can be enabled on this case has been reached

    hello ! please someone help me
    when i sign in icould ...'Unable to connect' the number of free accounts can be enabled on this case has been reached' heelp please

    hello ! please someone help me
    when i sign in icould ...'Unable to connect' the number of free accounts can be enabled on this case has been reached' heelp please
    iPhone 5s, iOS 7.1.1 

  • CI********C13 is the serial no. Mac book pro. Blinking folder unable to connect the hard drive why?

    CI********C13 is the serial no. Mac book pro. Blinking folder unable to connect the hard drive why?
    <Personal Information Edited by Host>

    That means that a valid startup disk can't be found.
    A flashing question mark or globe appears when you start your Mac - Apple Support
    Your startup disk could be corrupted, the disk failed, or poor connections
    Reset the SMC and NVRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    Try booting to Recovery and repairing the HD
    OS X: About OS X Recovery - Apple Support
    Next reinstall the OS if Disk Utility in Recovery can see the HD
    OS X Yosemite: Reinstall OS X
    If the HD can be found check the connection. Next replae tthe HD
    Last:
    Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Unable to connect to sql server database

    i run on CMD:
    aspnet_regsql -C "Data Source  =Davidchamoun/sqlexpress : intergrated security= true" -ssadd -sstype p
    i got 
    a network-related or instance-specific error occurred while establishing a connection to sql server. the server
    was not found or was not accessible. verify that the instance name is correct and that sql server is configured to allow remote connections. (provider: SQL Network interfaces . error: 25 – connection string is not valid
    unable to connect to sql server database.
    im using sql sever 2012 express, microsoft visual studio web 2008 express.
    please help me.

    i run it as :
    aspnet_regsql -C "Data Source =Davidchamoun\sqlexpress : integrated security= true" -ssadd -sstype p
    i got the same error :
    an error has occurred . details of the exception:
    a
    network-related or instance-specific error occurred while establishing a connection to sql server. the server was not found or was not accessible. verify that the instance name is correct and that sql server is configured to allow remote connections. (provider:
    SQL Network interfaces . error: 25 – connection string is not valid
    unable to connect to sql server database.
    im using also windows 8.1
    pls help me
    ty for ur reply

  • Unable to connect to my Oracle Database with Microsoft's ODBC for Oracle driver

    I am unable to connect to my Oracle Database with Microsoft's ODBC for Oracle driver vers.2.573.4202.00 on a Win98 computer.
    First, I create a "Net Service Name" in order for the ODBC Driver to find the Oracle server. I then created a System DSN in the ODBC Data Source Administrator and assigned the "Net Server Name" as the server in the "Microsoft ODBC for Oracle Setup". But when I test this DSN with Oracle's provided "Oracle ODBC 32Bit Test vers.2.5.3.1.0" I get an error:
    SQLSTATE: NA000
    Native Error Code:0
    Driver Message:[Microsoft][ODBC driver for Oracle][Oracle]
    This error occurred on all three Win98 computers I have tried. It does however, seem to work fine on WinNT 4.0, and believe it or not, on the two Win95 computers I have tried.
    Does anyone have any fixes, recomendations, or advice?
    Thank you,
    Eric Edwards
    null

    Why are yu not using the Oracle ODBC driver - these can be downloaded from OTN.
    Have you set up a tnsnames.ora entry for the Oracle database you want to connect to? Does this name have a domain name added to it? Check %ORACLE_HOME%\network\admin\tnsnames.ora for the service name. If it is a name of the form :
    name.domain.subdomain
    then you should try using this full name when configuring the ODBC data source.
    null

  • Unable to connect informatica repository on database

    Hi,
    i am facing error that unable to connect informatica repository on database
    thanks

    Hi,
    I am facing the same issue while connecting Informatica Repository to the database.
    We have installed Informatica 9.0.1 on Linux 64 bit environment and installed Oracle client 11gR2.
    Below are some of the detail to analyze the issue in detail:
    Informatica Useer : powercenter
    Oracle user: oracle
    [powercenter@sun2 ~]$ id
    uid=500(powercenter) gid=1000(oinstall) groups=501(oracle),1000(oinstall) context=user_u:system_r:unconfined_t
    [oracle@sun2 ~]$ id
    uid=501(oracle) gid=1000(oinstall) groups=1000(oinstall) context=root:system_r:unconfined_t:SystemLow-SystemHigh
    [powercenter@sun2 ~]$ cat .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/client_1
    export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
    export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    Tnsping is working fine with the tnsentry given using Informatica user.
    [powercenter@sun2 ~]$ echo $TNS_ADMIN
    /home/oracle/app/oracle/product/11.2.0/client_1/network/admin
    In the Informatica log file we are getting below error message:
    Database driver event...error occured loading library [libclntsh.10.1:cannot open shared object file....
    I have a confusion here, we have installed Oracle 11g client then why Informatica is looking for 10g library file?
    I checked and found there is no file in /usr/local/lib directory.
    Any suggestion would be highly appreciated.
    Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Unable to connect the server, while open the rpt file in server from java.

    Hi,
    I have written one java class, that class deployed in solaris server. The BO server is avilable in another solaris server. i want to convert the rpt file to pdf format. for that i try to give the file path to the server for opening the rpt file, that time i got the follwoing error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Unable to connect to the server: uinbrdcsap02. --- Connection refused
    (errno:239)---- Error code:-2147217387 Error code name:connectServer
            at
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwR
    eportSDKServerException(Unknown Source)
            at
    com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.connect
    (Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.z.a(Unknown Source)
            at
    com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Un
    known Source)
            at
    com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initia
    lize(Unknown Source)
    *My java code is the following ..*
    package com.ramco.report;
    //Crystal Java Reporting Component (JRC) imports.     
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.ByteArrayInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.ByteArrayOutputStream;
    import java.sql.Connection;
    import java.sql.CallableStatement;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.text.SimpleDateFormat;
    import com.crystaldecisions.sdk.occa.report.exportoptions.ReportExportFormat;
    import com.crystaldecisions.sdk.occa.report.exportoptions.ExportOptions;
    import java.util.Calendar;
    import java.util.Properties;
    import org.apache.log4j.Logger;
    import org.apache.log4j.SimpleLayout;
    import org.apache.log4j.FileAppender;
    import java.net.InetAddress;
    import java.net.UnknownHostException;
    // Class file starting.
    public class StandardReconReport
         private Connection objConnection = null;
         private DBConnection dbconnection = null;
         private ByteArrayInputStream byteArrayInputStream =null;
         private FileOutputStream fileOutputStream = null;     
         private ByteArrayOutputStream byteArrayOutputStream = null;
         private CallableStatement callablestatement = null;
         private CallableStatement callablestatement1 = null;     
         private ResultSet resultset1 = null;
         private ResultSet resultset = null;
         private String Deal_No = null;
         private String Job_Date = null;     
         private String Reportservername = null;
         private SimpleLayout layout   = null;
         private FileAppender appender = null;
         private Logger logger            = null;
         private String     DateTimeFormat = null;
         private String Report_File_path =null;
         private String Pdf_File_Name = null;     
         private Properties properties = null;
         private String LogFilePath = null;
         private String FileName = null;
         private String FullLogFilePath = null;
         private Statement statement = null;
         private String Report_upload_path = null;
         private String StanReconDir = null;
         private String winandsol = null;
         private com.crystaldecisions.sdk.occa.report.application.ReportClientDocument  reportClientDoc = null;
         private int count_tmp=0;
         private String DATE_FORMAT = null;
         private String dateformat = null;
         private Calendar cal = null;
        private SimpleDateFormat sdf = null;
        private String reconfilename = null;    
         // Method for Generating Report.....
         private void stanReportGeneration()
              try
                   properties = new Properties();
                   properties.clear();
                 properties.load(new FileInputStream("GeneralInfo.properties"));
                 Reportservername = properties.getProperty("reportservername");
                 reconfilename = properties.getProperty("reconfilename");
                 layout = new SimpleLayout();
                   LogFilePath = properties.getProperty("logfilepath");               
                   dateformat = dateTime1(properties.getProperty("dateformat1"));
                   StanReconDir = properties.getProperty("stanrecondir");
                  winandsol = properties.getProperty("windowsandsolaris");        
                  if (new File(LogFilePath).exists())
                       LogFilePath = LogFilePathdateformatwinandsol;
                       if (new File(LogFilePath).exists())
                       else
                            new File(LogFilePath).mkdirs();
                  FileName = "STANRECONLOGFILE-";             
                  FileName = FileNamedateformat".txt";             
                  FullLogFilePath = LogFilePath+FileName;
                  appender = new FileAppender(layout,FullLogFilePath,false);
                 logger = Logger.getLogger("MyLogger");
                 logger.addAppender(appender);
                 DateTimeFormat = properties.getProperty("datetimeformat");       
                 logger.info("The Start Recon Report Start Time: " +dateTime(DateTimeFormat));             
                 logger.info("");            
                 try
                      InetAddress address[] = InetAddress.getAllByName(Reportservername);                 
                     for (int i=0; i<address.length;i++)
                          logger.info("Report Server Name: " + address<i>.getHostName());
                          logger.info("Report Server Address: " + address<i>.getHostAddress());
                          logger.info("Report Server Canonical: " + address<i>.getCanonicalHostName());
                 catch (UnknownHostException e)
                      logger.error("The host "Reportservername"is not avilable");
                 Report_File_path = properties.getProperty("StandardReconReportpath");          
                  logger.info("The Report File Name is : "+Report_File_path " - "dateTime(DateTimeFormat));
                  //Report_File_path="rassdk://"+Report_File_path;
                  try
                       //Getting the Database connection....
                       dbconnection = new DBConnection();
                      objConnection = dbconnection.getConnections();
                      statement = objConnection.createStatement();
                      String sqlQuery = "SELECT TRIM(PARAM_VALUE) FROM SYS_USER_PARAM WHERE COMPONENT = 'REPORT' AND LINE_NO = 1 AND PARAM_NAME = 'REPORT_DOWNLOADPATH' AND STATUS = 'A'";
                      resultset = statement.executeQuery(sqlQuery);
                      while(resultset.next())
                           Report_upload_path = resultset.getString(1);
                           logger.info("Report_upload_path from the DB: "+Report_upload_path);
                  catch (SQLException ex)
                       ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  catch(Exception ex)
                       ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  finally
                       if(statement!=null)
                            statement.close();
                       if(resultset!=null)
                            resultset.close();
                  if (new File(Report_upload_path).exists())
                       Report_upload_path = Report_upload_path+StanReconDir;
                       if (new File(Report_upload_path).exists())
                            System.out.println("Directory is avilable"+Report_upload_path);
                       else
                            new File(Report_upload_path).mkdirs();
                  Report_upload_path = Report_upload_pathwinandsoldateformat+winandsol;              
                  if (new File(Report_upload_path).exists())
                  else
                       new File(Report_upload_path).mkdirs();
                  logger.info("Report_upload_path : "Report_upload_path" : "+dateTime(DateTimeFormat));
                  try
                       logger.info("Calling the REPORT_STAN_RECON_CON SP : "+dateTime(DateTimeFormat));
                      callablestatement = objConnection.prepareCall("{call REPORT_STAN_RECON_CON(?)}");
                      callablestatement.registerOutParameter(1, oracle.jdbc.driver.OracleTypes.CURSOR);
                        callablestatement.execute();
                        resultset=(ResultSet)callablestatement.getObject(1);
                        if(resultset!=null)
                             while(resultset.next())
                                  count_tmp = count_tmp+1;
                                  logger.info("");                              
                                 Deal_No   = resultset.getString(1);
                                  Job_Date = resultset.getString(2);
                                  DATE_FORMAT = resultset.getString(3);
                                  Job_Date = Job_Date.substring(0,10);
                                  logger.info("*********** PDF Convertion Starting for a Deal No: " +Deal_No " :: "dateTime(DateTimeFormat));
                                  Pdf_File_Name = Report_upload_pathreconfilenameDeal_No"-"DATE_FORMAT+".pdf";                              
                                  Job_Date = Job_Date.replace('-', '/');
                                  logger.info("The Deal_No is : "+Deal_No " - "dateTime(DateTimeFormat));
                                  logger.info("The Job_Date is : "+Job_Date " - "dateTime(DateTimeFormat));
                                  try
                                     reportClientDoc = new com.crystaldecisions.sdk.occa.report.application.ReportClientDocument();
                                       reportClientDoc.setReportAppServer(Reportservername);                                   
                                       logger.info("Report App server Name := "+ reportClientDoc.getReportAppServer());
                                       logger.info("Report_File_path  := "+ Report_File_path);                             
                                       reportClientDoc.preCreateServerAgent(true);                            
                                       reportClientDoc.open(Report_File_path,0);                         
                                       logger.info("After opening the RTF file for : "+Deal_No " Deal_No - "dateTime(DateTimeFormat));
                                                 callablestatement1 = objConnection.prepareCall("{call REPORT_STANDARD_RECON(?,?,?,?)}");
                                       callablestatement1.setString(1, Job_Date);
                                       callablestatement1.setString(2, Deal_No);
                                       callablestatement1.setString(3,"");
                                       callablestatement1.registerOutParameter(4, oracle.jdbc.driver.OracleTypes.CURSOR);
                                       callablestatement1.execute();
                                       resultset1=(ResultSet)callablestatement1.getObject(4);
                                       String tableAlias = reportClientDoc.getDatabaseController().getDatabase().getTables().getTable(0).getAlias();
                                       reportClientDoc.refreshReportDocument();
                                       reportClientDoc.getDatabaseController().setDataSource(resultset1, tableAlias , "Result Set");
                                       reportClientDoc.refreshReportDocument();                         
                                       ExportOptions oExportOptions = new ExportOptions();
                                       oExportOptions.setExportFormatType(ReportExportFormat.RTF);
                                       byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
                                       logger.info("After exporting the report file to PDF file for the : "+Deal_No " Deal_No - "dateTime(DateTimeFormat));
                                       //Use the Java I/O libraries to write the exported content to the file system.
                                       byte byteArray[] = new byte[byteArrayInputStream.available()];     
                                       //Create a new file that will contain the exported result.
                                       logger.info("Successfully exported report to " + Report_File_path" - "dateTime(DateTimeFormat));
                                       logger.info("*********** PDF Convertion Ending for a Deal : "Deal_No" "+dateTime(DateTimeFormat));
                                       logger.info("");
                                       Deal_No   = null;
                                       Job_Date  = null;
                                  catch (SQLException ex)
                                      ex.printStackTrace();
                                      System.out.println(ex);
                                      logger.error(ex);
                                  catch (IOException ex)
                                      ex.printStackTrace();
                                      System.out.println(ex);
                                      logger.error(ex);
                                  catch (Exception ex)
                                       ex.printStackTrace();
                                      System.out.println(ex);
                                      logger.error(ex);
                                  finally
                                       if(byteArrayInputStream!=null)
                                            byteArrayInputStream.close();
                                       if(byteArrayOutputStream!=null)
                                            byteArrayOutputStream.close();
                                       if(fileOutputStream!=null)
                                            fileOutputStream.close();
                                       if(callablestatement1!=null)
                                            callablestatement1.close();
                                       if(resultset1!=null)
                                            resultset1.close();
                                       if(reportClientDoc!=null)
                                            reportClientDoc.close();
                        if(count_tmp==0)
                             logger.info("");
                             logger.info(" $$$$$$$$ There is NO DATA for generating the Report $$$$$$$: " +dateTime(DateTimeFormat));
                  catch (SQLException ex)
                       ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  catch (Exception ex)
                        ex.printStackTrace();
                       System.out.println(ex);
                       logger.error(ex);
                  finally
                       if(callablestatement!=null)
                            callablestatement.close();
                       if(resultset!=null)
                            resultset.close();
                       if(objConnection!=null)
                            objConnection.close();
                       if(callablestatement1!=null)
                            callablestatement1.close();
                       if(resultset1!=null)
                            resultset1.close();
              catch (IOException ex)
                  ex.printStackTrace();
                  System.out.println(ex);
                  logger.error(ex);
              catch (Exception ex)
                   ex.printStackTrace();
                  System.out.println(ex);
                  logger.error(ex);
              finally
                  properties.clear();              
              logger.info("");
              logger.info("*******Standard Recon Report End Time*******: "+dateTime(DateTimeFormat));
         // Getting the current date and time..
         public String dateTime(String dateFormat)
              cal = Calendar.getInstance();
             sdf = new SimpleDateFormat(dateFormat);
             return sdf.format(cal.getTime());
         //Getting the Yesterday Date and time...
         public String dateTime1(String dateFormat)
              cal = Calendar.getInstance();
              cal.add(Calendar.DATE, -1);            
             sdf = new SimpleDateFormat(dateFormat);
             return sdf.format(cal.getTime());
         public static void main(String[] args) {
              StandardReconReport  SR = new StandardReconReport();
              SR.stanReportGeneration();
    For the above code  i given the report parameter from  the property file.
    reportservername=servername
    datagenreportpath=rassdk\://C\:
    MyEclipseWorkPlace
    IDSREPORTGENERATION
    REPORTFILES
    STANDARD_RECON_REPORT.rpt
    The code is working fin, while i try to connect the BO which is avilble in Windows server, but this is not working if the BO is avilble in solaris server.
    Any bodies please help
    Edited by: velmurugan.spn on Sep 12, 2009 6:38 AM

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • Application unable to connect to databse after some time

    The problem we are facing is that after some time the application seems to be unable to connect to the database. The only way we have been able to clear the issue is by re starting the application servers. Below is the information I see in my logs any help would be appreciated, thanks
    ####<Sep 6, 2007 12:08:24 PM CDT> <Info> <JDBC> <plss1433> <SMART-1433-7025> <ExecuteThread: '22' for queue: 'weblogic.kernel.Defaul
    t'> <<anonymous>> <> <BEA-001068> <Connection for pool "SMARTPool" created.>
    ####<Sep 6, 2007 12:08:24 PM CDT> <Info> <JDBC> <plss1433> <SMART-1433-7025> <ExecuteThread: '22' for queue: 'weblogic.kernel.Defaul
    t'> <<anonymous>> <> <BEA-001132> <Initialized statement cache of size "10" for connection in pool "SMARTPool".>
    ####<Sep 6, 2007 12:08:24 PM CDT> <Info> <Common> <plss1433> <SMART-1433-7025> <ExecuteThread: '22' for queue: 'weblogic.kernel.Defa
    ult'> <<anonymous>> <> <BEA-000628> <Created "1" resources for pool "SMARTPool", out of which "1" are available and "0" are unavaila
    ble.>
    ####<Sep 6, 2007 12:08:26 PM CDT> <Info> <JDBC> <plss1433> <SMART-1433-7025> <Thread-7> <<WLS Kernel>> <> <BEA-001128> <Connection f
    or pool "SMARTPool" closed.>
    ####<Sep 6, 2007 12:16:41 PM CDT> <Error> <JDBC> <plss1433> <SMART-1433-7025> <ExecuteThread: '23' for queue: 'weblogic.kernel.Defau
    lt'> <<anonymous>> <> <BEA-001131> <Received an exception when closing a cached statement for the pool "SMARTPool": java.sql.SQLExce
    ption: Io exception: Broken pipe.>
    ####<Sep 6, 2007 12:17:14 PM CDT> <Error> <HTTP> <plss1433> <SMART-1433-7025> <ExecuteThread: '22' for queue: 'weblogic.kernel.Defau
    lt'> <<WLS Kernel>> <> <BEA-101020> <[ServletContext(id=23265185,name=Smart,context-path=/Smart)] Servlet failed with Exception
    java.lang.NullPointerException
    at com.spcs.web.smart.dao.MSOBillFileDAO.fetchFileList(MSOBillFileDAO.java:35)
    at jsp_servlet._jsp._ma._bfm.__releasearchive._jspService(__releasearchive.java:461)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    I also see this in jdbc.log
    SQLException: SQLState(null) vendor code(17002)
    java.sql.SQLException: Io exception: Connection timed out
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:333)
    at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2529)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2672)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:527)
    at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:124)
    at com.spcs.web.smart.util.SmartDAO.authenticate(SmartDAO.java:381)
    at com.spcs.web.smart.servlets.LoginServlet.doPost(LoginServlet.java:36)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    The following fixed this:
    http://technet.microsoft.com/en-gb/library/bb932151.aspx
    For some reason "sms admins" was no longer even showing in permissions, added it and gave it appropriate permissions (as per article above), including subfolders.  After that worked perfectly.
    Does anyone have any ideas why a reboot would cause permissions to be lost?

  • Hyperion Essbase Excel Addin - Unable to connect

    Hi,
    We have added In2Hyp Essbase Ribbon.xlam addin to Excel 2010, however when the user clicks on connect, there is no response - no prompt to enter the credential.
    Please share your inputs on why we are unable to connect.
    Thanks.

    Hi, never heard about a commercial Essbase ribbon or maybe this one I just found out : http://essbase-ribbon.com/ indeed it is a beta commercial ribbon from a welll known US consulting company (Interrel) - a company where you worked in the past or am I wrong Cameron?
    ^^^ Yep, that's the one. I used to be an employee there; I had/have nothing to do with the product. I wonder if there are others? The first to the market tends to have a really large advantage in market share but of course that can change.
    I have Andy Pope's web page as one of my favorites and one day soon I will actually play with the ribbon editor.
    BTW I hate this bloody forum as I have to signup everytime - as Firefox doesn't keep the password for it. Any tip welcomed.^^^ remember password
    It looks like the key is to get FireFox to ignore OTN's js command to turn autocomplete off.
    Also, the Opera browser seems to have no problem with remembering the userid and password, and that is on my smart stupid phone.
    Regards,
    Cameron Lackpour

  • Obiee 11.1.1.6 installation error: inst:08030 unable to connect the databse

    Hello Gurus,
    I am new to linux and oracle world. trying to install OBIEE 11.1.1.6.0 and getting
    INST-08030 unable to connect to the Database with the given credentials. Listner could be down"
    *_Database_*
    My database(11gR2) and DEV_BIPLATFORM schema is in 64 bit windows 7. I have applied the january 2012 patch for oracle (patch id 10432045). In windows I can login using sqlplus dev_biplatform/password@orcl. windows static IP is 192.168.1.100.
    The tnsnames entry in windows is.
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HPC1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    _*OBIEE*_
    I am trying to install OBIEE on an oracle linux 64 bit guest on OracleVirtualBox on the above windows host. Guest Linux IP is fixed to 192.168.1.101. The Oracle VM network setting attached to value is set to Bridged Adapter. I can ping from linux to the host winodws 7.
    On step 8 of 14 the this is my input:
    Database Type- oracle database
    connect string- 192.168.1.100:1521:orcl
    BIPLATFORM schema - DEV_BIPLATFORM
    password- password
    _*Problem*_
    I cannot go past step 8 above. INST-08030 unable to connect to the Database with the given credentials. Listner could be down"
    what have I done:_
    somewhere I read that I need to apply oracle January patch to my metadata database. I did that.
    Please help me here!
    Thanks,
    Badal
    Edited by: Badal on Mar 4, 2012 4:51 AM
    Edited by: Badal on Mar 4, 2012 5:11 AM

    I think I got a resolution of the problem. I had to do the following steps to get the installer successfully connect to my repository schemas in Windows 7.
    steps:
    1- Change my home router setting to reserve specifc IP adresses to all MAC addresses on my home network. If your router does not have this "reserve" feature , you need to disable DHCP and assign static IP to all machines in the lome LAN.
    1- Disable firewall in the Linux guest where I am installing OBIEE.
    2- Change Windows firewall rule to allow all port and all protocol connection from range of IP in the home LAN. If you have time you may be able to trim this setting to allow specifc ports and IPs.
    I also installed oracle instant client and sqlplus in the Linux guest to help me troublesoot the connection problem. It does not require a permanent oracle home to be set. So it won't interfere on obiee home etc.
    Thanks all for your help.
    Badal
    Edited by: Badal on Mar 5, 2012 8:52 AM

  • Unable to connect the database.

    I'm trying connecting disc. viewer 3.1.36 with plug-in browser, but unable to connect to the database and recieve a message saying that 'Error in database login. Unable to establish connection with the server.'.What is the problem?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Saihani Idaffie Saidin ([email protected]):
    I'm trying connecting disc. viewer 3.1.36 with plug-in browser, but unable to connect to the database and recieve a message saying that 'Error in database login. Unable to establish connection with the server.'.What is the problem?<HR></BLOCKQUOTE>
    Saidin, We will need much more information than this to determine the problem you are having. Can you connect with SQL*Plus, Discoverer User or Admin Edition. Are you attempting to connect to Discoverer Viewer from the same or a different machine. There is a lot of good information in the readme file that can help...
    Regards,
    Oracle Discoverer team http://technet.coracle.com

  • Problem opening excel application, it opens all the workbooks at the at once!

    Why everytime I open or start excel application, it opens and open many excel books at the same time! Is this an excel configuration problem? How can I just open excel and start a new excel book, without opening the rest of saved excelbooks?

    Thanks LousyFool. With the help of an Apple store expert finally resolved the problem by eliminating the excel hidden folder. It happens that the excel folder resides in the library folder, and after he deleted it and open excel app it then creates a brand new empty folder. By eliminating the old excel folder the excel files that were opened automatically it fixed the problem!
    Thank for your help

  • Unable to connect the queue in AQ with weblogic 10G R3

    I created queues, queue tables and started the queue in Oracle 10g. In weblogic, i configured staturpclass using http://www.oracle.com/technology/products/ias/oems/files/aqjmsv2.0.zip_ and weblogic able to create the JNDI names as configured in aqjms.properties file. I havent configured any JMS Foreign server or JMS Bridge. I followed the steps in http://biemond.blogspot.com/2008/11/using-aq-in-weblogic-103.html. When i started the server i am getting following error message.
    <Oct 6, 2009 1:05:39 PM IST> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: MessageQMDB is unable to connect to the JMS destination: ORAQ_X_QUEUE. The Error was: java.lang.NullPointerException>
    ORAQ_X_QUEUE is JNDI name of AQ queue AQ.X_QUEUE.I am successfully able to enque and deque messges using Java client, but when i am trying to do the same with MDB i am getting above error message.
    thanks
    Nag

    Hi Nag,
    The best WebLogic AQ JMS integration option is the built in support provided with 10.3.1/11gR1 or later, see [ Interoperating with Oracle AQ JMS | http://download.oracle.com/docs/cd/E12839_01/web.1111/e13738/aq_jms.htm#JMSAD565 ].
    If for some reason you can't use WebLogic's built in support for AQ, then it would help to see the full stack trace of your NullPointerException (we almost always need the full stack trace when trying to diagnose problems). With MDBs, the full stack trace is typically found in the WebLogic server log.
    Please post any future JMS related posts to the "Weblogic Server - JMS" newsgroup.
    Regards,
    Tom

  • Unable to connect the crm client with the IPC server

    Hi,
    I am unable to connect with one CRM client with the IPC server.
    my Dispatcher and all the IPC servers are working all.
    Plz helpme out.
    With thanks and Regards,
    Yusuf.

    Hi Muhammed,
    Check in the file dispatcher.properties if the RFC names are correctly maintained.
    Regards,
    Patricia
    PS Your post was in the wrong forum. I moved it to the correct one where the chance of an answer is much higher.
    Hope you understand and good luck.
    Regards,
    Patricia
    SDN Moderator

  • Unable to connect the wi-fi network in my iPad

    Hi frds, I couldn't connect the wi-fi network in my iPad. It says "unable to join the network". I gone through all your instruction but I couldn't get any happy results. Can you help me to solve this problem?

    I'm not sure what, "gone through all your instruction" means but have you read through this?
    http://support.apple.com/kb/TS1398
    If you need more help you need to provide information on what make,model, and version router you have and how it is configured.

Maybe you are looking for

  • Imac running Yosemite won't detect external display

    I previously was using a 2008 iMac desktop and running OS X Yosemite. I was using dual monitors (other monitor being Insignia brand) and everything worked fine. Since this was an earlier mac version, I was using the Mini DVI to VGA Adapter to connect

  • OSX Mountain lion update

    I am trying to download OSX mountain lion. I currently have Snow leopard 10.6.8. It is asking to choose an app. What do I choose?

  • Issue with using Compensation handlers

    HI, I have one main outer scope and 2 inner scopes. The first scope completes successfully but the second scope fails and throws a error. The error is caught in the main outer scope and I call the compensation handler for the first scope. Inside the

  • FSG reports - Entered and translated currency (11i)

    Hi guys, This is the problem. I want to generate a report in my functional currency which is LKR (Sri Lankan Rupees) with a seperate column in the same report for transaction that have been entered in the foreign currency (USD/GBP). The account assig

  • How come rotated photos export/share as un-rotated?

    I've  imported many old photos to my iMac's (Yosemite) iPhoto app. I rotated them as needed and adjusted date/time on some that got the wrong date on a previous (other app) edit.  Now, they sort well by date and look great. However, export or share (