0
votes
4answers
57 views
Migrating BO Reports between environments
We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc.
Part of our migration is to move our …
0
votes
1answer
22 views
Business Objects XI link to report
Hi,
Does anyone know how if there is a way to link to a Folder or Report contained in Business Objects Enterprise? I would like to add a link on my intranet web site to a Report.
1
vote
4answers
85 views
Using Entity Framework generated classes in Business Logic Layer
I have a ASP.net (C#) project that is using a three layer architecture. I started to use Entity Framework in my DAL and the question is to what extent classes generated by Entity Framework can be …
0
votes
3answers
46 views
Business Objects - Containers or functional?
Where I work, we've gone back and forth on this subject a number of times and are looking for a sanity check. Here's the question: Should Business Objects be data containers (more like DTOs) or …
0
votes
3answers
40 views
.NET Service burden of using Entity Translator
We have incremental burden of maintaining EntityTranslator to transform the business messages to the service message and service message to business message in .NET and WCF application. In fact, I …
0
votes
2answers
283 views
Iterating Through Records - Crystal Reports 2008
I need to know how to iterate through records in CR2008 and when it reaches a record that is NOT NULL, record that in a variable.
I have a formula called "frmAccum" that I drop in the details section …
0
votes
0answers
39 views
Programmatic Integrity Check Creating False Positives
I created an application that automates some of the mundane tasks of using business objects designer. One of the tasks it performs is documenting a universe after creation, and recording the …
0
votes
1answer
32 views
How to Hyperlink to a Business Objects Report in Infoview
Is there a way to craft a hyperlink that connects to a Crystal Report or Webi within Infoview? Ideally, unauthenticated users would be challenged with Infoview security and then redirected to the …
1
vote
2answers
42 views
Foreign Key in related Business Objects
If I have two business objects, with a related field (foreign key CountryId), how do I display the CountryName in place of the CountryId when I display a list of the employee class?
public class …
1
vote
4answers
310 views
How do I query the CrystalReports CMS database?
Is it possible to query the Crystal CMS database and get meaningful data back? The data appears to be encrypted.
I am running Business Objects Crystal Report Server version 11.5
0
votes
1answer
32 views
SubSonic 2.x - Configuring Object Datasource - Missing My DAL!
I've got two main sprocs that I'd like to link up to two separate object data sources.
I generate my DAL in a separate project, and simply import the DLL into my current project.
The problem is that …
1
vote
2answers
545 views
DataMember property [ObjectName] cannot be found on the DataSource
I have a business object, which is a composite of child objects.
I am using databinding in Visual Studio 2008 to bind to controls on a Windows form.
But I am getting the above error in the …
0
votes
2answers
50 views
Java: Can a desktop App log-in in a web app and retrieve a “session” object to authenticate itseft in other apps which trust the web app?
I don't know if this question has any sense, but this is what my boss want.
I work in a company with an intranet web.
In my department we have developed an application wich connects to a Bussiness …
2
votes
5answers
378 views
UI, Business Logic Layer, Data Layer and where to put web services
We are developing a web application. We want to possibly reuse the work we do here for a different application that will use the same database, and use the same business rules for reading and writing …
0
votes
1answer
71 views
DevExpress Xtrareports using a Business object as a datasource
Hi
I am trying out DevExpress Xtrareports, but have asimple problem that I am not able to find an answer to.
In an Asp.net website project, I want to add a business object to my report as a …
