Indigo Rose Software
  #1  
Old 10-08-2008
rmajid's Avatar
rmajid rmajid is offline
Indigo Rose Customer
 
Join Date: Oct 2008
Posts: 4
IRZip.lmd

Hi All,

I have True update generating tons of files named IRZip.lmd under windows temp folder. it seems that it creates one file each time it connects to the server and place it under a directory with the name
_ir_tu2_temp_xxxxxxx where xxxxxxx is a sequential number that goes up every time the client is executed.
my client connects every minute to the server and downloads a file, doing the math, a directory with the name above is created with the lmd file inside every minute, that is 60 an hour, 1440 a day and it goes on eating the disk space and halting the os.

any idea what this lmd file is? and how to force true update to clean it up?

thanks in advance
Reply With Quote
  #2  
Old 10-09-2008
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,899
Quote:
Originally Posted by rmajid View Post
any idea what this lmd file is? and how to force true update to clean it up?
This is the ZIP plugin file. What's odd is that it's not being deleted properly on application shutdown (your TU .exe)

FWIW, I've seen this across applications (TU, VP, SUF). I've gotten in the habbit of in the "on startup" code; I schedule all files and the templaunchfolder to be deleted on reboot.

however, if you're checking every 1 second, and it's getting left behind each time; why not do some coding in the TU clientside that scans the tempfolder and deletes (from tempfolder & on) all instances of lmd.zip (EXCEPT the one in templaunchfolder) and then issue folder.delete() on all _IR_* folders (don't use folder.deletetree!) that will quickly clean up "leftover" lmd.zip files and remove the folders if that was the only file there.

File a bug with IR too.
__________________
Reply With Quote
  #3  
Old 10-16-2008
rmajid's Avatar
rmajid rmajid is offline
Indigo Rose Customer
 
Join Date: Oct 2008
Posts: 4
Thanks. I would assume that you tempfolder is the windows temp folder where the leftover folders are crerated. i would also asume that templaunchfolder is the temp folder which TU is using in it's current session. is this correct? if yes, how can i identify this folder? is the a TU reference var?
Reply With Quote
  #4  
Old 10-16-2008
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,899
Quote:
Originally Posted by rmajid View Post
Thanks. I would assume that you tempfolder is the windows temp folder where the leftover folders are crerated. i would also asume that templaunchfolder is the temp folder which TU is using in it's current session. is this correct? if yes, how can i identify this folder? is the a TU reference var?
LUA vars
  • _TempFolder
  • _SourceFolder

Session Vars
  • %TempFolder%
  • %SourceFoder%

Sadly; there is not direct "temp launch folder" variable as there is in SUF...
So you would need to use the TempFolder and search for folders matching _ir_tu2_temp_*

Hope that helps.

Don't forget to file a bug with IR....
__________________
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 08:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software