Thanks for the reply, Dell.
The timeout in the web.config file is for the ASP.NET Infoview application itself, not for the BO session that gets created with the CMS when the user logs in, right?
So what you're saying is that the BO Session and it's InfoStore object seem to be valid as long...
We're having the same issues here. One thing BO Support suggested was making sure the CMS and any servers having trouble communicating (causing Tranpsort Warnings) are running under a network account and not the machine system account.
That didn't help us at all.
If anyone has a resolution...
Hi All,
We have a custom app that allows our users to run as many reports as they want. Their asp.net session timeout is set very high - to 1 day.
We log them into the BO CMS with a default user ID and password. We want to let them run reports for as long as they want. (we don't have...
Hi everyone,
I have two Windows 2000 servers running IIS. I have an instance of our ASP.NET site on each server.
.NET Framework 2.0.
I'm using cookies to store the users empid and their project. The site runs fine on one of the servers. But on the second server as soon as it goes to...
Hi All,
I recently upgraded from VS 2003 to VS 2005. With that upgrade came an upgrade from .NET 1.1 to .NET 2. We have two servers running that are identical to each other. I installed the 2.0 Framework on one, and was able to publish my site built in VS 2005 no problem. I had to...
Hi All,
We have the .NET BO Enterprise Release 2 InfoView installed on our IIS server. We're trying to remove some of the Business Objects welcome text and logos. I opened the site in VS 2005 to try to manipulate some of this data, but it seems like most of the text is stored in other files...
Thanks Jim!
That article is great. It's really easy to write to a file that way. Any idea if there would be access issues with this method.
As in, if more than one user's instance of the app is writing to the log at the same time? I'll look around to see if I can find any info on that...
Hi everyone,
I'm trying to figure out the simplest way to keep a log file of the activity in our (VB)ASP.NET application. We'd like to log when users login or run a report or any errors they get.
I understand you can log to the Event Log with something like this...
Hi everyone,
We've created a VB .NET(ASP) app and we added the CrystalReportViewer to one of the pages. It's the only object on the page. I'd like to add an additional button to it (in the header with the rest of the buttons) that the user can click to bring him back to the Initial Report...
Hi everyone,
I've just upgraded to Crystal Reports XI and Business Objects Enterprise XI. I'm working with ASP .NET.
Has anyone successfully passed stored procedure parameters to a report? I have no problem passing regular report parameters, but the same code doesn't work if the parameters...
Kingfisher - thanks for the tip.
I figured it was encrypted but the error I got when casting from raw to varchar2 made me think it wasn't a RAW anymore.
But you're probably right. Maybe it is still a RAW, but I need to decrypt it now, also.
I'll check the API's.
it's no problem. that query did take a while to figure out, though. glad someone else is getting some use out of it. :) i don't do any other straight queries on the ce database, so I don't have much more to add.
if anyone has any info on querying the new (BOXI) cms_infoobjects table, i'd...
Hi everyone,
I just upgraded my application from CE9 to BOXI.
In CE9 I was quering aps_infoobjects for the report ID, by using the name of the report like(converting a raw to a varchar2):
SELECT ObjectID FROM APS_InfoObjects WHERE TypeID=2 AND utl_raw.cast_to_varchar2(objname)like 'Manpower...
Hi Everyone,
We're trying to call Enterprise (9) from our application and we're having problems getting the service created. We're using COM objects, so far just from:
C:\Program Files\Crystal Decisions\Enterprise 9\win32_x86\EnterpriseFramework.dll
So far we can create the Session Manager...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.