09-13-2011 01:12 AM - edited 03-14-2019 08:31 AM
Dear All,
I am trying to upload a zip file of prompts on Customer Response Solutions Administration (CRS Administration) console (IP IVR) in prompt management section. I am getting the following error. The zip file size is 3272 KB. It contains 152 wave files. Can someone please suggest, what can be the issue?
09-13-2011 01:20 AM
Hi
'PRIMARY' filegroup sounds like a SQL issue to me. Have a look at the DB in SQL Ent Manager, it may be full...
Aaron
09-14-2011 01:08 AM
Dear Aaron, Do you have any idea how I can connect the the CRS database. I am trying to connect using the windows administrator login but it is not connecting. I think I will have to use ALTER DATABASE command but for that I should be logged in as administrator.
09-14-2011 01:31 AM
Hi
The local administrator account (and any other members of the local Administrators group) get sysadmin rights to SQL by default.
How are you trying to connect?
Aaron
09-14-2011 01:52 AM
Hi,
I dont have sqlserver client on this machine (CRS) so I am trying to connect to the sqlserver from query analyzer from client on my own machine. When I give {MACHINE_NAME}\Administrator, I get access denied error.
Mohsin
09-14-2011 02:02 AM
Ah...
Firstly, the SQL instance name needs to be specified. You can see what this is from the service control panel on the server; the service will be called something like MSSQLServer$CRSSQL - in that example the instance is CRSSQL.
Failing that you can try osql (command line query analyzer) as shown here (for sql 2005, but it's similar for 2000)
http://support.microsoft.com/kb/319930
Regards
Aaron
09-13-2011 01:57 AM
09-13-2011 02:11 AM
Can it be an issue with the tablespace allocation, when the schema is created? Does anyone know which database table to look for and how tablespace allocation can be altered?
09-18-2011 12:59 AM
Dear All,
The issue is resolved. I set the Data File db_cra_repository "Automatically grow file" and "Unrestricted file growth" in SQL enterprise manager as shown in the attached snapshot.
Thanks everyone for the help.
Regards,
Mohsin Saleem
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide