Dataset crash?

Hi folks,
I've build a page that uses a Spry Dataset to build up
certain areas of the page. Yesterday everything worked fine but
today the page crashes on opening.
I've discovered that closing the Application panel before
opening the dynamic page, doesn't make my DW CS3 crash. Whenever I
try to open the Application panel (or any other panel which
involves dynamic display of data) with the dynamic page open, the
whole thing dies on me.
The page also uses a php mail-script and various other Spry
techniques (such as paging).
Same thing for other dynamic pages in the site.
I've tried opening a php-based page with database connection
on another site of mine and all is well. So it seems to be a Spry
issue.
Any thoughts? All help is most definitely appreciated.
Thanks.
-Tidus
PS to get everything out in the open: I also updated my Win
Vista yesterday with the latest critical patch Microsoft put up for
grabs. Ever since the update the problem occurs. I guess it's a
coincidence, but ya never know...

In my studio, we are experiencing something similar:
when we try to open and edit a file, with tags <input>
or <select> with <?php ?> tags in the code, DW CS3
crashes!
It happens in Windows Vista Business and in Windows XP
Professional.
I have updated Vista on 10/24, and altough today i've
unistalled the update the problem is not solved...
and i cant work to many projects in stand-by...
that's a big problem!
Here some reports by Vista Business
"Applicazione che ha generato l'errore Dreamweaver.exe,
versione 9.0.0.3489, timestamp 0x460b6878, modulo che ha generato
l'errore Dreamweaver.exe, versione 9.0.0.3489, timestamp
0x460b6878, codice eccezione 0xc0000005, offset errore 0x002db777,
ID processo 0x1568, data e ora di avvio dell'applicazione
0x01c938277bb65741."
"Applicazione che ha generato l'errore Dreamweaver.exe,
versione 9.0.0.3489, timestamp 0x460b6878, modulo che ha generato
l'errore NGSCM.DLL_unloaded, versione 0.0.0.0, timestamp
0x4858ebad, codice eccezione 0xc000001d, offset errore 0x05510f60,
ID processo 0x1144, data e ora di avvio dell'applicazione
0x01c93823d1481702."
About this report: i've found that NGSCM.DLL is a part of
Nokia PC Suite and i've unistalled it, but nothing changed..
"Applicazione che ha generato l'errore Dreamweaver.exe,
versione 9.0.0.3489, timestamp 0x460b6878, modulo che ha generato
l'errore Dreamweaver.exe, versione 9.0.0.3489, timestamp
0x460b6878, codice eccezione 0xc0000005, offset errore 0x002db777,
ID processo 0xfa0, data e ora di avvio dell'applicazione
0x01c9382058ef6629."
and so on...

Similar Messages

  • Spry Dataset crashes in  Internet Explorer

    Set up a basic spry dataset in HTML with Dreamweaver CS4
    which works great on Firefox but only displays the column names in
    Internet explorer.

    Hi, there are a few way to fix this but you could try targeting a css selector on the unordered list the one called:
    ul.MenuBarHorizontal 
    and float it to the right:
    .MenuBarHorizontal {
         float:right;
    - James
    http://www.dreamweavertutorial.co.uk

  • Cross-tab with a lot of data causes fault in crpe32.dll when exporting to Excel

    Hello.  I believe I found a bug in the Service Pack 9.  After upgrading my production to runtime 9, I found that cross-tab reports with large datasets crashed the website.  Per the Windows Application Log, a fault happened in the crpe32.dll.  So I uninstalled the runtimes for 9 and re-installed 8 and the reports worked again.  My production uses the 64 bit runtimes.
    I created a test site which includes a two datasets one large and one small with two reports, one cross-tab and another non-cross-tab.  The site has four pages, one to open the cross-tab report using the large dataset, another with the same cross-tab report using the small dataset, another for the non-cross-tab report using the large dataset and the last with the non-cross-tab report using the small dataset.  Only the cross-tab report using the large dataset causes the fault.  I’ve attached the test site for you use as needed.

    Hi Thomas,
    What version of Visual Studio are you using?
    What OS are you using?
    What version of IIS?
    I did a quick test using a simplied one liner WEB app and I see the same thing...
    FYI, changes we've done is IIS recommends, actually it's a must, to load the report and viewer in the Page_Init section and not the Page_Load so you initialize all of the required dependencies, Page Load doesn't handle it properly...
    I tried both, doesn't make any difference...
    By the way your "large dataset" is not that big. I've seen people use a 10 meg xml files.
    Try moving all of your code to the Page_Init section and test again to confirm...
    I don't believe it has anything to do with the amount data directly, I believe it's the number of pages to render for a crosstab report.
    I'll escalate this to DEV - ADAPT01726274
    Set for SP 10 ( which means I set it to be fix in SP 10 but it does not mean it will be. All depends on DEV's work load )
    Thanks
    Don

  • Passing an dataset to a report causes VB 6 application crash

    The problem is around the crdb_adoplus.dll
    Passing parameters from VB 6 application to Crystal object to generate report.
    Normally if i run the report there is no problem. but if i open any other .net application which uses memory, my application suddenly starts crash down if try to generate same report.
    After some analysis i found that Crystal installer installs crdb_adoplus.dll in C:\Program Files\Common Files\Crystal Decisions\2.0\bin,  if i removed this file the report works correctly withour any error.
    Can anubody help me here to findout its solution, the file is of Crystal Reports database driver for Microsoft ADO.NET.
    This file consums lot of memory
    check the code below
       mC1n.ConnectionString = "Driver={Microsoft Text Driver (*.txt; *.csv)}; DefaultDir=" & rParameterTwo
                    mC1n.Open
                    DoEvents
                    iSQLStr = "Select * FROM " & rParameterThree
                    Set rRs1 = mC1n.Execute(iSQLStr)
                    mbojCryTables.SetDataSource rRs1, 3   -----On this line application get crashed.               
    Set rRs1 = Nothing

    Please re-post if this is still an issue to the Legacy Application Development SDKs Forum or purchase a case and have a dedicated support engineer work with you directly

  • Maximum size for dataset

    Hello,
    Using a dataset with 309 records and 23 fields, the load and
    table set takes 6 seconds pretty consistently on several different
    machines. I removed over half the fields from the table because
    otherwise, it took over 10 seconds for a data reload & table
    update.
    What is a reasonable number of cells that I can expect to
    work with within Spry? Please note I turned off distinct load, and
    turned off cache.
    On Safari, repeated reloads of the page quickly turns the
    application unusuable due to increasingly looonnnggg load times of
    upwards of a minute.
    Also, I am using spry tabs, and another tab has a dataset and
    table as well. This second dataset is smaller and works well but
    the table select doesn't work properly. The table is the master
    region. You have to press the row TWICE in order for it to be
    selected. The detail region updates fine on the first click.
    The page in question is located here:
    http://almostperfect.ca/SBP/sb-admin-home.php
    Click on the "Inventory" tab and "Customers" tab to see what
    I'm talking about.
    Otherwise, Spry is working acting as advertised..(thanks!)
    Any ideas on this?
    Thanks!
    Neil Alexander
    PS( This Adobe forum page wreaks havoc with my Safari
    browser, and frequently crashes it. )

    quote:
    Your selection problem has to do with the fact that you need
    to set the spry:selected="selected" attribute on the row when the
    markup is re-generated. To see an example, look at the products
    demo:
    I followed your advice, and added in the "selected" attribute
    - now a single click ALWAYS selects the last row on the first
    click. The detail region works fine, however.
    Is this because there is more than one spry table in the same
    page (different tabs)?
    Neil Alexander

  • Refresh of a Report Builder Dataset does NOT show newly added field

    I'm working with Report Builder 2.0 (we don't plan on getting SQL 2008 R2 - so NO 3.0 for us!) and have found that if I have an existing report using an existing stored procedure (it has 4 existing parameters) and I add a new field to the stored procedure
    it will not refresh the
    data set.  I have gone to the DataSet properties and executed the query(SPROC) where it does show the new field (so I know the sproc will
    execute), but when I click OK and hit Refresh Fields it stops responding.  I also tried the same steps without the Refresh Fields and still stops responding.  I also tried to add the field name and it errored out as invalid.
    The only work around I've found is to
    create a new dataset referencing the updated SPROC with a different name, deleting the old dataset and then re-naming the newer dataset with the old
    one's name so all the field references are the same.  I do know that in the case of renaming
    a field in a sproc that this would end BADLY because there is no way any of the old field's references would work.  
    But it seems odd I have to go through so much to refresh for new fields, so perhaps I'm missing a step in dealing with this situation.  Any recommendations would be appreciated.

    Hi CinBH,
    I understand that the Report Builder 2.0 hangs while flush the dataset by executing the query. In that case, I think it is necessary to capture a user dump when the problem occurred. And then, you can send the dump to Microsoft CSS support. Support Professionals
    from Microsoft will assist you to solve the problem.
    I am providing the steps below for you to gather the hang dump or crash dump to further work on this issue,
    Hang dump,
    a. Open Report Builder as usual, and wait for a while.
    b. When you found that the Report Builder application hang, and was not responding, please open TaskManager by one of follws,
    - Pressing “Ctrl + Alt + Del” button and then click “Start Task Manager” item.
    - Or right-clicking your task bar, click “Start Task Manager”menu.
    c. Once the Task Manager opened, switch to Process tab, find the “Report Builder” process MSReportBuilder.exe.
    d. Right-click the item, click Create dump file.
    e. After that, it will prompt a window and let you know the location of the dump file.
    You can copy the hang dump or crash dump file to your development machine configured with symbols files, and open it in Visual Studio 2008. Next, you can analyze the error / exception, and call stacks to see why the error happens.
    Thanks,
    Eileen

  • Copying from numbers to prism causes Prism to crash

    Can anyone tell me how to convert back to the previous version of number? As now I can not copy and paste from numbers into prism as it crashes, as does the excel for mac so now its impossible to do work as I have to hand type all the numbers into prism.

    Ok, I'm having a little trouble reconciling this statement in your original post:
    as does the excel for mac
    with this in your latest post:
    its not copying between numbers and excel that's the problem
    If you are in fact able to copy-paste into Excel from Numbers 3 than you should be able to copy-paste into Prism too.
    It seems very likely there's something specific in your dataset that needs correcting anyway.  It's much less likely that this is a Numbers 2 vs Numbers 3 issue, assuming you have the latest version of Numbers 3 (3.2).
    SG

  • Email Submit Button - Crash (Not severe)

    To reproduce:
    1. Create a new blank form. Select Next.
    2. Select Defaults. Select Next.
    3. Select any Return Method (E.g. Print) Select Next.
    4. Select Finish to start.
    5. Insert an Email Submit Button.
    6. Leave the Email Address and Subject fields blank.
    7. On the click event for example, type a code (e.g. app.fullscreen = true;)
    8. Going back to the email field type an email address or subject.
    9. Designer wouldn't be able to catch the error and crash.
    This bug report is tagged as not severe since users can circumvent by simply avoiding this sequence. Note that other similar actions may trigger this event.

    Alan
    Though not an expert, I've created a few forms with the Submit by Email button. If you've already done this then sorry for asking, but did you go through the Acrobat Distribution (Forms>Distribute Forms)process after creating the form in LC8? As far as I can tell the email submit button doesn't work without this stage.
    This confirms the email submission address, then sets up a dataset to be saved in a location of your choice.
    filename_dataset_0001.pdf
    then a file type that can be edited, saved and submitted by Reader users:
    filename_pub_0001.pdf
    You can save this to your intranet server or email direct to the recipient.
    When the submit button is then used you receive a copy of the whole form which on opening will prompt you to add it to the dataset. Receiving and adding multiple forms to the data set is straightforward. You will see them all listed in the viewer above the form itself. From here you can also then select and export the data to Excel via xml or as a csv file.
    Note that any changes you make to the form should be to the original document and the distribution process repeated, otherwise the functionality of the form will be affected.
    That's about the limit of my knowledge I'm afraid, therefore if you have already tried this and are still having problems then hopefully someone else can help out.
    Regards

  • BAM server crash

    BAM server crash with the following error.
    Exception: oracle.bam.adc.common.exceptions.CacheException: BAM-01247: An invalid transaction type sequence exists in the transaction map.
    What does this mean?
    Thanks

    I am frequently getting this error and cannot go to production because of this BAM error. Please suggest
    <Dec 22, 2010 1:34:45 PM EST> <Error> <oracle.bam.adc.kernel.viewsets.ActiveViewset> <BEA-000000> <[127] Invalid transaction sequence encountered. Viewset[46e7c258a0e5cad6350d9bd712d0bc4ea07-75a2] Dataset[_AABTransports] Row[407] Sequence[Insert after Insert]>
    <Dec 22, 2010 1:34:45 PM EST> <Error> <oracle.bam.adc.kernel.viewsets.ActiveViewset> <BEA-000000> <[127] Exception occurred in method ActiveViewset.ActiveDataHandler()
    Exception: oracle.bam.adc.common.exceptions.CacheException: BAM-01247: An invalid transaction type sequence exists in the transaction map.
    at oracle.bam.adc.kernel.viewsets.ActiveViewset.setTxType(ActiveViewset.java:1217)
    at oracle.bam.adc.kernel.viewsets.ActiveViewset.saveTransaction(ActiveViewset.java:1133)
    at oracle.bam.adc.kernel.viewsets.ActiveViewset.activeDataHandler(ActiveViewset.java:830)
    at sun.reflect.GeneratedMethodAccessor636.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.bam.system.Delegate$Sink.invoke(Delegate.java:80)
    at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:186)
    at oracle.bam.adc.kernel.datasets.ActiveDataEventHandler.invoke(ActiveDataEventHandler.java:40)
    at oracle.bam.adc.kernel.datasets.DatasetBase.processChangeEvent(DatasetBase.java:1235)
    at oracle.bam.adc.kernel.datasets.Dataset.processChangeEvent(Dataset.java:4003)
    at sun.reflect.GeneratedMethodAccessor644.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.bam.system.Delegate$Sink.invoke(Delegate.java:80)
    at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:186)
    at oracle.bam.adc.kernel.datasets.ActiveDataEventHandler.invoke(ActiveDataEventHandler.java:40)
    at oracle.bam.adc.kernel.datasets.ActiveDataQueue.onActiveData(ActiveDataQueue.java:315)
    at oracle.bam.adc.kernel.datasets.ActiveDataQueue.viewChangedHandler(ActiveDataQueue.java:162)
    at sun.reflect.GeneratedMethodAccessor602.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.bam.system.Delegate$Sink.invoke(Delegate.java:80)
    at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:186)
    at oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem.processWorkRequest(ThreadPoolController.java:157)
    at oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem.access$100(ThreadPoolController.java:76)
    at oracle.bam.common.threading.threadpool.ThreadPoolController$PoolQueueItem$1.run(ThreadPoolController.java:109)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:47)
    at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:79)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.security.Security.runAs(Security.java:61)
    Regards

  • CRVS2010 Beta - Crash on SetDataSource

    I have a simple report that I am trying to get to run in a C#/Visual Studio 2010 WPF project.  I am trying to populate the data from a dataset that I am populating from a list.  The following code populates the dataset:
            private MainDataSet GetDataSetFromList(List<MainBvaReportRecord> lst)
                MainDataSet ds = new MainDataSet();
                MainDataSet.BVA_TEST_DATA_VIEWDataTable dt = (MainDataSet.BVA_TEST_DATA_VIEWDataTable)ds.Tables[0];
                foreach (MainBvaReportRecord rcd in lst)
                    DataRow row = dt.NewRow();
                    row["HOSPITAL_NAME"] = rcd.HospitalName;
                    row["DEPARTMENT_NAME"] = rcd.DepartmentName;
                    row["DEPARTMENT_ADDRESS"] = rcd.DepartmentAddress;
                    row["DEPARTMENT_DIRECTOR"] = rcd.DepartmentDirector;
                    row["DEPARTMENT_PHONE_NUMBER"] = rcd.DepartmentPhoneNumber;
                    row["FIRST_NAME"] = rcd.FirstName;
                    row["MIDDLE_NAME"] = rcd.MiddleName;
                    row["LAST_NAME"] = rcd.LastName;
                    dt.Rows.Add(row);
                return ds;
    I try and use the dataset in the Window_Loaded event:
                try
                    List<MainBvaReportRecord> list = new MainBvaReportRecordDataAccess().SelectList();
                    MainDataSet ds = this.GetDataSetFromList(list);
                    rpt.SetDataSource(ds.Tables[0]);
                catch (Exception ex)
                    MessageBox.Show(ex.Message);
                view.ReportSource = rpt;
    The call to SetDataSource crashes without a catchable exception.  I have tried passing just the raw dataset (ds) to SetDataSource with the same results.  The dataset is an unbound set defined in DataSet1.xsd, and consists of string data types.  The list is populated by a stored procedure that is selecting from a view (if that helps).  I have tried running the report against the view itself (using the Database Expert to switch out between the dataset and the view), and the report will run, but only gets two records (there are 50 records in my test database).  I really need to be able to set the data source to a dataset I can control.  When completed this report will have several sub-reports, and I need to be able to populate them as well.  However, I can't get even the simple case to run.  Any help would be appreciated.

    OK, further digging got me a better answer about the exception.  The reason I wasn't getting any exception info is that it was looking in the wrong directory for the crdb_adoplus.dll.  It was looking for this under the "C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1" directory. I copied the dll into that directory (I had to creat it on my machine), and that got me a more tracable error: "mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information."  Some digging around on that got me to the following solution.  I need to add the following to my *.exe.config file:
    <startup useLegacyV2RuntimeActivationPolicy="true">
      <supportedRuntime version="v4.0"/>
    </startup>
    That gets me over the SetDataSource hurdle.  Now, I am only seeing two records of the 50 in the dataset [sigh]

  • Recovery from imported tape media fails and causes DPM management console to crash with ID: 917

    Hi.
    I have a newly installed DPM 2012 R2 on a Windows 2012 R2 with a standalone dedicated SQL server which is causing me a bit of a headache right now.
    I'm about to restore some files from an imported tape media, the tape is from our previous DPM server (DPM 2010). I have identified the media and cataloged it and i'm able to browse it to choose wich files to restore. But as soon as i try to
    finish up a restore job it causes the console to crash.
    My server is running just fine with backups and restores from i.e tapes that is backed up by this server - no problem there - but imported is not working.
    Below is the message from console when it crashes.
    Connection to the DPM service has been lost.
    Review the application event log for information about a possible service shutdown. Verify that the following services are not disabled:
                DPM
                DPM Replication Agent
                SQLAgent$MSSQLSERVER
                MSSQL$MSSQLSERVER
                Virtual Disk Service
                Volume Shadow Copy
    ID: 917
    Any ideas?
    //Dan

    Hello,
    I am having the exact same problem when trying to restore from tape on our secondary DPM server.  I checked the event viewer and found event ID 943 (even though the console crash shows ID 917).  The event viewer error is below:
    Log Name:      Application
    Source:        MSDPM
    Date:          4/2/2015 9:02:55 AM
    Event ID:      943
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      DPM_SERVER_NAME
    Description:
    The description for Event ID 943 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    Unable to connect to the DPM database because the database is in an inconsistent state.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>98909</Seq><TimeCreated>4/2/2015 2:02:55 PM</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>DBCorruptionException</ExceptionType><ExceptionMessage>DLS
    error:  SP='dbo.prc_ARM_DataSource_GetServerName' Error=50001</ExceptionMessage><ExceptionDetails>Microsoft.Internal.EnterpriseStorage.Dls.DB.DBCorruptionException: DLS error:  SP='dbo.prc_ARM_DataSource_GetServerName' Error=50001
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ValidateReturnValue(String errorTitle)
       at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.DatasourceHelper.GetDatasourceServerName(SqlContext sqlCtx, Guid datasourceId)
       at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.PrmCatalog.GetDatasourceServerName(Guid datasourceId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.FillAppSpecificPropertiesForFS(ProtectionConfigType protectionConfig)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.SetDestinationConfig(IMCatalogDB imCatalog, DatasetType dataset, RecoveryInformationType recoveryInformation, RecoveryTaskDefinitionType recoveryTaskDefinition)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.AddRecoveryTaskDefinitionForDataset(IMCatalogDB imCatalog, JobTranslator jobTranslator, DatasetType dataset, RecoveryInformationType recoveryInformation, Boolean additionalRestore, Boolean
    isSerial, Guid parentTaskDefId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitionsRecursively(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, RecoveryInformations recoveryInformations)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(Guid jobDefinitionId, Guid jobId, RecoveryInformations recoveryInformations, AdhocJobsContext jobContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(String recoveryXml, Guid jobDefinitionId, Guid jobId, AdhocJobsContext jobContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.TriggerRecovery(UInt16* bstrIMCatalogXml, _GUID jobDefinitionId, _GUID jobId, AdhocJobsContext jobContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.TriggerRecovery(CCoreServices* , UInt16* bstrRecoveryInformationXml, _GUID jobDefinitionId, _GUID jobId, UInt16* bstrJobContextXml, tagSAFEARRAY** exceptionResult)</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSDPM" />
        <EventID Qualifiers="0">943</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-02T14:02:55.000000000Z" />
        <EventRecordID>17544</EventRecordID>
        <Channel>Application</Channel>
        <Computer>DPM_SERVER_NAME</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Unable to connect to the DPM database because the database is in an inconsistent state.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;98909&lt;/Seq&gt;&lt;TimeCreated&gt;4/2/2015 2:02:55 PM&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;DBCorruptionException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;DLS
    error:  SP='dbo.prc_ARM_DataSource_GetServerName' Error=50001&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;Microsoft.Internal.EnterpriseStorage.Dls.DB.DBCorruptionException: DLS error:  SP='dbo.prc_ARM_DataSource_GetServerName'
    Error=50001
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ValidateReturnValue(String errorTitle)
       at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.DatasourceHelper.GetDatasourceServerName(SqlContext sqlCtx, Guid datasourceId)
       at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.PrmCatalog.GetDatasourceServerName(Guid datasourceId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.FillAppSpecificPropertiesForFS(ProtectionConfigType protectionConfig)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.SetDestinationConfig(IMCatalogDB imCatalog, DatasetType dataset, RecoveryInformationType recoveryInformation, RecoveryTaskDefinitionType recoveryTaskDefinition)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.AddRecoveryTaskDefinitionForDataset(IMCatalogDB imCatalog, JobTranslator jobTranslator, DatasetType dataset, RecoveryInformationType recoveryInformation, Boolean additionalRestore, Boolean
    isSerial, Guid parentTaskDefId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitionsRecursively(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, RecoveryInformations recoveryInformations)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(Guid jobDefinitionId, Guid jobId, RecoveryInformations recoveryInformations, AdhocJobsContext jobContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(String recoveryXml, Guid jobDefinitionId, Guid jobId, AdhocJobsContext jobContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.TriggerRecovery(UInt16* bstrIMCatalogXml, _GUID jobDefinitionId, _GUID jobId, AdhocJobsContext jobContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.TriggerRecovery(CCoreServices* , UInt16* bstrRecoveryInformationXml, _GUID jobDefinitionId, _GUID jobId, UInt16* bstrJobContextXml, tagSAFEARRAY** exceptionResult)&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
        </EventData>
    </Event>
    I'm guessing if you checked your event viewer, you would have the same error after the crash.  I'm hoping Microsoft has a fix for this besides restoring the database...

  • Crystal Reports 2008 crashes in Visual Studios Basic 2008

    I have Visual Studio 2008 Basic with Crystal Reports 2008 (Full) running on Windows 7 Pro - 64-Bit. I am running VS in visual basic runtime and I encounter this problem very frequently, however not all the time.
    What appears to be happening is when I have any one of my 11 solutions open and I try to open a crystal report, Visual Studio says that it has encountered a problem and needs to restart. This happens whether I am running the program as and administrator or not. After VS restartes and I open my solution again, I attempt to open the same report and it opens without crashing.
    This seems to be a direct problem with Windows 7 and crystal reports, because I never had this problem while developing these solution in Windows XP.
    ~Paul

    Make sure you have applied Visual Studio 2008 SP1.
    Make sure you have Crystal Reports 2008 SP2 applied (unless you are using datasets with date time fields, then apply SP1).
    SP 1 is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100006555792009E/cr2008win_sp1.exe
    SP2 is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    See if the updates help.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Crash call stack caused by crdb_adoplus.dll and crqe.dll on Crystal Report for Visual Studio 2008

    Hi There,
    i have an application running on C# .NET which use .NET Framework 3.5 SP1 and Crystal Report for Visual Studio 2008 x64. Now i'm facing the issue in application. suddenly my IIS crash , and the application is logout.
    i have opened advisory case to Microsoft and they help me to analyze the dump from the application when the issue is happened.
    here it is the stack trace :
    STACK_TEXT: 
    00000000`9b1dd160 000007fe`eb93946d : 00000000`9b1dd308 000007fe`eb931948 00000000`00000000 000007fe`eb931610 : verifier!VerifierStopMessage+0x1f0
    00000000`9b1dd210 000007fe`eb939736 : 00000000`9b1ddb50 00000000`00000002 00000000`00000040 00000000`00000004 : verifier!AVrfpDphReportCorruptedBlock+0x2a5
    00000000`9b1dd2d0 000007fe`eb9399cd : 00000000`b32f1000 00000000`9b1ddb50 00000000`00000004 00000000`00001000 : verifier!AVrfpDphCheckNormalHeapBlock+0xce
    00000000`9b1dd340 000007fe`eb93873a : 00000000`9b1ddb50 00000000`01001002 00000000`cca0c3b0 00000000`00000000 : verifier!AVrfpDphNormalHeapFree+0x29
    00000000`9b1dd370 00000000`770b99a5 : 00000000`00000000 00000000`00000000 000007fe`f25514f7 000007ff`05f0a1d1 : verifier!AVrfDebugPageHeapFree+0xb6
    00000000`9b1dd3d0 00000000`7705dbc0 : 00000000`b32f0000 00000000`cc16afb0 00000000`b32f0000 00000000`cc16afb0 : ntdll!RtlDebugFreeHeap+0x35
    00000000`9b1dd430 00000000`7704413d : 00000000`b32f0000 00000000`9968aa01 00000000`00000000 00000000`9b1ddb50 : ntdll!RtlpFreeHeap+0x19a70
    00000000`9b1dd770 00000000`76ef307a : 00000000`00000001 00000000`9968aa40 00000000`9b1dd958 00000000`cc16afb0 : ntdll!RtlFreeHeap+0x1a6
    00000000`9b1dd7f0 00000000`9739cabc : 00000000`00000000 00000000`9968aa40 00000000`000002a3 00000000`cc13ef28 : kernel32!HeapFree+0xa
    00000000`9b1dd820 000007fe`f2550e37 : 00000000`00000000 00000000`24b20fc0 00000000`0000001b 000007ff`0604a340 : msvcr90!free+0x1c
    00000000`9b1dd850 000007ff`05f05802 : 00000000`00000000 000007ff`0604f7c0 00000000`9b1dd958 00000000`9968aa40 : mscorwks!DoNDirectCall__PatchGetThreadCall+0x7b
    00000000`9b1dd8f0 000007ff`05f0a231 : 000007ff`0604f730 000007ff`05f05802 00000000`cc16afb0 00000000`0000001b : DomainBoundILStubClass.IL_STUB(Void*)+0x42
    00000000`9b1dd9b0 000007ff`05f0a1d1 : 00000000`cc16afb0 00000000`000007d4 00000000`9b1dd2e8 00000000`00000000 : crdb_adoplus!<Module>.DbFieldInfo.{dtor}(DbFieldInfo*)+0x11
    00000000`9b1dd9e0 000007ff`05f0a177 : 00000000`0000001c 00000000`cc13ef20 00000000`00000000 00000000`00000000 : crdb_adoplus!<Module>.DbFreeFieldList(UInt32, DbFieldInfo**)+0x31
    00000000`9b1dda30 000007fe`f254f18a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : DomainBoundILStubClass.IL_STUB(Int32, Int64)+0x7
    00000000`9b1dda60 00000000`9a506b36 : 00000000`0000001c 00000000`cc13ef20 00000000`00000000 00000000`00000000 : mscorwks!UMThunkStubAMD64+0x7a
    00000000`9b1ddaf0 00000000`9a583538 : 00000000`bf35af90 00000000`bf9bcfa0 00000000`9b1ddd30 00000000`00000000 : crqe+0x16b36
    00000000`9b1ddca0 00000000`9a6c1c64 : 00000000`bec28dc0 00000000`cd926e60 00000000`00000000 00000000`cbafcf20 : crqe+0x93538
    00000000`9b1ddf90 00000000`9a6bc697 : 00000000`cd926e60 00000000`00000000 00000000`00000000 00000000`00000000 : crqe+0x1d1c64
    00000000`9b1de000 00000000`b64fcab9 : 00000000`cd926ec0 00000000`9b1de0c0 00000000`00000000 00000000`b6dee2cb : crqe+0x1cc697
    The crdb_adoplus tried free a corrupted Heap Block:
    0:188> dt DPH_BLOCK_INFORMATION 000000009b1ddb50-40
    verifier!DPH_BLOCK_INFORMATION
       +0x000 StartStamp : 0
       +0x004 PaddingStart     : 0
       +0x008 Heap             : 0x00000000`9b1ddb58 Void
       +0x010 RequestedSize    : 0x9b1ddb50
       +0x018 ActualSize       : 0x9b1ddb30
       +0x020 Internal         : _DPH_BLOCK_INTERNAL_INFORMATION
       +0x030 StackTrace       : 0x00000000`00000001 Void
       +0x038 PaddingEnd       : 0
       +0x03c EndStamp         : 0
    is this problem solved by upgrading Crystal Report version to CR12 ?
    Thank you,
    Best Regards,
    Leonardus Tono Amboro
    IT Enterprise System Architect
    PT Astra International Tbk.
    AMDI A Building, 7th Fl.
    Jln. Gaya Motor Raya 8. Sunter II, Jakarta 14330, Indonesia
    Message was edited by: Ludek Uher
    Phone number removed - Please see the SCN Rules of Engagement

    Hi Leonardus
    Please define "crash". What actually happens?
    Did this ever work? E.g.; this started to happen recently?
    Is this happening on your development system or QA or production?
    See if enabling the option "Verify on 1st Refresh" will help.
    Make sure you are using SP 1: Crystal Reports for VS 2005 and  VS 2008 Updates & Runtime Downloads
    Ensure that the dataset is less that a couple thousand rows. Anything more than that will cause issues...
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter

  • XMII Server crashes when BLS is executed

    Hi,
    We are facing a problem in xMII server. From xmii server we are calling a RFM which returns a dataset of around 50 thousand to 100 thousand. When the bls is executed from the http runner then the server is crashed. But it runs properly for smaller dataset. So can anybody give information about the threshold value of data set which xmii can handle. And how to overcome this situation.
    Thanks and Regards,
    Soumen Mondal

    Hi,
    For huge dataset you will get this problem.Fisrt check no other transactions should not run during the sametime because this is a big transaction and consuming lots of memory space.
    You need to check how much memory your all transactions and whole application is consuming. If it exceeds the RAM then system will be hanged.
    Thanks,
    Manisha

  • DPM 2012 R2 crashes during tape backup for a specific server

    Hi Community,
    A customer of ours is experiencing an issue with DPM crashing after a period of time when backing up a large protection group to tape.
    Customer is running DPM 2012 R2 URE 5
    Upon looking in the DPM Logs, we see the following error, immediately prior to the system crashing.
    MSDPMCurr.errlog
    0968 29A8 04/08 12:41:48.218 28 MediaPool.cs(350) NORMAL Found PGSetId a914779a-8847-40e5-90fd-a1ca6cffee05 for MediaPoolId e10c1280-445f-4454-8edd-0cb3c1113c27
    0968 29A8 04/08 12:41:48.221 28 MediaPool.cs(329) WARNING MediaPool 00000000-0000-0000-0000-000000000000 does not exist.
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING Caught unhandled exception : Microsoft.Internal.EnterpriseStorage.Dls.Utils.MediaPoolNotFoundException: Media pool 00000000-0000-0000-0000-000000000000 not found in the database.
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.MediaPool.GetPGSetIdForMediaPool(DbContext sqlContext, Guid mediaPoolId)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.MediaPool.IsMediaPoolCollocated(DbContext sqlContext, Guid mediaPoolId)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.ArchiveMedia.IsMediaCollocated(DbContext sqlContext)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.ArchiveMedia.CheckAndRaiseOffsiteReadyEvent(DbContext sqlContext, Boolean considerOfflineMedia)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.Dataset.RaiseMediaOffsiteReadyEvent(DbContext sqlContext)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.Dataset.SetLifeStatus(DbContext sqlContext, DatasetLifeStatus lifeStatusPassed)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.TapeArchiveMedia.Reclaim(DbContext sqlContext)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.MMCatalog.ReclaimMedia(ArchiveMedia media)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMInterface.ReserveResourcesForBackupHelper.GetRecycedUsableMedia(IList listOfMedia)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMInterface.ReserveResourcesForBackupHelper.GetRecyclableMedia(MediaPool mediaPool)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMInterface.ReserveResourcesForBackupHelper.GetMediaRequiredByArchiveTask(Guid expectedDriveId)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMInterface.ReserveResourcesForBackupHelper.AllocateMedia(Guid expectedDriveId)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMInterface.ReserveResourcesForBackupHelper.QueryResourcePreference()
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.TaskElement.ReserveResources(Dictionary`2 libraryResourcesCache)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.JobElement.ReserveResourcesToOneTask(Dictionary`2 libraryResourcesCache)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.PriorityQueue.ServeTasksInQueue(Message msg, Boolean waitForResources)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.MMCommonBlocks.ReserveResourcesBlock.DoServeTasksInQueueAndPostCheckMessage(Object msgObject)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.EngineUICommon.DpmThreadPool.Function(Object state)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING at System.Threading.ThreadPoolWorkQueue.Dispatch()
    0968 29A8 04/08 12:41:48.236 68 DpmThreadPool.cs(121) WARNING *** Mojito error was: MediaPoolNotFound; 0; None
    0968 29A8 04/08 12:41:48.242 68 DpmThreadPool.cs(149) WARNING Attempting to write error to the event log Media pool 00000000-0000-0000-0000-000000000000 not found in the database.
    0968 29A8 04/08 12:41:48.246 02 EventManager.cs(143) NORMAL Logging event to NT log from DpmThreadPool.cs(163): FatalServiceError
    0968 29A8 04/08 12:41:48.267 68 DpmThreadPool.cs(170) WARNING Attempting to invoke Watson
    0968 29A8 04/08 12:41:48.280 09 everettexception.cpp(761) CRITICAL Exception Message = Media pool 00000000-0000-0000-0000-000000000000 not found in the database. of type Microsoft.Internal.EnterpriseStorage.Dls.Utils.MediaPoolNotFoundException, process will terminate after generating dump
    The server is part of a protection group that is co-located, I am trying the backup not as part of a co-located set to see if this makes any difference.
    Tape backups for other servers, which are part of the same co-location group, work fine and it seems to be just this one causing the issue.
    I have seen a few other posts on the net referencing "WARNING MediaPool 00000000-0000-0000-0000-000000000000 does not exist." where people have similar issue with DPM crashing out but so far nobody seems to have any answers.
    I am debating removing the protection group and trying to 'start from scratch' but wondered if anyone else had any thoughts ?
    Thanks in advance,
    Ed

    Hi,
    Open SQL management studio and connect to the instance used by DPM.
    Run the following Query against the DPMDB and see if it returns any rows, if so please provide the output.
    select MP.mediapoolid, MP.PGSETID from dbo.tbl_MM_MediaPool MP
    Join dbo.tbl_IM_ProtectedGroup PG on PG.ProtectedGroupId = MP.MediaPoolId
    where PG.MediapoolId is NULL
    and MP.PGSetId is not NULL
    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. Regards, Mike J. [MSFT] This
    posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for

  • Photoshop CS5 opens and says "Adobe Photoshop CS5 has stopped working"

    Hey guys.. I hit this problem tonight after trying for several hours to open Adobe PS CS5. Photoshop worked earlier today and i have made no changes on my PC since running PS again. I am running Windows 7 Service Pack 1 64bit I have tried Pressing CT

  • Do I need a new PS??

    I am getting inconsistant scores for my CPU in AM3. I Started doing some digging and I think I might have found the cause. In PCAlert 4 my readings are as follows: Vcore=1.62, +3.3v=3.22, +5v=5.00, +12v=11.70 I am wondering if others would agree that

  • Mountain Lion problems with Adobe?

    Since changing to Mountain Lion I cannot import jpeg and RAW files into Lightroom4. Anyone else had the same issues? Adobe is not very helpful, but many people have reported similar problems with Lightroom4 and CS4.

  • Why Does CS3 load into Program Files (x86) in Vista 64bit

    I built a computer with Vista 64bit. All my CS3 files loaded into Prpogram Files (x86). Doesn't that mean they will only run at 32bit?

  • Importing wma files to iTunes

    Back when i was a PC user, i copied all the music i love off my CDs onto my PC (don't recall what program I used to do so) and then threw away the CDs. When i converted to Mac, many of these songs didn't import to iTunes. They appear to be .wma files