Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
An error was encountered while executing the Application Export: Could not allocate space for objec

Unable to deploy planning application. I get the following message.
Detail : An error was encountered while executing the Application Export: Could not allocate space for object 'dbo.DS_Property_Member_Array'.'IdxPropMbrArr04' in database 'EPMA' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Any idea where I need to check for the space as I checked my essbase and workspace server and they both seem to have enough space for a normal deployment.
Best Answer
-
It is an issue on the SQL Server database with space allocation, search on the internet for something like "Create disk space by deleting unneeded files, dropping objects in the filegroup" and you should get lots of results.
For example - Primary filegroup is full SQL Server 2008 - Database Administrators Stack Exchange
Cheers
John
Answers
-
It is an issue on the SQL Server database with space allocation, search on the internet for something like "Create disk space by deleting unneeded files, dropping objects in the filegroup" and you should get lots of results.
For example - Primary filegroup is full SQL Server 2008 - Database Administrators Stack Exchange
Cheers
John
-
moved the databases on the sql server to different directory.