I tried both those suggestions (0.5.01 and cmd /c), and neither worked. Still have a hard limit of 31 successful hosts. I will investigate the remote access and contact you off-list.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanford Whiteman Sent: Friday, October 08, 2004 2:32 AM To: Dan Horne Subject: Re[2]: [IMail Forum] OT: aliases2ldap error > When it gets to number 32 it stops at the "---Export Started---" > line and I get this error: > M:\Imail\ScheduledTasks\aliases2ldap.vbs(74, 1) (null): A device > attached to the system is not functioning. > This error repeats for each of the remaining domains (~60 total). > Sandy, any suggestions? Unfortunately, I can't duplicate your error. The number 32 usually points to overflowing a 32-byte asciiz string or other fixed-length variable, but, if so, this is happening outside VBScript, as all of the variables in the script are of the VBS variant type. The script was lacking some object housekeeping, so I added a bit and have posted version 0.5.01 to the /Release URL. Download the new one and give it another shot. You also might want to try a left-field tweak: instead of just running 'cscript aliases2ldap. . . ' in your loop, try 'cmd /c cscript aliases2ldap. . . . ' I'll be happy to help you off-line if you can grant me remote access. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.mailmage.com/products/software/freeutils/SPAMC32/download/release / Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases! http://www.mailmage.com/products/software/freeutils/exchange2aliases/downloa d/release/ http://www.mailmage.com/products/software/freeutils/ldap2aliases/download/re lease/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
