Too many Startup Items?

I've created 5 Startup Items for my custom installed and configured Services:
+- Apache+
+- Fetchmail+
+- MySQLCOM+
+- Squid+
+- Tomcat+
Most of the time when the Server starts up, every Service is running,
but sometimes (especially Squid and/or Apache) does not run and must be started manually.
Are 5 Startup Items too much for the Server (Mac Pro), or could there be a misconfiguration in the .plist Files in the Startup Items Folders?
Kind regards,
Chris

Is this an install of 10.6 Server or a 10.6 client install you have modified to run the services you listed?
My 10.6 servers load AFP, DHCP, DNS, iCal, iChat, Mail, MySQL, Open Directory, RADIUS, SMB, and Web as well as some other items.
The five items you list would not be an issue.
You may want to check your system console logs for any unusual entries on boot up that shows where one of your items was not loaded.

Similar Messages

  • Too Many Line Items While Creating a PO

    Dear All,
    Here we have a scenario:
    We are creating a PO which is having around 10000(ten thousand) line items, and while saving system is showing error message "Too Many PO Line Items" Message No: FI899. and not able to save it.
    Kindly Let me know is there any limit for line item creation in a PO.
    Regards,
    Ravi B

    Limitations are limitations, you need a workaround or pay SAP for an extra developement. Probably worth, if you have such POs everyday.
    ( I cannot even imagine for what reason a PO should have more than 10000 items. Manual maintenance is impossible, the person would sit for a week and more to finish one PO. the CSR at your vendor is as well not able to put the items from your PO into their Sales order within a reasonable time frame - order entry should be ready before delivery date is arrived.
    This sounds like you want buy a company and want create just one purchase order to buy any single material they have on stock. But for that purpose the PO is certainly not designed.
    Can you give more background that makes my mind open ?   )

  • SSRS 2012 (SP Integrated) report on SP 2013 PerformancePoint Dashboard: when too many filter items selected together report does not update anymore!

    I am having a situation with SSRS 2012 (SP-integrated) report rendered on SP 2013 PerformancePoint Dashboard using linked PerformancePoint (PP) filters.
    The report works fine as long as too many PP filter items are not selected at the same time. When gradually selecting more items from the filter, the report updates itself until more than a sepecific numer of filter items are selected - the report simply
    does not update itself anymore. This "specific number of filter items", when hit, generates the following error in ULS:
    An exception  occurred while rendering a Web control. The following diagnostic information might help to determine the cause of this problem:  System.UriFormatException: Invalid URI: The hostname could not be parsed.    
     at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)    
     at System.UriBuilder..ctor(String uri)    
     at Microsoft.PerformancePoint.Scorecards.ServerRendering.ReportViewControl.ReportUrl(SqlReportViewData sqlReportViewData)    
     at Microsoft.PerformancePoint.Scorecards.ServerRendering.ReportViewControl.RenderSqlReport(TextWriter writer, ReportView sqlReportView)    
     at Microsoft.PerformancePoint.Scorecards.ServerRendering.ReportViewControl.RenderReportViewControl(HtmlTextWriter writer, ReportView rv)  PerformancePoint Services error code 20700.
    I already know that the cause of the issue is in the length of the query (perhapse RDL or MDX) that the browser is supposed to pass on to the instance of SSAS.
    Some people had suggested a workaround that was suitable for older versions or non-integrated SSRS (see here: http://social.msdn.microsoft.com/Forums/sqlserver/en-US/cb6ede72-6ed1-4379-9d3c-847c11b75b32/report-manager-operation-cannot-run-due-to-current-state-of-the-object).
    Knowing this, have already done the changes suggested (adding the lines suggested to SP's web.config for Reporting and the web.config of the site on which report is rendred) at no avail, just to make sure.
    I have rednered the same report on the same dashboard using SSRS filters and there is no problem; it just works fine. This has to be a bug in PP that is causing this.
    Has anyone had the same problem with SSRS 2012 (SP-integrated) report rendered on SP 2013 PP dashboard using PP filter? Any fixes or workarounds?
    thnx!

    Hello everybody.
    I confirm the issue in Service Pack 1 Release 2.
    Poor workaround is to remove the repeated infromation from the member keys (in SSAS they can be really long).
    The issue seems to be specific to SSRS: Excel Services works well with the same filter.
    Sergey Vdovin

  • Too many menu items

    i have a menu that routinely (depending on the nubmer of a certain type of object) has too many items to display. the menu gets so big, it scrolls off hte page.
    is there some way to mimick the Windows behaviour wher ehte menu splits itself in seveal panels when it gets too long?
    thanks

    import javax.swing.*;
    import java.awt.event.*;
    public class LongMenu extends JFrame
         public LongMenu()
              super("Displaying Long Menus");
              JMenuBar menuBar = new JMenuBar();
              this.setJMenuBar(menuBar);
              JMenu bigMenu = new JMenu("bigMenu");
              menuBar.add(bigMenu);
              // specify a layout manager for the menu
    //          GridLayout menuGrid = new GridLayout(25,0);
              VerticalGridLayout menuGrid = new VerticalGridLayout(25,0);
              bigMenu.getPopupMenu().setLayout(menuGrid);
              // add items to the menu
              for (int i = 0; i < 90; i++)
                   JMenuItem bigMenuItem = new JMenuItem("bigMenu" + i);
                      bigMenu.add(bigMenuItem);
         public static void main(String[] args)
              LongMenu frame = new LongMenu();
              frame.setSize(250, 200);
              frame.setLocationRelativeTo(null);
              frame.setVisible(true);
    }VerticalGridLayout is found here:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=645173

  • CO 1SRJ-001: Too many line items selected via report interface

    Report group/report 1SRJ/1SRJ-001 (CCentres: Rolling Year):  provides an overview for the last 12 periods of actual and plan data.
    When you access line item report RKAEP000 (KSB1 or KSBP) from report Cost Centres Rolling Year (1SRJ-001) using the report/report interface, too much data is selected.
    For example, you enter fiscal year 2009 and month 8 in selection parameters, the report generates results for the last 12 periods:  2008/9 to 2009/8.  But the line item report accessed via report interface selected ALL data for the fiscal years 2008 and 2009.
    I searched and found Note 127643 that described a similar but not exactly the same situation.  Have anyone have any problems with this report?  Any suggestion is appreicated.
    Regards,

    Issue with report 1SRJ-001 (S_ALR_87013631) has been resolved.  The interfaced line item report selects all data records for fiscal years 2008 and 2009, instead of just for the selected last 12 months.  The problem is due to missing restrictions for a characteristic, in this case, the from-period and to-period fields.
    SAP has corrected the problem by issuing an updated version (1999) and the one we were using was the 1995 version.  I imported the updated version of report from client 000 and now it works fine.

  • Chart duplicating Series results in too many legend items

    I've created an item for this on bugs.adobe.com - https://bugs.adobe.com/jira/browse/FLEXDMV-2258
    My client requires this in order to finish the application I am working on so I'm hoping someone has a workaround or suggestions for me.
    The forum would not allow me to attach my jpg and mxml file but they are available on the bug url above
    Copied from the bug:
    My application has a collection of machines, each of which has the same properties. I want to graph those properties, but organize them by dates (the values of the properties are different for different days). So the y axis items are dates, and each date has a cluster of machines. Each date has the same number of machines and each machine has the same properties. The issue I'm having is that I want each property (in the example there are 3 properties, represented by BarSeries) to have the same color for each machine in each cluster. So overall, there should only be 3 colors and the legend should have 3 items. Instead, the chart creates different colors for each machine (represented by a BarSet), so there are 3 (machines/BarSets) times 3 (properties/BarSeries) which gives 9 colors and 9 items in the legend. I'm looking to have 3 colors and 3 items in the legend. I was hoping there would be a property on BarSet or BarChart to specify to share BarSeries among the BarSets rather than it forcing unique instances of BarSeries for the BarSets. I tried storing just 3 instances of BarSeries (one for each property) and assigning each BarSet.series property to the stored array of BarSeries, but the outcome was that it would only display one item for each cluster rather than 3.
    Thank you for any suggestions!

    The legend isn't the only problem.  The BarSets are being rendered with different colors for each BarSeries when I want each BarSet to have the same set of colors.

  • Too many execute items crashes the phone?

    Hello there! Just noticed that my 7970 crashed when I sent two CiscoIPPhoneExecute objects within less than 200ms. Anyone else have the same experience? Just want to make sure if it's a bug, or is it some firmware issue I need to pay attention to? Thank you very much for your help!

    Sounds like you should tell TAC...

  • Wheel scroll in List scrolls too many items

    Hi,
    I have a List with an item renderer. When I scroll down with
    my wheel, it scrolls too many items (it scrolls down 6 items while
    I can see only 3). What I want is too scroll down just one item at
    the time. How can I do this?
    Thank you!
    Andrej

    You should be able to fix that by rebuilding the LaunchServices database.
    I use OnyX (Maintenance tab, Reset section).
    http://www.macupdate.com/info.php/id/11582

  • Raport is extremely small when too many items in multivalue filter selected.

    Hello,
    I have a problem with report built in SSRS and deployed with Dashboard Designer to Sharepoint. There are few filters connected to report, 2 of them are multivalue. Regardless of data returned, when I select too many items in filter, the report is getting
    super small. It doesn't matter what you select, size changes when you select exact number of items or more. I replaced report with single line (filters where still conected) - result was the same.
    Small amount of items selected:
    More items selected:
    Size of the raport in Dashboard Designer is set to "Percentage of dashboard page", when I selected autosize, result was the same. I don't understand the behaviour of this report, do you know what is going on?
    Thanks in advance,
    MichalGo

    Yes, I deleted table and all other items from it, put line from toolbox and uploaded (filters were still connected to the dataset). The result was the same. 

  • Too Many Apps Resuming on Startup

    Hey so I'm having an issue that's seriously driving me crazy. Here are the symptoms:
    -When I restart or shut down/turn on my computer, way too many apps are opening. Like I quit some apps, continue using my computer, eventually restart it, and the apps I quit re-open, even though they were not running when Lion shut down.
    NOTE: This happens even if I uncheck "Re-open windows when logging back in"!! It still opens up all my apps again!
    -When I do things in apps like sticky notes such as creating new notes/editing existing notes and then quit the application, it opens from the state it started at (all new notes dissapear, edited notes revert).
    -I open apps such as minecraft, and it loses all it's saved data and reverts me to a save I made like a week ago, but all future saves are gone.
    -In system preferences, if I uncheck "restore windows when quitting and re-opening apps", then exit out of system prefs, when I open it back up it's checked again.
    -I also tried turning Number of Recent Items: Applications to "Never" and when I restarted this was back to 10.
    My Computer:
    Macbook Pro (May 2011)
    i5 Processor
    8GB Ram
    OSX Lion (latest version)
    Does anyone know what's going on?
    Thanks,
    Emory

    This is what disk utility said in the repair dialog box:
    Repairing permissions for “Macintosh HD”
    Group differs on “Library/Java”; should be 0; group is 80.
    Permissions differ on “Library/Java”; should be drwxr-xr-x ; they are drwxrwxr-x .
    Repaired “Library/Java”
    Permissions differ on “System/Library/User Template/cs.lproj/Pictures/iChat Icons”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “System/Library/User Template/cs.lproj/Pictures/iChat Icons”
    Permissions differ on “System/Library/User Template/hu.lproj/Pictures/iChat Icons”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “System/Library/User Template/hu.lproj/Pictures/iChat Icons”
    Permissions differ on “System/Library/User Template/tr.lproj/Pictures/iChat Icons”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “System/Library/User Template/tr.lproj/Pictures/iChat Icons”
    Permissions differ on “usr/share/devicemgr/frontend/admin/zh_TW.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/zh_TW.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/zh_CN.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/zh_CN.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/ru.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/ru.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/ko.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/ko.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/nl.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/nl.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/it.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/it.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/es.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/es.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/fr.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/fr.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/de.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/de.lproj/app/javascript.js”
    Permissions differ on “usr/share/devicemgr/frontend/admin/ja.lproj/app/javascript.js”; should be lrwxrwxrwx ; they are lrwxr-xr-x .
    Repaired “usr/share/devicemgr/frontend/admin/ja.lproj/app/javascript.js”
    Group differs on “Library/Documentation/Applications/iTunes/Acknowledgements.rtf”; should be 0; group is 80.
    Permissions differ on “Library/Documentation/Applications/iTunes/Acknowledgements.rtf”; should be -rw-r--r-- ; they are -rw-rw-r-- .
    Repaired “Library/Documentation/Applications/iTunes/Acknowledgements.rtf”
    Group differs on “Library/Documentation/iPod/Acknowledgements.rtf”; should be 0; group is 80.
    Permissions differ on “Library/Documentation/iPod/Acknowledgements.rtf”; should be -rw-r--r-- ; they are -rw-rw-r-- .
    Repaired “Library/Documentation/iPod/Acknowledgements.rtf”
    User differs on “Applications/.DS_Store”; should be 0; user is 501.
    Permissions differ on “Applications/.DS_Store”; should be -rw-rw-r-- ; they are -rw-r--r-- .
    Repaired “Applications/.DS_Store”
    Group differs on “Library/Preferences/com.apple.alf.plist”; should be 80; group is 0.
    Repaired “Library/Preferences/com.apple.alf.plist”
    The offending profile is still all screwed up.

  • Workflow queue - too many items

    Hi all,
    We are experiencing serious issue with too many documents in user's workflow queue. Namely, when number of documents in queue exceeds 100 (or so), rendering of "My workflow" page takes too long (10-20 seconds). Furthermore, when user approves some document from the list, page is reloaded, again very slow, which makes things very frustrating...
    My questions are:
    1. Does anyone have the similar problem ?
    2. If yes, how to determine if problem lies in time needed to read HDA file, or in time needed to show HTML page.
    3. Finally, is there any way to create pagination or whatever, ie. to make list more readable and faster ?
    Thank You in advance,
    Velimir

    Velimir wrote:
    Hi all,
    We are experiencing serious issue with too many documents in user's workflow queue. Namely, when number of documents in queue exceeds 100 (or so), rendering of "My workflow" page takes too long (10-20 seconds). Furthermore, when user approves some document from the list, page is reloaded, again very slow, which makes things very frustrating...
    My questions are:
    1. Does anyone have the similar problem ?Nope.
    2. If yes, how to determine if problem lies in time needed to read HDA file, or in time needed to show HTML page.Turn on system-wide tracing and you should see when a query and/or services (also requestaudit) is called. My guesses are that it will be rendering the content of HTML.
    3. Finally, is there any way to create pagination or whatever, ie. to make list more readable and faster ?This would require some customizing (not sure if anything is available by default). The easiest way is to provide some filtering (e.g. search by metadata value). I can send you a component which modifies the page template in that way (see email in my profile).
    >
    Thank You in advance,
    Velimir

  • TS3493 I too have the Insecure Startup Item Disabled error message.

    The folder is empty, although 319Kb on Disk. I am unable to move it to the Trash as it says it's required by Mac OS X. This is truly infuriating. I have entered Disk Utility and used Repair Permissions. Currently running Mountain Lion, 10.8.3.

    This is incorrect. Most of the time this error happens from faulty permissions settings on the startup items or the StartupItems folder. Startup items should be owned by root (the "system" account) and not be writable by anyone else, but if not then the system will detect this and prevent it from loading, as this means a third-party might have tampered with it and potentially cause a problem (hence the "insecure" characterization).
    Since Startup Items are from third-party installations, often OS X will not include them in a permissions fix routine as there may be no entries for them in the permissions database.
    To correct this problem, run the following two command in the Terminal:
    sudo chown -R root:wheel /System/Library/StartupItems
    sudo chmod -R 755 /System/Library/StartupItems
    Earlier it was mentioned that a Startup Items folder is within the User library, but this is not the case as Startup Items are only activated at boot and not at login. There is no point for one to be in the user's library, and the system will not look there for any startup items..

  • Unable to create report. Query produced too many results

    Hi All,
    Does someone knows how to avoid the message "Unable to create report. Query produced too many results" in Grid Report Type in PerformancePoint 2010. When the mdx query returns large amount of data, this message appears. Is there a way to get all
    the large amount in the grid anyway?
    I have set the data Source query time-out under Central Administration - Manager Service applications - PerformancePoint Service Application - PerformancePoint Service Application Settings at 3600 seconds.
    Here Event Viewer log error at the server:
    1. An exception occurred while running a report.  The following details may help you to diagnose the problem:
    Error Message: Unable to create report. Query produced too many results.
            <br>
            <br>
            Contact the administrator for more details.
    Dashboard Name:
    Dashboard Item name:
    Report Location: {3592a959-7c50-0d1d-9185-361d2bd5428b}
    Request Duration: 6,220.93 ms
    User: INTRANET\spsdshadmin
    Parameters:
    Exception Message: Unable to create report. Query produced too many results.
    Inner Exception Message:
    Stack Trace:    at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.ExtractReportViewData()
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.CreateRenderedView(StringBuilder sd)
       at Microsoft.PerformancePoint.Scorecards.ServerRendering.NavigableControl.RenderControl(HtmlTextWriter writer)
    PerformancePoint Services error code 20604.
    2. Unable to create report. Query produced too many results.
    Microsoft.PerformancePoint.Scorecards.BpmException: Unable to create report. Query produced too many results.
       at Microsoft.PerformancePoint.Scorecards.Server.Analytics.AnalyticQueryManager.ExecuteReport(AnalyticReportState reportState, DataSource dataSource)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportBase(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer, String formattingDimensionName)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
    PerformancePoint Services error code 20605.
    Thanks in advance for your help.

    Hello,
    I would like you to try the following to adjust your readerquotas.
    Change the values of the parameters listed below to a larger value. We recommend that you double the value and then run the query to check whether the issue is resolved. To do this, follow these steps:
    On the SharePoint 2010 server, open the Web.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\Web Services\PpsMonitoringServer\
    Locate and change the the below values from 8192 to 16384.
    Open the Client.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\WebClients\PpsMonitoringServer\
    Locate and change the below values from 8192 to 16384.
    After you have made the changes, restart Internet Information Services (IIS) on the SharePoint 2010 server.
    <readerQuotas
    maxStringContentLength="2147483647"
    maxNameTableCharCount="2147483647"
    maxBytesPerRead="2147483647"
    maxArrayLength="2147483647"
                  maxDepth="2147483647"
    />
    Thanks
    Heidi Tr - MSFT
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • TOO many OPEN CURSORS during loop of INSERT's

    Running ODP.NET beta2 (can't move up yet but will do that soon)
    I don't think it is related with ODP itself but probably on how .Net works with cursors. We have a for/next loop that executes INSERT INTO xxx VALUES (:a,:b,:c)
    statements. Apparently, when monitoring v$sysstat (current open cursors) we see these raising with 1 INSERT = 1 cursor. If subsequently we try to perform another action, we get max cursors exceeded. We allready set open_cursor = 1000, but the number of inserts can be very high. Is there a way to release these cursors (already wrote oDataAdaptor.dispose, oCmd.dispose but this does not help.
    Is it normal that each INSERT has it's own cursor ? they all have the same hashvalue in v$open_cursor. They seem to be released after a while, especially when moving to another asp.net page, but it's not clear when that happens and if it is possible to force the release of the (implicit?) cursors faster.
    Below is a snippet of the code, I unrolled a couple of function-calls into the code so this is just an example, not sure it will run without errors like this, but the idea should be clear (the code looks rather complex for what it does but the unrolled functions make the code more generic and we have a database-independend datalayer):
    Try
    ' Set the Base Delete statement
    lBaseSql = _
    "INSERT INTO atable(col1,col2,col3) " & _
    "VALUES(:col1,:col2,:col3)"
    ' Initialize a transaction
    lTransaction = oConnection.BeginTransaction()
    ' Create the parameter collection, containing for each
    ' row in the list the arguments
    For Each lDataRow In aList.Rows
    lOracleParamters = New OracleParameterCollection()
    lOracleParameter = New OracleParameter("luserid", OracleDbType.Varchar2,
    _ CType(aCol1, Object))
    lOracleParamters.Add(lOracleParameter)
    lOracleParameter = New OracleParameter("part_no", OracleDbType.Varchar2, _
    CType(lDataRow.Item("col2"), Object))
    lOracleParamters.Add(lOracleParameter)
    lOracleParameter = New OracleParameter("revision", OracleDbType.Int32, _
    CType(lDataRow.Item("col3"), Object))
    lOracleParamters.Add(lOracleParameter)
    ' Execute the Statement;
    ' If the execution fails because the row already exists,
    ' then the insert should be considered as succesfull.
    Try
    Dim aCommand As New OracleCommand()
    Dim retval As Integer
    'associate the aConnection with the aCommand
    aCommand.Connection = oConnection
    'set the aCommand text (stored procedure name or SQL statement)
    aCommand.CommandText = lBaseSQL
    'set the aCommand type
    aCommand.CommandType = CommandType.Text
    'attach the aCommand parameters if they are provided
    If Not (lOracleParameters Is Nothing) Then
    Dim lParameter As OracleParameter
    For Each lParameter In lOracleParameters
    'check for derived output value with no value assigned
    If lParameter.Direction = ParameterDirection.InputOutput _
    And lParameter.Value Is Nothing Then
    lParameter.Value = Nothing
    End If
    aCommand.Parameters.Add(lParameter)
    Next lParameter
    End If
    Return
    ' finally, execute the aCommand.
    retval = cmd.ExecuteNonQuery()
    ' detach the OracleParameters from the aCommand object,
    ' so they can be used again
    cmd.Parameters.Clear()
    Catch ex As Exception
    Dim lErrorMsg As String
    lErrorMsg = ex.ToString
    If Not lTransaction Is Nothing Then
    lTransaction.Rollback()
    End If
    End Try
    Next
    lTransaction.Commit()
    Catch ex As Exception
    lTransaction.Rollback()
    Throw New DLDataException(aConnection, ex)
    End Try

    I have run into this problem as well. To my mind
    Phillip's solution will work but seems completey unnecessary. This is work the provider itself should be managing.
    I've done extensive testing with both ODP and OracleClient. Here is one of the scenarios: In a tight loop of 10,000 records, each of which is either going to be inserted or updated via a stored procedure call, the ODP provider throws the "too many cursor errors at around the 800th iteration. With over 300 cursors being open. The exact same code with OracleClient as the provider never throws an error and opens up 40+ cursors during execution.
    The applicaation I have updates a Oracle8i database from a DB2 database. There are over 30 tables being updated in near real time. Reusing the command object is not an option and adding all the code Phillip did for each call seems highly unnecessary. I say Oracle needs to fix this problem. As much as I hate to say it the microsoft provider seems superior at this point.

  • I do not have a backup from Mavericks, but Yosemite is causing too many problems. In LAYMAN'S terms, is there a way to get Mavericks back without losing all my files?

    I updated to Yosemite while I was overseas and didn't have strong enough internet to do a Time Machine backup (it took hours to get Yosemite as it was and now I know that was dumb). Yosemite has made my older Mac almost un-usable. In LAYMAN'S terms, Is there a way I can go back to Mavericks or even an older system without losing my current files? I know nothing about computers and have not been able to find anyone in town that could help. Even the guy at the Genius Bar at Apple couldn't figure out how to help me. This whole Yosemite debacle has been the first time I've been disappointed in Apple. It has gotten me questioning whether I should go back to a PC.

    This is the report. Thanks in advance for any help you can give!
    EtreCheck version: 2.1.8 (121)
    Report generated March 16, 2015 at 7:48:53 PM CDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        MacBook (13-inch, Late 2009) (Technical Specifications)
        MacBook - model: MacBook6,1
        1 2.26 GHz Intel Core 2 Duo CPU: 2-core
        2 GB RAM Upgradeable
            BANK 0/DIMM0
                1 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                1 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Replace Soon - Cycle count 1081
    Video Information: ℹ️
        NVIDIA GeForce 9400M - VRAM: 256 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1510) - Time since boot: 5 days 22:13:13
    Disk Information: ℹ️
        Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 249.20 GB (58.48 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /Library/Extensions
        [loaded]    com.globaldelight.driver.BoomDevice (1.3 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.ZTE.driver.ModemDriverMac (1.0.2d1) [Click for support]
        [not loaded]    com.ZTE.driver.ModemDriverMacEx (1.0.6d1) [Click for support]
        [not loaded]    com.driver.JRDMassStorageDriver32 (1.0.1) [Click for support]
        [not loaded]    com.driver.JRDMassStorageDriver64 (1.0.1) [Click for support]
        [not loaded]    com.driver.JRDUSBModemData32 (1.0.1) [Click for support]
        [not loaded]    com.driver.JRDUSBModemData64 (4.0.8) [Click for support]
        [not loaded]    com.jrdcom.driver.JRDECMControlDriver32 (1) [Click for support]
        [not loaded]    com.jrdcom.driver.JRDECMControlDriver64 (1) [Click for support]
        [not loaded]    com.jrdcom.driver.JRDECMDataDriver32 (1) [Click for support]
        [not loaded]    com.jrdcom.driver.JRDECMDataDriver64 (1) [Click for support]
        [not loaded]    com.jrdcom.driver.JRDUSBCDC32 (1) [Click for support]
        [not loaded]    com.jrdcom.driver.JRDUSBCDC64 (1) [Click for support]
        [not loaded]    com.wdc.driver.1394.64.10.9 (1.0.1 - SDK 10.9) [Click for support]
        [not loaded]    com.wdc.driver.USB.64.10.9 (1.0.1 - SDK 10.9) [Click for support]
    Startup Items: ℹ️
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        14 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.softwareupdated.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        15 processes killed due to memory pressure
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [loaded]    com.genieo.completer.download.plist [Adware! - Remove]
        [running]    com.genieo.completer.update.plist [Adware! - Remove]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
        [failed]    com.yourcompany.uninstall.plist [Click for support] [Click for details]
        [failed]    com.zeobit.MacKeeper.Helper.plist [Click for support]
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        Default Browser: Version: 600 - SDK 10.10
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0
    User internet Plug-ins: ℹ️
        fbplugin_1_0_1: Version: Unknown [Click for support]
        fbplugin_1_0_3: Version: Unknown [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 249.20 GB Disk used: 190.72 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 319.73 GB
            Total number of backups: 2
            Oldest backup: 2015-01-06 09:34:17 +0000
            Last backup: 2015-03-07 05:59:25 +0000
            Size of backup disk: Too small
                Backup size 319.73 GB < (Disk used 190.72 GB X 3)
    Top Processes by CPU: ℹ️
             7%    WindowServer
             1%    Google Chrome
             0%    Mail
             0%    nbagent
    Top Processes by Memory: ℹ️
        79 MB    Google Chrome
        39 MB    WindowServer
        34 MB    Google Chrome Helper
        21 MB    Mail
        19 MB    System Events
    Virtual Memory Information: ℹ️
        53 MB    Free RAM
        369 MB    Active RAM
        342 MB    Inactive RAM
        509 MB    Wired RAM
        47.14 GB    Page-ins
        1.29 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 14, 2015, 07:28:29 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/findNames_2015-03-14-192829_[r edacted].crash
        Mar 16, 2015, 12:36:53 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/findNames_2015-03-16-003653_[r edacted].crash

Maybe you are looking for