cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Crystal Report Temp file from C:\ to D:\?

former_member373051
Participant
0 Kudos

Dear Experts,

                    i've two Drives in windows server 2008 system respectively C and D. Each drive has 40GB capacity.

Now crystal reports Temp files filled in C:\windows\Temp. i have to change the Temp file drive to D:\.

Note: We have 2GB free space in C:\ drive. now we have added one more drive D:\ free space with 40 GB.

we have 100 Clients for accessing crystal reports. such that  C:\ drive temp file getting fast. after reach 2.50GB. they can not generate report.

how can i fix this issue?

help me to solve this issue.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188030
Active Contributor
0 Kudos

%TEMP% folder path is defined in windows environment variables.

Try changing the Environment variables (temp) of your machine.

- Bhushan

former_member373051
Participant
0 Kudos

Dear Bhushan,

                       thanks for ur reply. it's working fine.

Could u pls reply for this Question..

How to dispose session value in crystal report,

TrialBalance.ReportSource = CType(Session("Report"), ReportDocument).

former_member188030
Active Contributor
0 Kudos

Please create a new thread (post) for new query.

First dispose the ReportDocument object.

RD.Dispose();

then dispose the session.

Thanks,

Bhushan

former_member183750
Active Contributor
0 Kudos

See:

http://scn.sap.com/thread/3193093

For more questions, please do follow Bhushan's request.

- Ludek

0 Kudos

Hi bhushan,

Thanks for your advice's. We are facing an issue in crystal report runtime component. One of our reports generating more then 9 GB crtmp file in /tmp folder and spooling failed due to no space available on desk. The same report running on report infrastructure with out any issue.  Both our application server and report serve r are running on Linux. We are in need to change the location of crtmp files to customised path. We are having 100 GB space in /apps. We have standards to have only 5 GB spsce in tmp and cannot increase. please advice.

Viswa....

former_member188030
Active Contributor
0 Kudos

Hi Viswa,

I would suggest you to create a new thread/post for your query.

This is quite old thread and is marked as answered.

Post a new thread and we will discuss your issue in detail.

Thanks,

Bhushan

Answers (0)