dbTalk Databases Forums  

MDX Log File option in OWC11

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


Discuss MDX Log File option in OWC11 in the microsoft.public.sqlserver.olap forum.



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

Default MDX Log File option in OWC11 - 01-13-2006 , 05:03 PM






Is the "Log File" connection string parameter still valid in OWC11?

I'm adding this to the connection string and not getting anything:
"...; LOG FILE=C:\OLAPLOG.TXT;"

I've also tried adding " around the file name since it appears in the
XMLData parameter on the web page.

Thanks!

______________________
Terry Smith
Senior Architect
Insight Ecosystems

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

Default Re: MDX Log File option in OWC11 - 01-16-2006 , 02:01 AM






Hi Terry,

I've just run some test and it's definitely valid.

Two points to take a look at:
1. Although in OLEDB Connection String Syntax it is said that all
leading and trailing spaces around keywords and values are ignored, but
they are actually removed from the connection string at run time, the
final semicolon as well. Depending on how you use the object, it might
help to remove the spaces yourself.
2. If the file name has other extension than txt or log, .log is
appended. However, TXT is considered different from txt so the created
log file is actually OLAPLOG.TXT.log

HTH,

Eugen


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

Default Re: MDX Log File option in OWC11 - 01-16-2006 , 02:12 AM



OLEDB Connection String Syntax:
http://msdn.microsoft.com/library/de...ringsyntax.asp


Reply With Quote
  #4  
Old   
 
Posts: n/a

Default Re: MDX Log File option in OWC11 - 01-17-2006 , 05:30 AM



Are you looking for the log file on the c: drive on the web server or on
the client's c: drive? You should find the log file on the client's c:
drive as that is where the OWC ActiveX control is running.

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell

In article <AB72799E-025B-4EA1-A7C3-1E9EFF59D199 (AT) microsoft (DOT) com>,
TerrySmith (AT) discussions (DOT) microsoft.com says...
Quote:
Is the "Log File" connection string parameter still valid in OWC11?

I'm adding this to the connection string and not getting anything:
"...; LOG FILE=C:\OLAPLOG.TXT;"

I've also tried adding " around the file name since it appears in the
XMLData parameter on the web page.

Thanks!

______________________
Terry Smith
Senior Architect
Insight Ecosystems



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.