Tom:
Thank you for your reply.
F: is a local drive and I gave everyone full control on the folder
F:\Microsoft Visual Studio
Thanks
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message news:<ch76pr$7ml6@kcweb01.netnews.att.com>...[color=blue]
> "MEHDI" <mehdi_usa@excite.com> wrote in message
> news:cdd7024.0409011441.37df1db6@posting.google.co m...[color=green]
> > Here is the portion of the asp pages(
vb script) that fails:
> > SrcSafeIni = "F:\Microsoft Visual Studio\VSS\441_VSS\srcsafe.ini"
> > UserName ="Admin"
> > Password =""
> >
> > 'On Error Resume Next
> >
> > Set objVSSDatabase = Server.CreateObject("Sourcesafe")
> > objVSSDatabase.Open SrcSafeIni,UserName,Password
> >
> > If Err.Number <> 0 Then
> > Response.Write "Could Not Connect to the Repository Database"
> > Response.Write "<BR>"
> > Response.Write Err.Number & "*****" & Err.Description
> > Err.Clear
> >
> > 'Response.Write "test"
> > 'Response.Write objVSSDatabase.DatabaseName
> >
> > End If
> >
> > The error is :
> > Error Type:
> > Microsoft VBScript runtime (0x800A0007)
> > Out of memory: 'Open'
> >
> > The same script will work fine if it was adapted and saved as a vbs
> > file and run by double cliking on it, so this probably means that
> > something needs to be done to the IIS settings....[/color]
>
> Is F: a mapped drive or local drive?
>
http://support.microsoft.com/?kbid=257174
>
http://www.aspfaq.com/show.asp?id=2168[/color]