Welcome to WiseSoft.co.uk!
Register
About
Contact
Donate
Home
Scripts
Articles
Software
Forum
Links
Active Directory Schema Guide
Submit a Script
All Scripts
Active Directory
Computer
Database
Event Logs
Exchange/Email
File System
General
Printer
SQL Server
Account Page
Address Page
COMPlus Page
DialIn Page
Environment Page
General Page
MemberOf Page
Organization Page
Profile Page
RemoteControl Page
Sessions Page
Telephones Page
TerminalServices Page
Batch File
HTA
KiXtart
PowerShell
T-SQL
VB
VBScript
Computer Accounts
Domains, Forests & Trusts
Groups
Monitoring & Replication
Organizational Units
Schema Information
Search
Sites and Subnets
User Accounts
PowerShell
VBScript
VBScript
PowerShell
VBScript
VBScript
VBScript
VBScript
VBScript
PowerShell
VBScript
VBScript
PowerShell
VBScript
HTA
KiXtart
PowerShell
VB
VBScript
VBScript
KiXtart
PowerShell
VBScript
PowerShell
VBScript
Batch File
KiXtart
PowerShell
VBScript
HTA
VB
VBScript
HTA
KiXtart
PowerShell
VBScript
HTA
PowerShell
T-SQL
VBScript
All Articles
Active Directory
Miscellaneous
Programming
Scripting
Security
SQL Server
WiseSoft
Submit Article
All Software
TSQL DDL Code History Tool
Account Management Spreadsheet
Bulk AD Users
Password Control
Script Builder
NTFSFix
TSQL DDL Code History Tool
Bulk AD Users
Password Control
Script Builder
Account Management Spreadsheet
NTFSFix
Scripting
Guestbook
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Login
User Name:
Password:
Remember me next time
Forgot Password?
Login using OpenID:
Create free account
Exclusive access for registered users
Registered Users:
20870
Click here to find out how you can help support wisesoft.co.uk!
home
recent topics
recent posts
search
faq
AspNetForum v.5.2.7.0
WiseSoft :: Forum
:: Forum
user:
psw:
remember me
|
lost password
|
register
Home
»
Password Control
-
Password Control - Bugs
»
Error when exporting to EXCEL
|
1/16/2009 7:47:32 AM
permalink
dethro69
Posts 2
I am trying to get the "memberOf" attribute from AD. If I have a larger selection of users I get the following errors:
1) Do you want to save changes you made to book1 - then Excel closes
2) Error exporting Excel:Exception from HRESULT: 0x800A30EC Please check that Microsoft Excel is intalled.
When I pull other information from the same selection everything works fine. It seem to happen only with memberOf
1/16/2009 11:11:08 AM
permalink
admin
Posts 331
dethro69
wrote:
I am trying to get the "memberOf" attribute from AD. If I have a larger selection of users I get the following errors:
1) Do you want to save changes you made to book1 - then Excel closes
2) Error exporting Excel:Exception from HRESULT: 0x800A30EC Please check that Microsoft Excel is intalled.
When I pull other information from the same selection everything works fine. It seem to happen only with memberOf
I'll need to investigate further, but my initial thoughts are that this is down to the maximum number of characters that can be stored in an Excel cell - I think this is 32,767 (Excel 2003/2007). If this is the case, there probably won't be a fix as such - I would like the application to display a better error message though. Another option is to export the data to CSV, but you'll still have problems opening using MS Excel to view the file.
Thanks,
David
1/16/2009 11:33:05 AM
permalink
dethro69
Posts 2
Yup - that's what I thought.
I eneded up running it and saving it to TAB delimited. It opened up in Excel, no problem.
pages:
1
|
Home
»
Password Control
-
Password Control - Bugs
»
Error when exporting to EXCEL