MSCS_CatalogScratch database in not displaying

hi joe,

i unpacked startersite successfully in pcand create RunTimeUser.

when i am going start>All programes>Microsoft SQL Server 2005 >SQL Server Management Studio Express

after that i connect and i created new login successfuly.

after that i right click in <computer name>\RunTimeUser and go property

then MSCS_CatalogScratch database in not displaying in user mapping panel.

some roles is also not displaying in role pannel.

what did i do.

ajit
[653 byte] By [akgupta] at [2008-1-7]
# 1
Is RunTimeUser in the public role? Can you see MSCS_CatalogScratch in the Databases tree view?

PatrickDewane at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2

no, it also don't show in database tree view.

akgupta at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 3

Yes, RunTimeUser is public..

it also don't show in database tree view.

akgupta at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 4

Run this query in master, does it return anything?

select *

from sysdatabases

where name = 'MSCS_CatalogScratch'

If it does, check the filename column for the path to files and make sure they exist. If this query doens't return anything, the database doesn't exist.

PatrickDewane at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...