﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Business Intelligence  / PROCESS cube via script or scheduled job / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 15:19:11 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>Hello,I am new to this. can u send me any documents with steps to follow on this?Thanks</description><pubDate>Tue, 18 Dec 2012 04:17:01 GMT</pubDate><dc:creator>dhaval.joshi.dj</dc:creator></item><item><title>RE: PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>Have you set the correct permissions to the files it is complaining about not being able to access?  Do the files even exist?</description><pubDate>Tue, 18 Dec 2012 04:01:49 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>Hello,Thanks for prompt reply.I have done the same thing.But still facing issue.Please advice.</description><pubDate>Tue, 18 Dec 2012 04:00:52 GMT</pubDate><dc:creator>dhaval.joshi.dj</dc:creator></item><item><title>RE: PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>Create a job in SQL Agent.Job Step Type of SQL Server Analysis Services CommandCommand below[code="other"]&amp;lt;Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"&amp;gt;  &amp;lt;Parallel&amp;gt;    &amp;lt;Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200"&amp;gt;      &amp;lt;Object&amp;gt;        &amp;lt;DatabaseID&amp;gt;******************BUT YOUR CUBE DATABASE NAME HERE******************&amp;lt;/DatabaseID&amp;gt;      &amp;lt;/Object&amp;gt;      &amp;lt;Type&amp;gt;ProcessFull&amp;lt;/Type&amp;gt;      &amp;lt;WriteBackTableCreation&amp;gt;UseExisting&amp;lt;/WriteBackTableCreation&amp;gt;    &amp;lt;/Process&amp;gt;  &amp;lt;/Parallel&amp;gt;&amp;lt;/Batch&amp;gt;[/code]Also ensure that you have given the SQL Agent account the access it needs on the right directories etc.</description><pubDate>Tue, 18 Dec 2012 03:54:36 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>I have done scheduling by copying the code and made the job in SQL server agent.However, while running job, it gives error message like below.Executed as user: VGROUP\BI-SERVER$. System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---&amp;gt; System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Access to the path 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config' is denied. (C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config) ---&amp;gt; System.UnauthorizedAccessException: Access to the path 'C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config' is denied.   at System.IO.__Error.WinIOError(Int32 errorCode&amp;lt;c/&amp;gt; String maybeFullPath)   at System.IO.FileStream.Init(String path&amp;lt;c/&amp;gt; FileMode mode&amp;lt;c/&amp;gt; FileAccess access&amp;lt;c/&amp;gt; Int32 rights&amp;lt;c/&amp;gt; Boolean useRights&amp;lt;c/&amp;gt; FileShare share&amp;lt;c/&amp;gt; Int32 bufferSize&amp;lt;c/&amp;gt; FileOptions options&amp;lt;c/&amp;gt; SECURITY_ATTRIBUTES secAttrs&amp;lt;c/&amp;gt; String msgPath&amp;lt;c/&amp;gt; Boolean bFromProxy)   at System.IO.FileStream..ctor(String path&amp;lt;c/&amp;gt; FileMode mode&amp;lt;c/&amp;gt; FileAccess access&amp;lt;c/&amp;gt; FileShare share&amp;lt;c/&amp;gt; Int32 bufferSize&amp;lt;c/&amp;gt; FileOptions options&amp;lt;c/&amp;gt; String msgPath&amp;lt;c/&amp;gt; Boolean bFromProxy)   at System.IO.FileStream..ctor(String path&amp;lt;c/&amp;gt; FileMode mode&amp;lt;c/&amp;gt; FileAccess access&amp;lt;c/&amp;gt; FileShare share)   at System.Configuration.Internal.InternalConfigHost.StaticOpenStreamForRead(String streamName)   at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(String streamName&amp;lt;c/&amp;gt; Boolean assertPermissions)   at System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(String streamName)   at System.Configuration.ClientConfigurationHost.OpenStreamForRead(String streamName)   at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()   --- End of inner exception stack trace ---   at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)   at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)   --- End of inner exception stack trace ---   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)   at System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(String sectionName)   at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)   at System.Configuration.ConfigurationManager.GetSection(String sectionName)   at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)   at System.Net.Configuration.SettingsSectionInternal.get_Section()   at System.Net.Sockets.Socket.InitializeSockets()   at System.Net.IPAddress.InternalParse(String ipString&amp;lt;c/&amp;gt; Boolean tryParse)   at System.Net.NetworkInformation.IpAddrString.ToIPAddressCollection()   at System.Net.NetworkInformation.FixedInfo..ctor(FIXED_INFO info)   at System.Net.NetworkInformation.SystemIPGlobalProperties.GetFixedInfo()   at System.Net.NetworkInformation.SystemIPGlobalProperties.get_FixedInfo()   at System.Net.NetworkInformation.SystemIPGlobalProperties.get_DomainName()   at System.Net.CookieContainer..ctor()   at Microsoft.AnalysisServices.Xmla.XmlaClient..ctor(StringCollection log)   at Microsoft.SqlServer.Management.Smo.Olap.SoapClient..ctor(String serverName&amp;lt;c/&amp;gt; String connectionString)   at OlapEvent(SCH_STEP* pStep&amp;lt;c/&amp;gt; SUBSYSTEM* pSubSystem&amp;lt;c/&amp;gt; SUBSYSTEMPARAMS* pSubSystemParams&amp;lt;c/&amp;gt; Boolean fQueryFlag).  The step failed.Please suggest.Thanks in advance.</description><pubDate>Tue, 18 Dec 2012 03:42:51 GMT</pubDate><dc:creator>dhaval.joshi.dj</dc:creator></item><item><title>RE: PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>You can create Either an XMLA script To process the cube OR SSAS Cube Process Task in SSIS Designer, For XMLA Script you need to connect to the Analysis Services , select the cube that you want to create Script,  Right click and select  process tab, a new window opens on the top corner select script, then select create XMLA script..Copy the script in Job schedule Task  in SSMS  for processing the Cube.</description><pubDate>Wed, 14 Sep 2011 03:54:08 GMT</pubDate><dc:creator>aks27</dc:creator></item><item><title>PROCESS cube via script or scheduled job</title><link>http://www.sqlservercentral.com/Forums/Topic1174360-147-1.aspx</link><description>i would like to create an automatic job or script or command to run PROCESS on my cube.doug</description><pubDate>Tue, 13 Sep 2011 10:39:04 GMT</pubDate><dc:creator>doug moore</dc:creator></item></channel></rss>