cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to open archived items from Outlook

AKL
Level 6
Certified

Hello All

The topic thread might very generic one, but the issue is "bit" out of box, I am not sure how much - will let you guys be judge for it.

Today we had few users calling about unable to open archived items using Outlook:

Configuration:

  1. Client - Windows XP/Outlook 2007 SP2/EV Client 9.0.1.1073 HTTP
  2. Backend - Enterprise vault 9.0.1.1073 setup along with hotfix for 10.0.1 client.
  3. No RPC over HTTP, No vault cache.

Symptoms:

  1. Archive explorer, search archives works fine
  2. When double click item - it opens with a grey banner "Enterprise vault has archived this item - click here to view original item" (we allow opening original item, no custom banner in policy)
  3. When clicked on above banner, nothing is returned.
  4. User is able to access items when connected via VPN and not when connected via work/office LAN.

Tried so far:

  1. http://www.symantec.com/business/support/index?page=content&id=TECH47875
  2. Disabled Internet explorer proxy configuration under LAN settings.
  3. ResetEVClient.exe
  4. InternetOpenTypeDirect registry key
  5. Upgrading to Enterprise vault 10.0.1 client.
  6. Form clear cache.

The vault information page shows below but the client log shows successful connection:

TESTING CONNECTION 

Skipping DCOM tests      HTTP client is in use

HTTP connection failed  http://EVA2/EnterpriseVault (Status: 0x12)

25/07/2012 17:14:03.317[4592]: Attempting connection to (http://EVA2/EnterpriseVault/clienttest.gif)...
25/07/2012 17:14:03.560[4592]: Connected - Returned status code(200)
25/07/2012 17:14:03.560[4592]: Internet connection state = 1 (flags = 18)
25/07/2012 17:14:03.560[4592]: ~DesktopCommonUtil::HasInternetConnection: 0x0
25/07/2012 17:14:03.560[4592]: Successfully contacted the EV web server using: http://EVA2/EnterpriseVault
 

Few options I am left trying:

  1. Create new Outlook profile
  2. Recreate OST file
  3. Zap mailbox to delete EV message and re-enable mailbox associating with archive.

Anything that I could be missing in troubleshooting, there are no log lines in client log which says "Downloading from..." which is generally case when it tries to download item from EV.

Other users are working fine, I tried to setup a test acount on a test machine on office LAN and that's working fine too... 

1 ACCEPTED SOLUTION

Accepted Solutions

JesusWept3
Level 6
Partner Accredited Certified

So everything you mentioned sounds like what the technote covers, if the banner does nothing when you click it, it means that either scripting isn't enabled in the trust center, or the outlvbs.dll file is missing (which is deliberate in a Terminal Services / Shared or Citrix environment)

The file definitely exists and the VBS options are enabled correct?

https://www.linkedin.com/in/alex-allen-turl-07370146

View solution in original post

13 REPLIES 13

JesusWept3
Level 6
Partner Accredited Certified

So everything you mentioned sounds like what the technote covers, if the banner does nothing when you click it, it means that either scripting isn't enabled in the trust center, or the outlvbs.dll file is missing (which is deliberate in a Terminal Services / Shared or Citrix environment)

The file definitely exists and the VBS options are enabled correct?

https://www.linkedin.com/in/alex-allen-turl-07370146

AKL
Level 6
Certified

Users have outlook on their workstation so no terminal server/citrix.

Outlook VB Script add-in is enabled.

JesusWept3
Level 6
Partner Accredited Certified

OK but the file does exist right?

https://www.linkedin.com/in/alex-allen-turl-07370146

AKL
Level 6
Certified

Right now don't have access to user workstation, I will double-check the file tomorrow.

AKL
Level 6
Certified

Double checked and confirmed - File Exists. :)

Rob_Wilcox1
Level 6
Partner

Not sure if/when it was fixed, but there was a bug that meant that when you clicked on the banner, nothing happend.

 

So that could be a red-herring.

 

Have you checked the policy to see what the option is set to with regards to opening an item:

Working for cloudficient.com

AKL
Level 6
Certified

Shortcut body - None

No include banner, links, maximum characters.

Only include recipient information & show content on when shortcut is opened.....

Rob_Wilcox1
Level 6
Partner

Please post a full client trace of the retrieval of ONE or TWO items.  (Attach it to the post).

 

That might show what is happening.

Working for cloudficient.com

hystad
Level 4

This is just a shot in the dark, but what happens if you open the archived item in OWA(if you use it) Even if you havent configured it. The mail should still show without the Archived item header, im just wondering if you get the content.

 

JesusWept3
Level 6
Partner Accredited Certified

VBA.dll? or OutlVbs.dll?

https://www.linkedin.com/in/alex-allen-turl-07370146

LCT
Level 6
Accredited Certified

"User is able to access items when connected via VPN and not when connected via work/office LAN."

I'll be interested to know what the network configurations are when the users are connected via VPN....this issue seems to be pointing at a DNS issue on those affected machines. can you ping and telnet to the EV server via host name and IP address etc? What is the network comparisions with the users that are working on the LAN and the users are not working on the same LAN. Also, as Rob mentioned please could you do a client trace for successful retrieval and the unscucessful retrieval, perhaps the comaprision will show what the problem is together with your DNS configurations etc. When the retrieval fails does anything show on the the Event logs on the EV server regarding those failed retrieval users?

I have come across a very similar issue a few months back.

AKL
Level 6
Certified

Thanks a lot guys for such active participation in forum:

Hystad - Items are accessible over OWA, as mentioned in original post - Archive explorer & search archive features work too.

Rob - Sorry I wanted to upload the client trace with original forum, but you can say I was too lazy editing it removing internal information from them. ;)

LCT - As mentioned in original forum, I did try to remove the Proxy configuraiton from Internet explorer along with toggling Integrated windows auth settings on IE and creating host file entry with no luck. :S

Jesus - I meant to say OlkVBA.dll file from default office add-in installation.

Further to update, while digging more in original direction of VB issue on client issue, I tried to re-register VBScript.dll and JScript.dll files on user workstation which seems to be getting things back on track.

I apologize for delay in responses - I was just trying to dig harder so lost track of time. :)

Commands used to fix the issue:

regsvr32 vbscript.dll
regsvr32 jscript.dll

All above posts were helpful though and all are valid for troubleshooting purposes. But in the end VB Was the culprit as Jesus & the original technote mentioned.

Thanks again guys - Really appreciate the participation here. !

LCT
Level 6
Accredited Certified

That's good to know...interesting though, without reregistering the vbs scripts but it works via the VPN connection?

Anyway, glad that it;s resolved for you.