Sharing- export output file is waiting too long to calculate

When I try and share a fcp7 sequence the export output file box says waiting and does not calculate the time needed to render.???

Export to QuickTime Movie. Take that to Compressor. Use the batch from template function.
BTW, you need to update your system information, unless you're really running FCP7 on a G4 PowerBook, which might explain the issue.

Similar Messages

  • DFS 2012R2 error "The file name is too long" word file.

    Hi,
    i have two server with NFS, windows Server 2008R2 and Windows Server 2012R2. when open file in shared folder with path long, from 2008R2, is good, but when open the same file en 2012R2, show the message explorer.exe "the file name is too long"
    how to resolve the issue?
    Thank.
    Analista IT, Celr

    Hi, Umesh
    The shared foldes is in both Server, 2008 and 2012, is a folder en NFS.
    the result of command
    PS C:\Users\administrador> fsutil.exe 8dot3name strip /s /v D:\
    Scanning registry...
    Registry Data                                                                    
    Registry Key Path
    Total affected registry keys:                   0
    Stripping 8dot3 names...
    8dot3 Name      FileId                Full Path
    Stripping will not be performed on files with names longer than the maximum path length.
    Error:  The system cannot find the path specified.
    For details on the operations performed please see the log:
      "C:\Users\ADMINI~2\AppData\Local\Temp\2\8dot3_removal_log @(GMT 2015-02-20 19-24-46).log"
    Due to an error, the strip command did not complete.
    Total files and directories scanned:        97740
    Total 8dot3 names found:                        0
    Total 8dot3 names stripped:                     0
    For details on the operations performed please see the log:
      "C:\Users\ADMINI~2\AppData\Local\Temp\2\8dot3_removal_log @(GMT 2015-02-20 19-24-46).log"
    Thank
    Diego Builes.
    Analista IT, Celr

  • Performance issues; waited too long for a row cache enqueue lock!

    hi Experts,
    OS: Oracle Solaris on SPARC (64-bit)
    DB version:
    SQL> select * from V$VERSION;
    BANNER
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for Solaris: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL>We have seen 100% CPU usage and high database load, so I checked the instance and have seen there were many blocking sessions and more than 71 sessions running the same select ;
    elect tablespace_name as tbsname from        (select tablespace_name,sum(bytes)/1024/1024 free_mb,0 total_mb,0 max_mb         from dba_free_space         group by tablespace_name         union         select tablespace_name, 0 current_mb,sum(bytes)/1024/1024 total_mb,                sum(decode(maxbytes, 0, bytes, maxbytes))/1024/1024 max_mb         from dba_data_files         group by tablespace_name) group by tablespace_name having round((sum(total_mb)-sum(free_mb))/sum(max_mb)*100) > 95  Blocking sessions are running queries like this;
    SELECT * from MYTABLE WHERE MYCOL=:1 FOR UPDATE;This select queries are coming from a cron job running every 10 minutes to check the tablespaces; so I first killed (kill -9 pid) those select statements so the load and CPU decreased to 13% of CPU usage. Blocking sessions still there and I didn't killed them waiting for app guys confirmation... after few hours and the CPU usage never went down the 13%; I have seen many errors;
    WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=...System State dumped to trace file .....trcAfter that , we decided to restart the DB to release the locks!
    I would like to understand why during loads we were no able to run those select statements, statspack schedule snapshot reports were not able to finish, also automatic
    database statistics... why 5 for update statements locked the whole DB?

    user12035575 wrote:
    SELECT FOR UPDATE will only lock the table row until the transaction is completed.
    "WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK" happens when it needs to acquire a lock on data dictionary. Did you check the trace file associated with the statement?The trace file is too long, which information I need to focus more?

  • Error: WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=26

    Hi every one,
    Today, i met a problem: Application cannot connect to database because database hang ( I also cannot connect to database with sqlplus) . Check alert log, only one error:
    WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=26This error not only appear first time, but also happen every one month. I must reset server for database release all memory but I think It isn't a true solution!
    Could you give a recommend for this.
    Regards.

    The Row Cache is actually the Data Dictionary Cache. It is where definitions from the data dictionary (tablespaces, objects, users etc) are loaded into memory.
    There would be an associated trace file written with the occurrence of this warning.
    See Oracle Support Note 278316.1 for more information
    Hemant K Chitale

  • Consolidating Music Files into Itunes - File Name Invalid/Too Long!

    When trying to consolidate music files into my library, I get an error message stating "Failed, The file name was invalid or too long." ????
    I have tons of songs and don't know which file name is invalid or too long???

    hiya!
    hmmmm. we're looking for filenames here where the path and the filename has more than 256 characters in it. (at least i believe that's what the path-filename length limit is.)
    possibly the easiest way to check for that is to use a spreadsheet like excel.
    right-click your library in your itunes sourcelist, and select "export songlist ...". save it as a .txt file.
    open the .txt file with Excel (or whatever spreadsheet application you have on the PC). the column with the path-filename in it is the one to the extreme right (you can delete the other columns and resize them to make looking for things a bit easier).
    scroll through that looking for extremely long path-filenames.
    can you track down some that seem to be above the length limit?
    love, b

  • File.exists() takes too long to return.

    Hi.
    I have written a program which checks to see if a particular shared file is present on a number of different computers. The path to the file is the same on all the computers.
    I construct the File with IP + path.
    Then I call file.exists()
    If the remote computer is on and the file is present, then 'true' is returned quite quickly. But if the file is not available then 'false' is returned but only after about 30 seconds. This is too long and I want to set some sort of time out for the method after about 3 seconds. So that if the file is not found before the timeOut time, 'false' will be returned.
    Is there any way I can do this???
    Thanks,
    Jim

    Hi,
    I am already using Threads, here is my code:
    public class FileExistsThread extends Thread {
         private File file;
         private long tryTime;
         private boolean exists;
         private boolean changed;
         public FileExistsThread(File file, long tryTime) {
              this.file = file;
              this.tryTime = tryTime;
         public void run() {
              new Thread() {
                   public void run() {
                        try {
                             Thread.sleep(tryTime);
                        } catch(Exception e) {}
                        exists = false;
                        changed = true;
              }.start();
              exists = file.exists();
              changed = true;
         public boolean fileExists() {
              start();
              while(!changed);
              return exists;
    }The Problem is that I cant close my program while a file.exists() method is still executing no matter what Thread it is in. Say I'm looking for a file which the program will take 30 seconds to establish is not available. Then for that 30 seconds my program will refuse to close. Sometimes it can be much longer than this.
    This is why I still need some sort of timeout mechanism.
    Any Ideas?
    Cheers,
    Jim

  • Files is taking too long to convert

    files is taking to too long to convert why?

    You post has little to no useful information.
    Lets try this ...
    If the material came in through a canopus converter, you SHOULD have captured as DV/NTSC (or DV/PAL if you live in pal land).
    Once in FCP, you export using CURRENT SETTINGS. This should take minutes.
    If you are going to DVD, open Compressor, import the exported file, select DVD Best Quality for the length of the video you imported and AC3 for the audio. Start Compressor. Once they are finished (which should be much less than 30 hrs) open up DVDSP, import the m2v and ac3 files, build and burn the disk.
    Alternatively, once you have the exported DV/NTSC quicktime file from FCP, simply drag and drop that in iDVD and let it generate the DVD for you.
    x

  • Can't access files with names too long

    I have some files on a Windows formatted external hard drive that have filenames that seem to be too long for OS X to handle. I can't open them, nor can I delete them. I can't even seem to "rm" them from the command line. I know they're there, and not just some bitwise mirage. Does anyone have any way to deal with these files (they're 0 bytes long, as far as the Finder is concerned, and if you click on them, they disappear)?

    MacOS X supports file names of 256 characters (or is it 255?). Are your files names longer then that? If not, then I would suspect the problem is somewhere else, probably permissions.
    When you try to rm the file, does it produce an error? If so, what is it?

  • File name invalid/too long error

    When I try to import folders purchased from eMusic into iTunes, I sometimes get a message: "Attempting to copy to the disk "C:\" failed. File name invalid or too long. Some of the tracks may transfer, but others may not. Can anything be done about this? Thanks for any suggestions.
    Precision   Windows XP Pro  

    BUMP
    Yes, I just get that message. I don't see how I could investigate this problem.
    I didn't mention that this happened when I was consolidating my library, not copying files to another computer.
    In other words, I'm using a "normal" itunes procedure, itunes won't complete it, and won't tell me exactly why or how to figure out how to fix it...
    Is there at least some easy way to tell which files were successfully copied to my itunes music folder so I can work on moving the uncopied files?
    Can anybody help me?

  • Java application export output file of Crystal Report in .TXT format

    Hi,
    I have a Java application which is able to export the output file of Crystal Report in PDF format. But I'm trying to change the export file to .TXT format. Is this possible? I'm using Crystal Report XI. Is there any available updates or fixes to solve this? Please advice.
    Thank you

    I've tried, but I have an error
    frm-40735: when button-pressed trigger raised unhandled exception ORA-06502
    ORA-06502 when I try write a text field to the file the text field in question is a date.
    Did a similar problem ever occured to you?

  • Will not export because the film is too long

    Help. When I try and export my film and it gets to the end of the prosses it stops and say unable to publish because my film is too long. Someone help me.
    Kind Regards,
    Taylor

    It would seem logical to expect you to include information on the length of the film!
    Export to where/what? Using what codec?
    Also the version of iMovie you are using.

  • I THINK I WAITED TOO LONG BEFORE ASKING HP

    I meant to have you do a clean up and then a tune up on my HP Desktop Computer And I waited to long ad allowed my warenty to expire (I THINK). I'm a poor man and the only reason I have this computer is because my Step Father Bougyht it for me as a gift. So if my waranty has expired Will you still do a clean up and tune up on my HP PAVILION Model number h8-1240t S/N is [Personal Information Removed] and product number is A5U31AV#BA, no cost, if my Waranty has Expired? IF NOT, Will You email me4 instructions on how to do a clean-up and a Tune-Up So I can do it myself? Please email me at [Personal Information Removed] Ether way. IF NO OR YES OR ANY OTHER COMMENTS, PLEASE EMAIL ME AND LET ME KNOW. (even if its a big NO)

    Welcome to the forum.
    HP's warranty is for a period of one year.  Your computer is over 3 years old.  You waited far too long for help from HP.
    I will do what I can to help you.  
    The absolute best thing you can do is a System Recovery.  Here are some guides to help you:
    http://h10025.www1.hp.com/ewfrf/wc/documentSubCategory?tmp_rule=26274&tmp_task=useCategory&cc=us&dlc...
    Read all of the sections carefully. You should backup your personal data before beginning. It will be deleted when the drive is formatted.
    The System Recovery will take your computer back to how it was when you first got it. It should be much faster.  If you need further help, please don't hesitate to ask.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Export Using Quicktime Conversion getting too long

    Hi everyone ! I work with Final Cut Pro for over a year now. I have the last mac book pro from April 2011 and i just finished a talk show for a guy i work for.
    The problem is, i started the export since 2 hours and he tells me that i have to wait 4 hours. It's only 31% !!
    I need your help 'cause i have an apointment in 2 hours and i have to give him the show ! When i do the export without the conversion, it takes 15 mins but the frame is not good and there's some problems with the video. I need to do the conversion to make it work right ! I do it before but with shorts video clips, now it's for a show of 18 minutes and it takes to much time.
    Please help me !
    Ah, i forgot, the show was shot with 3 Canon 7D so i don't understand why it takes so long...
    Thanks !

    >Why si it necessary to converted to ProRes ?
    Because FCP doesn't work with non-FCP codecs well.  It isn't designed to.  It, like Avid, craves that the media be converted to an editing codec that it supports.  H.264 isn't viable in FCP because it is highly compressed.  FCP isn't designed to work with that format natively.
    Adobe Premiere CAN work natively with H.264 because it is designed to.  It has presets, it uses graphics cards that enable CUDA and the Mercury Engine to enable more processing power to be thrown at the H.264 files.  If you don't have a graphics cards that enables CUDA and the Mercury Engine...editing H.264 in Premiere Pro is a DOG!
    >Can i do it with Adobe Media Encoder from the CS5 Suite ? It's the only converter that I have !
    Uhmmm....you should have Compressor.  It comes with Final Cut Pro...part of the install disk.  Installs by default.
    >I walways use QT Conversion because without, i have some problems with the images, it started with pixels, sometimes it frozes a few seconds but the sound continue to roll and even a green screen come sometimes.
    Because you aren't doing things right.  You need to convert the footage to ProRes before you edit to avoid these issues.

  • NT - How to embed the date for the export output file?

    I want to know how to embed a date for the export file on Windows NT?
    Example :
    In Unix you can use a shell variable and attach to the file like exp file=exp_prod_$A,
    where $A will have the system date, My output will be like exp_prod_10012000.dmp.
    I want to know how to do the above on NT.
    Thanks
    Ravi
    null

    Welcome to the forum!
    When you want to post a block of code, you can enclose it with the mark ups { code }
    That is the key word code surrounded by curly brackets, but without the spaces
    You seem to be running a very old (and unsupported release of the database)
    7.3 has not been a current release for about 10 years.
    It's probably been that long since I've used this technique, but i think it should work.
    You should consider welcoming your system to the 21st century by upgrading to a supported release ;-)
    If you used split to chop up your export file, use cat or dd to reassemble it.
    So, something like this:
    mknod bk.dmp p
    cat xaa xab xac xad xae xaf xag xah xai > bk.dmp &
    imp SYSTEM/$PASSWD parfile=imp_bk.parfile
    rm bk.dmp
    $ cat imp_bk.parfile
    file=bk.dmp
    log=imp.log
    full=y
    buffer=1048576
    ignore=y
    commit=y let us know if still have problems.
    Good Luck!

  • Exporting report to PDF takes too long on Win 2k Advanced Server, Service Pack 4

    Post Author: zaverit
    CA Forum: .NET
    We have written VB.Net program which extracts required information from the database in the memory and then based on the configuration, exports the data to PDF using below command
    ExportToDisk(CrystalDecisions.[Shared].ExportFormatType.PortableDocFormat, outFile), where outFile is .pdf filename in same folder as the executable
    The program is packaged in an MSI. It includes msvcr71.dll. When installed, this generated below assemblies;
    CystalDecisions.CrystalReports.Engine
    CrystalDecisons.Reportsource
    CrystalDecisions.shared
    When the report is run on a Windows XP Professional, Service Pack 2, it completes in about 4 minutes. Please see below for the specs of this workstation (Search for "Workstation Specs")
    When the same report is installed on a Windows 2000 Advanced Server, Service Pack 4, it takes more than 2 hours. Please see below for the specs of this server (Search for "Server Specs")
    Could someone point us to the problem please. We have tried following options;
    checked out the dot net framework. The server and the w/s now have v2
    installed adobe on the server (to ensure that there are no missing libraries or links)
    Server Specs
    Date: Monday, 20 August 2007 3:42:42 PM
    COMPUTER & SYSTEM INFO:
    Operating System: Microsoft Windows 2000 Advanced Server, Service Pack 4Internet Explorer: Version  6.0.2800.1106Domain:   APPDEVSite:   UnavailableComputer Type:  Compaq - ProLiant DL580 G2Number of Processors: 8Processor Info:  Processor 1: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 2: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 3: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 4: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 5: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 6: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 7: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195), Processor 8: 2195 MHz                Intel(R) Xeon(TM) MP CPU 2.20GHz (x86 Family 15 Model 2 Stepping 6) - (Current Speed: 2195, Max Speed: 2195)Physical Memory: 7863624 KBytesDisk Space Available: Drive C: = 30325 MBytes, Drive D: = 37028 MBytesLast Bootup:   17/08/2007 11:20:22 AMNetDeploy Last Merge:  20/08/2007 12:08:09 PM
    APPLICATIONS INFO:
    ActivePerl -   Version: 05.80.0806.0101   Vendor: ActiveState   Date Installed: 03/08/2005   Installed By: NetDeploy   Vendor URL: http://www.activestate.com/   GUID: {6B067034-782C-4DC5-92B3-F30215CE425A}   Package Cache: C:\WINNT\Installer\188eb.msi   Comments:
    ATI Display Driver -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Package Cache: Not Provided   Comments:
    ControlMAgent -   Version: 06.00.0001.0202   Vendor: BMC   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {F8A239AC-6CFC-11D4-84E0-009027900466}   Package Cache: C:\WINNT\Installer\1409e1b.msi
    DotNetFramework1.1SP1 -   Version: 01.01.4322.0101   Vendor: Microsoft   Date Installed: 29/11/2005   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}   Package Cache: C:\WINNT\Installer\14329d58.msi   Comments:
    DotNetFramework2.0 -   Version: 02.00.0000.0101   Vendor: Microsoft   Date Installed: 17/08/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {7131646D-CD3C-40F4-97B9-CD9E4E6262EF}   Package Cache: C:\WINNT\Installer\2e311.msi   Comments:
    ESM -   Version: 05.10.0009.0102   Vendor: Symantec   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {9F6DC27E-A67D-4E28-A8A4-2EDDF81EA04D}   Package Cache: C:\WINNT\Installer\c676.msi   Comments
    HP Array Configuration Utility -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Array Configurtion Utility CLI -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Array Diagnostic Utility -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Insight Diagnostics Online Edition for Windows -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: {3754251E-100C-47D4-AB86-DC34047EE3C4}   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Insight Management Agents -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Integrated Management Log Viewer -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Legacy Port Configuration Component -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP ProLiant Remote Monitor Service -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP System Management Homepage -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HP Version Control Agent 2.1 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IE5 Registration -   Version: 83886080   Vendor:    Date Installed:    Installed By: Native MSI   Vendor URL: Not Provided   GUID: {C1E26EED-CC8B-4371-9CC7-AD8A5814B4B2}   Installed From:    Package Cache:    Comments:
    IE60FolderViewFix -   Version: 01.00.0000.0102   Vendor:    Date Installed: 02/08/2005   Installed By: NetDeploy   Vendor URL:    GUID: {9B8697D6-0C3F-4F20-8424-FF1E32426E9E}   Package Cache: C:\WINNT\Installer\18ea2.msi   Comments
    IE60Q831167Update -   Version: 01.00.0000.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   Vendor URL:    GUID: {24CFEE38-7D12-42B8-AEB6-D90E54F7F6CF}   Package Cache: C:\WINNT\Installer\c663.msi   Comments:
    IE60Q889293Update -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {B6E19C47-6967-4BFA-9DE5-9C02418BBA75}   Package Cache: C:\WINNT\Installer\11ff4d73.msi
    InternetExplorer -   Version: 06.00.2800.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {577E42B0-A135-46BB-936D-B881FE674475}   Package Cache: C:\WINNT\Installer\c667.msi
    LiveUpdate -   Version: 02.50.0056.0101   Vendor: Symantec   Date Installed: 20/02/2007   Installed By: NetDeploy   GUID: {BF457741-7A33-47CE-928B-AC1951EE09FF}   Package Cache: C:\WINNT\Installer\be32ffc6.msi
    LiveUpdate 2.5 (Symantec Corporation) -   Version: 2.5.56.0   Vendor: Symantec Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://www.symantec.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 1.1 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version:    Vendor: Microsoft   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=45396   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft Internet Explorer 6 SP1 -   Version:    Vendor:    Date Installed:    Installed By: System/Hidden   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft VGX Q833989 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    MyInfo -   Version: 01.08.0000.0101
       Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {6A0FF415-CE15-490A-B1A8-3905698F1C10}   Package Cache: C:\WINNT\Installer\c672.msi
    netDeploy Global Enterprise Client -   Version: 5.62.7665   Vendor: Open Software Associates   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: http://www.osa.com   GUID: {70C63628-AD92-4F6D-8A30-D9E9ACD6515F}   Package Cache: C:\WINNT\Installer\c642.msi   Comments:
    NetDeployGlobalStartupCmd -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {B79DCE5C-9E76-427C-9E36-9CE57A915893}   Package Cache: C:\WINNT\Installer\e085.msi   Comments:
    NetDeployGlobalStartupGina -   Version: 06.00.0000.0101   Vendor: OSA   Date Installed: 02/08/2005   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {F8296AE0-032C-4C97-BB68-E0964790789E}   Package Cache: C:\WINNT\Installer\e080.msi   Comments:
    Razor Excess Reports -   Version: 1.0.0   Vendor: ITe   Date Installed: 17/08/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {FFDBCD12-D259-406B-9E52-1CB8C9066688}   Installed From: D:\Apps\Razor\rzconversion\ExternalApplications\XsReport\   Package Cache: C:\WINNT\Installer\11b614e.msi   Comments:
    RazorPerlLibs -   Version: 01.00.0000.0101   Date Installed: 03/08/2005   Installed By: NetDeploy   GUID: {0F790CA2-D4C5-416E-8767-47D5F862E949}
    SAVParentAdoptionScript -   Version: 01.00.0000.0201   Date Installed: 11/04/2007   Installed By: NetDeploy
       GUID: {32273630-3E06-41C7-91DB-F3B6D9661ABB}   Package Cache: C:\WINNT\Installer\6565c930.msi
    SecurityUpdateKB824151 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {9F7C2A51-C4BD-4C19-8161-3E064127FD65}   Package Cache: C:\WINNT\Installer\11ff4d63.msi
    SecurityUpdateKB828741 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 01/08/2006   Installed By: NetDeploy   GUID: {C1D6AA1A-BF1C-4787-9285-768548AB9D92}
    SecurityUpdateKB833989 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 05/09/2005   Installed By: NetDeploy   GUID: {341D7DA4-7157-47A3-9BFD-E12D99B8A776}   Package Cache: C:\WINNT\Installer\1f5753d.msi
    SecurityUpdateKB835732 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {4424494A-AC42-4008-8B57-AA66CA7E72FB}   Package Cache: C:\WINNT\Installer\c65b.msi
    SecurityUpdateKB837001 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {BA0A1747-BBC5-45BA-9700-A9015230C800}   Package Cache: C:\WINNT\Installer\c657.msi
    SecurityUpdateKB839645 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {2987E3F9-58AD-4266-BE26-A9A33A34F4EA}   Package Cache: C:\WINNT\Installer\c652.msi
    SecurityUpdateKB840315 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {5910D8FA-69E7-4B29-9B4E-F8DE85D59151}   Package Cache: C:\WINNT\Installer\c64e.msi
    SecurityUpdateKB840987 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {4C763392-F57F-4BEB-AC73-BDAAA9D5B148}   Package Cache: C:\WINNT\Installer\11ff4d67.msi
    SecurityUpdateKB841356 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {8DCF4BA9-E548-47F6-A042-AD60914092E0}   Package Cache: C:\WINNT\Installer\11ff4d6b.msi
    SecurityUpdateKB841533 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {ACC99A2F-6E66-4431-974A-B6380BF6B2A0}   Package Cache: C:\WINNT\Installer\11ff4d6f.msi
    SecurityUpdateKB841873 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy   GUID: {C5C2D41F-EA27-4F25-AD4E-3143FEA0411F}   Package Cache: C:\WINNT\Installer\c64a.msi
    SecurityUpdateKB885835 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 24/07/2007   Installed By: NetDeploy   GUID: {FCEC933D-E7ED-4CEC-8608-4EC2D734BBB7}
       Package Cache: C:\WINNT\Installer\269c0.msi
    SecurityUpdateKB891781 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {68E54C8D-A744-48A6-9EFA-DC488DF85380}
       Package Cache: C:\WINNT\Installer\11ff4d5b.msi
    SecurityUpdateKB892944 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {82A85ED7-E685-4F89-96AC-B079AEF5C8BC}
       Package Cache: C:\WINNT\Installer\11ff4d4f.msi
    SecurityUpdateKB893066 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy   GUID: {B65DCB9B-6ADC-48FC-9605-64F9768F4671}
       Package Cache: C:\WINNT\Installer\11ff4d57.msi
    SecurityUpdateKB893086 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 13/12/2005   Installed By: NetDeploy
       GUID: {AD6D758F-C82E-4C94-A5CB-17DB2D8C7803}
       Package Cache: C:\WINNT\Installer\11ff4d53.msi
    SecurityUpdateKB899588 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 17/08/2005   Installed By: NetDeploy
       GUID: {9C1DF8EE-6783-490E-883C-DFA081B86058}
       Package Cache: C:\WINNT\Installer\1728c4d.msi
    SymantecAntiVirus -   Version: 09.03.0000.0205   Vendor: Symantec   Date Installed: 20/02/2007   Installed By: NetDeploy   Vendor URL: http://www.symantec.com   GUID: {848AC794-8B81-440A-81AE-6474337DB527}
       Package Cache: C:\WINNT\Installer\be32ffcb.msi   Comments: Thank you for using Symantec security products.
    UnicenterAMOServerAgents -   Version: 03.20.0000.0106   Vendor: CA   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {E936AF17-4CC7-4298-8C08-EF0C846E25E7}
       Package Cache: C:\WINNT\Installer\c66e.msi
    WebFldrs -   Version: 9.50.7522   Vendor: Microsoft Corporation   Date Installed: 30/08/2004   Installed By: Native MSI   Vendor URL: http://www.microsoft.com/windows   GUID: {6F716D8C-398F-11D3-85E1-005004838609}   Installed From: C:\WINNT\system32\   Package Cache: C:\WINNT\Installer\9bac161.msi   Comments:
    Windows 2000 Hotfix - KB329115 -   Version: 20031024.155236   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB823182 -   Version: 20030618.121409   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB824151 -   Version: 20040816.154346   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB825119 -   Version: 20030827.151123   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB826232 -   Version: 20031007.160553   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828035 -   Version: 20031002.141358   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828741 -   Version: 20040311.130332   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB828749 -   Version: 20031023.124056   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB835732 -   Version: 20040323.171849   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB837001 -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB839645 -   Version: 20040519.160457   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB840315 -   Version: 20040622.153749   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB840987 -   Version: 20040825.01015   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841356 -   Version: 20040730.185536   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841533 -   Version: 20040824.233811   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB841873 -   Version: 20040610.95344   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB885835 -   Version: 20041101.10457   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB889293 -   Version: 20041111.235619   Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB891781 -   Version: 20050113.171736   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB892944 -   Version: 20050310.234736   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB893066 -   Version: 20050310.221934   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB893086 -   Version: 20050310.233610   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix - KB899588 -   Version: 20050628.234036   Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows 2000 Hotfix (Pre-SP4) [See Q329115 for more information] -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: System/Hidden   Vendor URL: http://support.microsoft.com   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Windows Installer 3.1 (KB893803) -   Version: 3.1   Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=42467   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsInstaller -   Version: 3.1.4000   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB329115HotFix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB823182Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB825119Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB826232Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB828035Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsKB828749Hotfix 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    WindowsQ329115HotFix -   Version: 01.00.0000.0101   Vendor: Microsoft   Date Installed: 02/08/2005   Installed By: NetDeploy
       GUID: {C603BA89-B2BE-419B-9538-8CCCB4C44356}
       Package Cache: C:\WINNT\Installer\c646.msi
    WinRAR archiver -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    NETDEPLOY APPS INSTALLED BUT NOT IN NETDEPLOY POLICY INFO:
    DotNetFramework1.1SP1* ESM* SecurityUpdateKB824151* WindowsInstaller* WindowsQ329115HotFix
    (Report Generated by: myInfo - Ver. 01.08)
    Workstation Specs
    Date: Monday, 13 August 2007 9:34:29 AM
    COMPUTER & SYSTEM INFO:
    Operating System: Microsoft Windows XP Professional, Service Pack 2Internet Explorer: Version  6.0.2900.2180Computer Type:  Dell Inc. - Latitude D610                   Number of Processors: 1Processor Info:  1595 MHz         Intel(R) Pentium(R) M processor 1.60GHz (x86 Family 6 Model 13 Stepping 8) - (Current Speed: 797, Max Speed: 1595)Physical Memory: 515444 KBytesDisk Space Available: 6158 MBytes - WARNING: low on disk space!!Connected Printers:  Microsoft Document Imaging Writer Port: (Microsoft Office Document Image Writer), IP_150.122.114.184 (
    prnau100qsm00\100QSM - 14Laser02) - Located at: (AU/VIC/Melbourne/100 Queen Street/14th Floor) (Default), IP_150.122.114.182 (
    prnau100qsm01\100QSM - 14Colour01) - Located at: (AU/VIC/Melbourne/100 Queen Street/14th Floor/ ), Last Bootup:   13/08/2007 9:01:24 AMNetDeploy Last Merge:  13/08/2007 9:26:54 AM
    APPLICATIONS INFO:
    Access -   Version: 11.00.0000.0102   Vendor: Microsoft   Date Installed: 12/08/2007   Installed By: NetDeploy   Vendor URL: http://www.microsoft.com/support   GUID: {90150409-6000-11D3-8CFE-0150048383C9}
       Package Cache: C:\WINNT\Installer\a6cd.msi   Comments:
    ActiveIssuesManagement -   Version: 04.01.0000.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {FB8DA4B9-8A67-477E-8BB0-808A329C6573}   Installed From:    Package Cache: C:\WINNT\Installer\a737.msi   Comments:
    ActiveIssuesManagement 04 [Common] (via netDeploy) -   Version: 04.01.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ActiveRiskTracker -   Version: 06.01.0000.0103   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {57BC9BEE-DB68-4F13-8DE8-6CDC6D04CC5B}   Installed From:    Package Cache: C:\WINNT\Installer\a733.msi   Comments:
    ActiveRiskTracker 06 [Common] (via netDeploy) -   Version: 06.01.0000.0103   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    AdobeReader -   Version: 07.05.0000.0106   Vendor: Adobe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AC76BA86-7AD7-1033-7B44-A70500000002}   Installed From:    Package Cache: C:\WINNT\Installer\a73c.msi   Comments:
    AdobeReader 07 [Common] (via netDeploy) -   Version: 07.05.0000.0106   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    GroupRiskTopCustomers -   Version: 1.0.0   Vendor: IT&e Ltd   Date Installed: 01/12/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {1A5606AC-D621-46A4-BCC2-26F9A4E73DE7}   Installed From:    Package Cache: C:\WINNT\Installer\3651bc.msi   Comments:
    BXAutoZip -   Version: 01.09.0001.0102   Vendor: BAxBEx   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {E5D1A66D-078D-450C-9E52-4B6D81A3CFE2}   Installed From:    Package Cache: C:\WINNT\Installer\a706.msi   Comments:
    BXAutoZip 01 [Common] (via netDeploy) -   Version: 01.09.0001.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Chopper -   Version: 1.0.0   Vendor: ITE Pty Ltd   Date Installed: 19/01/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {28D85F68-6739-4A76-A958-C4D24E3B5938}   Installed From:    Package Cache: C:\WINNT\Installer\75cfae.msi   Comments:
    ClarityOpenWorkbench -   Version: 01.10.0003.0104   Vendor: Niku   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AED0B5AC-0771-4600-9777-9C4C910EBE09}   Installed From:    Package Cache: C:\WINNT\Installer\a64f.msi   Comments:
    ClarityOpenWorkbench 01 [Common] (via netDeploy) -   Version: 01.10.0003.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ClarityScheduleConnect -   Version: 07.50.0002.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {49912AF4-DDEA-434B-B1BB-73A223513180}   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ClarityScheduleConnect -   Version: 07.50.0002.0104   Vendor: Niku   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {49912AF4-DDEA-434B-B1BB-73A223513180}   Installed From:    Package Cache: C:\WINNT\Installer\a649.msi   Comments:
    Code39Font -   Version: 01.00.0000.0103
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {68A4571F-367C-4D3C-8BF6-6586A0CC6DB5}   Installed From:    Package Cache: C:\WINNT\Installer\a729.msi   Comments:
    Code39Font 01 [Common] (via netDeploy) -   Version: 01.00.0000.0103   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    CONTROL-M/Enterprise Manager 6.2.01 Fix Pack 1 -   Version:    Vendor:    Date Installed:    Installed By: Native MSI   Vendor URL: Not Provided   GUID: {58D40C23-AE89-4680-9F67-D508CCAD3740}   Installed From:    Package Cache:    Comments:
    ControlMEnterpriseMgr -   Version: 06.20.0001.0101   Vendor: BMC   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {74A7476B-B7A0-415F-B77F-5D713B4CE17F}   Installed From:    Package Cache: C:\WINNT\Installer\a700.msi   Comments:
    ControlMEnterpriseMgr 06 [Common] (via netDeploy) -   Version: 06.20.0001.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    DotNetFramework1.1 -   Version: 01.01.4322.0101   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}   Installed From:    Package Cache: C:\WINNT\Installer\a6c5.msi   Comments:
    DotNetFramework1.1 01 [Common] (via netDeploy) -   Version: 01.01.4322.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EasyCDCreator -   Version: 07.10.0000.0201   Vendor: Roxio   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {36EF4012-D58B-436A-9C73-BAD48A5174F5}   Installed From:    Package Cache: C:\WINNT\Installer\a6ed.msi   Comments:
    EasyCDCreator 07 [Common] (via netDeploy) -   Version: 0000.Basic.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EndUserDesktop -   Version: 05.00.0001.0101   Vendor: Actuate   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {9DAAC6CD-9632-40B6-90AD-9F7D9BE7A9CD}   Installed From:    Package Cache: C:\WINNT\Installer\a745.msi   Comments:
    EndUserDesktop 05 [Common] (via netDeploy) -   Version: 05.00.0001.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    e-tax 2007 -   Version:    Vendor:    Date Installed:    Installed By: Manual   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    EzGpoTool -   Version: 02.00.5038.0101
       Date Installed: 19/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {70E62587-C09C-4145-A084-4144C2C08089}   Installed From:    Package Cache: C:\WINNT\Installer\23ff48.msi   Comments:
    EzGpoTool 02 [Common] (via netDeploy) -   Version: 02.00.5038.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Flash -   Version: 08.00.0022.0101   Vendor: Macromedia   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {F605268A-6FDA-4055-86CF-CF554BBD1DBA}   Installed From:    Package Cache: C:\WINNT\Installer\a6dc.msi   Comments:
    Flash 08 [Common] (via netDeploy) -   Version: 08.00.0022.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    GemplusSmartCardReaderDrivers -   Version: 02.01.0000.0101   Vendor: HW   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {9322AD29-176E-4FDD-B8FC-2A3F78EEAB1F}   Installed From:    Package Cache: C:\WINNT\Installer\a713.msi   Comments:
    GemplusSmartCardReaderDrivers... [Common] (via netDeploy) -   Version: 02.01.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    HDKRuntime -   Version: 03.00.0000.0101   Vendor: VirtualMedia   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {F2AA17C9-1875-4B33-B8DB-43D921D084B3}   Installed From:    Package Cache: C:\WINNT\Installer\a63e.msi   Comments:
    HDKRuntime 03 [Common] (via netDeploy) -   Version: 03.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IE60KB890923Update -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {4CE096D1-BB0C-4314-AF07-0B5E9206BDBD}   Installed From:    Package Cache: C:\WINNT\Installer\a6c0.msi   Comments:
    IE60KB890923Update 01 [Common] (via netDeploy) -   Version: 000.2000XP.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    IPassConnect -   Version: 02.40.1481.0102   Vendor: IPass   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {29829E89-5BE7-49AA-B890-8FB9E3B1F73B}   Installed From:    Package Cache: C:\WINNT\Installer\a70f.msi   Comments:
    IPassConnect 02 [Common] (via netDeploy) -   Version: 02.40.1481.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ISScript -   Version: 08.10.0304.0101   Vendor: InstallShield   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {82E903BD-F4E2-4539-A4ED-D079EAA804D2}   Installed From:    Package Cache: C:\WINNT\Installer\a6e8.msi   Comments:
    ISScript 08 [Common] (via netDeploy) -   Version: 08.10.0304.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    iTunes -   Version: 7.1.1.5   Vendor: Apple Inc.   Date Installed: 06/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {3592F5CB-B524-43AA-92F2-2377268199CC}   Installed From:    Package Cache: C:\WINNT\Installer\e6c80d.msi   Comments:
    J2RE142 -   Version: 01.04.0208.0102   Vendor: Sun   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {7148F0A8-6813-11D6-A77B-00B0D0142080}   Installed From:    Package Cache: C:\WINNT\Installer\a643.msi   Comments:
    J2RE142 01 [Common] (via netDeploy) -   Version: 01.04.0208.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    JavaVirtualMachine -   Version: 05.00.3810.0102   Vendor: Microsoft   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {D5698D4D-5D6F-4312-9542-3F2555A58EF2}   Installed From:    Package Cache: C:\WINNT\Installer\a6bc.msi   Comments:
    JavaVirtualMachine 05 [Common] (via netDeploy) -   Version: 05.00.3810.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    LicenceITUpdate -   Version: 01.00.0000.0104   Vendor: CA   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {E2FA4B8C-2170-4038-89F7-A9926ABAD8F6}   Installed From:    Package Cache: C:\WINNT\Installer\a630.msi   Comments:
    LicenceITUpdate 01 [Common] (via netDeploy) -   Version: 01.00.0000.0104   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Log Analyser -   Version: 1.0.0   Vendor: ITE Pty Ltd   Date Installed: 25/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {CECCFC9A-BA72-4B85-9CF8-47A7F1730766}   Installed From: C:\RazorData\1.6.11\Log Analyser\   Package Cache: C:\WINNT\Installer\b26c9d1.msi   Comments: Razor Credit Risk Server Log Analyser
    MAXShortcut -   Version: 01.00.0000.0101
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {59A1BB47-6862-467B-9D72-EDBEB7D2F18C}   Installed From:    Package Cache: C:\WINNT\Installer\a725.msi   Comments:
    MAXShortcut 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version:    Vendor: Microsoft Corporation   Date Installed:    Installed By: Manual   Vendor URL: http://go.microsoft.com/fwlink/?LinkId=45396   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Microsoft .NET Framework 2.0 -   Version: 2.0.50727   Vendor: Microsoft Corporation   Date Installed: 25/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {7131646D-CD3C-40F4-97B9-CD9E4E6262EF}   Installed From: C:\DOCUME1\zaverit\LOCALS1\Temp\IXP000.TMP\   Package Cache: C:\WINNT\Installer\b4e1e27.msi   Comments:
    Microsoft FrontPage Client - English -   Version: 7.00.9209   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {17B66E83-1BC9-11D5-A54A-0090278A1BB8}   Installed From:    Package Cache: C:\WINNT\Installer\570608.msi   Comments:
    Microsoft Visual J# .NET Redistributable Package 1.1 -   Version: 1.1.4322   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {1A655D51-1423-48A3-B748-8F5A0BE294C8}   Installed From:    Package Cache: C:\WINNT\Installer\570617.msi   Comments:
    MSDN Library for Visual Studio .NET 2003 -   Version: 7.38.3053   Vendor: Microsoft   Date Installed: 27/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {5757AE1A-1DB4-4898-9806-09F77FBD5E57}   Installed From:    Package Cache: C:\WINNT\Installer\a7f009.msi   Comments:
    MSHTMLHotfixKB926046 -   Version: 01.00.0000.0201   Vendor: Microsoft   Date Installed: 08/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {AA6E98D3-F29A-47E9-ADDA-9522D7D101B9}   Installed From:    Package Cache: C:\WINNT\Installer\31e5cba.msi   Comments:
    MSHTMLHotfixKB926046 01 [Common] (via netDeploy) -   Version: 00.0000.XP.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    MyInfo -   Version: 01.08.0000.0101
       Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {6A0FF415-CE15-490A-B1A8-3905698F1C10}   Installed From:    Package Cache: C:\WINNT\Installer\a721.msi   Comments:
    MyInfo 01 [Common] (via netDeploy) -   Version: 01.08.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    netDeploy Global Enterprise Client -   Version: 5.62.7665   Vendor: Open Software Associates   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {70C63628-AD92-4F6D-8A30-D9E9ACD6515F}   Installed From:    Package Cache: C:\WINNT\Installer\a608.msi   Comments:
    NetDeployGlobalStartupCmd -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {B79DCE5C-9E76-427C-9E36-9CE57A915893}   Installed From:    Package Cache: C:\WINNT\Installer\1a636.msi   Comments:
    NetDeployGlobalStartupGina -   Version: 06.01.0000.0101   Vendor: OSA   Date Installed: 20/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {D5ED5BC5-D5D3-466E-A99B-3EB30C4C5A21}   Installed From:    Package Cache: C:\WINNT\Installer\bceb.msi   Comments:
    Norton AntiVirus Corporate Edition -   Version: 7.6.0.0000   Vendor: Symantec Corporation   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BD12EB47-DBDF-11D3-BEEA-00A0CC272509}   Installed From:    Package Cache: C:\WINNT\Installer\a635.msi   Comments:
    NortonAntivirus 07 [Common] (via netDeploy) -   Version: 07.60.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Office11PatchKB890169 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Office11SP2Patch 01 [Common] (via netDeploy) -   Version: 01.00.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    OfficeCommunicator -   Version: 01.00.0559.0102   Vendor: Microsoft   Date Installed: 12/04/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BE5AD430-9E0C-4243-AB3F-593835869855}   Installed From:    Package Cache: C:\WINNT\Installer\105a2f.msi   Comments:
    OfficeCommunicator 01 [Common] (via netDeploy) -   Version: 01.00.0559.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    OfficeStandard -   Version: 11.00.6361.0206   Vendor: Microsoft   Date Installed: 12/08/2007   Installed By: NetDeploy   Vendor URL: http://www.microsoft.com/support   GUID: {90120409-6000-11D3-8CFE-0150048383C9}   Package Cache: C:\WINNT\Installer\a68d.msi   Comments:
    Oracle -   Version: 10.01.0020.0101   Vendor: Oracle   Date Installed: 23/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {DE711F10-EA42-451E-A754-AF53EDB3AE7F}   Installed From:    Package Cache: C:\WINNT\Installer\57e15.msi   Comments:
    Oracle 10 [Common] (via netDeploy) -   Version: 10.01.0020.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Picasa 2 -   Version: 2.0   Vendor: Google, Inc.   Date Installed:    Installed By: Manual   Vendor URL: http://www.picasa.com/support/   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    PowerCenter -   Version: 07.10.0004.0201   Vendor: Informatica   Date Installed: 23/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {849715C5-F76F-4F9C-A84A-A2CCB8AEEC00}   Installed From:    Package Cache: C:\WINNT\Installer\57e39.msi   Comments:
    PowerCenter 07 [Common] (via netDeploy) -   Version: 004.Client.0201   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    PVCS -   Version: 07.05.0005.0101   Vendor: Merant   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {96BEB47A-109B-4587-9197-D2432D4B403B}   Installed From:    Package Cache: C:\WINNT\Installer\a6d3.msi   Comments:
    PVCS 07 [Common] (via netDeploy) -   Version: 07.05.0005.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    QuickTime -   Version: 7.1.6.200   Vendor: Apple Computer, Inc.   Date Installed: 06/05/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {08094E03-AFE4-4853-9D31-6D0743DF5328}   Installed From:    Package Cache: C:\WINNT\Installer\e6c808.msi   Comments:
    Razor Excess Reports -   Version: 1.0.0   Vendor: ITe   Date Installed: 09/08/2007   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {FFDBCD12-D259-406B-9E52-1CB8C9066688}   Installed From: C:\RazorData\Razor Utils\XsReport\   Package Cache: C:\WINNT\Installer\53d73e7.msi   Comments:
    Razor Utils -   Version: 1.0.0   Vendor: ITE   Date Installed: 31/10/2006   Installed By: Native MSI   Vendor URL: Not Provided   GUID: {CC8F7E3F-5BC8-4E2B-8511-B400BFD1526D}   Installed From:    Package Cache: C:\WINNT\Installer\1057f01.msi   Comments:
    RazorClient -   Version: 01.61.1375.0102   Vendor: ITe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {2BFBE99A-5AAA-466F-B71B-6CB6D9EC781B}   Installed From:    Package Cache: C:\WINNT\Installer\a6e0.msi   Comments:
    RazorClient 01 [Common] (via netDeploy) -   Version: 01.61.1375.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RazorClientPortfolioRisk -   Version: 01.61.1375.0101   Vendor: ITe   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {3448D4E1-5D1B-4727-A2D2-A044428D9B7D}   Installed From:    Package Cache: C:\WINNT\Installer\a6e4.msi   Comments:
    RazorClientPortfolioRisk 01 [Common] (via netDeploy) -   Version: 01.61.1375.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RCSIniFile -   Version: 01.00.0000.0102   Vendor: Dameware   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {00333BFA-6368-4C8F-B2E9-8C0668EDCC13}   Installed From:    Package Cache: C:\WINNT\Installer\a6f6.msi   Comments:
    RCSIniFile 01 [Common] (via netDeploy) -   Version: 01.00.0000.0102   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    Roam -   Version: 02.42.0000.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {33857E52-99B4-4D18-AB7B-734976C19457}   Installed From:    Package Cache: C:\WINNT\Installer\a70b.msi   Comments:
    Roam 02 [Common] (via netDeploy) -   Version: 02.42.0000.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    RoamEnabler -   Version: 02.40.0002.0101   Date Installed: 20/10/2006   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {A8C67376-9AD9-4967-AC5A-60F4DF2DAF8F}   Installed From:    Package Cache: C:\WINNT\Installer\a71d.msi   Comments:
    RoamEnabler 02 [Common] (via netDeploy) -   Version: 02.40.0002.0101   Vendor:    Date Installed:    Installed By: NetDeploy   Vendor URL: Not Provided   GUID: Not Provided   Installed From: Not Provided   Package Cache: Not Provided   Comments:
    ScreenSaver -   Version: 02.90.0000.0101   Date Installed: 05/02/2007   Installed By: NetDeploy   Vendor URL: Not Provided   GUID: {BA2C1D1C-1E79-48DC-A435-3A1AAB3274D8}   Installed From:    Package Cache: C:\WINNT\Installer\1693bb.msi   Comments:
    ScreenSaver 02 &#91

    Have finally found a solution for this problem: http://serverfault.com/questions/490352 … w-to-start
    Now the applications do start immediately via SSH X11 forwarding as expected.
    The following three lines helped:
    ip6tables -A INPUT -i lo -j ACCEPT
    ip6tables -A OUTPUT -o lo -j ACCEPT
    ip6tables -A FORWARD -i lo -o lo -j ACCEPT
    While until now, all ip6 traffic has been forbidden (to drop all ip6 traffic) at the start of the system of course.
    Nevertheless, I don't understand it, why the ip6 localhost has to be granted this way even if the /etc/ssh/sshd_config is configured for ip4 only "AddressFamily inet"?
    I thought, that this way the sshd will be using ip4 protocol only (including for the X11 forwarding), then why does it still need the ip6?

Maybe you are looking for