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

"Missing parameter values" message - any ideas?

$
0
0

Hi all,

 

I'm working on upgrading a system that currently runs on (wait for it) CR9!

 

The system involves a number of very complex reports - one at least has about 50 subreports; all running from stored procedures and all with nicely linked parameters. The reports are run from within a C# program which uses the SetParameterValue method to provided values for the ten "externally visible" parameters.

 

All of this stuff works, is robust and reliable - we churn out in the region of 10,000 reports an hour using the CR9 SP7 runtimes.

 

However, we do now have to revisit things and upgrade to a more recent version of CR, either 2013 or 2016. So we created a new version of our software using the latest runtime files - it all complied just fine without changing any code - and we gave it a go.

 

The program gets to the SetParameterValue method calls and throws the "Missing Parameter Values" error. Has something changed in the way the method works now?

 

I've tried just opening the report in the new designer and resaving, and also unlinking and relinking all of the subreport parameters in the new designer and saving the resulting file too. Neither had any effect.

 

Grateful for any pointers!

 

 

Pete


query with WHILE

$
0
0

good afternoon all

 

 

I'm doing the following query where, I am taking a WHILE returning me the lines of quantity

 

buenas tardes foro estoy realizando la siguiente consulta donde esto ocupando un WHILE que me regresa los renglones según las cantidades

 

WHILE @i <= (select B.Quantity/B.PackQty from ORDR A INNER JOIN RDR1 B on A.DocEntry = B.DocEntry where A.DocNum = 3828)

      BEGIN;

            IF (@i%1000!=0)

                  PRINT @i

            SET @i=@i+1;

      END;

 

 

all goes well only when my order is the one line, if is two line mark  error. can I  solve this situation?

 

 

 

 

 

ERROR

 

Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.

Put the date in the file name

$
0
0

I have a report, that is there a way to get the YYYYMMDD (can be the current date or current date+1)

into the file name ? I want to do the following automatically.

 

Run every day with name of report:

 

'Daily Appointments July 8, 2016'  How to insert the date automatically in file name?

isnull on date type doesnot return records although exist

$
0
0

Hi All,

       In my report i pass on the parameters start date and end date. I want the result set to include the records whose end date is null. I have explicitly used the isnull function in Record Selection Formula Editor but it does not bring up any records although they exist. If i run the same query in SQL i get result set which has End Date as Null i read in some forums that isnull should be first function in Record Selection which I did i have got other conditions and it does not retain this even though i placed it first. Any suggestions how this can be fixed ? Am on crystal reports version 10.0.5.1506.

 

Thanks,

Prathima

Preview Panel in v2016 doesn't display automatically

$
0
0

Hi,

I have the "display preview panel" option checked on the layout tab on the Options dialog box and on the Report options dialog box, but the preview panel does not display unless I do View - - > Print Preview. I did not have this problem is v2013.

 

Any advice would be greatly appreciated
Thanks

Tracy

about component of SAP crystal server 2016

$
0
0

hi,

I have some question about SAP crystal server 2016:

1) Are SAP crystal server 2016 include both products SAP crystal report 2016 and SAP crystal reports for enterprise?

2) What are component of SAP crystal server 2016?

3) What are different between license NUL and CAL in SAP crystal server 2016?

4) Is license type CAL All-in-one access to SAP Crystal Reports 2016, SAP Crystal Dashboard Design 2016, and SAP Crystal Server?

5) When I install SAP crystal server 2016 on a machine server, Where do SAP crystal reports 2016 install on? on server or client?

 

Thanks

Problem with Kmer character

$
0
0

Hi,

I'm using Crystal Reports 2011.

I have some problems with Kmer character.

As you can see in attached file above some character there is a little "+" and is not part of a Kmer character.

Seems to be a problems of USP10.dll.

Have you some idea about that ?

 

Thanks

Filippo

Regarding getting distinct records while joining views in Crystal Reports

$
0
0

Hi Team,

I am joining multiple views which were created in SQL Server in Crystal reports.The views do not have a unique join key on which I can join them on. I need to obtain distinct records on my report from the joined view as I am getting duplicate records as the join key is not unique.Any help will be much appreciated.

 

Thanks and regards,

Ashwin Jayagopal


Need help on "3 formula method" with "whileprintingrecords"

$
0
0

Hi need help converting a stringvar into a random symbol when it replicates the previous stringvar. I can get a single variable to convert (1st else if) but i cannot nest the correct formula for a multi variable (else statement). Thanks for the help, Max.

 

//'Restart Formula' place in a suppressed GROUP header

whileprintingrecords;

stringvar sv_element := ''

 

//"Display Formula" place in GROUP footer

whileprintingrecords;

stringvar sv_element;

 

//"Build Formula" place in a suppressed DETAIL

whileprintingrecords;

stringvar sv_element;

 

if onfirstrecord then

sv_element := trim({rpAnalyteList_C.Symbol})

 

else if trim({rpAnalyteList_C.Symbol}) = previous({rpAnalyteList_C.Symbol}) then

sv_element := " ^^ "

 

else sv_element := trim(sv_element) & " " & trim({rpAnalyteList_C.Symbol})

 

 

Current Formula provides this TableThis is the Table I need
Ag Al As Ba UAg Al As Ba U
UU
^^^^
^^^^
Ag Al As Ba UAg Al As Ba U
Ag Al As Ba U^^
Ag Al As Ba U^^

Sap business objects CMS Error FWM 20031

$
0
0

Hi All,

 

I am using Crystal reports 2013 tool. Yesterday there was a space issue on the server where SIA is running.

 

We cleared around 10 GB space by deleting the B14 CMS logs , but however started seeing issues that CMS has stoppped working.

 

When i try to go and edit the System DSN , getting the error 'Connection Failed: Database server not found'

 

Attaching the error messages I received. Can any one help on how to resolve the CMS error?

 

Password i gave for dba DSN is Crystal2013.. Let me know if its wrong.

Crosstab in Crystal Report

$
0
0

dear Sir/Mam,

 

I have a problem on my Crosstab column header

e.g

 

i want

 

Monday       2

Tuesday     0

webnesday     0

Thursday          2

Friday          3

Saturday          4

Sunday          1

 

but in my report

 

only displayed

 

Monday       2

Thursday          2

Friday          3

Saturday          4

Sunday          1

 

how can i make the days static or fixed column even it has a zero value i i want it there in the report..

 

Big thanks

 

 

Regards

Silent

Accessing Volusion through Crystal Reports

$
0
0

I am trying to set up the interface between Crystal Reports and the database files on Volusion. Volusion's API program gives me a http: address that ends in WebService.aspx followed by a login, password and then EDI_Name=

 

When I try to set up; the data connection as "Universal Web Service Connector" it asks for the server, user ID and password, but returns with the message "Failed to open the connection"

 

If I try to set up the connection as XML and WebServices, I choose Use HTTP Data Sorce and put in the URL that I have been given. It then gets me to the next screen asking for HTTP Parameters.  Add Property is then asking for Property and Value info, neither of which I have. 

 

Any ideas on how to get these 2 programs connected? Both of their support departments are telling me that it can be done, but neither has any info on how to do it. I would think this would be something that numerous people would need since volusion reporting is horrible unless you are an SQL programmer.

Data is in Time Range

$
0
0

We have a timestamp for Start Time and a separate timestamp for End Time. I would like to see if the run falls within a scheduled break. For example:

Start Time = 9:30 AM

End Time = 12:15 PM

 

Break = 9:45 - 10:00

 

I would assume I would use an If-then statement, but I am having a hard time setting it up with having 2 separate Start/End times.

 

Thank you for any assistance.

Connecting to shared relational connection is very slow

$
0
0

Hi,

 

We are using Crystal Report for Enterprise 4.x and Bi 4.x server and HANA SPS11 is installed in a separate network.

It is taking around 5 minutes when connecting to HANA shared relational connection from crystal client outside the network.

But the same step is taking less than a second when connecting to HANA shared relational connection from crystal client inside the network.


Example: BI 4.x server, HANA SPS11 are installed in Network A. Crystal Report for Enterprise 4.x is installed in Network B.


Case:1 - 5 minutes time: When connecting to shared relational connection from crystal client which is in Network B.

Case:2 - Less than a second time: When connecting to shared relational connection from crystal client which is in Network A.

 

 

Can someone help me to understand why Case:1 is taking more time compare to Case:2 and how to resolve this issue.


Steps that I followed.


  1. Open SAP Crystal Report for Enterprise.
  2. Click on File->New->From Data Source.
  3. Click on Browse Repository…
  4. Select BI Host Name and click on ok.
  5. Enter User Name and Password.
  6. Choose Relational Connection from Data Source Type drop down.
  7. Select the shared relational connection and click on Next. (This is the step which is taking 5 minutes).

 

 

Regards,

Chandra.

Print page of report x nb of times based on field qty

$
0
0

Hi,

 

I have a simple report that prints the quantity of an item (with other data as well) It prints 1 page per order.

 

Is it possible to print the report the same number of times as the quantity.

 

For example Item: ABC Qty:12, I want this report to print 12 times.

 

Thanks,

Debbie


Left outer join and records filtering

$
0
0

Hi All,

 

In the below example I'd like to join two tables on EmployeeId in a way that in the final result dataset I get EmployeeId where type equals A or is null. I'd be easy to do through command but I need to do it through table choice not command. When I left outer join the tables and filter records on condition type=A or IsNull(type) records with type value null are eliminated. Could you please advise how to do it?

 

Table 1

 

EmployeeId
1
2
3

 

Table 2

 

EmployeeIdType
1A
2B
3

 

Result dataset:

 

EmplyeeIdType
1A
3

 

Regards,

Przemek

Crystal Reports 2013 - Out of Memory

$
0
0

Hello, I recently created a few Crystal Reports to get some data out of an application we use here.  The application runs on SQL Server 2014 (64-Bit).  My Crystal Reports version is 2013.  It says in Task Manager that it is 32-Bit, although I cannot find separate installers, so I am assuming that there is only a 32-bit Version.

 

The database server has 144GB of RAM assigned to it, and the server running Crystal Reports has 32GB of RAM assigned to it.

 

My report aggregates some counts of statistics in the database, and take a long time to do so.  However, it always FAILS at around 35% with an Out of Memory error.

 

I absolutely do not believe that server specs are to blame, because I can turn them way, way, up and get the same error.

 

Is there any way to prevent these Out of Memory errors?  Perhaps the application is coming up upon some sort of software-based limitation?

 

Any specific help would be greatly appreciated.

I have given date parameter to my report but it did not prompt to refresh the report for new parameters in Crystal Report viewer. How can I do that?

$
0
0

I have given date parameter to my report but it did not prompt to refresh the report for new parameters in Crystal Report viewer. How can I do that?

Crystal report XI and Chinese Characters in pdf

$
0
0

    Hello

 

1- I have a crystal that I am running and it's running OK  on my local pc(no issues) the  Chinese characters show up OK and it export to pdf , my pc is on windows 10

2- The same exact  report when I run it on the server(window 2008 R2) then  Chinese characters will not work ( I get something like ?????).

  I even installed the Chinese language on the server but still the same problem. Does anyone have an idea what's causing this and how to solve it?

Thank you

alpha

Crystal report table switch

$
0
0

Is there a way to swap table within the code of a Crystal report. I'm trying to replace a table with a similar table (the new table having some added fields) without having to go through and changing ALL of my formulas and formatting. Is there a simple way to do this?

Viewing all 4716 articles
Browse latest View live


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