dbTalk Databases Forums  

Can't deploy through VPN

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


Discuss Can't deploy through VPN in the microsoft.public.sqlserver.olap forum.



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

Default Can't deploy through VPN - 01-09-2006 , 11:25 AM






Hi,

I opened the tutorial project:
d:\Program Files\SQL Server 2005\90\Samples\Analysis Service\Tutorial\
Lesson4\Analysis Service Tutorial.sln

When I deploy it, an error occurs:
The project could not be deployed to the 'tpew2kdm' server because of
the
following connectivity problems : A connection cannot be made. Ensure
that
the server is running. To verify or update the name of the target
server,
right-click on the project in Solution Explorer, select Project
Properties,
click on the Deployment tab, and then enter the name of the server.

I checked the Deployment Target:
Server = myserver
Database = Analysis Service Tutorial

I guess I have to create that database on Analysis Service, but I can't

connect to Analysis Service with SQL Server authentication. I connect
through VPN from home to office server with SQL Server authentication.
Because I connect from an untrusted machine, I can't use Windows
authentication, so I am stuck.

Any comments are highly appreciated.


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

Default Re: Can't deploy through VPN - 01-09-2006 , 11:29 AM






Are you able to resolve the server by name?
Can you ping the server by name?

Sometimes (depending on yuor office DNS/WINS setup) if you are VPN'd from
home, you may not have full access to remote servers/clients using netbios.

Have you tried to use IP address?

Immy

"Dino Hsu" <dino_hsu_1019 (AT) yahoo (DOT) com> wrote

Quote:
Hi,

I opened the tutorial project:
d:\Program Files\SQL Server 2005\90\Samples\Analysis Service\Tutorial\
Lesson4\Analysis Service Tutorial.sln

When I deploy it, an error occurs:
The project could not be deployed to the 'tpew2kdm' server because of
the
following connectivity problems : A connection cannot be made. Ensure
that
the server is running. To verify or update the name of the target
server,
right-click on the project in Solution Explorer, select Project
Properties,
click on the Deployment tab, and then enter the name of the server.

I checked the Deployment Target:
Server = myserver
Database = Analysis Service Tutorial

I guess I have to create that database on Analysis Service, but I can't

connect to Analysis Service with SQL Server authentication. I connect
through VPN from home to office server with SQL Server authentication.
Because I connect from an untrusted machine, I can't use Windows
authentication, so I am stuck.

Any comments are highly appreciated.




Reply With Quote
  #3  
Old   
Dino Hsu
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-09-2006 , 11:36 AM



Yes, I can connect to database engine with SQL Server authentication,
but it seems not to allow SQL Server authentication for analysis
service.


Reply With Quote
  #4  
Old   
Vladimir Chtepa
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-09-2006 , 12:43 PM



Hi!

Can you connect to AS (obviously with Windows Integrated authentification)?

Vladimir Chtepa


"Dino Hsu" <dino_hsu_1019 (AT) yahoo (DOT) com> schrieb im Newsbeitrag
news:1136828173.189411.91960 (AT) o13g2000cwo (DOT) googlegroups.com...
Quote:
Yes, I can connect to database engine with SQL Server authentication,
but it seems not to allow SQL Server authentication for analysis
service.




Reply With Quote
  #5  
Old   
Dino Hsu
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-09-2006 , 06:59 PM



I can connect to AS from office client. From home client with Windows
authentication, always fails because of "untrusted" thing.


Reply With Quote
  #6  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-10-2006 , 05:00 AM



There is no "SQL authentication" equivalent for Analysis Services. All
the authentication comes back to windows accounts.

Can you leave your office machine running and connect to it via remote
desktop and use that to work from home?

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

In article <1136854747.426551.37230 (AT) g14g2000cwa (DOT) googlegroups.com>,
dino_hsu_1019 (AT) yahoo (DOT) com says...
Quote:
I can connect to AS from office client. From home client with Windows
authentication, always fails because of "untrusted" thing.




Reply With Quote
  #7  
Old   
Dino Hsu
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-10-2006 , 10:10 AM



Dear Darren,

Yes, for learning purpose, I plan to upgrade my home Pentium III 800M
512M SDRAM DRAM to Pentium IV 3G + 2G DDR-2 DRAM. (I prefer to add 1
DRAM to my other home AMD Sempron 2.2G, unfortunately, SQL Server 2005
doesn't support it)

However, if SQL Server authentification is not supported in analysis
service, do you mean analysis service is not for Internet access? How
can Internet random user be authenticated?

Thanks again.


Reply With Quote
  #8  
Old   
Jéjé
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-10-2006 , 11:48 AM



try this:
first, access a shared folder on the server (\\asserver\myfolder)
second, try to access the cube

does your VPN connection is the Windows VPN one?


"Dino Hsu" <dino_hsu_1019 (AT) yahoo (DOT) com> wrote

Quote:
Dear Darren,

Yes, for learning purpose, I plan to upgrade my home Pentium III 800M
512M SDRAM DRAM to Pentium IV 3G + 2G DDR-2 DRAM. (I prefer to add 1
DRAM to my other home AMD Sempron 2.2G, unfortunately, SQL Server 2005
doesn't support it)

However, if SQL Server authentification is not supported in analysis
service, do you mean analysis service is not for Internet access? How
can Internet random user be authenticated?

Thanks again.




Reply With Quote
  #9  
Old   
Dino Hsu
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-10-2006 , 07:09 PM



it's Cisco VPN client I use.


Reply With Quote
  #10  
Old   
 
Posts: n/a

Default Re: Can't deploy through VPN - 01-11-2006 , 04:04 AM



In article <1136909450.038660.59610 (AT) f14g2000cwb (DOT) googlegroups.com>,
dino_hsu_1019 (AT) yahoo (DOT) com says...
Quote:
However, if SQL Server authentification is not supported in analysis
service, do you mean analysis service is not for Internet access? How
can Internet random user be authenticated?

All the security roles have to map through to a windows user (either
local or domain users) so all user/password maintenance has to be done
through windows.

That said, you can still authenticate a "random" internet user if you
set up HTTP authentication or use XML/A. There are a couple of things to
watch, with AS2k you need to have the enterprise edition to get the http
authentication feature, with AS2k5 there are a couple of issue with http
authentication in combination with basic authentication (there are a
couple of threads in this newsgroup relating to them)

If your internet users are coming in as anonymous users you can also use
http authentication and just map them to a single known account.

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


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.