Re: emer_ntm.dll

David Kerr ( (no email) )
Fri, 6 Jun 1997 15:37:53 -0500

enter all of this and then hit run:

Insert Into ExternalSystems(Name, Type, Description, SmartHost,
Accounts, PostMaster, Password, FormID, WorkDir, LogFile)
VALUES("NTMail", 4, "NTMail", NULL, NULL, NULL, NULL, NULL, "", "")
GO

Select ExternalSystemID, Name
From ExternalSystems
Where Type = 4
Go

----------
> From: Ed Miller <emiller@del.net>
> To: 'emerald@emerald.iea.com'
> Subject: RE: emer_ntm.dll
> Date: Friday, June 06, 1997 3:10 PM
>
> Ok stupidly has set in. My partner is gone and I need to get this done.
> I keep getting
> Msg 170, Level 15, State 1
> Line 1: Incorrect syntax near 'NTMail'.
>
> This is the line I put in.
>
> Insert Into ExternalSystems("NTMail", 4, "NTMail", NULL, NULL, NULL,
NULL, NULL, "", "")
>
> What am I doing wrong?
>
> -----Original Message-----
> From: David Kerr [SMTP:dave@phonet.com]
> Sent: Friday, June 06, 1997 3:37 PM
> To: emerald@emerald.iea.com
> Subject: Re: emer_ntm.dll
>
>
> > Ok. Where do I execute this script? What kind of scrip is it?
>
> Yu can cut and paste the scripts to isql_w. (Start, Programs, Microsoft
SQL
> server 6.5)
> Hit the green arrow button to run the scripts.
>
> The script will insert values into the ExternalSystems Table and then
show
> you the value for ESID.
>
> I was able to run the scripts and create the table but it still won't
> authenticate for me.
>
> dale????
>
>
>
>