Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2015-10-19 18:51:03

mongonv
Member
Registered: 2015-07-31

List of values for parameter on Crystal Report throws error

Having an issue with Crystal Reports running in ReportServer, where the report has "select list" type parameters.

Outline:

    We have several Crystal Reports that I'm trying to set up in ReportServer.  All of them have one, or more parameters where the user needs to select a value from a listing.
    The report is setup in Crystal Reports with the parameters defined as having a list of values to pick from;
    The parameter is defined in ReportServer as a "Data Source Parameter"
    The Datasource for it in ReportServer is a "CSV" type (Text Connector).
    When we attempt to run the report in ReportServer, we get an error popup of "Regex test failed" after selecting the parameter values, and clicking Preview.

Example:

In Crystal Reports, the parameter is defined as:
Parameter Name = "Event selection"
Type = String
Prompt Text = "Choose the point in permit process to report on"
Allow Custom Value = True
Allow Multiple Values = False
Value Range Kind = Discrete
List of Values = [Received] [Finaled] [Denied] [Approved]
Initial Value =
Prompt with Description = False
Edit Mask =
Min Length =
Max Length =

In ReportServer, the parameter is defined as a "Data Source" type, connected to a CSV defined Datasource.
Datasource = "Event_Selection"
Selection Mode = "Single Selection"
Selection Style = Dropdown
DataType = "java.lang.string"

The Datasource for it is defined as:
Name = "Event_Selection"
Quotes = "
Separator = ;
Database cache = -1
Connector = "Text Connector"
Data =
                Value;Name
                Received;Received
                Finaled;Finaled
                Denied;Denied
                Approved;Approved

Question:

1) What could be causing the "Regex Test Failed" error ?
2) Since the error happens immediately after selecting the parameter value, and clicking Preview, no error listing or output is produced,  how to we triage to determine the true cause in a case like this ?  is there a log file for ReportServer that is accessible ?
3) If so, are logging levels selectable ?

Offline

#2 2015-10-20 13:43:33

Thorsten J. Krause
Guest

Re: List of values for parameter on Crystal Report throws error

Hi,

the problem is the value of the parameters "key" attribute, which may not contain spaces. Usually you are prevented from even creating a parameter with an invalid name, but you probably used the "extract parameters" function, which bypasses the test.

Changing the parameter name should resolve this.

Cheers,
Thorsten

#3 2016-12-02 11:45:32

wonky
Member
Registered: 2016-03-01

Re: List of values for parameter on Crystal Report throws error

We are seeing this error in the latest version of Enterprise.  Our extracted parameter names don't have spaces, but do all start with @ .  Suggestions?

Offline

#4 2021-06-23 08:05:26

AChater
Member
Registered: 2021-03-23

Re: List of values for parameter on Crystal Report throws error

I had the same problem as you and YES! your name should not contain any space or @, %, !, ? .... you got the idea

Offline

Board footer

Powered by FluxBB