Crystal Sub-reports on Citrix - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T10:47:22Z http://stackoverflow.com/feeds/question/662499 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/662499/crystal-sub-reports-on-citrix 0 Crystal Sub-reports on Citrix Chris L 2009-03-19T14:50:30Z 2009-12-05T16:00:03Z <p>We've got a Crystal Report (v8.5 - yes I know it's old!), with contained sub-reports, that gives problems when attempting to run on Citrix (by one of our customers). This appears to be because the sub-reports retain a hard-coded reference to the location of the original Access database at design time. The latter is, for example, located at C:\xyz\abc. Unfortunately we can't fool it by simply copying a dummy Access file to this location, as the Citrix user effectively does not "see" a C: drive! (At least this is my understanding - it has proven very difficult to find out basic operating principles of the Citrix environment. Has anyone encountered this problem and found a solution? (Or found any sites giving basic guidance to Citrix environment?)</p> <p>Thanks<br /> Chris L</p> http://stackoverflow.com/questions/662499/crystal-sub-reports-on-citrix/662534#662534 0 Answer by dotjoe for Crystal Sub-reports on Citrix dotjoe 2009-03-19T15:02:08Z 2009-03-19T15:02:08Z <p>Where is the target access db located? Is it on a network drive somewhere?</p> <p>I have little to no experience with access db and crystal, but I think you should be able to go "Set Datasource Location" and update the access tables to point at the correct path.</p> <p>One thing I will say about crystal and citrix is that you shouldn't run different versions of crystal on the same citrix box. It gave us a lot of headaches!</p> <p>I know the <a href="http://support.citrix.com/search/forum/?searchQuery=crystal%2Breport&amp;search.x=14&amp;search.y=13&amp;search=Go&amp;categoryId=c150" rel="nofollow">Citrix forum</a> has helped me more than once...</p>