Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Check the size of QVD

Hi,

How can know the below:

1) Size of the QVD

2) If the size of the QVD is greater than 2 GB then alert need to be send.

Thanks,

Rohit

1 Solution

Accepted Solutions
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Hi Rohit

in your load script you can check the file size using the FileSize function.

If your QVD size is greater than 2Gb I'm sure your failed STORE commands will alert you to the issue! Seriously, you should think about segmenting your files.

Marcus

View solution in original post

4 Replies
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Hi Rohit

in your load script you can check the file size using the FileSize function.

If your QVD size is greater than 2Gb I'm sure your failed STORE commands will alert you to the issue! Seriously, you should think about segmenting your files.

Marcus

krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

For checking the Size you can use FileSize function  as suggested by Marcus.

Assign the Size to a variable and create a Alert for On Post Reload Event.

Tools -> Alerts

Siva_Sankar
Master II
Master II

Attached a sample of the script and where and how to create alert without using macro. If you follow the steps and you should be able to send alert emails to yourself once reloading the document if the file size is greater than 2 GB.

Siva

jood_ahmad
Creator II
Creator II

Hi Marcus,

Did you use QMC for segmentation can you help on that please.