Database Login Information

I need to capture session login information, How many users are logging into the database ?
Oracle 10g version
How to caputure the inforamation ?
The background of caputuring the session infomation If the database is not in use just to shutdown

user8934564 wrote:
I need to capture session login information, How many users are logging into the database ?
Oracle 10g version
How to caputure the inforamation ?
The background of caputuring the session infomation If the database is not in use just to shutdownLook up v$session in the Reference Manual

Similar Messages

  • Cannot verify database login information

    We are installing BO BI platform 4.0 SP2 in AIX 6.1
    we are using Database Oracle 11.2.0.2
    Oracle SID : JBD
    During the installation- Configure CMS repository Database - Oracle step,
    We have input the correct DB TNSNAMES, user and password
    we have error:
    "You cannot proceed because the following has failed validation:
    Cannot verify database login information. [INS00104]"
    We have read Notes 1638205 but it seems not much helps.
    we can connect to database using specified user and password.
    Any idea?
    Thanks,
    DJ

    Hi,
    can you please answer the following Questions:
    1. Which Oracle Middleware is installed?
    2. Is the Oracle Middleware installed with the same user you want to install BI4?
    3. Can you tnsping the Oracle DB from the BI4 Host?
    4. Can you connect via sql plus to the Oracle DB from your BI4 Host?
    5. Can you ping the Oracle DB Host from your BI4 Host?
    Regards
    -Seb.

  • "Cannot verify database login information. [INS00104]"

    Hello,
    I installing BObj 4. In step (Configure CMS Repository Database - Oracle)  error occurred - "Cannot verify database login information. [INS00104]".
    OS:  Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    DB: Oracle 10.2.0.2
    Distr: SBOP BI PLATFORM 4.0 SP02 SERVER LINUX (64B) Number 51041018
    log setupengine.log:
    11:24:45.556 [run_external_executable] cmdLine: cd "/opt/distr/BI/51041018/DATA_UNITS/BusinessObjectsServer_linux/dunit/platform.services.cms.cpp.dbcheck-4.0-core-64//"; /opt/distr/BI/51041018/DATA_UNITS/BusinessObjectsServer_linux/dunit/platform.services.cms.cpp.dbcheck-4.0-core-64//dbcheck  -DBDriver [UsingCMSDBType]databasesubsystem -ConnectionString "DSN=[ExistingCMSDBServer];UID=[ExistingCMSDBUser];PWD=[ExistingCMSDBPassword]" -ClusterKey ******** -DBCheckLogFile "[$logs.folder]dbcheck_log.txt" -loggingPath "[$logs.folder]" -ResetDB [ExistingCMSDBReset] -PrintErrors -defaultlocale [setup.core.prime-4.0-core$setupuilanguage]
    11:24:45.557 [run_external_executable] Exit code: 35584
    11:24:45.557 [run_external_executable] Produced output:
    11:24:45.557 Error: Redirected from stderr
    11:24:45.557 Error: sh: line 1:  8874 Segmentation fault      /opt/distr/BI/51041018/DATA_UNITS/BusinessObjectsServer_linux/dunit/platform.services.cms.cpp.dbcheck-4.0-core-64//dbcheck -DBDriver oracledatabasesubsystem -ConnectionString "DSN=ESBODEV;UID=ESBOBJDEV;PWD=ESBOBJDEV" -ClusterKey "bobj123" -DBCheckLogFile "/tmp/2012.01.12.11.22.11/dbcheck_log.txt" -loggingPath "/tmp/2012.01.12.11.22.11/" -ResetDB 1 -PrintErrors -defaultlocale en
    11:24:45.557 Error:
    11:24:45.557 Restored original environment to : BO_TRACE_LOGDIR=
    Please, help me.
    Best regards,
    Sergey.

    Hi Sergey,
    It seems to be a known issue when special characters are used in the password of your user in Oracle.
    https://service.sap.com/sap/support/notes/1638205
    Try changing the password so it does not contain any special characters.
    Regards,
    Julian

  • Missing DataBase Login information for deployed VS2008 w/Crystal Report

    I'm creating a Windows Form application using VS2008 Pro and the basic Crystal Reports (included).</br></br>
    I've successfully added a crystalreportviewer control and a crystal report (.rpt) to my form. I've written the following code in the code behind to programmatically load/bind the report to the viewer. Everything works fine on my development machine (or any machine that has Visual Studio installed). Where I'm encountering problems is when I deploy the application to a machine that does not have VS installed (I have downloaded and installed the "Crystal Reports Basic for Visual Studio 2008 Redistributable Package" for the appropriate processor type on this non development machine) that I'm getting an error . It prompts for "DataBase Login". The ServerName, LoginID and Password are all there, but the "DataBase" field is empty and disable for user input.</br></br>
    Why is the DataBase information missing? How can I solve this problem?</br></br>
    (On a side note, I vaguely remember a property for enabling/disabling the prompting of the database login. I can't remember where this was again to double check if that is the culprit. But I'm pretty sure that I did mark it as to not prompt, since it's supplied in the code behind. Plus it doesn't prompt on the development machines. Only on the non-development machines).</br></br>
    Any help is greatly appreciated! Thanks.</br></br>
    The code executed in the PageLoad event of the form.</br></br>
    this.crystalReportViewer1.RefreshReport();</br>
                ReportDocument reportDocument = new ReportDocument();</br></br>
                #region Load Parameters</br></br>
                ParameterFields paramFields = new ParameterFields();</br></br>
                for (int i = 0; i < _parameterName.Length; i++)</br>
                {</br>
                    ParameterField paramField = new ParameterField();</br>
                    paramField.ParameterFieldName = _parameterName<i>;</br>
                    ParameterDiscreteValue discreteVal = new ParameterDiscreteValue();</br>
                    discreteVal.Value = _parameterValues<i>;</br>
                    paramField.CurrentValues.Add(discreteVal);</br>
                    paramFields.Add(paramField);</br>
                }</br></br>
                crystalReportViewer1.ParameterFieldInfo = paramFields;</br></br>
                #endregion</br></br>
                #region Load Report</br></br>
                string reportUrl = "";</br></br>
                string exePath = Application.ExecutablePath.ToString();</br>
                exePath = exePath.Remove(exePath.Length - 18, 18);</br>
                exePath += _reportName + ".rpt";</br>
                reportUrl = exePath;</br>
                reportDocument.Load(reportUrl);</br>
               #endregion</br></br>
               reportDocument.SetDatabaseLogon("myUserName", "myPassword", "myServer", "myDataBase");</br></br>
                crystalReportViewer1.ReportSource = reportDocument;
    </br></br>
    Edited by: mtech8 on Jan 9, 2010 3:03 PM. Corrected formatting issues to make post readable.

    HI. Ludek,
    Thanks for the tips. I tried both, but the problem presists.
    On a side note, I did get my hands on yet another "non-development machine". This one ran with Window's Vista appeared to work (even with my original code).
    The "non-development machines" that I've tested on are Windows 7 and Window XP machines. On these machines, when I commented out the reportDocument.SetDatabaseLogon line, when I try to load the report, it still prompts for the Database Logon information, however, it also has the "Database name" empty and disabled.
    Since it worked on a non-development machine with Win Vista. I don't think there is a problem with references or the Crystal runtime packages.
    As far as permission for the report to contact the database, I'm guessing there isn't a problem there either because the application does successfully connect to the database.
    I'm connecting to a SQL2005 database and using the SQL Native connection.
    On a side note: as for the enabling prompting, I just remembered that it was an option available when using Crystal Reports with a web project. Thus I couldn't find it here with a Window's Form project.

  • How to pass database login information to a crystal report using c#?

    Hi,
    I need to pass database logon information to a crystal report dynamically using c#.  I am developing a windows application using c# .Net.
    I looked some of the articles however I am not able to figure out the mistake I have did.  Please find below the code I have written so far; It would be great if you could help me out in solving the issue.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.Data.OracleClient;
    using System.Configuration;
    using CrystalDecisions.Shared;
    using CrystalDecisions.CrystalReports.Engine;
    private void Frm_report_Load(object sender, EventArgs e)
                setReportParameters(); // method to pass parameters to the Crystal report
                crystalReportViewer1.ReportSource = new Upper_Lower();  // Upper_Lower is the Crystal report I have used in my project
               TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
               TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
               ConnectionInfo crConnectionInfo = new ConnectionInfo();
               Tables crTables;                            
                    crTables = new Upper_Lower().Database.Tables;
                    crConnectionInfo.ServerName = "oops";
                    crConnectionInfo.DatabaseName = "";
                    crConnectionInfo.UserID = "new";
                    crConnectionInfo.Password = "new123";
                    foreach (CrystalDecisions.CrystalReports.Engine.Table CrTable in crTables)
                        crtableLogoninfo = CrTable.LogOnInfo;
                        crtableLogoninfo.ConnectionInfo = crConnectionInfo;
                        CrTable.ApplyLogOnInfo(crtableLogoninfo);
    Thanks & Regards,
    Karthik.

    Hi,
    Try using this code ,
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    using CrystalDecisions.Web;
            ReportDocument rd = new ReportDocument();
            rd.Load(Server.MapPath("Report name"));
            rd.SetDatabaseLogon("User Name", "Password", "Server Name", "Database Name");
            CrystalReportViewer1.ReportSource = rd;
    [See Also.|http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm]
    Hope this helps!!
    Sincerely,
    Nikhil Dharme

  • Database Login information is not incorrect

    Post Author: Plist
    CA Forum: Authentication
    I am trying to access a report with CR Server XI, one which works fine in crystal reports. Yet whenever I try to access it I get the following error:
    The database logon information for this report is either incomplete or incorrect.Unable to retrieve Object.The database logon information for this report is either incomplete or incorrect. I know for a fact the information is correct, and what really gets me is other reports using the same database(different tables) still work. Yet I'm pretty sure I have checked all securites and everything is the same. I have seen other people with similar problems but can't seem to find a response anywhere. So can anyone help me? Thanks in advance. 

    Post Author: Plist
    CA Forum: Authentication
    Thanks for the info but thats not the problem, I am using a SQL database not a microsoft access database.

  • Parameters and database login with Web Services SDK

    I need to know how to do the two most common report tasks through the Web Services interface to Crystal Reports Server 2008:
    How do I get a list of a report's parameters and set the parameter's values?
    How do I set the database login information?
    I have considerable experience with writing custom web interfaces for Business Objects Enterprise with .NET, but now we're supposed to use web services instead of Enterprise services, especially when writing Windows forms apps. The official line is that writing thick client apps using Enterprise services is "possible but not supported." I can't seem to find the equivalent to the .Parameters property in Web Services.
    The tutorials for Web Services aren't much help. The BIPlatform examples show how to schedule a report without parameters and without setting the database login, but this isn't much help in the real world. The ReportEngine tutorial was apparently written by someone else, and is little or no help.
    This seems like such a simple question, but I have wasted an entire day and am no closer to the answer.

    I think the following resources will help:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/GettingStartedwiththeWebServicesSDK
    http://help.sap.com/businessobject/product_guides/xir2PP/en/qaaws.pdf
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/WS_SDK/wssdk_server/default.htm
    Also, see this forum thread:
    Web Services SDK secLDAP
    Ludek

  • Dynamic Parameter Requiring Database Login

    <p><span style="font-size: 7.5pt; font-family: Verdana">Hey All, </span><span style="font-size: 7.5pt; font-family: Verdana">Thanks in advance for any assistance.</span></p><p><span style="font-size: 7.5pt; font-family: Verdana">I created a report in Crystal Reports XI R2 in which I embedded 2 command objects, both of which connect to the same DB. Command_0 performs the SQL to bring back the information which is needed in the report. Command_1 pulls back two fields from a table which are used to fill a dynamic parameter used in command_0. I saved the report to the Crystal Repository which will host the report for our end users. </span></p><p><span style="font-size: 7.5pt; font-family: Verdana">I used the BusinessObjects Enterprise Central Management Console (CMC) to set up default DB connection information for the report so that the end users do not need to have the SQL server authentication information. To make sure everything worked as it had when I was designing the report I logged on to our Crystal Server as if I were and end user and tried to access the report. The report will run exactly as expected if I leave the default information in the dynamic parameter. However when I try to change my dynamic parameter the report prompts me for the SQL server authentication information. <span> </span>It appears as if the default DB connection information I set up using the CMC does not apply to command_1. <span> </span></span> </p><p><span style="font-size: 7.5pt; font-family: Verdana">I need to find a way to get this prompt to stop, I cannot release the SQL authentication information to<span>  </span>all of our end users that would be a security nightmare.</span></p><p><span style="font-size: 7.5pt; font-family: Verdana">Again Thanks for any assistance or advice you can offer.</span></p><p><span style="font-size: 7.5pt; font-family: Verdana">Gary </span></p><span style="font-size: 7.5pt; font-family: Verdana"> </span>

    When you create a dynamic parameter, Business Objects Enterprise Creates few objects for you that essentially creates you a List Of Values (LOV) object for that parameter. LOVs can be created and configured manually from the Business View Manager. You have to specify the database login information in the Data Connection object that your LOV uses.
    Hope that helps.

  • Database/Password Information not being saved in CMC

    Product:  CR Server XI R2.  Server is Windows Server 2003 operating system
    An issue just popped up today where the database info for a report in the CMC is not being saved.   I'm in the Process tab (database link) of the Report properties of the CMC and trying to enter Custom Database login information.
    The Driver is Oracle and the Server and Username fields are set correctly.  However, when setting the Password field, regardlesws of what length of a password I use, it defaults to 7 characters when showing on the screen and none of the reports run.  Even when I set the password to blank and set the password on the InfoView, the reportsw still error out.
    The error message when running the report is always
    Error Message:  The database logon information for this report is either incomplete or incorrect.
    We've been running these reports for weeks without any issue until today.  Are there any known issues with any recent MS patches or anything that could be causing this?  The only thing I noticed was a MS Patch (KB960714) that was installed on Friday night.  Uninstalled and rebooted and still no resolution.

    Hi Eric,
    I'm experiencing a similar problem.  Did you ever get this problem solved?
    Steve Teraji ~ 408-535-8339
    Technical Manager: Capital Project Management System (CPMS)
    Information Technology Dept.
    City of San Jose
    200 East Santa Clara Street, 5th Floor
    San José, CA 95113-1905

  • Saving Database Login Data in Management Console

    Good afternoon,
    I apologize for what should be a really dumb question, but it seems that upgrading from CE 8.5 to XI has made something that was very easy, much less obvious.
    I have a report that I want to schedule to run weekly. Where do I enter the database login information? Does it store it in the report? (Which seems unlikely) Is there some tab I'm not seeing due to permissions in the Management Console? In 8.5 there was a database tab where you entered the information. I'm looking for something similar.
    Thanx in advance,
    Justin Moore
    Financial Analyst II
    Trover Solutions

    Log on to CMC and click on objects and click on the report. Now you can see different tabs related to that object like Property, History,Process,Schedule,Categories,Rights.
    Now click on Process-->click on database
    Here you can see the connection related to te selected report. If you want to change the connection you can change here and click on update button to update.
    Regards,
    Raghavendra

  • SQL database login for 'SharePoint_Config_2010' on instance 'DB server' failed. Additional error information from SQL Server is included below.

    we formatted Database server and restored all the databases from the backup. but the sharepoint site is giving below error when i access the home page. 
    we have 3 application servers in that two are working fine,  but only one server getting the below error. 
    SQL database login for 'SharePoint_Config_2010' on instance 'db server' failed. Additional error information from SQL Server is included below.
    Login failed for user 'domain\user'.
    could you help what is the issue?

    Hi,
    According to your post, my understanding is that you failed to access sharepoint site with one application server.
    It was due to the MOM/SCOM Agent that has a SharePoint management pack installed, the agents Windows Service runs as ‘Local System’ and thus causes this.
    The workaround is to either kill the SCOM agent service, or set it to run as a dedicated service account.
    In addtion, I recommend to add the logon account of the SharePoint Timer service as a user of the SharePoint_Config database. Give role membership to the account db_owner.
    You also need to add the SharePoint accounts back into sql server.
    There are some similar articles for you to take a look at:
    http://blog.blksthl.com/2012/04/26/login-for-sharepoint_config-login-failed-for-user-domaincomputername-scom-agent/
    http://msdn.microsoft.com/en-us/library/jj551781(v=nav.70).aspx
    http://sharepoint.stackexchange.com/questions/51623/moved-sql-databases-for-sharepoint-2010-and-now-have-a-3351-error
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Event 3351, SQL database login for 'DB_Config' on instance failed. Additional error information from SQL server is mentioned below. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

    category-database
    event id-3351
    source-sharepoint foundation
    SQL database login for 'DB_Config' on instance 'DB\instance' failed. Additional error information from SQL Server is included below:
    Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    I have been getting this error every hour on only 1 application server of the 2.
    My farm consists of 2 app servers, 2 wfes & 2 sql nodes.
    My public site is working fine. Authentication is NTLM.
    SharePoint VSS Writer is disabled.None of my appPool accounts are running under local system.
    I have read many forums/blogs, but couldnt find a solution for this.
    Any help would be appreciated!

    Hi,
    As I understand, you found event id 3351 in event log. Please collect more information as below:
    Check if the error also occurs on other servers in your farm.
    Check if backup job is scheduled at the time when the event id occurs.
    Please run Config Wizard or psconfig.exe -cmd secureresources on all servers and test the issue again.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • The report you requested requires further information. Database Login.

    I have developed a simple report (crystal XI) and deployed to Crystal server.  When viewing the report, the user is asked to login to database with ID/password.  The report works well in dev environment.  The report is not called programmatically via VB, C#, ASP, ... therefore I cannot set ID/password in source code. 
    I am looking for a dialog screen within dev environment that allows me to force the report to keep the ID/password with it and use it to connect to DB at runtime.

    >
    Navin Raja wrote:
    > Hey,
    >
    > The report prompts for Database login if the report is created with dynamic parameters in crystal reports designer and deployed to crystal server.
    >
    > Logon to Central managenent Console (CMC) using the Administration Launchpad.
    > Open the report just saved in Crystal Reports Server.
    > Click Process tab of the report.
    > Click Database tab under Process tab.
    > Enter the Oracle database Server's username in the textbox for "Username".
    > This username should Previleges to access or administrative previleges to make changes in CMC.
    > Enter the password for the "Password" textbox.
    > Click "Use same database logon as when report is run" under "When viewing report:".
    > Click the "Update" button.
    > Click "Properties".
    > Click "Preview".
    >
    >
    > Let me know if it still prompts for the password.
    >
    >
    > Thanks,
    > Naveen.
    Is there a way to set this for multiple reports at a time?

  • The database logon information for this report is either incomplete or inco

    getting below error while opening a report from infoview
    The database logon information for this report is either incomplete or incorrect.
    Unable to retrieve Object.
    The database logon information for this report is either incomplete or incorrect.
    They can open the same report from crystal designer.We have checked the database and it is pointing to correct one in process->database of CMC.
    They have created the report with windows NT credentials.
    Can any one help in this regard.
    Thanks,
    Gokul.

    How did you set up NT auth on the report? With CR Designer I'd assume you are using a trusted connection? Which option did you choose in the CMC for DB credentials? Prompt, same login, or SSO (I don't have the CMC screen in front of me right now so I'm abbreviating the options)?
    Regards,
    Tim

  • InfoView needs login information when dynamic parameters are included

    Hi,
    we've got a Crystal Reports Server 2008 and everything worked fine in the past, but then we had to reinstall the server and now we've got the following problem:
    Although we saved the Login information of the report on the server, InfoView asks the user again when you he wants to open the report. But this only happens when the report has a dynamical parameter.
    We really tried alot of things but we didn't find a solution and i'm very sure every setting is the same like before the new installation.
    Do you have any idea how we can fix this problem?
    Database connection is ODBC, but the settings of the connection wasn't changed and the reports are still the same, too. I think it has to be a problem of the server. When we create a new report everything works fine and the login informations are saved but as soon as we include a dynamical parameter, infoview wants the login information again. Btw: We're using Tomcat.
    Thanks for you help!

    Hi,
    thanks for you answer!
    I'm sorry, but yes, parameter means prompt.
    When I try Infoview I'm using the same login information as in CR, but we also tried different.
    The User has definitely the right to open the report, because he can type in the information when he opens the report in InfoView, and the report and prompt works. The strange thing is, that the login information are already saved in the properties of the report and should'nt be asked again.
    Still no solution for this problem... any other ideas?
    Again, everything works fine before we made a new installation of the server and im very sure that every setting now is the same, but the port of the infoview has changed, is there a possibility that some ports need to be opened now or something like that?

Maybe you are looking for