Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hilfy
  • Content: Threads
  • Order by date
  1. hilfy

    COM Objects and Memory Management

    I'm working with a client who has an application that uses a large number of COM objects which are unmanaged. The specific COM interface that is used is provided by a third-party so its code cannot be modified. This application is occasionally running into "Out of Memory" errors. In the...
  2. hilfy

    Ethical Conundrum

    Please bear with me as I lay this out.... I work as a consultant for Company A. I am currently subcontracted through Company B, working at Company C. I have been here since last April, flying to NYC from Atlanta on Sundays and flying home most Thursdays. The original contract was through the...
  3. hilfy

    URGENT - Rpt Connected to Oracle Stored Procedure

    For performance reasons, I've had to take a very complex command that I was using in a report and re-work it in a stored procedure. Actually, it's complex enough with lots of dynamic SQL generation based on the parameters so I've had to put it into a package. (The result set always returns the...
  4. hilfy

    Commands and Multi-value Prompts

    I'm having a problem with a report that I'm working on. The report uses a number of commands that have parameters. The 3 parameters that are causing me problems are string parameters that can have multiple values, with a default value of 'All'. In the commands, the parameters are used like...
  5. hilfy

    Stacked Bar/Line Chart Combination

    I have been tasked with creating a chart from Clarity data that is a combination of a stacked bar for resource assignments by department by day plus a line for actual headcount (can be lower than assignments due to multiple assignments per person) and a line for target head count. I've seen bar...
  6. hilfy

    Can't Export - ASP.NET VS 2005

    We have an application for viewing reports that is written in ASP.NET in VS 2005. Since I rebuilt the server recently, my users are unable to export reports from that application. I've reinstalled the merge modules, but that did not resolve the problem. What am I missing? Thanks! -Dell...
  7. hilfy

    XML Format

    I'm building a web service that will serve data to a dashboard that's been created in Xcelsius. Ideally, it will be returning multiple tables in a single result. After doing a lot of research, I've determined that in order for Xcelsius to be able to read it (Xcelsius won't read complex data...
  8. hilfy

    XI 3.0 Cache Server Error

    I have BO XI 3.0 installed on Windows Server 2003 in our Dev and QA environments. Over the last couple of days we have been receiving the following message in InfoView on a regular basis when trying to open an instance or set the parameters to schedule a report: There is no server available to...
  9. hilfy

    BOE Schedule to File - Destination.Cleanup not working

    BOE XI R2 SP2 with Fix Pack 2.3 .NET SDK I'm trying to schedule a report to a pdf file and then have the instance removed from BOE after the file is created. The file is created with no problems, but the instance is not being removed from BOE. I've tried doing this a couple of different ways...
  10. hilfy

    How to publish non-Crystal files with BO XI R2 SDK?

    Development Environment: Visual Studio 2005, C# I'm working on a project where I need to publish non-Crystal Report files - specifically Excel and Text files - to a specified folder in BusinessObjects XI R2. However, I'm having a very hard time finding any samples for how to do that. I know...
  11. hilfy

    How to publish non-Crystal files in BO XI R2?

    Development Environment: Visual Studio 2005, C# I'm working on a project where I need to publish non-Crystal Report files - specifically Excel and Text files - to a specified folder in BusinessObjects XI R2. However, I'm having a very hard time finding any samples for how to do that. I know...
  12. hilfy

    Error when building Setup/Deployment project

    In VS 2005, when I create a setup project using the default values in the setup wizard and then try to build the setup project, I get the following error: "Property 'Keycode' is non-nullable". The project to be installed has been built. It also has been signed with a strong name key...
  13. hilfy

    Error in Dataset Designer

    I'm trying to create a dataset in the Dataset Designer. I have my database connection set up correctly, but when I try to pull the table into the dataset designer, I get the following error message: Failed to merger object(s). The parameter 'sectionGroupName' is invalid. Parameter name...
  14. hilfy

    Trusted Authentication

    Background: We are implementing BO XI r2 using the .NET Web component adapter on a separate web server that is in the DMZ (the CMS is inside the firewall). The web interfaces will run under our existing portal which has its own SSO authentication process. We CANNOT turn on single sign on in...
  15. hilfy

    Updating Existing Crystal Reports

    We are in the process of moving from Seagate Info to BOE XI r2 and I'm trying to get a bunch of nitty-gritty details worked out. Background: We have three separate environments - Development, QA, and Production. Reports are developed and unit tested in the Dev environment, tested in QA, and...
  16. hilfy

    .NET SDK and Publishing/Modifying Reports.

    BO XI R2, .NET SDK, C# Windows application - NOT ASP.NET and not VB! Issue: I would like to build something similar to the Publishing Wizard that will allow me to update the database name when I publish reports to XI. Alternatively, I'd like to iterate through all of the reports already...
  17. hilfy

    Viewing XI Reports on the web

    In Crystal 10 we used the web component server (WCS) to allow users to run and view reports from the web. However, the WCS is no longer available in Crystal XI. What was it replaced with? Which version of Crystal XI does it come with? Thanks!! -Dell A computer only does what you actually...
  18. hilfy

    Rpt won't view - Crystal 8.5 Web Comp/SI 7.5 Web Server

    On our web servers we have the Seagate Info 7.5 web server installed. We also have the Crystal 8.5 web components (minus the wcsinsapi.dll which is replaced by the SI 7.5 web server) installed for "on-line" viewing of some reports that are never run through Seagate Info. The servers are all...
  19. hilfy

    Directory vs. DirectoryInfo

    I'm working on a project where I have to programmatically move files from one set of directories to another. Sounds easy, but I'm a bit confused about which object I need to use to get the file information I need to perform this. The directory structures look like this: Source Directory...
  20. hilfy

    Application Security resources

    I'm looking at the possibility of moving into a new job with my current employer - probably sometime next year. Currently I'm a software engineer/project manager for a financial services and insurance company. The job that I want to move into will involve working with all branches of the...

Part and Inventory Search

Back
Top