Friday, March 30, 2012
MS SQL7 (Desktop) error
I am getting error 1802, CREATE DATABASE failed. Some file
names listed could not be created. Check previous errors.
I have Windows 2000 professional installed on my PC.
I am installing remedy 5.1 that uses MSSQL server 7 and I
am getting the error above on remedy instalation...
Any idea'
ThanksI suggest you talk to the vendor of remedy. SQL Server returned more error
messages and you really need those error messages to see what the problem
is.
--
Tibor Karaszi, SQL Server MVP
Archive at:
http://groups.google.com/groups?oi=djq&as_ugroup=microsoft.public.sqlserver
"Taiser" <anonymous@.discussions.microsoft.com> wrote in message
news:1b8c01c3ff4d$64d17880$a601280a@.phx.gbl...
> Hi,
> I am getting error 1802, CREATE DATABASE failed. Some file
> names listed could not be created. Check previous errors.
>
> I have Windows 2000 professional installed on my PC.
> I am installing remedy 5.1 that uses MSSQL server 7 and I
> am getting the error above on remedy instalation...
> Any idea'
> Thanks
MS SQL7 (Desktop) error
I am getting error 1802, CREATE DATABASE failed. Some file
names listed could not be created. Check previous errors.
I have Windows 2000 professional installed on my PC.
I am installing remedy 5.1 that uses MSSQL server 7 and I
am getting the error above on remedy instalation...
Any idea'
ThanksI suggest you talk to the vendor of remedy. SQL Server returned more error
messages and you really need those error messages to see what the problem
is.
Tibor Karaszi, SQL Server MVP
Archive at:
http://groups.google.com/groups?oi=...ublic.sqlserver
"Taiser" <anonymous@.discussions.microsoft.com> wrote in message
news:1b8c01c3ff4d$64d17880$a601280a@.phx.gbl...
> Hi,
> I am getting error 1802, CREATE DATABASE failed. Some file
> names listed could not be created. Check previous errors.
>
> I have Windows 2000 professional installed on my PC.
> I am installing remedy 5.1 that uses MSSQL server 7 and I
> am getting the error above on remedy instalation...
> Any idea'
> Thankssql
Wednesday, March 21, 2012
Ms SQL Server 2000 Installation Problem
when installing MS SQL Server 2k i got these errors :
'This program is used internally by PackageFromTheWeb. It should no be executed directly.' (displays 2 times)
... and at the end of setup .. :
'Setup failed to configure the server. Refer to the server error logs and F:\WINNT\sqlstp.log for more information.'
i have also MSDE installed from visual studio.net
anyone got similar problem ?, anyone has an idea how to cope with this ?
thx in advance
in attachment i include sqlstp.logOriginally posted by krotuski
'This program is used internally by PackageFromTheWeb...
'Setup failed to configure the server. see F:\WINNT\sqlstp.log for more information.'
i have also MSDE installed from visual studio.net
I could only find these 2 error messages that relate to the 2nd error message of the issue you reported.
http://support.microsoft.com/default.aspx?scid=kb;en-us;305680
http://support.microsoft.com/default.aspx?scid=kb;en-us;285100
As for the first Message, I couldn't find anything relating to PackageFromTheWeb. Hope the other 2 help.
As a suggestion, I would suggest doing a backup before attempting anything relating to data manipulation/upgrade.
I also noticed a couple of issues related to upgrading MSDE to SQL server 2000 so be prepared for problems and have your backups handy :)|||thx for answer, but none of these were the cause of a problem, anyway, thx for replying|||Did you determine what the problem was, I am getting the same error.
Thanks|||I have msde and SQL personal edition running simultaniously on my xp development box at home so I don't think there should be a problem running both. I use named instances. computername\msde and computername\sql2000
Monday, March 19, 2012
MS SQL Reporting Services Server - Activation errors
C:\Program Files\Microsoft SQL Server\80\Tools\Binn>rsactivate -c
"C:\Program Files\Microsoft SQL
Server\MSSQL\ReportingServices\ReportServer\RSRepo rtServer.co
nfig" -t
I get the following error:
Failure starting the web service:
System.Exception: The local NT Service is disabled 0x80090005 -->
System.E
xception: 0x80090005
-- End of inner exception stack trace --
at
Microsoft.ReportingServices.RSActivate.RSActivate. RpcActivateService(Int32
clientType)
at Microsoft.ReportingServices.RSActivate.RSActivate. InstanceMain()
at Microsoft.ReportingServices.BaseCmdLine.CommandLin eMain(String[]
args, BaseCmdLine instance)
Any insight into this. What am I doing wrong."moedap" <moedap@.yahoo.com> wrote in message
news:1105721152.907594.241730@.c13g2000cwb.googlegr oups.com...
> When running the following:
>
> C:\Program Files\Microsoft SQL Server\80\Tools\Binn>rsactivate -c
> "C:\Program Files\Microsoft SQL
> Server\MSSQL\ReportingServices\ReportServer\RSRepo rtServer.co
> nfig" -t
>
> I get the following error:
> Failure starting the web service:
> System.Exception: The local NT Service is disabled 0x80090005 -->
> System.E
> xception: 0x80090005
> -- End of inner exception stack trace --
> at
> Microsoft.ReportingServices.RSActivate.RSActivate. RpcActivateService(Int32
> clientType)
> at Microsoft.ReportingServices.RSActivate.RSActivate. InstanceMain()
> at Microsoft.ReportingServices.BaseCmdLine.CommandLin eMain(String[]
> args, BaseCmdLine instance)
> Any insight into this. What am I doing wrong.
See this thread for one possible reason:
http://groups.google.ch/groups?hl=e...FTNGP09.phx.gbl
Simon
Friday, March 9, 2012
MS SQL and ASP.NET connection problem
Im trying to set up a ASP.NET webform to a MS SQL database. Im currently databinding to a datagrid. My code seems to compile correctly, no errors, however the data does not display.
I have tried to connect to the database server using the data adapter preview and works perfectly. But once i get the webpage running nothing displays from my VB code.
Does anyone have any clue to a resolution? THANK YOU ALL!I don't know if this is the problem, but I think after setting the datagrid's datasource property to the dataset, you have to type this:
"datagrid1.bind" or maybe "datagrid1.databind" (one of them: I can't quite remember)
Hope this helps.
Wes