I believe you have to add full access to the folder for the IUSR_XXXXXXXX ~ where XXXXXXXX is your computer name. or at least try it with write access..
Rick Mike Hell wrote: > is this on W2K or NT? I've had problems using ASPexec with W2k (it just > doesn't work) > > > ----- Original Message ----- > From: "Rainu Jacob" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 04, 2002 10:35 PM > Subject: RE: [IMail Forum] Help!! > > > >>Hi, >> >>I tried to add an user in Imail using my asp file >>http://66.221.36.134/test/imail/access1.asp . But its showing the >> > following > >>error 'failed to >> >>add user rainu2 on 66.221.36.134'. >>Code for access1.asp >>------------------- >><% >>Dim oExecutor,sUserID,sPassword,sFullName,sResult >>sUserID = "rainu2" >>sPassword = "rainu2" >>sFullName = "rainu2" >> >>Set oExecutor = Server.CreateObject("ASPExec.Execute") >>oExecutor.Application = "C:\Imail\AddUser.exe" >>oExecutor.Parameters = "-h 66.221.36.134 -u " & sUserID & " -p " & _ >>sPassword & " -n " & sFullName >>sResult = oExecutor.ExecuteDosApp >>Response.Write sResult >>%> >> >> >>I tried to add an existing user using my asp file >>http://66.221.36.134/test/imail/access.asp. >> >>Its working fine showing the result as ' : user rainu1 already exists on >>66.221.36.134 ' >> >>Code for access.asp >>------------------- >><% >>Dim oExecutor,sUserID,sPassword,sFullName,sResult >>sUserID = "rainu1" >>sPassword = "rainu1" >>sFullName = "rainu1" >> >>Set oExecutor = Server.CreateObject("ASPExec.Execute") >>oExecutor.Application = "C:\Imail\AddUser.exe" >>oExecutor.Parameters = "-h 66.221.36.134 -u " & sUserID & " -p " & _ >>sPassword & " -n " & sFullName >>sResult = oExecutor.ExecuteDosApp >>Response.Write sResult >>%> >> >> >>Why i couldnt add imail user using my 1st asp file. Both theese files are >>working perfectlyin old versions of imail.Its not working in version 7.07. >>Can u please check it. >> >> >> >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behalf Of Rainu Jacob >>Sent: Sunday, May 05, 2002 9:18 AM >>To: [EMAIL PROTECTED] >>Subject: RE: [IMail Forum] Help!! >> >> >>I tried to add an user in Imail using my asp file >>http://66.221.36.134/test/imail/access1.asp . But its showing the >> > following > >>error 'failed to add user rainu2 on 66.221.36.134'. >> >>I tried to add an existing user using my asp file >>http://66.221.36.134/test/imail/access.asp. Its working fine showing the >>result as ' : user rainu1 already exists on 66.221.36.134 ' >> >>Why i couldnt add imail user using my 1st asp file. Both theese files are >>working perfectlyin old versions of imail.Its not working in version 7.07. >>Can u please check it. >> >> >> >> >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behalf Of R. Scott Perry >>Sent: Saturday, May 04, 2002 5:54 PM >>To: [EMAIL PROTECTED] >>Subject: Re: [IMail Forum] Help!! >> >> >> >> >>>I was actually on the server editing a text file when error messages >>> >>started >> >>>popping up. >>>I tried opening a few programs but it would not let me. >>> >>Do you remember anything about the messages that were popping up? That >>could provide an important clue as to what happened. >> >> >>>Also I noticed that our 10GIG HD for IMAIL had 10GIG space free! its >>>normally 2 gig free. >>> >>>After 6 hours of getting an OS back up and going we finally got back to >>> > see > >>>the drive. >>>All IMAIL 7000 user folders were there. >>>All IMAIL files were there. >>>BUT there was not data in the user folders. no .mbx no .fwd all gone. >>> >>That one is very strange. I think someone else once reported the same >>thing here. I can't imagine what could have done it, but I'm suspecting >>that the error messages would be very important in figuring out what >>happened. >> >>One thing that I would recommend is going up to 7.07 (or 7.06, if you are >>really worried about 7.07), as 7.02 was very early in the 7.0x series, and >>could have some problems with it that most people have forgotten about by >>now. I can't imagine that it would have caused what you experienced, >>though. >> >> >> -Scott >>--- >>Declude: Anti-virus, Anti-spam and Anti-hijacking solutions for >>IMail. http://www.declude.com >> >>--- >>[This E-mail was scanned for viruses by Declude Virus >>(http://www.declude.com)] >> >> >>Please visit http://www.ipswitch.com/support/mailing-lists.html >>to be removed from this list. >> >>An Archive of this list is available at: >>http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ >> >>Please visit the Knowledge Base for answers to frequently asked >>questions: http://www.ipswitch.com/support/IMail/ >> >> >> >> >>Please visit http://www.ipswitch.com/support/mailing-lists.html >>to be removed from this list. >> >>An Archive of this list is available at: >>http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ >> >>Please visit the Knowledge Base for answers to frequently asked >>questions: http://www.ipswitch.com/support/IMail/ >> >> >> >> >>Please visit http://www.ipswitch.com/support/mailing-lists.html >>to be removed from this list. >> >>An Archive of this list is available at: >>http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ >> >>Please visit the Knowledge Base for answers to frequently asked >>questions: http://www.ipswitch.com/support/IMail/ >> >> > > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > > Please visit the Knowledge Base for answers to frequently asked > questions: http://www.ipswitch.com/support/IMail/ > > > > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
