Application Server Data Source settings help needed (10.1.2.0.2)

Hi,
Can someone tell me what maximum values can I set in the following properties under Connection Attributes when I define a DataSource on
Application Server. I have almost 25+ web application deployed on my 10.1.2.0.2 server that all uses one data source I have defined. Now the issue is the number of requests
are very high and every now and then I get timeout error when trying to get the database connection. At one particular instance at peak time I may get over 200+ requests that
do some databse connections etc. Following are my current settings. But need to increase some more but wondering what are the maximum values I can have. I have only one server 10.1.2.0.2
Connection Retry Interval (seconds) = 5
Max Connection Attempts = 3
Cached Connection Inactivity Timeout (seconds) = 30
Maximum Open Connections = 60
Minimum Open Connections = 10
Wait For Free Connection Timeout (seconds) = 15
What other properties can I have to make use of datasource effectively.
Thanks

Here is the copy of my datasources.xml.
<?xml version = '1.0' standalone = 'yes'?>
<!DOCTYPE data-sources PUBLIC "Orion data-sources" "http://xmlns.oracle.com/ias/dtds/data-sources-9_04.dtd">
<data-sources>
  <!--
            An example/default DataSource that uses
            Oracle JDBC-driver to create the connections.
            This tag creates all the needed kinds
            of data-sources, transactional, pooled and EJB-aware sources.
            The source generally used in application code is the "EJB"
            one - it provides transactional safety and connection
            pooling. Oracle thin driver could be used as well,
            like below.
            url="jdbc:oracle:thin:@host:port:sid"
       -->
  <data-source class="com.evermind.sql.DriverManagerDataSource" name="OracleDS"
               location="jdbc/OracleCoreDS" xa-location="jdbc/xa/OracleXADS"
               ejb-location="jdbc/OracleDS"
               connection-driver="oracle.jdbc.driver.OracleDriver"
               username="scott" password="tiger"
               url="jdbc:oracle:thin:@//localhost:1521/oracle.regress.rdbms.dev.us.oracle.com"
               inactivity-timeout="30"/>
  <!-- For SQL Server -->
  <data-source location="jdbc/TestDS"
               class="com.microsoft.jdbcx.sqlserver.SQLServerDataSource"
               password="pwd" xa-location="jdbc/TestDS"
               ejb-location="jdbc/TestDS"
               connection-driver="com.microsoft.jdbc.sqlserver.SQLServerDriver"
               username="usr"
               url="jdbc:microsoft:sqlserver://someloc99:1433/DevelopmentAp"
               inactivity-timeout="30" name="jdbc/TestDS"
               connection-retry-interval="5" max-connections="50"
               max-connect-attempts="3">
    <description>jdbc/TestDS</description>
    <property name="DatabaseName" value="DevelopmentAp"/>
    <property name="serverName" value="someloc99"/>
  </data-source>
</data-sources>I also tried changing max-connections="0" it did helped but still after sometime I get timeout while connecting to the database. Don't know if it's with SQL Server that is not letting that many concurrent connections/sessions or something on the Application Server side.
Thanks
Message was edited by:
WhiteSox
Message was edited by:
WhiteSox

Similar Messages

  • BI Trial version & SQL Server Data Source

    Hi All,
            I want to know Is it possible to create the SQL Server Data SOurce on the BI trial Version 7.0. Kindly let me know if I Want install or configure more. thanks for your support in advance.
    Thanks & regards,
    Shiva

    Hi Shiva:
       Please refer to SAP Note 512739 - "BW external DB Connect for MS SQLServer"
    In case you need general information of DB Connect for other Databases take a look at the paper below.
    "Transferring Data with DB Connect"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2f0fea94-0501-0010-829c-d6b5c2ae5e40?quicklink=index&overridelayout=true
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Jun 4, 2010 8:30 PM

  • Create SQL server data source programmatially

    Hi,
    I'd like to create a SQL server data source programmatically in LabVIEW. The SQL server version I used is 2005. Can anyone give some ideas? A code example will be most favorable.
    Thanks,
    Jane
    Solved!
    Go to Solution.

    Dan put it well. All you need is a connection string and those are easy to build. There are even a couple website that do nothing but publish template connection strings for every DBMS on the planet.
    The only point I would quibble over is about using the database connectivity toolkit. The DCT is an unnecessary complication that is ultimately counter productive because it limits your support options. When I get into the office in a few hours I will post a link to an alternative that actually simplifies the process and is free.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Report with two data sources...Need help!

    Post Author: mamorgan1
    CA Forum: General
    Good afternoon,It has been a while since I have used Crystal Reports and I was hoping someone could help me with this:Let me explain the data:We have an application that tracks Cases for Patients.  For every 1 Case there are MANY Notes.  For every 1 Case the are MANY Appointments.  I have two data sets that I am using as my data sources for this report:1.  Notes by Case2. Appointments by CaseOkay, I would like to create a report that displays for each Case:1.  Case information2.  Appointments related to the Case3.  Notes related to the CaseI keep getting a bunch on duplicates due to the 1:M relationships with Case.  Is there a solution?  I hope I have been clear.Thanks in advance.mamorgan1 

    Post Author: Jagan
    CA Forum: General
    Where does the case information come from? Where's the case data source?
    Try pushing one of the tables into a subreport

  • 11g with a SQL Server Data Source

    I'm using 11.1.1.5 of OBIEE and trying to connect to a SQL Server 2008 data source. I've created the ODBC System DSN using the SQL Server driver. I've created a repository and am able to Import Metadata from the SQL Server database. I had to check "Require Fully Qualified Table Names" in the properties of the connection pool so now I can Update Rows from the tables and also View Data. So at this point it seems like everything is working fine. I created a very basic BM&M and then the Presentation layer.
    Now I go into Answers and try to create a new Analysis. I select the Subject Area and see all the columns. I just select one column and click Results and receive the following error:
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: 01000 code: 5 message: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).. [nQSError: 16001] ODBC error state: 08001 code: 17 message: [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.. (HY000)
    SQL Issued: SELECT 0 s_0, "PDSS UPS"."LOB"."description" s_1 FROM "PDSS UPS"
    Here is the SQL sent to the database:
    select distinct 0 as c1,
    D1.c1 as c2
    from
    (select distinct T4757."description" as c1
    from
    (select lob."description",
    lob."ID"
    from "SIKOMSReporting"."sikoms".LOB) T4757
    ) D1
    order by c2
    I've also tried creating a direct database request, but no matter what kind of SQL I put in it does not work via the connection pool.
    So everything seems to work from Admin, but not from Analysis.
    Does anyone have a clue about this? Is there something special I need to do when dealing with SQL Server?
    Thanks for any help you can provide.
    Brad

    Hi,
    I understand this is a microsoft issue. Request you to look at http://support.microsoft.com/kb/888228. As per Microsoft this error might come when any of the following conditions are true..
    SQL Server 2005 or SQL Server 2000 is installed on a cluster.
    You are connecting to a SQL Server named instance by using TCP/IP sockets.
    IPSec policy is enabled on the client domain.
    IPSec policy is not enabled on the server domain.
    To work around this problem, you have to hardcode the TCP port or the Named Pipe of the SQL Server named instance. To do this, use a connection string that is similar to one of the following:
    [oledb]
    ; Hardcoded TCP OLE DB initstring
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;User ID=clientID;Data Source=tcp:TcpIpAddress,port
    [oledb]
    ; Hardcoded Named Pipes OLE DB initstring
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;User ID=clientID;Data Source=np:\\ServerName\pipe\MSSQL$InstanceName\sql\query
    Hope this helps.
    Thank you,
    Dhar

  • How to display application server date and time?

    Hi Friends,
                    I am getting error when i am trying to display default date,time and client.
    I have designed a screen where DATE, TIME and CLIENT are 3 fields in the screen this 3 fields i have to display defaultly date,time and client of the application server.
    In the data declarations i have declared like...
    DATA: DATE LIKE SY-DATUM,
               TIME LIKE SY-UZEIT,
              CLIENT LIKE SY-MANDT.
    In the PBO screen source code i am writeing like...
    write: 'DATE', SY-DATUM, / 'TIME', SY-UZEIT, / 'CLIENT', SY-MANDT.
    But i am not able to display the output please can anyone point my mistake where i am going useful will be rewarded.
    Thks

    Hi Reddy,
    I will tell u how to get this done .
    Check all these screen shots .No work at all .
    [Screen shot 1|http://bp3.blogger.com/_O5f8iAlgdNQ/R-icwCm1qvI/AAAAAAAAA9k/7gshn3AKOZ0/s1600-h/date1-715845.jpg]
    [Screen shot 2.|http://bp1.blogger.com/_O5f8iAlgdNQ/R-icwim1qwI/AAAAAAAAA9s/QMtdiWyB-nY/s1600-h/date2-718517.jpg]
    [Screen shot 3|http://bp2.blogger.com/_O5f8iAlgdNQ/R-icwym1qxI/AAAAAAAAA90/4GnH-bwAPEo/s1600-h/date3-719013.jpg]
    There is no work at all . only onething what u have to do is, give field length 8 on the screen for Time field. thats it .
    Regards,
    Venkat.O

  • Remote Data Source Settings for Lotus Notes CWS

    I have installed the Crawler Web Service for Lotus Notes on a box seperate from Machine hosting Portal Server. After that I did all the migrations successfully at the portal side as mentioned in installation guide. But while configuring Remote data Source ,in Authentication Page , i am not getting an edit box to specify the User ID file.Its just have edit box to specify password.
    Its taking the last user id that was used in the Notes Client on that machine, or more specifically the KeyFilename setting in the Notes.ini file
    How can i set the User ID File(to be considered).
    Moreover there is an error
    An error occurred while validating the remote XUI service. Verify the Web Service settings, including the SOAP Encoding Style.
    Can anybody provide pointers on configuring the Remote Data Source for Lotus Notes database
    Thanks in Advance

    Hi,
    I would check this with the Lotus Notes guys. If the mail is OK in SOST, then SAP is delivering the mail correctly. There is something wrong with the Lotus Notes client itself. I have seen this same problem and I have alos witnessed the HTML email to crash the whole Lotus client. (This lead to a situation that it was just easier to send the plain text emails.)
    Regards,
    Karri

  • Using an Excel file as a dynamic data source? Opinions needed...

    I have posted this topic before, but as always; in order to get the relevant correct answer you have to ask the correct question.
    I'm trying to create a number of Pricelists linked to an Excel/CSV file. I have a Excel file that contains Pricelist information which is Product specific.
    I have had a number of suggestion that follow:
    A direct link to the Excel file. PROs: Excel file can be uploaded on FTP and overwritten if (and when) amended. Linking this is easy peasy in Dreamweaver. Person browsing can download info straight away on request - no hassle. CONs: Simply, not everyone has Excel and those who don't can not access the information.
    Import Excel file as tabular data. PROs: Fairly easy to do in Dreamweaver. Person browsing can see info straight away. CONs: Can be time consuming on larger Excel files. NOT amendable (so a number of price changes becomes a big job). Can't simply overwrite Excel file on FTP. Larger Excel files can take a lot of page space and thus require tonnes of scrolling).
    Use the Excel file as a dynamic data source. --Not entirely sure how I would go about doing this (any suggestions/links/tutorials etc)-- PROs: ? CONs: Contributor added this suggestion is not a good idea as it performs poorly on the web.
    Create a dynamic page using a database and import the Excel file to that....or maintain the price list in the database rather than an Excel file. --Again not entirely sure how I would go about doing this (any suggestions/links/tutorials etc)-- My understanding of this option is that it will require XML data and SPRY work. Is this correct? Can this be someone who is not an advanced user?
    If once again, I'm off the mark and better suggestions can be thought - please do so.
    As you can see I'm at a bit of a crossroads so an suggestions, comment, help, links, tutorials or applause would be greatly received.
    Thanks in advance and looking forward to seeing the comments this throws up!

    Hi
    Although not everyone has excel just about everyone can open csv files in some way, if not offer the option to download "open office" which is free for the pc, as for the mac they have a program installed by default to use csv files.
    The import tabular data is not really an option for the reasons stated.
    Use excel as data source - not a good idea, requires asp.net to work correctly otherwise it does run slow and is not recommended if you are expecting more than a very small number of users.
    As for the dynamic with database, this can be done with xml and spry but if you have a large amount of data this is almost as bad as the option above. You are probably better creating a database and importing your excel spreadsheet into this, for tutorials on creating a php/mysql database and set-up of testing server see - http://www.adobe.com/devnet/dreamweaver/application_development.html.
    No matter which way you go with the last option it will require a fair amount of knowledge and experience to do correctly, efficiently and securely.
    PZ
    www.pziecina.com

  • Access R/3 Application server data in APO

    Hi Experts,
        I have a requirement, where in there is some material data is written onto R/3 application server.
    Now I need to access this data from APO, i guess the approach could be via RFC....
    Early answers with examples would be rewarded with suitable points.....
    Thanks in Advance,
    NSL

    Hi Anuradha,
        Thanks for your reply. Can you please explain the steps involved to write the R/3 appl server data to APO appl server with Unix scripts, with example...
    But i beileve this can be done as,
    Trigger a RFC in APO with the R/3 Application server path. Which in turn reads the data in designated path and returns back. So my question is, is there any standard RFC available in APO to achieve this.
    Regards,
    NSL

  • Why do I get timeout when deploying SQL Server data source in Weblogic Admin Console?

    Hi all
    I'm attempting connectivity between WLS 10.3.6.0 and SQL Server 2008R. I've downloaded sqljdbc4.jar and added to the end of the Weblogic Classpath in commEnv.cmd. Then I set up a data source in Admin Console and pressed the Test Data Source button - success. But when I tick the box to deploy to AdminServer it hangs for ages and I get timeout exception.
    Any ideas?
    Many thanks
    James

    Make sure the web server settings between the QA and the Production servers are also compatible.
    I suspect your suspecion about permissions is the closest to the answer.  But this is a little out of my depth of expertise.
    Realize that ColdFusion default behavior is to NOT generate and actual swf FILE.  Rather what it does is generate the swf content in memory and directly deliver it to the client.  But if the web server is configured to look for an actual file system file you may have a clash going on

  • Oracle Application Server cluster on Linux - Help Pls

    Hi,
    I am having two seperate Linux machines on which I am trying to install Oracle Application Server. I need to cluster both the IAS installations. What are the different ways I could do it? I have read a couple of documentation which says that I need a hardware cluster to do it. Is it possible to create an IAS cluster without a hardware cluster.
    Would creating a farm using file repository and then adding two instances of two seperate Linux machines be enough for clustering? While trying to do so, I am not able to add the second linux machine's file repository in the web farm. I checked if the ports are open. All the ports are open. Still I am not able to add the second instance as part of the farm.
    Pls help.
    Thanks,
    Vidya

    Hello Vidya,
    it depends on what you want to use with Oracle AS.
    If you only installed the Java Edition (J2EE/WebCache installation type) then you don't need a HW cluster. Yes you only have to install a managed cluster based on a file based repository.
    How did you add the nodes to the farm?
    Install on both nodes the Java Edition. Be aware of that
    you checked during the installation the file based repository.
    For node 1 execute the following commandos on Linux:
    1.) dcmctl getRepositoryId
    2.) dcmctl joinFarm –r <repositoryId> where <repositoryId> is the ID which you get in step 1
    For node 2 execute the following:
    3.) dcmctl joinFarm –r <repositoryId> where <repositoryId> is the ID which you get in step 1
    After that you should see in Oracle AS Control (web based Enterprise Manager) both nodes in the farm.
    Then create a cluster and join the AS instances to the cluster. Do this via the web based console.
    Regards
    Kersten

  • Unable to refresh SQL Server data source through Data Management Gateway

    I just installed the version 1.1.5226.8 of Data Management Gateway and tried to refresh a simple query on a table connected to SQL Server, with no transformations in Power Query.
    This is the error I obtain:
    Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: transfer service job status is invalid.
    I am wondering whether my Power BI is still not updated to handle such a connection type, or there could be something else not working?
    I correctly created the data source in admin panel following instructions in Release Notes, and
    test Power Query connection is ok.
    Marco Russo http://www.sqlbi.com http://www.powerpivotworkshop.com http://sqlblog.com/blogs/marco_russo

    I made other tests and I found important information (maybe there is a bug, but read the following).
    The functions DateTime.LocalNow and DateTime.FixedLocalNow
    work correctly, generating these statements to SQL Server:
        convert(datetime2, '2014-05-03 06:37:52.1135108') as [LocalNow],
        convert(datetime2, '2014-05-03 06:37:52.0525061') as [FixedLocalNow],
    The functions DateTimeZone.FixedLocalNow, DateTimeZone.FixedUtcNow,
    DateTimeZone.LocalNow, and DateTimeZone.UtcNow
    stop the scheduled refresh with the error I mentioned
    in my previous messages, generating these statements to SQL Server:
        '2014-05-03 06:37:52.0525061+02:00' as [TZFixedLocalNow],
        '2014-05-03 04:37:52.0525061+00:00' as [TZFixedUtcNow],
        '2014-05-03 06:37:52.1135108+02:00' as [TZLocalNow],
        '2014-05-03 04:37:52.1135108+00:00' as [TZUtcNow]
    I solved the issue by placing the DateTimeZone calls after a Table.Buffer call, so query folding does not translate in SQL these functions. However, it seems like something to fix.
    Marco Russo http://www.sqlbi.com http://www.powerpivotworkshop.com http://sqlblog.com/blogs/marco_russo

  • No HS to remote SQL Server Data Source using NT Authentication?

    I am attemping to use Generic Connectivity to pull SQL Server 2000 data into 10g.
    We have the DSN configured, the oracle files modified properly (we have done similar setups before), and are able to successfully tnsping the SQL Server.
    However, after creating our database, when trying to execute a query against the remote source I receive the following error message:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC][Microsoft][ODBC SQL Server Driver][SQL
    Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (SQL State: 28000;
    SQL Code: 18456)
    ORA-02063: preceding 2 lines from IDW_LINK
    As the message indicates that the error is coming from the SQL Server, I assume a connection is being established.
    I remember reading postings here from a couple years back about HS not being able to connect to remote SQL Servers when NT Authentication is required. Is this still the case?
    I did in fact provide to the link my "domain\username", "password" combination that has access to the sql server, but this is of course using NT Authentication.
    Any ideas on why HS would be sending "NT AUTHORITY\ANONYMOUS" to the sql server? Is this still the already existing problem of no NT Auth for remote data sources?

    Have you found a solution for this? Thanks.

  • Application Server Data Problem

    Hi ,
         While uploading data into application server,  I have an issue.
    Data in internal table:
    field1    field2    filed3   field4  field5
    xxx      ggg                 hhhh    xxx
    after update to application server:
    field1    field2    filed3   field4  field5
    xxx      ggg               
    I am getting  2 fields only. if any blank filed exist between those fields remaining fields also getting blank.
    Regards,
    Dhanu

    Duplicate threads are not allowed... please read "the rules" at the top of the forum page.
    I am temped to do the needfull and lock your duplicate ID as well so that you don't get confused between the two.
    Or... are you asking this question here, to be able to answer it somewhere else...?
    Lets take a closer look....
    Cheers,
    Julius

  • SP3 Causing SSRS On SP To Loose Data Source Settings

    Hi,
    (Hope I've got the right forum).
    We are running SQL Server 2008 R2 and using Reporting Services on SharePoint 2010 in "integrated mode". The data source file and the report files that use that data source live in an SP library, and we have all those extra functions that allow
    you to do, among other things, manage the data source used by each report file. Everything has been working fine up to now.
    We have recently deployed the SP3 for SQL, but since then, every morning the data source has lost the credentials we use to connect to the database and is set to disabled, and all of the reports that map to this data source file have lost their data source
    setting.
    If I edit the data source, put the correct credentials in and enable the datasource, then go back into every report and map them back to the data source file, everything works, until the following morning when the problem reappears.
    To say this was frustrating would be a severe understatement.
    I'm guessing that overnight we have a server reboot, IIS Reset or something going on.
    The problem is that SP3 is actually solving a number of unrelated problems for a different team, so rolling back is not really an option.
    So I'm hoping someone out there has seen this before and knows a work around.
    Thanks,
    Swanny.

    Hi Swanny Too,
    Thank you for your question.
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

Maybe you are looking for

  • Error 1335 during installati​on of NI LABVIEW Run Time Engine 2009

    Hi, While installing Labview 2009, I am getting the following error. Error 1335 : The cabinet file 'mib100.cab' required for installation is corrupt and cannot be used. This could indicate a network error, error reading from CD -ROM, or a problem wit

  • Open socket timeout error

    Sometime I can write to the local shared variable through data socket. But sometime cannot. Even though, I still can read/write through shared variable monitor. The error is in the open socket, said connect to peer timeout. I set timeout to 10s or le

  • How big should my external hard drive be for me to use Time Machine?

    i am a student and dont have a significant amount of files and that on my computer so how big shuld my external hard drive be? I will be using a normal external hard drive so will i be getting the full and the important features out of time machine i

  • How do I install the classic environment?

    I have an iMac slot loader that I got for my daughter. I have a retail version of OSX 10.2 installed on it and working fine. I also have alot of games but they require the Classic Environment. I have forgotten how to install the Classic environment!

  • Purchasing music from iTunes to send to someone?

    How do i purchase music from itunes and send it or have it sent to my girlfriends e-mail?