Quantcast
Channel: SCN: Message List - SAP Crystal Reports, version for Visual Studio
Viewing all 6879 articles
Browse latest View live

Re: "Invalid File Path" after upgrading redistributable to 13.0.10

$
0
0

Hi

I had this problem in a windows form application.

With runtime 13.0.5 the application was working fine.

I was using the code below to passing the report path and load the report:

  1. rptCR.FileName = filePath;
  2. CRViewer.ReportSource = rptCR;

 

After upgrading the runtime to 13.0.10, I had error for report file path.

The below change solve the issue:

  1. rptCR.Load(filePath);
  2. CRViewer.ReportSource = rptCR;

Re: The product version is not registered on the server. Contact the administrator of your FLEXnet Connect account.

$
0
0

Hello Don

 

Thank you for the reply

 

My memory fails me on the order in which updates were installed.

 

There was an update that I installed for CR and there was an update for VS but which one was done first I am not sure, but I think that the VS SP3 update was after the last CR update which was done about 10 days before the VS SP3 update

 

Regards

David

Re: The product version is not registered on the server. Contact the administrator of your FLEXnet Connect account.

Re: The product version is not registered on the server. Contact the administrator of your FLEXnet Connect account.

$
0
0

Hi Don

 

The message is only is = The product version is not registered on the server. Contact the administrator of your FLEXnet Connect account

 

The only other option is to Register CR but if I use that the form it takes me to does not show a 2013 Version of VS - 2010 is the latest version shown - would that be the cause of the message?

 

After the VS SP3 update was run I did uninstall my VS2010 version so not sure if that had some effect

 

I ran repair for VS - repair for CR does not work  as it wants a source file - the only option would be a reinstall

 

I checked back on the history dates and the VS SP3 update was run after the last CR update which was done about 10 days before the VS SP3 update

 

 

Regards

 

David

Interesting issue encountered when 'verifying database' on report using .NET

$
0
0

I'm new to crystal reports and reaching out to the experts on this forum regarding an interesting issue that I have encountered when working with Crystal Reports for Visual Studio 2010. Just to give you a brief background on the application I have developed: It is a windows service written using the .NET 4.0 Framework. When the service first starts, it checks the value of a config parameter/ boolean flag (call it the 'UpdateStartDate' flag), which if set to true, then the service updates a custom oracle table (using .NET SQL bind query / variables) with the service start date and if the flag is false, then, as is obvious, the service does not update the custom oracle table. For ease of reference, let me refer to this oracle table as the 'SERVICES' table. Once this step completes, the service then proceeds to run a crystal report and export the report to PDF format which is then emailed a list of recipients. Regarding the crystal report itself, it is designed to connect to multiple (4) oracle tables using 'Oracle server' type connection (to our development database), it has a date range parameter field, and displays a combination of formula and database fields. The multiple tables are appropriately linked using the Crystal reports designer. Programmatically, the following are the steps I follow in generating the crystal report through the service: 1. Create a new 'ReportDocument' object 2. Load the report in question to this object. 3. Remap the database connection information in the report to the database specific to the environment in which the service is running 4. Verify Database 5. Set the date range parameter values 6. Set the export options on the report to PDF specific settings 7. Export the report Now, to the issue: on my development machine (which is a Windows 7 x64 workstation), irrespective of whether the service updates the 'SERVICES' table or not, the crystal report generates just fine and is emailed to the recipients. However, when I installed the service in our TST environment which is a Windows 2008 R2 enterprise x64 server, the crystal report generates perfectly well but ONLY if the 'SERVICES' table is first updated. If the 'service' table is not updated, then on each scheduled run of the already started service, the crystal report fails when executing the 'verify database' step. The exception received is:     Inner Exception     ---------------     Type : CrystalDecisions.CrystalReports.Engine.LogOnException, CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304     Message : Log on failed.     Source : CrystalDecisions.CrystalReports.Engine     Help link :     ErrorID : LogOnFailed     Data : System.Collections.ListDictionaryInternal     TargetSite : Void VerifyDatabase()     HResult : -2147215360     Stack Trace :    at CrystalDecisions.CrystalReports.Engine.ReportDocument.VerifyDatabase()       at MailingService.GenerateMailing()         Inner Exception         ---------------         Type : System.Runtime.InteropServices.COMException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089         Message : No error.         Source : Analysis Server         Help link :         ErrorCode : -2147483648         Data : System.Collections.ListDictionaryInternal         TargetSite : Void VerifyDatabase()         HResult : -2147483648         Stack Trace :    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.VerifyDatabase()           at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.VerifyDatabase()           at CrystalDecisions.CrystalReports.Engine.ReportDocument.VerifyDatabase() At this point, I concluded what it needs is that 'first interaction to the database' just once at service start up and i.e. before any report is generated and this theory works. So, as a workaround, I added a piece of code that at start-up, the service does a simple 'select sysdate from dual' just to satiate this need and now the service is working fine. It bothers me that it is a workaround and leaves me wondering why I should even need to do this. Furthermore, I wonder why the service is exhibiting this behavior in the TST environment and not on my DEV workstation? It is natural at this point to consider the aspect that it may have to do with the fact that the report connection is remapped from the DEV database to the TST database. But what makes this even stranger is that if I set the service connection string on my DEV workstation to the TST database, that works fine in that it does NOT require the workaround. Would love to hear your thoughts. Thanks, Sid

Newbie Need CR book

$
0
0

I am trying to learn CR for microsoft  version for visual studio for visual basic 2010. I need a good book to show how to use CR.

 

thanks

Re: Table of Contents in Crystal Report

$
0
0

hello sir i need to print each item quantity  from stock ,purchase and sales table like this

 

item name      remaining stock ,      sales_quantity ,      Purchase_quantity

 

pen           -        5 ,                         3,                                    2

pencil         -       3,                         2,                                     1

 

remaing stock from item ,sales_quantity from sales, and purchase_quantity from purchase table respectiely.

Re: Table of Contents in Crystal Report

$
0
0

Ramesh, please start a separate thread.  Your question is not related to this one.


Re: adding images to report created in VS 2010

$
0
0

HI,

 

I finally solved the problem. I added an image to the report and then I when and changed the Image path value to point to a temp file in the disk

 

The only inconvenience is that I have to create a temp file to hold the image, in my case as I do not have too many rows it works ok.

 

 

Thank a lot for your help Don, it pointed me to the right direction.

 

Thank,

Ignacio

www.laceupsolutions.com

Re: Deploying CR for VS 2010 on 64bit Web Server

$
0
0

We were able to install the msi successfully on the server. And yes, the assemblies are in the GAC with the correct 13.0.2000.0 version.

Re: Invalid Section Height when I load the nth subreport

$
0
0

Sorry, I made a mistake in my original post. I am adding the subreoort to new section in the detail area. Each sub report is added to its own section. Our master report returns zero records so we don't reprint each subreport.

 

Can you clarify what the by design limitation is? Is there a limit on the number of sections in the detail area or a limit on the number of subreports than can be loaded into a section or is it something else.

 

Thanks for your help.

Re: VS 2010 app looking for CR Runtime v 11.5.3700

$
0
0

thank you. that is EXACTLY what I needed!

ASP.NET Crystal Reports viewer vertical scrollbar not working

$
0
0

Hi there

I have built a report server web application using the ASP.NET Crystal Reports for Visual Studio 2013 and everything works fine except for the fact that in Internet Explorer, when the browser window is not large enough to accommodate the entire height of the viewer (which is most of the time), the viewer's own vertical scroll bar is displayed but it won't scroll more than a few pixels up and down, regardless of how large or small the browser window or the report content are. As you can see in the screenshot below, the scroll bar's button occupies virtually the entire scroll bar height, thus preventing scrolling

This behavior only occurs in Internet Explorer... I tried in Chrome and Firefox and everything is good. Btw, I'm using IE11.

Any help is appreciated. Thank you.

ReportViewer.jpg

Regards

Mihai

Re: Crystal

$
0
0

Thank You Bhushan and Don for the info.

Re: IE11 doesn't scroll vertically

$
0
0

Hello Erik

I'm having the same problem, where the scroll bar works in every other browser, except IE11. Did you find any solution to it?

Thank you.

 

Regards

Mihai


SP10 Merge Module and Windows 8.1 App Certification Warnings

$
0
0

Hi,

 

I'm using the merge module "SAP Crystal Reports, version for Visual Studio SP10" - aka v. 13.0.10.1385 as a component of my application installer.

 

When I use the Microsoft Windows App Certification Kit 3.3 on a Windows 8.1 x64 machine, there are some issues that are reported by the certification tool relating to Crystal Reports.

 

These are not issues which will cause an application to fail certification (as far as I am aware - my submission for certification despite these warnings seemed to work), but they are warnings nonetheless.  Is it valid to expect SAP to address these warnings, or should we ignore and accept these ?

 

Of particular concern to me is the security features test - I suspect it may be related to exceptions I often get when calling the Close method of the CrystalReport object in my application - "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." - unless I'm mistaken this relates to the NXCheck and DBCheck flags.  I also find I must turn off DEP on Windows Server machines using my application otherwise it crashes when my application attempts to load a report - again I believe this is related.

 

Anyway - the issues raised by the Microsoft Windows App Certification Kit 3.3 are as follows:

 

 

Clean reversible install test

 

Warning: The non-shared files and folders test detected the following errors:

 

  • File 'C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\MsiExec_4020_2014_08_07_07_04_41_218_trace.glf' was not deleted.

 

Digitally signed file test


Warning: The file, driver signing test detected the following errors:

 

  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crheapalloc3.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libpng10.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sapcpp47.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ncs.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cryptocme2.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ccme_base.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\implode.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Sbtrvd32.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\s2dtconv.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\fssl-1-2-1-6.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\etc-1-0-12-6.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ebus-3-3-2-7.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smerrlog.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smcommonutil.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smagentapi.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\usp10.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icuin30.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icuuc30.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icudt30.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\boezlib.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\zlib.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libcurl.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\xerces-c_2_7.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\xerces-c_2_1_0.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\XalanMessages_1_10.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Xalan-C_1_10.dll does not have a valid signature, either embedded or via a catalog file.
  • Non-driver file C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\xerces-c_2_7.dll does not have a valid signature, either embedded or via a catalog file.

 

Windows security features test

 

Warning: The binary analyzer test detected the following errors:

 

  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crheapalloc3.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crheapalloc3.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sscsdk80_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sscsdk80.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sscsdk80.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libpng10.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libpng10.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pvlocale-1-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pvlocale-1-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sapcpp47.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ncs.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cryptocme2.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cryptocme2.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cryptocme2.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ccme_base.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ccme_base.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ccme_base.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\implode.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\implode.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\implode.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Sbtrvd32.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Sbtrvd32.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Sbtrvd32.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\s2dtconv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\s2dtconv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\s2dtconv.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\fssl-1-2-1-6.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\fssl-1-2-1-6.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\etc-1-0-12-6.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\etc-1-0-12-6.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ebus-3-3-2-7.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ebus-3-3-2-7.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smerrlog.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smerrlog.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smcommonutil.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smcommonutil.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smagentapi.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smagentapi.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\smagentapi.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\usp10.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\usp10.dll has failed the ExecutableImportsCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\usp10.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\gdiplus.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\gdiplus.dll has failed the ExecutableImportsCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\gdiplus.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\gdiplus.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icuin30.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icuin30.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icuuc30.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icuuc30.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icudt30.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\icudt30.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\boezlib.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\boezlib.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\zlib.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\zlib.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libcurl.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libcurl.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u25azalea.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u25azalea.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\xerces-c_2_7.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\xerces-c_2_7.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\xerces-c_2_1_0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\xerces-c_2_1_0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\XalanMessages_1_10.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\XalanMessages_1_10.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Xalan-C_1_10.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Xalan-C_1_10.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\keydecoder.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\keydecoder.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cxlibw-5-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cxlibw-5-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cxlib-5-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cxlib-5-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\secSSO.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\secSSO.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\nsclient140w.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\nsclient140w.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libOCAsecurityw-4-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libOCAsecurityw-4-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libOCAhelperw-5-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\libOCAhelperw-5-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\TraceLog-4-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\TraceLog-4-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\locale_fallback-4-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\locale_fallback-4-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\BCM-4-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\BCM-4-0.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702236559189\PrintControl_res_en.cab\csprintdlg_res_en.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702236559189\PrintControl_res_en.cab\csprintdlg_res_en.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702236559189\PrintControl_res_en.cab\PrintControl_res_en.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702236559189\PrintControl_res_en.cab\PrintControl_res_en.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\csprintdlg.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\csprintdlg.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\DependencyInstaller.exe has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\DependencyInstaller.exe has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\gdiplus.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\gdiplus.dll has failed the ExecutableImportsCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\gdiplus.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\gdiplus.dll has failed the SafeSEHCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\PrintControl.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\PrintControl.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\pvlocale-1-0.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\pvlocale-1-0.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\usp10.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\usp10.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\xerces-c_2_7.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702239215244\PrintControl.cab\xerces-c_2_7.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702286090769\PrintControl_res_en.cab\csprintdlg_res_en.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702286090769\PrintControl_res_en.cab\csprintdlg_res_en.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702286090769\PrintControl_res_en.cab\PrintControl_res_en.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702286090769\PrintControl_res_en.cab\PrintControl_res_en.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\csprintdlg.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\csprintdlg.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\DependencyInstaller.exe has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\DependencyInstaller.exe has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\gdiplus.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\gdiplus.dll has failed the ExecutableImportsCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\gdiplus.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\gdiplus.dll has failed the SafeSEHCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\PrintControl.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\PrintControl.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\pvlocale-1-0.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\pvlocale-1-0.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\usp10.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\usp10.dll has failed the DBCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\xerces-c_2_7.dll has failed the NXCheck check.
  • File C:\Users\Administrator\AppData\Local\Temp\\BinScope\CabSplitter\130518702288434053\PrintControl.cab\xerces-c_2_7.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crqe_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crqe_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlov_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlov_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crqe.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crqe.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlov.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlov.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\querybuilder_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\querybuilder_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\querybuilder.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\querybuilder.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3ssten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3ssten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2ssyb10.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2ssyb10.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3souen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3souen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2soutlk.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2soutlk.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\P2soutlk.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\P2soutlk.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3dbeen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3dbeen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2bbde.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2bbde.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_oracle_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_oracle_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_oracle.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_oracle.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_odbc_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_odbc_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_odbc.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_odbc.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3sifen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3sifen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_P2sifmx.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_P2sifmx.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_P2sifmx.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_FileSystem_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_FileSystem_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_FileSystem.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_FileSystem.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\c2d6dten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\c2d6dten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_fielddef_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_fielddef_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Crddt32.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Crddt32.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\Crddt32.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_fielddef.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_fielddef.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_db2cli_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_db2cli_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_db2cli.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_db2cli.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dataset_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dataset_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dataset.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dataset.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_com_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_com_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_com.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_com.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_cdo_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_cdo_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_cdo.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_cdo.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3tbten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3tbten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3dbten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3dbten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2ctbtrv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2ctbtrv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2bbtrv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2bbtrv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2bbtrv.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2bbtrv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2bbtrv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_adoplus_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_adoplus_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_adoplus.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_adoplus.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_ado_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_ado_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_ado.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_ado.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3ra3en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3ra3en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3da3en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p3da3en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2bact3.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2bact3.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2iract3.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\p2iract3.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2bact3.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2bact3.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_query_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_query_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2s_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_p2s_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_pc_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_pc_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dictionary_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dictionary_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dao_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dao_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_query.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_query.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_query.dll has failed the SafeSEHCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_pc.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_pc.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dictionary.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dictionary.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dao.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_dao.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlogger.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlogger.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlang.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crlang.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\registrywrapper.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\registrywrapper.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\localcon_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\localcon_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dtsagentd_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dtsagentd_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\localcon.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\localcon.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dtsagent.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dtsagent.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\csprintdlg_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\csprintdlg_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\PrintControl_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\PrintControl_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\csprintdlg.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\csprintdlg.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\pvlocale-1-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\pvlocale-1-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\xerces-c_2_7.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\xerces-c_2_7.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\PrintControl.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls\PrintControl.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\prompt_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\prompt_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ParameterDesigner_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ParameterDesigner_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\prompt.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\prompt.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ParameterDesigner.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ParameterDesigner.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fxmen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fxmen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fxml.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fxml.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fxm2en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fxm2en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_xml2.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_xml2.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_xls_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_xls_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_xls.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_xls.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_wordw_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_wordw_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_wordw.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_wordw.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3ftxen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3ftxen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2ftext.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2ftext.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fsven.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fsven.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fsepv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fsepv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_rtf_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_rtf_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_rtf.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_rtf.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3frcen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3frcen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2frec.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2frec.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3frden.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3frden.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2frdef.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2frdef.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\grouptreemodeller.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\grouptreemodeller.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3foden.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3foden.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fodbc.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fodbc.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_html_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_html_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_html.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_html.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fcren.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3fcren.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fcr.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2fcr.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dvmen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dvmen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dvim.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dvim.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dpten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dpten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dpost.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dpost.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dnten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dnten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dnotes.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dnotes.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dmpen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3dmpen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dmapi.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2dmapi.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3ddken.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\x3ddken.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2ddisk.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2ddisk.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\exportmodeller.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\exportmodeller.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\clientdoc_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\clientdoc_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\requestmodel_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\requestmodel_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptcontrollers_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptcontrollers_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptdefmodel_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptdefmodel_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cubedefmodel_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cubedefmodel_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommoncontrols_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommoncontrols_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommlayer_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommlayer_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\datadefmodel_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\datadefmodel_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxserialize_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxserialize_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\objectfactory_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\objectfactory_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\commonobjmodel_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\commonobjmodel_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxmlserialize_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxmlserialize_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\clientdoc.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\clientdoc.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\requestmodel.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\requestmodel.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptcontrollers.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptcontrollers.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptdefmodel.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\rptdefmodel.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cubedefmodel.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cubedefmodel.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommoncontrols.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommoncontrols.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommlayer.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommlayer.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\datadefmodel.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\datadefmodel.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\undomanager.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\undomanager.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxserialize.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxserialize.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\objectfactory.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\objectfactory.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\commonobjmodel.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\commonobjmodel.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxmlserialize.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\saxmlserialize.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cslibu-3-0.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cslibu-3-0.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\csprintdlg_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\csprintdlg_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\reportrenderer_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\reportrenderer_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u35s1en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u35s1en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u35dten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u35dten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3520en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3520en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312saen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312saen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312fren.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312fren.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312dten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312dten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u31220en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u31220en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lfren.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lfren.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3ldten.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3ldten.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3l20en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3l20en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pageobjectmodel_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pageobjectmodel_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crpe32_res_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crpe32_res_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\csprintdlg.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\csprintdlg.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\reportrenderer.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\reportrenderer.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_zh_TW.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_zh_TW.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_zh_CN.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_zh_CN.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_sv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_sv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_ru.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_ru.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_pt.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_pt.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_pl.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_pl.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_nl.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_nl.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_ko.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_ko.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_ja.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_ja.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_it.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_it.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_fr.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_fr.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_es.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_es.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_en.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_en.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_de.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtowords_de.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxczh_TW.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxczh_TW.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxczh_CN.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxczh_CN.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcsv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcsv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcpt.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcpt.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcnl.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcnl.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcko.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcko.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcja.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcja.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcit.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcit.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcis.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcis.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcfr.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcfr.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxces.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxces.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcde.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u3lxcde.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xczh_TW.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xczh_TW.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xczh_CN.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xczh_CN.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcsv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcsv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcpt.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcpt.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcnl.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcnl.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcko.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcko.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcja.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcja.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcit.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcit.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcis.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcis.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcfr.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcfr.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xces.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xces.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcen.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcen.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcde.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u312xcde.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\uf12manager.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\uf12manager.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ufmanager.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\ufmanager.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212com.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212com.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212samp.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212samp.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212finra.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212finra.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212exch.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212exch.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212dts.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u212dts.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2122000.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2122000.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u25samp1.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u25samp1.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2lfinra.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2lfinra.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2lexch.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2lexch.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2ldts.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2ldts.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2lcom.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2lcom.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2l2000.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u2l2000.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u25dts.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u25dts.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u252000.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\u252000.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pageobjectmodel.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\pageobjectmodel.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtslv.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crtslv.dll has failed the DBCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crpe32.dll has failed the NXCheck check.
  • File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crpe32.dll has failed the DBCheck check.

Need to uninstall CR 64 and install CR 32 for vs2010 on a development PC

$
0
0

I am doing my development in vs2010 on a new computer as well as the older pc.  Both the old one and the new are 64 bit.  However on the old pc when I added CR to the vb.net 2010  (vs2010) I installed CR32 for net crystalreports.  When I install on people's servers, I install the cr32bit msi.

 

However, the person setting up the new computer when they installed vs2010 installed the 64 bit version.

 

I am concerned that it will make it impossible now to copy my work from the new computer to the old one.   Can I uninstall the cr64 from the vs2010 and instead install the cr32 version?

 

If so, how is this done?

 

Or do I also install the cr32 and then make some reference to which CR a program is using when I create a new project?

 

Or do I uninstall  vs2010 and reinstall  vs2010 and CR32.

 

Any help would be appreciated.  Thanks

Re: "Can Grow" Fields cutting Text on right Margin if Page Setup has no Printer

$
0
0

Hi Don,

 

PS. I'm already using the viewer from CRVS2010 SP10.

@Ludek: BTW: what about the wiki of the fixed issues in SP10?

 

So my problem is finally caused by a MS bug in GDI+, thanks for your in-depth explanation.

 

Some thoughts:

  • if your .Net-Viewer uses GDI+, why is wrapping different when "No Printer" is not checked?
  • do you have another new .Net-Viewer which uses the "old" GDI?
  • it would be great that your R&D could provide a workaround. Our customers won't understand if we state "This is a problem of SAP and they say it's a problem of Microsoft", they need a solution.
  • playing with the object size is not an option. If we change it 1 mm to the left, perhaps then is another string-compilation that produce a wrong wrapping again...

 

Thanks,

Patrick

Re: Printing to Journal Note Writer

$
0
0

Hi Don,

 

Yes that's right, Windows Journal crashes when I print the pdf created from my report to it.

 

I'm now thinking that this is a windows Journal problem on windows 8.1.  I've tried printing the same pdf on another w8.1 pc which results in a crash.  However, the same pdf on a windows 8 PC works.

Re: Missing References

$
0
0

So basically I need to recompile on the old server with the new version of CR then deploy.

Correct?

(The idea of just moving the web app onto a server with the new installed version of CR's isn't going to work...right?)

 

Thanks for the help.

Viewing all 6879 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>