Quantcast
Channel: SCN : All Content - SAP Crystal Reports
Viewing all 4716 articles
Browse latest View live

Can not create temp file Crystal Reports

$
0
0

Hello,

 

I am seeing below message in my application logs. Menu to export the report in the application is not allowing me to do that. Please help thanks.

 

 

05:33:35 Error: Servlet.service() for servlet [CrystalReportViewerServlet] in context with path [/crts] threw exception [com.businessobjects.report.web.shared.WebReportingException: The viewer could not process an event. Can not create temp file [CRSDK00000615] ---- Error code:0 [CRWEB00000119]] with root cause

        com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal (see logs for details)

 

Thanks,

Rajeev Kilaru


what to do when a command object's linking isn't reliable

$
0
0

Hello,

I have a Crystal report built on OLE DB (ADO).  OraOLEDB.Oracle connectivity.  I have a command object that will return only the first record when a LEFT OUTER JOIN is used or INNER JOIN for that matter. I have built and tested the query in SQL Developer Oracle tool.  The results are fine when the query is run using the SQL Developer tool, so I know the data is there. 

 

Has anyone experienced this issue?  Any ideas on what to do with the Command object to make it display all it's results when linked up with the other table? Should I try a different driver for connection?

Thank you,

Mark Camuso

717-919-7071 


Conditional minimum (lowest positive value)

$
0
0

Hi,

I have a series of values ranging from -50 through to 999, I want to be able to show the lowest positive value to allow record suppression.

 

e.g.

The data being reported is from our purchase price book

I would like to be able to suppress all but the highlighted row on the following example (so I would need a formula that will return 1.02), however, the lowest positive qty will vary from part to part and the lowest positive is not always going to be the 3rd record.

Capture.JPG

 

Thanks in advance for the help

Andrew

How to increase int limit crystal report

$
0
0

i have 10 digit numbers 8008442002, but why crystal report format it to 2147483647?

crw32.exe Crashing When I try to print

$
0
0

I have version 14.1.4.1327. It always and universally crashes when I go to print.

I tried setting all the .exe as DEP exceptions. crgacutil.exe says it must run

with DEP on. It still crashes. The details are the same or very nearly the same:

 

Description:

  Stopped working

 

Problem signature:

  Problem Event Name:    APPCRASH

  Application Name:    crw32.exe

  Application Version:    14.1.4.1327

  Application Timestamp:    537bc968

  Fault Module Name:    ntdll.dll

  Fault Module Version:    6.3.9600.17736

  Fault Module Timestamp:    550f42c2

  Exception Code:    c0000005

  Exception Offset:    0004245e

  OS Version:    6.3.9600.2.0.0.16.7

  Locale ID:    1033

 

Does anyone know of a fix?

 

Thanks.

 

Karl Hudnut

How do I sort by employee last name when grouped by employee id?

$
0
0

Hi,

 

The first Group is: Employee ID.

The second Group is: Employee Last Name.

 

I wish to sort the entire report by Employee Last Name; however, standard crystal reports sorting functionality doesn't present me with this ability. As a result, the report is sorted by Employee ID.

 

Can someone help me how to sort by Employee Last Name in this scenario?

 

thx,

Mark

How to run SQL EXEC statement in Crystal Report?

$
0
0

Hello,

 

I am able to run the following SQL Query from SQL Server.

EXEC  msdb.dbo.sp_start_job N'TEST1'

 

Is that possible to run this query in CR 2008 using Command?

 

Thank you for your help.

 

-Bill

Need help with optional cascading dynamic parameter in CR2013.

$
0
0

Anyone know if there is a way to setup a cascading parameter where both dynamic parameters are optional and both show the full selection list?  Specifically, take this example, State and City are the cascading parameters but the report can be run without filtering on either.  The problem I have, is that if nothing is selected for the 'State' Parameter, City does not show any values.  I want City to be filetred based on the State selection but a non selection of state should equal all and therefore the full list of city should show so the user can skip ahead to 'City' if you did not know what 'State' it was in.

 

Thanks for any advice on how to do this.


Help with formula please

$
0
0

New to Crystal Reports, and fumbling my way through.

 

I am working with an ACCESS (2007) database.

The form has 2 possible addresses depending on the Role chosen from the drop down list.

The Roles are: 1. Office 2. Mailing

 

I am trying to print ONE report with the criteria based on whether the roles for 1. Office AND 2. Mailing  addresses have been entered.

So what I am trying to accomplish is:

If there is a 1.Office address entered, as well as 2.Mailing address entered, then in field#1 print the Office Address, and in field#2 print the Mailing address on one letter.

 

I have this formula in field#1: If{LocationRoles.LocationRole} <> "Mailing" THEN {Locations.Address}+{Locations.Zip+4};

I have this formula in field#2: If{LocationRoles.LocationRole}<>"Office" THEN {Locations.Address}+{Locations.Zip+4}

 

 

The Result: It prints 2 separate letters - one letter with an Office address in field#1 (field#2 is blank) and one letter with a Mailing address (field#1 is blank).

I tried different formulas, and printing on 2 separate letters is the closest I've come to accomplishing what I want.

Your input is very much appreciated.  Thank You.

How to Link Tables for this report scenario

$
0
0

For appointment availability, client would like to narrow(or filter) doctors by specialty but doctors can have more than 1 specialty.  3 tables involved (Doctor, DoctorSchedule, and DoctorSpecialty).  The relationship between Doctor and DoctorSchedule is DoctorCode.  The relationship between Doctor and DoctorSpecialty is SpecCode.  As it is now, the report is duplicating rows for doctors that have multiple specialties.

 

They want to see doctor appt availability for doctors of a particular specialty but the specialty is not assigned or stored in the DoctorSchedule table.

 

What is the best way to link these tables in crystal reports 2013 in order to achieve the goal?

 

Thanks for any help.

Crystal reprot frist page footer only want display ,but i do not want suppress second page details.

$
0
0

I am designing a very simple report by using section report header, detail section and page footer . I need to show some data's on first page itself  in footer, so i am using page footer section. But i need to display page footer in first page alone , if i have multiple pages of record , i need to suppress page footer from 2 nd page onwards . values are getting suppress on page footer , but i can't able to occupy that reserved space in 2nd page , i am getting that space as blank .My footer section is 7.5 cm long , it is 1/4 of the A4 size , so no one like to see blank space at the bottom of each page , also dont like to waste the paper while taking print out .   I tried to find out a solution and work around for this long time , but i didnt got any solution , also i came to know from google search that most of the users also stuggling in this scenario

How To... Average a date/time field in Crystal Reports 2008

$
0
0

Hello,

 

I would like to insert an average for a provider Login Time time using Crystal Reports 2008.  The date/time field is grouped by week for each provider.  What would be the syntax used to create the formula which would display the average? 

 

The format is as follows:

 

Date            Log In

1/5/2010     1/5/2010   8:16:54AM

1/6/2010     1/6/2010   7:36:54AM

1/7/2010     1/7/2010   7:30:54AM

1/8/2010     1/8/2010   7:31:54AM

1/9/2010     1/9/2010   7:35:54AM

 

                          AVG: 7:30:54AM

 

Thank you!

Register Crystal Reports

$
0
0

In my "About Crystal Reports" (version 10.0.0.533) it is stated that the product is NOT REGISTERED! Where can I do this?

GetPeach Functions compatible with Crystal Reports 2013

$
0
0

Does anyone know if the Get Peach functions from Peachtree are compatible with Crystal Reports 2013? 

 

We have several custom reports that utilize these functions.  They worked fine on the 2008 version of Crystal Reports that was included with Sage 50 Accounting.  But now that we try to use them on the 2013 standalone version, we receive the following error:

 

"The specified module could not be found."

 

Functions show up fine in Crystal Reports, just will not run. 

 

We have tried the install on multiple systems and tried using sample new databases but the error is always the same. 

 

Are these functions disabled in 3013?  Does anyone know of an alternate way to pull from Sage 50 Accounting? 

Crystal 11 Error Code: 0x80004005

$
0
0

I am having an error code: 0x80004005 when attempting to receive historical data.  We just upgraded From Crystal Reports 9 to Crystal Reports 11, due to technical errors.  When first trying to pull historical data, after the upgrade, the data was pulling (last week) and this week it is not pulling.

 

Please help me!


Crystal Reports 2013 installed on windows server 2012 and crashing when trying to link tables

$
0
0

Whenever I select database expert and click links tab, the program crashes.

 

Problem signature:

  Problem Event Name: APPCRASH

  Application Name: crw32.exe

  Application Version: 14.1.6.1702

  Application Timestamp: 556ceec7

  Fault Module Name: MFC80U.DLL

  Fault Module Version: 8.0.50727.6195

  Fault Module Timestamp: 4dcdece0

  Exception Code: c0000005

  Exception Offset: 0005ac0d

  OS Version: 6.2.9200.2.0.0.272.7

  Locale ID: 1033

  Additional Information 1: 5861

  Additional Information 2: 5861822e1919d7c014bbb064c64908b2

  Additional Information 3: 5c1f

  Additional Information 4: 5c1f554df00553b422a8baa03b19335a

 

Support pack 6 installed and still happenening.  Please help.

Application stopped working

$
0
0

Hi,

 

I have build an application in VB.NET with crystal reports. It runs in my laptop. It also runs in my client's computer. But each time I generate a bill or a report (in Crystal Report), the application stopped working. It says...

 

Description:
Stopped working

Files that help describe the problem
:
  C
:\Users\Manager\AppData\Local\Temp\WER46BF.tmp.WERInternalMetadata.xml
  C
:\Users\Manager\AppData\Local\Temp\WER7030.tmp.mdmp

Read our privacy statement online
:
  http
://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement isnot available, please read our privacy statement offline:
  C
:\Windows\system32\en-US\erofflps.txt


I am unable to solve this. This never happened to me. One of my friend posted a question in StackOverflow, but didn't get any answer.


I've reinstalled .NET framework and tried again, but failed.


What should I do ?


For your information, I am using Visual Studio 2010, MySQL, Crystal Reports 13.0.14

Crystal Report this field can not be summarized error on forumla field

$
0
0

hi,

 

I create one Formula for calculate the amount

 

For example -

 

SR.NORateQtyAmount
11010100
25525
TOTAL15 125

 

 

here i calculate Amount using crystal report formula field i.e - ( Rate * Qty)

 

i want to Sum of Amount Column like SUM(@Amount);

 

they show this field can not be Summarized error.

 

please give me solution for solving this problem

 

thanks!!!

 

Rly fast

Connect Crystal Report 2013 to SAP BO BI Server

$
0
0

Hi all.

I have to develop for the first time reports for Crystal Report Enterprise per BOBI 4.1 SP4. I generally use Crystal Report 2013 to implement reports in my past experiences.

 

Now my customer provide me some info to connect their SAP BO BI Server

 

 

- BI Platform Web Services Server Name

- BI Platform Web Services Server Port Number

- BI Platform Web Services Server Context

 

 

but I cannot find a way to configure a connection to SAP BO BI Server with those parameters.

 

So my doubt is: is it possible to develop reports for Crystal Report Enterprise per BOBI 4.1 SP4 using Crystal Report 2013 or do I need a different development tool? If yes, how can I configure to establish a connection from CR 2013 to SAP BO BI Server?

 

Thanks in advance for your support

Best Regards

 

Paolo

Crystal Web Viewer Printing Notification

$
0
0

Hello:

 

An end user of Crystal Web Viewer says that asterisks used to display on her documents, whenever she would print those documents.

 

She says that, about six months ago when they upgraded, these asterisks stopped displaying.

 

Is there some sort of add-on or something along those lines that is missing that needs to be reinstalled in Web Viewer in order to bring back those asterisks?  Is there a font that needs to be reinstalled?

 

Thanks!

 

johnellis1980s

Viewing all 4716 articles
Browse latest View live


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