How to Convert Outlook to Lotus Notes
I have using MS Outlook 2010 for a long time but now I want to use IBM Lotus Notes. At current situation I don't know how to convert Outlook data into Lotus Notes without losing a single file. If anybody know about any easy and secure solution for this conversion please suggest meSolved2.4KViews4likes3CommentsVBA: Extracting mail attachements from archived mails
Like many others, i had a problem extracting attachement from archived mail items. The name of the attachement is "@" instead of the actual file name. It was suggested in a particular mail to use the API, but you need EVAdmin to do so. (CreateObject("EnterpriseVault.ContentManagementAPI") failed) Another suggestion was to read the HTMLbody of the mail and search for the filename. After a little research, i found that, if you "Display" the mailitem, it will be accessible as any other mailitem, including the attachements. Here's the code: Private Function GetSelectedMailAttach() As String Dim olApp As Outlook.Application Dim olExp As Outlook.Explorer Dim olSel As Outlook.Selection Dim olItem As Outlook.MailItem Dim olAtt As Outlook.Attachment Dim olInsp As Outlook.Inspector Dim olSelItem As Outlook.MailItem Dim olOpnItem As Outlook.MailItem Dim i As Long Dim strRet As String On Error GoTo ErrorHandler Set olApp = GetObject("", "Outlook.Application") Set olExp = olApp.ActiveExplorer Set olSel = olExp.Selection If olSel.Count = 0 Then MsgBox "No mailitems selected!", vbExclamation GoTo Finalize End If For i = 1 To olSel.Count Set olInsp = Nothing Set olSelItem = olSel.item(i) olSelItem.Display Do While olInsp Is Nothing Set olInsp = olApp.ActiveInspector Loop Set olOpnItem = olInsp.CurrentItem For Each olAtt In olOpnItem.Attachments If olAtt.Type <> olOLE Then olAtt.SaveAsFile Environ("TEMP") & "\" & olAtt.DisplayName If strRet = "" Then strRet = Environ("TEMP") & "\" & olAtt.FileName Else strRet = strRet & vbCrLf & Environ("TEMP") & "\" & olAtt.FileName End If End If Next olOpnItem.Close olDiscard Next If strRet = "" Then MsgBox "No attachements found in selected mails!", vbExclamation End If GetSelectedMailAttach = strRet GoTo Finalize ErrorHandler: MsgBox Err.Description, vbCritical Finalize: Set olAtt = Nothing Set olItem = Nothing Set olSel = Nothing Set olExp = Nothing Set olApp = Nothing Set olInsp = Nothing Set olSelItem = Nothing Set olOpnItem = Nothing End FunctionSolved3.7KViews4likes5CommentsSymantec Ghost image takes a very long time... (Creating & Restoring)
Hi, Im new on the Forum i jst want ask about Ghost Image creation & restoration... I've Hp compaq DC 7100 CPU... i've create a Ghost Image of Drive C: (Win XP sp3 NTFS) and burnt to a DVD. now i want to insatll it with an Optical USB CD ROM, every thing is fine but it take a very very long time in restoration (Over two hours). . . Plz help456Views3likes1CommentNetBackup 7.5.0.5, cannot restore to different path
Master servers - NBU 7.5.0.5, Solaris 10 Clients - NBU 7.5.0.4, Windows 2003/2008/various releases Desktop - NBU Java GUI 7.5.0.5, Win XP Upgraded the NBU master last week to 7.5.0.5 and have not been able to restore files to an alternate path. Cannot restore any files to any alternate path or client. A small "Path Problem" window pops up, "Invalid Destination pathname." I've tried the C:\temp directory, alternate clients, etc. The Java GUI will only allow me to restore to the original pathname, so I have to log into the client and rename the existing file there before I can restore the old version. I can use the Windows GUI to restore to other directories on the original server, so this appears to be specific to the Java GUI. Anybody else notice this?Solved3.2KViews3likes8CommentsOutlook 2010 - "The custom form cannot be opened"
Hello, We've got several users who claim that, when opening an EV item, it appears the message: "The custom form cannot be opened. Outlook will use an Outlook form instead. The form required to view this message cannot be displayed. Contact your administrator." Tried the following: - Cleared the cached forms, - Renamed FRMCACHE.DAT to FRMCACHE.old, - Recreated Outlook profile, No sucess. User's don't and can't have acess to administrative permission in any files on Registry. The only thing i came up with was to re-create the whole user windows profle, which it worked. The computers are Windows XP with SP3 installed and EV v10.0.17573. Does anyone have other tips or solutions for this problem, besides having to re-create the whole profile ? Thanks in advance !Solved3.4KViews2likes1CommentEV 11 Support: Windows XP SP 2/3 + Outlook 2003 SP2/3 + EV 10 Outlook Add-ins
Hello, I am doing an upgrade at a customer site from EV 10 to EV 11. My customer has some legacy endpoints with Windows XP SP 2/3 + Outlook 2003 SP2/3. As per the the compatibility charts, EV 11 Outlook Add-ins are not supported on Windows XP SP 2/3 + Outlook 2003 SP2/3. Will Windows XP SP 2/3 + Outlook 2003 SP2/3 AND EV 10 Outlook Add-ins be able to access EV 11? Cheers Cameron MottusSolved635Views2likes2CommentsHelp booting Symantec Rescue Disk - not enough memory to create ramdisk device
I use Ghost 15 and it usually works great (I run Ghost recovery off a bootable grub4dos usb stick). I recently performed a cold backup of a PC using the Ghost 15 recovery environment. When restoring the backup from the Ghost recovery environment to the same PC, as the restore was 99% completed, I was prompted to enter an additional disk. Of course, I didn't have the disk the restore process was looking for and the restore process returned an error and did not successfully complete. I understand that this is a bug in Ghost 15 and that the restore process somehow thinks I'm restoring to a different machine and is looking for files from Symantec's PC Anywhere. So I did as has been suggested in this forum and downloaded the Symantec Rescue Disk that comes with Symantec System Restore 2013. I copied the 32-bit ISO to my USB stick and created the following entry in menu.lst: # Symantec System Recovery - Symantec Recovery Disk title Symantec Recovery Disk find --set-root /ISO/SSR11.0.1.47662_AllWin_English_SrdOnly.iso map /ISO/SSR11.0.1.47662_AllWin_English_SrdOnly.iso (hd32) map --hook root (hd32) chainloader (hd32) The iso is contiguous on the USB stick. When launching, I immediately receive the following error message: "There isn't enough memory available to create a ramdisk device." Error code is 0xc0000017 The system in question has 512MB of memory. I am able to boot the Ghost 15 ISO from the same USB stick and it's larger at 394MB while the SRD ISO is 381MB. Any suggestions?Solved3KViews2likes16Comments