> Darren Clissold wrote:
>
> Has anyone ever got this to work, if so how?
>
> Here is the stored procedure that has the correction that Dayle said
> to try, it doesn't work.
>
> if exists (select * from sysobjects where id =
> object_id('dbo.ChangeMailUserPassword') and sysstat & 0xf = 4)
> drop procedure dbo.ChangeMailUserPassword
> GO
>
> CREATE PROCEDURE ChangeMailUserPassword @login varchar(64), @domain
> varchar(64), @password varchar(16), @esid integer AS
> Update sa
> Set Password = @password
> From MasterAccounts ma, SubAccounts sa, Groups g, Domains d,
> AccountTypes at1
> Where ma.CustomerID = sa.CustomerID
> AND ma.GroupID = g.GroupID
> AND g.DomainID = d.DomainID
> AND at1.AccountType = sa.AccountType
> AND at1.ExternalSystemID = @esid
> AND (((sa.Login = @login OR sa.Shell = @login) AND d.MailDomain =
> @domain)
> OR (sa.Email = @login + '@' + @domain))
> GO
>
>
> All you get when using the web console is that it failed, this in the
> error that I got when using the Java console.
>
> NEW_PASSWORD failed; Error in SetMailboxPassword, -518979585
>
> Darren Clissold
> Datafast, http://www.datafast.net.au
> darren@datafast.net.au
--Dale E. Reed Jr. Emerald and RadiusNT__________________________________________IEA Software, Inc. www.iea-software.com