Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Events and Crystal Parameter page
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Lisa
Past 24 Hours:
1
Prev. 24 Hours:
0
Overall:
5295
People Online:
Visitors:
462
Members:
0
Total:
462
Online Now:
New Topics
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
S3 Security
Securing forms and programs that use Company Group
6/17/2025 5:41 PM
Is there a way to write a rule, that looks up a co
S3 Customization/Development
Self-Serve Customization and Modification of home page
6/17/2025 3:40 PM
Hi, I want to add new links and customize the E
S3 Customization/Development
Data / List view on Lawson Portal
5/21/2025 2:37 AM
Client is on S3 V10. All delivered and custom form
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Events and Crystal Parameter page
Please
login
to post a reply.
6 Replies
0
Subscribed to this topic
22 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
KevinH
New Member
Posts: 0
8/30/2012 4:10 PM
After reading a couple of posts in this forum on how to capture LBI reporting statistics, we decided to experiment with using the events in Reporting Services. We built a server side program and it's working properly -- we have it set to be called on the Report Request Received event for Every Report Request on several of our crystal reports. If the crystal report has no parameter page, everything works smoothly. However, if the report has a Crystal Parameter page (which is the majority of our reports), we're finding that, while the event program is triggered, the report never runs. The sequence of actions are:
1. User invokes report from a list
2. Received event calls program; crystal parameter page is displayed
3. User enters parameters, clicks OK to run report
4. Received event calls program; parameter page is re-displayed with all parameters cleared.
Does anyone know what might be preventing the execution of the report after the event program is called?
Our LBI version is 9.0.4.1 on Windows 2008 R2.
Kevin
Matthew Nye
Veteran Member
Posts: 514
8/30/2012 4:43 PM
Split
maybe a stupid question but are you catching remurl off the request header and redirecting when youre done? If so Id say write the remurl to the log file and see if its changing or if it has the values you expect (ie parameters and paramater values).
just a note, are you aware that report statistics are delivered with LBI 10.x+?
imty
Advanced Member
Posts: 35
8/30/2012 5:00 PM
Split
We are on LBI version 9-0-4-1-150 and have had a similar problem for our ON DEMAND reports where the user selects a report and tries running it. The parameter page pops-up and the user types in the parameter selection and clicks RUN. The report run for a few seconds and it appears to have completed but there is no output. Our experience has been that the problem is due to the security settings in Internet Explorer. On your web browser if you go into tools|Internet Options and Security settings. Select Custom and look for "File Download" and make sure this is enabled. This solved our mystery. I do not know if this your problem or something else but thought I will share.
KevinH
New Member
Posts: 0
8/30/2012 5:22 PM
Split
Hi Matt,
We are catching the remurl and passing that back along with the status code, but there are no parameters or parameter values included in the remurl. I used fiddler to capture the http calls -- here's what shows when the user clicks the OK button after entering the parameters:
27 302 HTTP pdcvsw14.pdc.city:9080 /ers/ersRequestHandler.jsp?BROWSERWINDOWID=1911346339267745
28 304 HTTP pdcvsw14.pdc.city:9080 /ers/crystalreportviewers12/prompting/images/transp.gif
29 302 HTTP sqldev /localwebapps/lbireporttime/default.aspx?type=start&fsuserid=hoppesk&remurl2=http%3A%2F%2Fpdcvsw14.pdc.city%3A9080%2Fers%2FersRequestHandler.jsp%3FBROWSERWINDOWID%3D1911346339267745%26REPORTREQRECEIVED%3Dfalse&reportname=HOURS100
30 200 HTTP pdcvsw14.pdc.city:9080 /ers/ersRequestHandler.jsp?BROWSERWINDOWID=1911346339267745&REPORTREQRECEIVED=false&status=0
And yes, I do know stats will be available on version 10, we're just not ready to do that upgrade.
KevinH
New Member
Posts: 0
8/30/2012 5:26 PM
Split
imty,
I checked my IE security settings and File Download is enabled. my symptoms are a bit different from what you experienced, I don't even see the report run at all. It just immediately refreshes the parameter page and clears any entered values.
thanks for the suggestion.
Matthew Nye
Veteran Member
Posts: 514
8/30/2012 5:39 PM
Split
Kevin,
as long as youre capturing remurl2 and redirecting to that, there should be no issues. if its failing Id say strip out everything except the redirect and see if just that works.
you arent using anything more than the Request Received event are you?
KevinH
New Member
Posts: 0
8/30/2012 6:07 PM
Split
Originally, we had the Request Received and Request Complete events set. I turned off the Request Complete to isolate where the issue was occurring. The Request Received event is the only one being used now.
We'll try changing the redirect.
thanks.
Please
login
to post a reply.