Crystal Sub-reports on Citrix - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T10:47:22Zhttp://stackoverflow.com/feeds/question/662499http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/662499/crystal-sub-reports-on-citrix0Crystal Sub-reports on CitrixChris L2009-03-19T14:50:30Z2009-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#6625340Answer by dotjoe for Crystal Sub-reports on Citrixdotjoe2009-03-19T15:02:08Z2009-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&search.x=14&search.y=13&search=Go&categoryId=c150" rel="nofollow">Citrix forum</a> has helped me more than once...</p>