Re: SQL Server Analysis Services Query in a SQL Server job step
- From: "Akshai Mirchandani [MS]" <akshaim@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 3 Aug 2006 12:53:44 -0700
My guess is that each request (begin transaction, execute processing,
commit) is being executed in its own session...
I would highly recommend running SQL Profiler against Analysis Services and
check the sessions that the commands are running on.
HTH,
Akshai
--
Try out the MSDN Forums for Analysis Services at:
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=83&SiteID=1
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Jesse O." <jesperzz@xxxxxxxxxxx> wrote in message
news:eZQMsbxtGHA.1808@xxxxxxxxxxxxxxxxxxxxxxx
Anyone have a clue on this?
This is stopping us from putting SSAS2005 into production.
I've been stuck on it for weeks.
"Jesse O." <jesperzz@xxxxxxxxxxx> wrote in message
news:uwTPkrZtGHA.3552@xxxxxxxxxxxxxxxxxxxxxxx
I've been having an issue with a step in a job.
I have a step (SQL Server Analysis Services Query) inside of a 2005 SQL
Server job which calls an Analysis Services stored procedure. I have
begin, commit, rollback transactions all within the code.
However, if the job itself fails (for instance, broken network
connection, SQL Agent goes down), the entire processing rolls back. It's
as if the step itself is being ran as a transaction. When this happens
none of the transactions actually commit.
This has been a major stumbling block and is preventing the cube from
rolling out in production. It's quite frustrating. Any ideas?
Thanks in advance!
Call
AMO.ProcessMeasureGroupProd
(
"Sales Hourly",
"Sales",
"vFact_HourlyActivitySummaryCurrent",
"Production"
)
.
- Follow-Ups:
- References:
- SQL Server Analysis Services Query in a SQL Server job step
- From: Jesse O.
- Re: SQL Server Analysis Services Query in a SQL Server job step
- From: Jesse O.
- SQL Server Analysis Services Query in a SQL Server job step
- Prev by Date: Re: Server Time Dimension
- Next by Date: Re: XML/A, SQL 2000 AS problem - error getting cube list
- Previous by thread: Re: SQL Server Analysis Services Query in a SQL Server job step
- Next by thread: Re: SQL Server Analysis Services Query in a SQL Server job step
- Index(es):
Relevant Pages
|
Loading