dbTalk Databases Forums  

SSAS 2000 64 bit Query Log Issue

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


Discuss SSAS 2000 64 bit Query Log Issue in the microsoft.public.sqlserver.olap forum.



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

Default SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 06:51 AM






Hi

I was hoping an MVP could clarify the following: Does the query log and the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes' checked in
the SSAS properties manager and the log count set to every 10th query. But I
get no logged queries.

Any ideas?

thx
Avi

Reply With Quote
  #2  
Old   
Jeje
 
Posts: n/a

Default Re: SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 10:42 AM






do you log into the Access database or to an SQL Server database?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi

I was hoping an MVP could clarify the following: Does the query log and
the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes' checked
in
the SSAS properties manager and the log count set to every 10th query. But
I
get no logged queries.

Any ideas?

thx
Avi



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

Default Re: SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 10:53 AM



all 64 bit installations go to SQL Server by default. The connection string
(as set by the install) is

Provider=SQLOLEDB.1;Integrated Security=SSPI;Initial
Catalog=OLAPQueryLog;Data Source=myServer;Use Procedure for Prepare=1;Auto
Translate=True;Packet Size=4096;Use Encryption for Data=False;Tag with column
collation when possible=False

"Jeje" wrote:

Quote:
do you log into the Access database or to an SQL Server database?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news082FB4C-BA2D-461A-9343-883956BCDB32 (AT) microsoft (DOT) com...
Hi

I was hoping an MVP could clarify the following: Does the query log and
the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes' checked
in
the SSAS properties manager and the log count set to every 10th query. But
I
get no logged queries.

Any ideas?

thx
Avi




Reply With Quote
  #4  
Old   
Jeje
 
Posts: n/a

Default Re: SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 03:30 PM



do you see any security error in the event log?
does the account used to run the AS Service is allowed to write in the
database?
do you see any access using the SQL profiler?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote

Quote:
all 64 bit installations go to SQL Server by default. The connection
string
(as set by the install) is

Provider=SQLOLEDB.1;Integrated Security=SSPI;Initial
Catalog=OLAPQueryLog;Data Source=myServer;Use Procedure for Prepare=1;Auto
Translate=True;Packet Size=4096;Use Encryption for Data=False;Tag with
column
collation when possible=False

"Jeje" wrote:

do you log into the Access database or to an SQL Server database?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news082FB4C-BA2D-461A-9343-883956BCDB32 (AT) microsoft (DOT) com...
Hi

I was hoping an MVP could clarify the following: Does the query log and
the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes'
checked
in
the SSAS properties manager and the log count set to every 10th query.
But
I
get no logged queries.

Any ideas?

thx
Avi






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

Default Re: SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 04:07 PM



Thx Jeje

as far as I can tell the accounts have security access. I am finding it it
hard to track the sql activity via the profiler.

nothing exactly related in the event logs either.

any other ideas? registry settings?

thx

"Jeje" wrote:

Quote:
do you see any security error in the event log?
does the account used to run the AS Service is allowed to write in the
database?
do you see any access using the SQL profiler?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news:EF29AFF5-705E-4272-ADDD-CBB6F52187D3 (AT) microsoft (DOT) com...
all 64 bit installations go to SQL Server by default. The connection
string
(as set by the install) is

Provider=SQLOLEDB.1;Integrated Security=SSPI;Initial
Catalog=OLAPQueryLog;Data Source=myServer;Use Procedure for Prepare=1;Auto
Translate=True;Packet Size=4096;Use Encryption for Data=False;Tag with
column
collation when possible=False

"Jeje" wrote:

do you log into the Access database or to an SQL Server database?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news082FB4C-BA2D-461A-9343-883956BCDB32 (AT) microsoft (DOT) com...
Hi

I was hoping an MVP could clarify the following: Does the query log and
the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes'
checked
in
the SSAS properties manager and the log count set to every 10th query.
But
I
get no logged queries.

Any ideas?

thx
Avi







Reply With Quote
  #6  
Old   
Jeje
 
Posts: n/a

Default Re: SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 08:33 PM



tracking using the profiler is simple.
to simplify the process, add this in the connection string:
Application Name=OLAPLog

then in the profiler, start a new session where you filter event for the
application name "OLAPLog" only.
and you'll see only the right events.


"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote

Quote:
Thx Jeje

as far as I can tell the accounts have security access. I am finding it it
hard to track the sql activity via the profiler.

nothing exactly related in the event logs either.

any other ideas? registry settings?

thx

"Jeje" wrote:

do you see any security error in the event log?
does the account used to run the AS Service is allowed to write in the
database?
do you see any access using the SQL profiler?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news:EF29AFF5-705E-4272-ADDD-CBB6F52187D3 (AT) microsoft (DOT) com...
all 64 bit installations go to SQL Server by default. The connection
string
(as set by the install) is

Provider=SQLOLEDB.1;Integrated Security=SSPI;Initial
Catalog=OLAPQueryLog;Data Source=myServer;Use Procedure for
Prepare=1;Auto
Translate=True;Packet Size=4096;Use Encryption for Data=False;Tag with
column
collation when possible=False

"Jeje" wrote:

do you log into the Access database or to an SQL Server database?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news082FB4C-BA2D-461A-9343-883956BCDB32 (AT) microsoft (DOT) com...
Hi

I was hoping an MVP could clarify the following: Does the query log
and
the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes'
checked
in
the SSAS properties manager and the log count set to every 10th
query.
But
I
get no logged queries.

Any ideas?

thx
Avi









Reply With Quote
  #7  
Old   
Avi
 
Posts: n/a

Default Re: SSAS 2000 64 bit Query Log Issue - 04-23-2006 , 09:30 PM



Jeje

Of course, nothing shows up!!!...I'm not surprised, since I think this is
the crux of the problem. For whatever reason, SSAS is not writing the logs to
the specified server.

So back to square one

Avi

"Jeje" wrote:

Quote:
tracking using the profiler is simple.
to simplify the process, add this in the connection string:
Application Name=OLAPLog

then in the profiler, start a new session where you filter event for the
application name "OLAPLog" only.
and you'll see only the right events.


"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news80B859D-BA9F-4AE3-ABC0-39CC8988BCDF (AT) microsoft (DOT) com...
Thx Jeje

as far as I can tell the accounts have security access. I am finding it it
hard to track the sql activity via the profiler.

nothing exactly related in the event logs either.

any other ideas? registry settings?

thx

"Jeje" wrote:

do you see any security error in the event log?
does the account used to run the AS Service is allowed to write in the
database?
do you see any access using the SQL profiler?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news:EF29AFF5-705E-4272-ADDD-CBB6F52187D3 (AT) microsoft (DOT) com...
all 64 bit installations go to SQL Server by default. The connection
string
(as set by the install) is

Provider=SQLOLEDB.1;Integrated Security=SSPI;Initial
Catalog=OLAPQueryLog;Data Source=myServer;Use Procedure for
Prepare=1;Auto
Translate=True;Packet Size=4096;Use Encryption for Data=False;Tag with
column
collation when possible=False

"Jeje" wrote:

do you log into the Access database or to an SQL Server database?

"Avi" <Avi (AT) discussions (DOT) microsoft.com> wrote in message
news082FB4C-BA2D-461A-9343-883956BCDB32 (AT) microsoft (DOT) com...
Hi

I was hoping an MVP could clarify the following: Does the query log
and
the
usage based optimization work on 64 bit SSAS 2000?

For some reason, the log is showing up empty. I have the 'boxes'
checked
in
the SSAS properties manager and the log count set to every 10th
query.
But
I
get no logged queries.

Any ideas?

thx
Avi










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.