Hi Bas,
thank you for responding on the issue.
As far as I know, there are two methods of (re)setting
the connection string in an excel worksheet.
a) using the oqy created by Excel (a text file really)
b) saving the Excel sheet as xml, editing the
<connection> tag and saving the whole thing as xls again.
(the oqy file is only used once by Excel, when a new
pivot table is inserted. Excel stores a copy of the
contained connection string in the excel sheet itself)
We tried both, but either way, the Locale Identifier we
set first exists and then is lost somehow. Which in turn
results in the client side queries we wish to avoid. In
contrary, the settings Execution Location=3 and Default
Isolation Mode=1 remain in the connection string.
Sounds like the only solution to this is using operation
systems with identical language versions for the server
and for all clients. (i.e. english server and english
client)
In this specific case, according to our experiences,
adding Locale Identifier is be unnecessary.
The only problem being that we have to either reinstall
the server (or all clients) from scratch. ;(
Any other hint on the issue?
TIA Lutz Morrien
Quote:
-----Original Message-----
Hi Lutz,
How did you set the connection string for this new excel
sheet , you must
edit the Microsoft Excel OLAP Query File (.OQY). By
default, the Microsoft
Excel OLAP Query File is stored in the C:\Documents and
Settings\<User>\Application Data\Microsoft\Queries
folder.
HTH,
Bas
"This posting is provided "AS IS" with no warranties,
and confers no
rights."
. |