cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode Reports problem

Former Member
0 Kudos

Hi,

We are using Crystal Report XI. Classic asp (using RDC) is used to launch the reports.

u2lbcode.dll is deployed for displaying the barcode in Crystal reports.

On launching the report having barcode we are getting the following error,

CRAXDRT Error Occurred on Server.-2147191835: UFL u2018u2lbcode.dllu2019 that implements this function is missing.

The same report is working fine in 32 bit operating system. We are facing this issue in 64-bit OS only.

Crystal Report Version: Crystal Report XI.

Operating System Version: Windows 2008 R2 Standard Edition (64 bit).

How to overcome this issue?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Unfortunately, no version of the Report Designer Component is supported on WIN 2008. See [this|http://wiki.sdn.sap.com/wiki/x/b4JiAw] wiki. (It applies to the RDC as well as .NET). However, let me know the exact version of CR you are using and we'll take a look at "best effort" help.

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Edited by: Ludek Uher on Mar 9, 2012 6:37 AM

Answers (2)

Answers (2)

0 Kudos

Also, use Dependency Walker to find all of the dependencies for your UFL.

I don't recognize that UFL, did you write it or did some third party application you installed create and install it?

If you write click on the dll it may tell you who owns it.

Don

0 Kudos

You could try a few things that might work but as Ludek indicated, not supported.

Try using the 32bit regsvr32.exe for the UFL dll, you can find which ones it's looking for using ProcessMonitor.

Makes sure IIS is running in 32 bit mode, XI is only 32 bit, no 64 bit application support.

Upgrade to ASP.NET and CR for VS 2010 which supports 64 bit OS's and applications and AppPools.

Don