473,386 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

access to different SQL-Server

I run the SQL-server on VM-Ware with mixed mode auth.
When I host the ASP service on IIS in VM-Ware access is possible from
everywhere. But hosting the service on the IIS outside VM-Ware can not access
the SQL-Server. The error is "SQL server does not exist, or access denied".
The problem can not be any firewall because EnterpriseManager sees the
Server and is dissabled. One possibility for solving this might be
Impersonation I guess. Adding <identity impersonate="true" userName="user"
password="pass"/> to web.config gives an error when compiling. Only <identity
impersonate="true" /> works but does not bring any effect.
btw. The systems are not in a domain and the conn.string is:
"Data Source=192.168.0.10,1433; Initial Catalog=pubs; user id = user;
password="
or
"Data Source=COMPUTER; Initial Catalog=pubs; user id = user; password="

can anybody help?

Nov 19 '05 #1
2 1213
Hi Erich,

I think I'm having the same kind of problem,
Ive written a Web interface on the messenger api so my customer can offer
anyone in there organisation chat functonality using a LCS backend.

Everything works fine but messenger clients from outside VM Ware can't
access the IIS Server that is running within the VM Ware .

When IIS initiates the connection.
Everything works fine.

So I suspect that VMWare is the one that's causing the bugs.
--
Rainier van Slingerlandt
www.slingerlandt.com

Please hit the Yes button If my effort is helpfull.

"Erich Brunthaller" wrote:
I run the SQL-server on VM-Ware with mixed mode auth.
When I host the ASP service on IIS in VM-Ware access is possible from
everywhere. But hosting the service on the IIS outside VM-Ware can not access
the SQL-Server. The error is "SQL server does not exist, or access denied".
The problem can not be any firewall because EnterpriseManager sees the
Server and is dissabled. One possibility for solving this might be
Impersonation I guess. Adding <identity impersonate="true" userName="user"
password="pass"/> to web.config gives an error when compiling. Only <identity
impersonate="true" /> works but does not bring any effect.
btw. The systems are not in a domain and the conn.string is:
"Data Source=192.168.0.10,1433; Initial Catalog=pubs; user id = user;
password="
or
"Data Source=COMPUTER; Initial Catalog=pubs; user id = user; password="

can anybody help?

Nov 19 '05 #2
Hi Rainier !

It is definitely the VM-Ware which causes the problem.
I checked it with a different SQL Server instance on a W98 system with no
problems.
But how to solve this unpleasant behaviour?
I took a look at the VM-Ware support page but without any hint.

best regards

Erich

"Rainier [MCT]" wrote:
Hi Erich,

I think I'm having the same kind of problem,
Ive written a Web interface on the messenger api so my customer can offer
anyone in there organisation chat functonality using a LCS backend.

Everything works fine but messenger clients from outside VM Ware can't
access the IIS Server that is running within the VM Ware .

When IIS initiates the connection.
Everything works fine.

So I suspect that VMWare is the one that's causing the bugs.
--
Rainier van Slingerlandt
www.slingerlandt.com

Please hit the Yes button If my effort is helpfull.

"Erich Brunthaller" wrote:
I run the SQL-server on VM-Ware with mixed mode auth.
When I host the ASP service on IIS in VM-Ware access is possible from
everywhere. But hosting the service on the IIS outside VM-Ware can not access
the SQL-Server. The error is "SQL server does not exist, or access denied".
The problem can not be any firewall because EnterpriseManager sees the
Server and is dissabled. One possibility for solving this might be
Impersonation I guess. Adding <identity impersonate="true" userName="user"
password="pass"/> to web.config gives an error when compiling. Only <identity
impersonate="true" /> works but does not bring any effect.
btw. The systems are not in a domain and the conn.string is:
"Data Source=192.168.0.10,1433; Initial Catalog=pubs; user id = user;
password="
or
"Data Source=COMPUTER; Initial Catalog=pubs; user id = user; password="

can anybody help?

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Dan. | last post by:
hi there, a while back i got into a bit of ASP programming and needed database access. since msAccess was installed on the system i was using at the time i used that and have used that since. but...
0
by: sedefo | last post by:
I ran into this Microsoft Patterns & Practices Enterprise Library while i was researching how i can write a database independent data access layer. In my company we already use Data Access...
3
by: Taylor | last post by:
Good afternoon. I have recently converted an Access 97 application to Access 2003. The conversion went rather smoothly. However I am getting different results from the same exact query. I can...
42
by: PC Datasheet | last post by:
I have zero experience with using a SQL database for a backend and Access for a frontend. I have some questions: 1. Does an SQL database have tables? 2. How does Access connect to the data in...
5
by: Benny Raymond | last post by:
I'm nearly done writing the first version of my tracking app and I'm starting to re-think the way I store my database. Currently I have my database setup as an xml dataset. Before I started the...
49
by: Mell via AccessMonster.com | last post by:
I created databases on Access 2003 and I want to deploy them to users. My code was also done using 2003. If they have Ms Access 2000 or higher, will they be able to use these dbs with all code,...
12
by: zwasdl | last post by:
Hi, I'm using MS Access to query against Oracle DB via ODBC. Is it possible to use HINT in Access? Thanks, Wei
26
by: codercode | last post by:
I'm working on a Visual Basic .NET using Access database. However, my client already have a 30MB database with Sybase ASA and Sybase is way too much for that. Is there anyway I can migrate from a...
3
by: Bill Hutchison | last post by:
I have a query that returns different results (3508 rows for snapshot, 6288 for dynaset) and that is the only thing I change to get the different results. When I try to make a table from the...
2
by: ozzie8 | last post by:
Hey Everyone, I am in the process of converting SQL view statements into an Access database and am running into some problems. Basically, my problem is that Access does not seem to have the Case...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.