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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cjlarue

  1. cjlarue

    Permission Report by User

    You might want to include which version of SharePoint you are working with. For SharePoint 2010 this is a good article about using powershell to enumerate the permissions...
  2. cjlarue

    Backup problem

    I encountered this. Once i got the SQL Server service account from my dba and gave it permissions on the backup directory share, it worked as expected.
  3. cjlarue

    Sharepoint denies access after upgrading to IE8

    I had a similar issue after upgrading my desktop to IE8. found that you i had to hit my wss site in compatiability view in order for it to work.
  4. cjlarue

    Creating an intranet site to display CR

    You will need CRXI R2 SP2. It is still available but you have to go thru the new SAP Community Network. these are secure pages and I could not find the file until logging in and then going to the Business Objects support page and then to the Business Objects Downloads for Crystal Reports page...
  5. cjlarue

    Windows AD Authentication

    I see, didn't consider that. I am using NTLM as well since everything in inside the firewall.
  6. cjlarue

    Windows AD Authentication

    careful with release 3. i use .net and have to wait for 3.1
  7. cjlarue

    Windows AD Authentication

    Just had the same issue when the physical server was moved to a new location and the ip address was changed. I had to stop and restart the CMC after insuring that the server which is now virtual had been added back to the domain. have you verified that the CMC is running and enabled? Can you...
  8. cjlarue

    Crystal report with sub report not running on Crystal Enterprise

    are you linking the sub and main report on the id field of the record you are dirlling on? sounds like a linking issue.
  9. cjlarue

    Student Management System and Duplicate Records

    Or put the family information in the detail section and group by the student so that both sets of family info will print for the student.
  10. cjlarue

    How to set Destination folder path programatically

    you can find references for the sdk's on BO support site. Try: http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm
  11. cjlarue

    How to set Destination folder path programatically

    Give this a try using the report engine object model. crDiskFileDestOptions = New DiskFileDestinationOptions() crDiskFileDestOptions.DiskFileName = FName for file name I use something like this depending on which format i am exporting. TempReportPath =...
  12. cjlarue

    2 related Enterprise questions

    When I bring up the InfoView Admin page usually found at http://YourServer/businessobjects/enterprise115/WebTools/adminlaunch/default.aspx. there is a list of "Administration tool" on the left side of the page. select "Report Datasources".
  13. cjlarue

    Who set your Business Objects Enteprise portal up?

    Hi installed and maintained by a single devloper. small BOEXI R2 just upgraded from CE9. InfoView,Single sign on using windowsAD security, .net and ms sql server back end. approx 200 published reports most developed by myself. reports use Sql stored procedures, also mine. regards
  14. cjlarue

    Unique_ID : Passing a HUGE list of parameter values

    why not add a supervisorID field to your table and then use that param to pull all the users under thart supervisor. One param rather than 11K.
  15. cjlarue

    How do I properly erase/remove/purge reports from Crystal Reports 9

    I forgot to mention that once you set tthe limit on an object, the excess instances will be purged the next time the object is run.

Part and Inventory Search

Back
Top