dbTalk Databases Forums  

OLAP Log

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss OLAP Log in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sam
 
Posts: n/a

Default OLAP Log - 08-09-2004 , 08:37 PM






May I know how to create log for monitoring SQL Server Analysis Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP accessibility.

Please advise.




Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: OLAP Log - 08-11-2004 , 12:12 AM






Look at the Analysis Services Operations Guide at:
http://www.microsoft.com/technet/pro.../anservog.mspx
This is one of the topics discussed in the white paper.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote

Quote:
May I know how to create log for monitoring SQL Server Analysis Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP
accessibility.

Please advise.






Reply With Quote
  #3  
Old   
Sam
 
Posts: n/a

Default Re: OLAP Log - 08-11-2004 , 09:09 PM



Thanks for the article.

But the log is subjected to changes / processing of SQL Server Analysis
Manager 2000.

How about those user who access the OLAP Cube via Excel Pivot Table?




"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

Quote:
Look at the Analysis Services Operations Guide at:

http://www.microsoft.com/technet/pro.../anservog.mspx
This is one of the topics discussed in the white paper.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:OELhdrnfEHA.2544 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
May I know how to create log for monitoring SQL Server Analysis Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP
accessibility.

Please advise.








Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: OLAP Log - 08-12-2004 , 08:07 PM



It depends on what you are looking for. Are you looking to determine what
users are connected to your server? Or are you looking to log their MDX
queries? Or something different. "Logging" can mean many things.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote

Quote:
Thanks for the article.

But the log is subjected to changes / processing of SQL Server Analysis
Manager 2000.

How about those user who access the OLAP Cube via Excel Pivot Table?




"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:edGF$G2fEHA.1092 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Look at the Analysis Services Operations Guide at:


http://www.microsoft.com/technet/pro.../anservog.mspx
This is one of the topics discussed in the white paper.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:OELhdrnfEHA.2544 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
May I know how to create log for monitoring SQL Server Analysis
Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP
accessibility.

Please advise.










Reply With Quote
  #5  
Old   
Sam
 
Posts: n/a

Default Re: OLAP Log - 08-13-2004 , 12:47 AM



I refer to user who connected at SQL Server 2000 Analysis Manager (OLAP
Cube) and what cube does user access.

I need the username, login date, login time, login OLAP cube and logout
date, logout time.



"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

Quote:
It depends on what you are looking for. Are you looking to determine what
users are connected to your server? Or are you looking to log their MDX
queries? Or something different. "Logging" can mean many things.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:uDyFuGBgEHA.1972 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Thanks for the article.

But the log is subjected to changes / processing of SQL Server Analysis
Manager 2000.

How about those user who access the OLAP Cube via Excel Pivot Table?




"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:edGF$G2fEHA.1092 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Look at the Analysis Services Operations Guide at:


http://www.microsoft.com/technet/pro.../anservog.mspx
This is one of the topics discussed in the white paper.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:OELhdrnfEHA.2544 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
May I know how to create log for monitoring SQL Server Analysis
Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP
accessibility.

Please advise.












Reply With Quote
  #6  
Old   
Matthias Englert
 
Posts: n/a

Default Re: OLAP Log - 08-13-2004 , 02:16 AM



You can easily analyze these informations by desinging a cube on the table
'querylog' in the database 'msmdqlog.mdb' that is by default created in
C:\Program Files\Microsoft Analysis Services\Bin\.

cheers,
Matthias

"Sam" <cybersam88 (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:u%23uUVlPgEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
Quote:
I refer to user who connected at SQL Server 2000 Analysis Manager (OLAP
Cube) and what cube does user access.

I need the username, login date, login time, login OLAP cube and logout
date, logout time.



"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:O%23IbZHNgEHA.3548 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
It depends on what you are looking for. Are you looking to determine
what
users are connected to your server? Or are you looking to log their MDX
queries? Or something different. "Logging" can mean many things.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:uDyFuGBgEHA.1972 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Thanks for the article.

But the log is subjected to changes / processing of SQL Server Analysis
Manager 2000.

How about those user who access the OLAP Cube via Excel Pivot Table?




"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:edGF$G2fEHA.1092 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Look at the Analysis Services Operations Guide at:



http://www.microsoft.com/technet/pro.../anservog.mspx
This is one of the topics discussed in the white paper.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:OELhdrnfEHA.2544 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
May I know how to create log for monitoring SQL Server Analysis
Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP
accessibility.

Please advise.














Reply With Quote
  #7  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: OLAP Log - 08-13-2004 , 10:39 PM



I think a better approach might be to look at setting:
AUDIT_LOGIN
in the following white paper:
http://msdn.microsoft.com/library/de...egsettings.asp
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Matthias Englert" <menglert_news_nospam (AT) hotmail (DOT) com> wrote

Quote:
You can easily analyze these informations by desinging a cube on the table
'querylog' in the database 'msmdqlog.mdb' that is by default created in
C:\Program Files\Microsoft Analysis Services\Bin\.

cheers,
Matthias

"Sam" <cybersam88 (AT) hotmail (DOT) com> schrieb im Newsbeitrag
news:u%23uUVlPgEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
I refer to user who connected at SQL Server 2000 Analysis Manager (OLAP
Cube) and what cube does user access.

I need the username, login date, login time, login OLAP cube and logout
date, logout time.



"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:O%23IbZHNgEHA.3548 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
It depends on what you are looking for. Are you looking to determine
what
users are connected to your server? Or are you looking to log their
MDX
queries? Or something different. "Logging" can mean many things.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:uDyFuGBgEHA.1972 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Thanks for the article.

But the log is subjected to changes / processing of SQL Server
Analysis
Manager 2000.

How about those user who access the OLAP Cube via Excel Pivot Table?




"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in
message
news:edGF$G2fEHA.1092 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Look at the Analysis Services Operations Guide at:




http://www.microsoft.com/technet/pro.../anservog.mspx
This is one of the topics discussed in the white paper.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Sam" <cybersam88 (AT) hotmail (DOT) com> wrote in message
news:OELhdrnfEHA.2544 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
May I know how to create log for monitoring SQL Server Analysis
Manager
2000, please?

I had developed OLAP via Excel but I would like to know OLAP
accessibility.

Please advise.
















Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.