Too many grammars in Microsoft Speech SDK 11

Good day!
I write simple speech recognition app wich can load grammars into engine.
But i see,that can not load many grammars into engine- not more then 1024 grammars.
Additional information: Too many grammars have been loaded. Number of grammars cannot exceed 1024.
And when i load 1024 grammars- it does not recognize input stream *wav (and my soeech) file:
Thread.CurrentThread.CurrentCulture = new CultureInfo("ru-RU");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("ru-RU");
// Create a new SpeechRecognitionEngine instance.
_sre = new SpeechRecognitionEngine(new System.Globalization.CultureInfo("ru-RU"));
_sre.SpeechHypothesized += _sre_SpeechHypothesized;
_sre.SpeechDetected += _sre_SpeechDetected;
_sre.SetInputToWaveFile(@"c:\Test\Wavs\Wavs-converted\file.wav");
public void LoadGrammarIntoEngine(IEnumerable<String> textColl)
Choices choises = new Choices();
GrammarBuilder gb = new GrammarBuilder();
gb.Culture = new CultureInfo("ru-RU");
if (choises != null && textColl != null)
choises.Add(textColl.ToArray());
if (gb != null)
gb.Append(choises);
else
Console.WriteLine();
if (_sre.Grammars.Count < 1024)
Grammar g = new Grammar(gb);
if (_sre != null && g != null)
_sre.LoadGrammar(g);
else
Console.WriteLine();
else
Console.WriteLine("too many grammars");
Can you help me? Thank you!
P.S. when i load 5-10 grammars (100 words each)- it works well.
May be i can\should use more then one recognition engine together?

Why so many grammars at once?  You can unload grammars and load new ones based on the phase of your application (IVR?).

Similar Messages

  • What happened to Microsoft.Speech SDK?, i´m not seeing any update on this.

    Hi Microsoft. can you please tell me what happened to the Microsoft.Speech SDK ?. i am currently working  in a big Project using this technology (SRGS, GRXML, PLS, etc) and i am worried about the support on this.
    thanks in advance for your answer.

    Hi Microsoft. can you please tell me what happened to the Microsoft.Speech SDK ?. i am currently working  in a big Project using this technology (SRGS, GRXML, PLS, etc) and i am worried about the support on this.
    thanks in advance for your answer.
    If there is no quick  answer for this, can you please confirm if Oxfords's Speech API can support SRGS compiled gramar usage, as well as PLS and Lex Files?

  • How to use microsoft speech sdk 5.1 in java application?

    I download the speech sdk 5.1 from microsoft site,and want to use it in my java application,the following are the codes of the application(it uses boot.jar,swt.jar,jface.jar,runtime.jar,swt-win32-3101.dll) ,but gives me the exception,how should i do?it it is not supported by java,what others can i use?
    import org.eclipse.swt.SWT;
    import org.eclipse.swt.SWTException;
    import org.eclipse.swt.internal.ole.win32.TYPEATTR;
    import org.eclipse.swt.ole.win32.OLE;
    import org.eclipse.swt.ole.win32.OleAutomation;
    import org.eclipse.swt.ole.win32.OleControlSite;
    import org.eclipse.swt.ole.win32.OleFrame;
    import org.eclipse.swt.ole.win32.OleFunctionDescription;
    import org.eclipse.swt.ole.win32.OlePropertyDescription;
    import org.eclipse.swt.widgets.Shell;
    public class Main
        public static void main(String[] args)
             args = new String[1];
             args[0] = "Sapi.SpVoice";
            if (args.length == 0)
                System.out.println("Usage: java Main <program id>");
                return;
            String progID = args[0];
            //progID = "word.Document.8";
            Shell shell = new Shell();
            OleFrame frame = new OleFrame(shell, SWT.NONE);
            OleControlSite site = null;
            OleAutomation auto = null;
            try
                site = new OleControlSite(frame, SWT.NONE, progID);
                auto = new OleAutomation(site);
            catch (SWTException ex)
                System.out.println("Unable to open type library for " + progID);
                return;
          TYPEATTR typeattr = auto.getTypeInfoAttributes();
    }it gives me the error:
    org.eclipse.swt.SWTException: Failed to create Ole Client. result = -2147221164
    Unable to open type library for Sapi.SpVoice
    at org.eclipse.swt.ole.win32.OLE.error(OLE.java:302)
    at org.eclipse.swt.ole.win32.OleControlSite.<init>(OleControlSite.java:100)
    Main.main(Main.java:43)

    Hello chengshwu ,
    Have heard of JNI ?
    Please check this.
    http://danadler.com/jacob/

  • Microsoft speech SDK 5.1 voice recognition using labview

    Hello 
    My Name is Abdo
    I read your tutorial in NI
    Voice Recognition Data Acquisition
    Created on: Apr 19, 2009 6:40 PM by
    Leonardo Cordaro
    Last Modified: 
    Apr 19, 2009 8:08 PM
    by Leonardo Cordaro
    and I downloaded your Example and the Microsoft
    .NET Framework, 3.0 and SpeechSDK51.exe
    but I using Labview 8.0
    so it can not open your example
    and I want to make a simple Program in Labview 8.0 using My Voice Commands
    Let Me Explain
    I want To Control a LED Indicator in Labview 8.0 Using My Voice Command
    Such as
    when I say (LED on)        // The LED Turn On and The computer Say "LED Turned On
    when I say (LED off)       // The LED Turn Off and The computer Say "LED Turned off
    I want to know some information about this
    thanks very much
    Abdo

    Hi Abdo,
    I would recommend posting a comment on that document. The author should see your comment and respond. I am not sure about what the LabVIEW requirements are for that project.
    Jeff | LabVIEW Software Engineer

  • 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.

  • Just got iPhone 4 but doesn't have a mic for speech to text. downloaded dragon dictation but too many steps to make it work for texting. how can I get easy speech to text

    just got iphone4 but it has no mic for speech to text. downloaded dragon dictation but too many steps to make it work with texting. how can I do simple speech texting?

    To get speech to text you need an iPhone that supports Siri. The iPhone 4S and the iPhone 5 both support Siri

  • 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.

  • How do I reset the number of activations on Visio 2003 after getting a "too many activations" message?

    I just installed Visio 2003 on a PC, and got the "we can't activate this app via the internet because you've installed it too many times" message. I went back to phone activation, but, of course, that's no longer available for this product.
    How do I get the number of activations reset? Apparently you used to be able to do this by calling Microsoft, but what's the number to call? Or is there another way to do it?
    I'm probably going to need to do it for my copy of Office 2003 also.

    Hi,
    Microsoft has ended support for Office 2003 on April 8, 2014. This change will affect your software updates and security options.
    Please contact your local customer service. Explain to the service (Human being) that you can’t activate Visio 2003 and the error message is “we can't
    activate this app via the internet because you've installed it too many times”.
    You can find
    your local custom support number on the link below.http://support.microsoft.com/gp/customer-service-phone-numbers/en-us
    Hope it can be helpful.

  • I would like to update to Firefox 5.0.1, but I can't due to, too many things won't work with the version & will be disabled.

    I have wanted to update from 3.6.22, to 5.0.1, but can't do to the following reasons: I can't due to, too many things won't work with the version & will be disabled. They are: Microsoft. NET Framework Assistant 1.2.1, Iconix 3.90.1, HP Detect 1.0.5.1, Yahoo! Toolbar 2.3.5.201101200332202 (I don't care about Yahoo! Toolbar, because I don't use it!). As soon as these issues are fixed, I will be able to update, to the latest versions. These issues should be fixed & ready to work, before a new version is available. Thank you!

    Try using this extension to force compatibility.
    * https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Check and tell if its working.

  • IPhone cannot sync address book, "too many flushes" in console

    Hello, ran into this recently and its driving me nuts. I've restored the phone twice, without restoring a backup, setting it up as a new phone each time.
    It'll sync everything else fine but not this. I have reset the sync history in isync, deleted my address book completely (I have a backup of it) yet iTunes still shows the old groups under the info tab. I've double checked that I am the owner on the permissions page of the mail/ical/itunes/etc.... folders in %users/Library. Repaired permissions. I'm running out of things to check.
    Whenever I try to sync this is the information that can be found in the Console. I've deleted preferences, i'm almost ready to completely blow itunes away and re-import/re-rate my itunes library from scratch!
    2/27/10 1:19:44 PM AddressBookSync[804] [111520] |Miscellaneous|Error| SyncServices assertion failure (_flushCount > 0) in [ISDClientState enableFlush], /SourceCache/SyncServices2/SyncServices2-578/SyncServices/ISDClientState.m:181 too many enableFlushes
    2/27/10 1:19:44 PM com.apple.syncservices.SyncServer[799] 2010-02-27 13:19:44.891 AddressBookSync[804:903] [111520] |Miscellaneous|Error| SyncServices assertion failure (_flushCount > 0) in [ISDClientState enableFlush], /SourceCache/SyncServices2/SyncServices2-578/SyncServices/ISDClientState.m:181 too many enableFlushes
    2/27/10 1:19:44 PM AddressBookSync[804] AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: [ISDClientState enableFlush]: too many enableFlushes
    2/27/10 1:19:44 PM com.apple.syncservices.SyncServer[799] 2010-02-27 13:19:44.891 AddressBookSync[804:903] AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: [ISDClientState enableFlush]: too many enableFlushes
    I also cannot sync anything from the Info tab, contacts, calendars, can't replace the data either. If I enable iCal syncing it just hangs on the sync and doesn't error out. it'll stay syncing contacts for over 12 hours so far with no change.
    Message was edited by: thirdgen89gta

    Now isn't this interesting. I decided on a whim to have console open when I reset the sync preferences. And this is what it reported. Definitely some permissions errors. I've already run
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Warning| Resetting Sync Data - Including Clients and Schemas=NO
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |Server|Warning| Admin database corrupted. Resetting data directory.
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.Bookmarks/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x1001a5320 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.Calendars/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x1001b1860 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.Contacts/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x1001a8ac0 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.dashboard.widgets/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x10019e0a0 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.dock.items/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x1001a8210 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.Keychain/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x1001a9b60 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.MailAccounts/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x100505d60 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.MailConfiguration/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x10051a990 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.Notes/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x100525f70 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.apple.Preferences/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x100511a90 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Error| Unable to remove /Users/rr152510/Library/Application Support/SyncServices/Local/TFSM/com.microsoft.entourage.Notes/data.syncdb, error was Error Domain=NSCocoaErrorDomain Code=513 UserInfo=0x10051b3d0 "“data.syncdb” couldn’t be removed because you don’t have permission to access it."
    2/27/10 3:26:06 PM SyncServer[769] [124bf0] |DataManager|Warning| resetSyncData: could not delete data reference directory: /Users/rr152510/Library/Application Support/SyncServices/Local/DataReferences
    2/27/10 3:26:09 PM AddressBookSync[787] [111540] |ISDRecordStore|Error| Unable to delete data reference <ISDDataWrapper[7621EBDE-367B-474C-9511-6635DA1605B9.com.apple.AddressBook.data ] signature=<23c511c0 58a95e02 5f839cb7 3e5a070a 104d4f50>>, error was Error Domain=ISyncDataWrapperError Code=2 "The operation couldn’t be completed. (ISyncDataWrapperError error 2.)"
    2/27/10 3:26:09 PM com.apple.syncservices.SyncServer[786] 2010-02-27 15:26:09.404 AddressBookSync[787:903] [111540] |ISDRecordStore|Error| Unable to delete data reference <ISDDataWrapper[7621EBDE-367B-474C-9511-6635DA1605B9.com.apple.AddressBook.data ] signature=<23c511c0 58a95e02 5f839cb7 3e5a070a 104d4f50>>, error was Error Domain=ISyncDataWrapperError Code=2 "The operation couldn’t be completed. (ISyncDataWrapperError error 2.)"
    2/27/10 3:26:10 PM AddressBookSync[787] [111540] |Miscellaneous|Error| SyncServices assertion failure (_flushCount > 0) in [ISDClientState enableFlush], /SourceCache/SyncServices2/SyncServices2-578/SyncServices/ISDClientState.m:181 too many enableFlushes
    2/27/10 3:26:10 PM AddressBookSync[787] AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: [ISDClientState enableFlush]: too many enableFlushes
    2/27/10 3:26:10 PM com.apple.syncservices.SyncServer[786] 2010-02-27 15:26:10.964 AddressBookSync[787:903] [111540] |Miscellaneous|Error| SyncServices assertion failure (_flushCount > 0) in [ISDClientState enableFlush], /SourceCache/SyncServices2/SyncServices2-578/SyncServices/ISDClientState.m:181 too many enableFlushes
    2/27/10 3:26:10 PM com.apple.syncservices.SyncServer[786] 2010-02-27 15:26:10.976 AddressBookSync[787:903] AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: [ISDClientState enableFlush]: too many enableFlushes
    After running sudo chown -R rr152510 SyncServices/ from terminal I received the same errors. So either its not following through the sub-directories and changing the owner, or its something else. Gonna try it from the root user, though sudo should have given me permissions to do anything I wanted.

  • 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

  • Nice update but as usual too many loose ends......

    A BB users since 1997 and needless to say not without peril.  The 2.0 update while generaly well designed still leaves us hanging for updates to remedy several shortcomings.
    Recent Desktop Manager quite buggy.
    Print to Go software install issues for 64 bit Win7.
    Print to Go issues with several models.
    No effort to inform users as to how Android is incoporated in the update.
    No seamless sync to Outlook via DM?  This one is a doozie considering that we get to sync seamlessly on    our handhelds.
    No native Task Manager?
    No native LED color control.  ie: red for e-mail, blue for calendar etc...
    No Movie Store for Canadian users.
    People's love affair with RIM is in very thin ice and they need to start getting things done right the first time out.  Unlike Microsoft, RIM will not survice via patches and service packs.
    At any rate, I will as will 1000's of others patiently wait for updates.
    Pat

    It may be related to recent Safari updates.
    I found this on a [support page for Tinker Tool system|http://www.bresink.de/osx/193281/issues.html], a program that apparently includes such a feature:
    Problem: Using the feature "Repeat System Optimization" will indicate operating system errors after Safari 3.2 or 3.2.1 has been installed on Mac OS X 10.4.11. If you are using Mac OS X Tiger 10.4.11 and you have installed Safari 3.2 or 3.2.1, performing the function Maintenance > System Optimization in TinkerTool System will always stop after a few seconds. The program will display the error message update_prebinding: too many errors (101).
    Workaround: The behavior of TinkerTool System is correct. The Tiger installers of Safari 3.2 and 3.2.1 break some part of the prebinding policies of Mac OS X Tiger by installing a non-prebound version of the system's shared XML processing library libxml2.2.dylib. As a result, applications may launch slower than usual and attempts to update the prebinding information will fail. We have informed Apple about this problem and hope they will correct it in future versions of the Safari installer
    See [this thread|http://discussions.apple.com/thread.jspa?messageID=8464103] as well.
    If this is the issue, Apple will have to fix it with a later update.

  • Too many failed message tracking resquests via task in Exchange 2010 SP3

    Hi,
    We are getting this alert every day and I don't find anything to solve it...
    Some days it's Yellow (3%) and the others it's Red (5%)... But we don't have 5% of the messages failed.
    Do there is a solution to this problem or even somewhere to look ?

    To Fix your issue, try to override monitor rule of KHI: Too many failed message tracking requests via task – Red (>5%) and also rule of KHI: Too many failed message tracking requests via task – Yellow (>3%)
    Also you can refer below link
    http://social.technet.microsoft.com/Forums/en-US/089b0c7c-77c5-47ef-9e48-7e44a8f1d2a1/khi-too-many-failed-message-tracking-requests-via-task-in-exchange-2010-sp1-management-pack?forum=operationsmanagermgmtpacks
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Provider hosted app error message: The remote server returned an error: (429) Too Many Requests.

    Hi,
    I have a customer running a provider hosted app and in Sharepoint 2013. Things have been working fine but recently they keep experiencing an issue where the all the app parts on the page show the following error message. Does anyone have an idea what
    could be causing this problem and how I can fix it? The Sharepoint site and provider hosted app site are running on a Server 2008 R2 box with IIS 7.5.
    Server Error in '/Test.Sharepoint.App' Application.
    The remote server returned an error: (429) Too Many Requests.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.           
    Exception Details: System.Net.WebException: The remote server returned an error: (429) Too Many Requests.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [WebException: The remote server returned an error: (429) Too Many Requests.]
    System.Net.HttpWebRequest.GetResponse() +8527180
    Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute() +58
    Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb) +975
    Test.Sharepoint.AppWeb.Pages.LatestAnnouncement.GetLatestAnnouncement(Boolean showFullText) +610
    Test.Sharepoint.AppWeb.Pages.LatestAnnouncement.Page_Load(Object sender, EventArgs e) +764
    System.Web.UI.Control.LoadRecursive() +71
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
    Impreza Software Development

    Hi GuYumming,
    I have checked the Sharepoint site using Fiddler and my X-SharePointHealthScore stays consistently on 1, I have even refreshed the site and had the "(429) Too Many Requests" error happen right in front of me whilst Fiddler is running and when I look at the
    200 response for the Sharepoint site it is still showing "X-SharePointHealthScore: 1".
    I assume because of this I do not need to make any of the changes suggested in your article above?
    I have also been through the ULS logs and found the following 3 log entries that appear to relate to the issue but they do not really mean much to me so I am hoping that you can help:
    Begin CSOM Request ManagedThreadId=59, NativeThreadId=12476
    SPResourceTally(ClientServiceRequestDuration) value 1 + 150425 > 150000
    ResourceBudgetExceeded, sending throttled status code. Exception=Microsoft.SharePoint.SPResourceBudgetExceededException: ResourceBudgetExceeded     at Microsoft.SharePoint.SPResourceTally.Check(Int32 value)    
    at Microsoft.SharePoint.SPAggregateResourceTally.Check(SPResourceKind kind, Int32 value)     at Microsoft.SharePoint.Client.SPClientServiceHost.OnBeginRequest()
    Impreza Software Development

  • Can't Solve the "Too Many Clients Tasks" Problem

    Hello All ,
    I am creating a java desktop application , and i keep getting this error message:
    [Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
    Any way ,i googled for this error and i found that because i creates many connections with database "more than 10 i think " , and that why i get this error message ..
    The problem is that i do not know how to solve it , i tried to close the connections and i still getting the same error
    I searched this forum , and someone suggest to close the connections and the statements and the resultset , but still not working
    this is the code
    public class Database_Mangement {
        private String User_ID;
        private String  user_name;
        private String password;
        private Admin_Connection c;
        private Connection conn;
        private Connection uni_conn;
        private ArrayList<Admin_TableEntry> data;
        public Database_Mangement() throws SQLException
          conn = null;
          uni_conn = null;
          conn = DriverManager.getConnection("jdbc:odbc:smart_database");// Connect with database no 1 through ODBC
          uni_conn = DriverManager.getConnection("jdbc:odbc:uni_database");//Connect with database no 2 through ODBC
          data = new ArrayList<Admin_TableEntry>();
         ArrayList<Admin_TableEntry> getInformation(int type)throws SQLException
             Statement stm = null;
             ResultSet getInfo = null;
           try{
             //get User Information
                if(type==1)
                     stm = conn.createStatement();
                    String temp;
                    temp = "select * from Students";
                    getInfo = stm.executeQuery(temp);
                else if(type==2)
                     stm = uni_conn.createStatement();
                    String temp;
                    temp = "select * from Students";
                    getInfo = stm.executeQuery(temp);
                 while(getInfo.next())
                      Admin_TableEntry tempclass = new Admin_TableEntry();
                      if(type==1)
                      {tempclass.ID = getInfo.getString("Student_ID");
                       tempclass.Name =getInfo.getString("Student_Name");
                       tempclass.balance=getInfo.getString("Student_Balance");}
                      else if(type==2)
                          tempclass.ID =getInfo.getString("Student_ID");
                          tempclass.Name = getInfo.getString("First_Name");
                          tempclass.Last_Name =getInfo.getString("Last_Name");
                          tempclass.haveaccount=getInfo.getBoolean("Have_SmartCard");
                       data.add(tempclass);
    catch(Exception e)
    {System.out.println(e.getMessage();}
    finally
         conn.close();
         uni_conn.close();
        stm.close();
    //    getInfo.close();  Please note that i get an error message when i try to close the ResultSet
    //and this is the error message
    // Exception in thread "main" java.sql.SQLException: ResultSet is closed
                   return data;
    }and thank you for your time..

    Thanks , but it only solved the ResultSet.close() problem ,
    i am still getting the Too Many Clients error
    and i am closing every connection i created after the end of every function .
    i think i will switch to SQl server 2008 ... Hope it will be better

Maybe you are looking for

  • How do I change the order of the fields in my pdf form?

    I am using pdf. form I made in Acrobat and distributing with Adobe FormsCentral.  We use a table format for our teachers to fill out their field trip schedules and therefore use many different fields. How can I change the order of the fields (not for

  • Problems reporting aicc to lms

    I made a project an published it to aicc. When putting it into our lms (we made it ourselves) it is not reporting. With other projects (other software) we didn't have problems. What am I doing wrong.

  • Can you identify which MS Update package contains build 34238

    We discovered that a recent update had broken some code and we're trying to pin down which update was the culprit.   We have a fix, so that isn't the issue.   The issue is that the software is being used by clients and we would like to warn them not

  • HELP! I think I killed my Mac!

    I have a Mirrored door, 1 ghz dual, G4 that I bought new in 2002. I recently needed to do some upgrades and I think I exceeded it's capacity and fried it! I recently upgraded (a month ago) to 2 ghz of ram, added a 20" LCD monitor, and added a 4th int

  • Are there tutorials for Color Balance or Curves tools?

    Is there information on how the various slider tools work? I haven't found anything on the site. Thanks