Connectivity Error(s) After Re-build

Oct 5, 2007

Afternoon everyone!

I would really be grateful for some advice regarding the above matter (note: am novice to the 'client/server' implementation, so would ask for your patience, pls!):

We have a front-end Access 2K app’n, which connects to some back-end data, (using a 'dsn-less' ODBC link (Access table)). The system was not in use for several months, during which time the server was re-built.
The problem I’m having is that although I can connect to the back-end data, the other users are unable to do this.

I have been looking into the problems/issues encountered so far, including:

· - Updating the dsn-less connection table within the front-end Access application (note: we have other applications which use this method for connectivity, without any problems here), i.e.

ODBC;Driver={SQL Server};APP=Microsoft Access;UID={updated username};PWD={updated password};Server={name of server};DATABASE={name of database on server}

· Re-visiting the ‘ODBC Data Source Administrator’ and checking the configuration of the ‘Microsoft SQL Server DSN Configuration’ (i.e. ‘Window authentication, using the network login’, etc).


The strange thing is that I’m able to access the back-end data, via the application without any problems at all (I’m using the full version of MS Access 2K, as need to eventually make changes to the front-en app’n. All of the users have MS Access 2K run-time only installed).

However when the user tries to log, they acquire ‘ODBC—connection to {Access application name} failed’ messages.

Up to three other users have tried to access the system, and acquire error message of the following nature:

Within the front-end application:

· ‘The {Access application name} is not available (Error No: 3151. Error: ODBC—connection to {Access application name}’ failed.)

· (1) Initially the user obtains the message: ‘The expression you entered has a function that ‘{Access application name}’can’t find.’ Then (2) I receive an ‘Action Failed’ on the ‘AutoExec’ macro (this is set up to execute a function which acquires the user’s window’s login details).

Linking to the back-end data:

· Connection failed: SQLState: ‘28000’. SQL Server Error: 18456. [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user ‘{domain_name}{users_Windows_login_name}’.


· Whilst user was logged in at my desktop, I tried to implement a ‘SQL Server ODBC Data Source Test’. However the ‘Test Results’ have been as follows

“Microsoft SLQ Server QDBC Driver Version 03.85.1117. Running connectivity tests… Attempting connection [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user ‘{domain_name}{users_Windows_login_name}’.

We currently have other client/server applications which link using the above methods (ODBC dns-less connections, etc), but have no problems with the user’s and their permissions to access these.


Would appreciate any help/suggestions/advice, etc with this.


Many thanks in advance.

Magnetar4

View 4 Replies


ADVERTISEMENT

Error On Build Solution, If SSIS Project Is Part Of Build

Mar 22, 2006

Hello,

we have automated build on every night. In our solution is SSIS project, where each package is encrypted per password. We call build process per command line like this..

C:ProgrammeMicrosoft Visual Studio 8Common7IDEdevenv.exe (c:DevelopmentX3\X3.sln /build Release)' in 'c:DevelopmentProjectsDailyBuild

Through build process we get a error:


External Program Failed: C:ProgrammeMicrosoft Visual Studio 8Common7IDEdevenv.exe (return code was 1):

We think a reason is, that on build of SSIS project must be entered a password. You can wonder for what we need that SSIS packages are part of our build. We hope that on build process is also created Deployment Utility, if so set in dtproject.user. Is it so? Is there any way to create Deployment utility on automated build process? Can be a password provided pre command line?

with best regards

Anton Kalcik

View 5 Replies View Related

Sql Database Connectivity Error

Mar 25, 2008

Hi All, 
I am a beginner in ASP.NET and trying to access sql database from using C# language thru ASP.NET .  I hv tried with below code but could not able to make out. connection = new SqlConnection("Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Northwind;Data Source=ServerName;");
connection.Open();
dataadapter = new SqlDataAdapter("select * from customers", connection);dataset = new DataSet();
dataadapter.Fill(dataset, "table1");
DataGrid1.DataSource = dataset;
DataGrid1.DataMember = "table1";
 
Am getting the error -
System.Data.SqlClient.SqlException: Login failed for user 'ServerNameASPNET'.
 Please help.  

View 10 Replies View Related

SQL Server Connectivity Error...

Mar 3, 2008

Hello All -

I am using SQL server 2005 sp1 to work with my applications... and i am using ODBC connection to communicate with SQL serrver...

The connectivity has been working fine for more than a 6 months now .... and suddenly it thows an error ...

"General network error. Check your network documentation.ConnectionRead (recv())."

There about 10 applications accessing SQL server... and all the applications throws this same error...

I intially thought it migjht be bacuase some applications are over utilizing the SQL connection and not closing them properly... but i noticed the connection opened in the Activity monitor are the same as it supposed to be ... no extra unwanted connection opened...

I also noticed that SQLserver.exe process is utilizing almost all the RAM memory and trying to allocate more page memory.... so i restarted the SQL sever service and that reinstated all the connectivity properly....

in couple of days .... the memory utilization again reached the max and this problem started again and i had to restart the SQL server again... and this problem happens every 2 days...

I know SQL server is using up those memory for caching purpose which is normal... but Y would this cause the connectivity to fail...

Is it a problem in SQL server 2005 SP1 ... shd i upgrade it to SP2?

If some of my application is causing this how would i narrow it down to that application and pin point on that particular one?

The thrown error does not have much information for it to guide me in a direction for debugging...

Please can any one help me tro this problem?

Badri

View 8 Replies View Related

Linked Server Connectivity Error

Aug 16, 2006

BACKGROUND:

I have two databases that support two separate applications. Both applications are required to be in sync with one anther. One application is MSSQL 2000 based and the other is Oracle 9.i. Given the complexity of the first application (host), the best solution was to use linked servers to connect the SQL database to the Oracle database.

To prevent imbalances, the host application calls a package in Oracle to update the secondary application before it completes the transaction in SQL. This way, if anything fails at any point, the entire transaction is rolled back and neither databases are updated.

PROBLEM:

Our test system is stand alone but is performing the previously mentioned transaction in the same manner to an Oracle database on a Linux server. After passing testing, we promoted the application to the live system and are experiencing the following error when the transaction attempts to call the Oracle package:

Connectivity error: [Microsoft][ODBBC SQL Server Driver][SQL Server]MSDTC on server XXXXX is unavailable.

I have done some reading, but there really isn€™t much literature on linked servers. Will someone help?

Thanks so much,

Tony

View 2 Replies View Related

SSIS Build Error

Nov 14, 2007

Hi,

I have developed one SSIS package. Later on i deleted one unused connection from it.
When I try to deploy the package, it is giving error that the connection is missing from the container of collection.
The same package is executing successfully even after throwing this error.
Please advice

Thanks is advance

View 1 Replies View Related

Unexpected Error With JDBC SQL Server 2000 Connectivity

Sep 3, 2007

Hi,
We are running one shopping site for our organisation, which includes Tomcat 5.0.28 , IIS & SQL Server 2000 SP3 hosted on platform Microsoft Windows Server 2003 Enterprise Ed. , we are running jsp pages server side and site is hosted on internet,
but it is observed that after every 1/2 days , page will throw following exception, and site get blocked.

javax.servlet.ServletException: Network error IOException: No buffer space available (maximum connections reached?) : connect


Can anybody help please?

I am beginner with JDBC - SQL Server Connectivity ,

I am giving our configuration details:

Driver Used - Microsoft SQL Server Driver 2000 SP3

Protocol Used - TCP/IP which open socket connection on default port 1433

Authentication - Mix Mode Authetication ( using sa account login)

Even setting done within LOCAL instance running on server to allow max. connections i.e 32767

My observation is that some kind of virus threat may causing this error, because if server will be rebooted, we doesn't

get any error and everything works fine.

Waiting for your suggestions and advise.

Thanks a lot.

Regards,

Mandar Velankar


View 3 Replies View Related

SQL Server 2005 Connectivity Issue - SSL Security Error

Oct 5, 2007



We recently moved from SQL 2k to SQL 2K5 and existing application stopped working with following error message.

[DBNETLIN][ConenctionOpen (SECCreateCredentials()).]SSL Security error.

The code used to make connection is as below.

Option Explicit

Const NewConnStr = "Provider=SQLOLEDB;Persistant Security=False;User ID=%DBUser;Password=%DBPassword;Initial Catalog=%DBName;Data Source=%DBServer,%DBPort;Network Library=dbmssocn"


Dim oConn
Dim sConnStr
Dim sServer

sServer = "SQLSERV01"
Set oConn = CreateObject("ADODB.Connection")

On Error Resume next
sConnStr = Replace(Replace(Replace(Replace(Replace(NewConnStr, "%DBUser", "test1"), "%DBPassword", "test1"), "%DBName", "model"), "%DBServer", sServer), "%DBPort", "1433")
Call oConn.Open(sConnStr)


This script runs under stripped-down Windows enviornment (Windows PE) with very basic components (i.e. no GUI, only command-line interface). I am trying to find out if there is any client side setting to bypass "self-generated SSL ceritificate" on server. I have tried all things on server side from disabling shared memory protocol, setting "Force Encryption" property etc. Could somebody help me with name of this property?
Also, is it possible to not use self-generate certificate on server. We don't want any kind of encryption for SQL connections.
Thanks..

View 7 Replies View Related

SQL SP1 Build 2047 Installation Error

Oct 16, 2006

Hello,

I am having problems installing the SP1 for SQL server 2005 on a W2K3 R2 server. It appears that the Database Services and Analysis Services are not being updated. I would appreciate any help with this if anyone has seen or had experience with this issue.

Thanks, the basic log file is listed below.

Redist9_Hotfix_KB913090_3.log

09/17/2006 19:15:53.408 ================================================================================
09/17/2006 19:15:53.408 Hotfix package launched
09/17/2006 19:16:57.719 Attempting to install instance: SQL Server Native Client
09/17/2006 19:16:57.735 Attempting to install target: HOSPSQL
09/17/2006 19:16:57.735 Attempting to install file: sqlncli.msi
09/17/2006 19:16:57.782 Attempting to install file: \HOSPSQLc$a9c93a7747dec24c4a58HotFixSqlncliFilessqlncli.msi
09/17/2006 19:16:57.782 Creating MSI install log file at: C:WINDOWSHotfixRedist9LogsRedist9_Hotfix_KB913090_sqlncli.msi.log
09/17/2006 19:16:57.782 Successfully opened registry key: SoftwarePoliciesMicrosoftWindowsInstaller
09/17/2006 19:16:57.782 Failed to read registry key: Debug
09/17/2006 19:16:59.610 MSP returned 0: The action completed successfully.
09/17/2006 19:16:59.626 Successfully opened registry key: SoftwarePoliciesMicrosoftWindowsInstaller
09/17/2006 19:16:59.626 Failed to read registry key: Debug
09/17/2006 19:16:59.626 Successfully installed file: \HOSPSQLc$a9c93a7747dec24c4a58HotFixSqlncliFilessqlncli.msi
09/17/2006 19:16:59.626 Successfully installed target: HOSPSQL
09/17/2006 19:16:59.626 Successfully installed instance: SQL Server Native Client
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product Status Summary:
09/17/2006 19:16:59.626 Product: SQL Server Native Client
09/17/2006 19:16:59.626 SQL Server Native Client (RTM ) - Success
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Setup Support Files
09/17/2006 19:16:59.626 Setup Support Files (RTM ) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Database Services
09/17/2006 19:16:59.626 Database Services (RTM 1399 ENU) - Not Applied
09/17/2006 19:16:59.626 Analysis Services (RTM 1399 ENU) - Not Applied
09/17/2006 19:16:59.626 Reporting Services (SP1 2047 ENU) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Notification Services
09/17/2006 19:16:59.626 Notification Services (SP1 2047 ENU) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Integration Services
09/17/2006 19:16:59.626 Integration Services (SP1 2047 ENU) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Client Components
09/17/2006 19:16:59.626 Client Components (SP1 2047 ENU) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: MSXML 6.0 Parser
09/17/2006 19:16:59.626 MSXML 6.0 Parser (RTM ) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: SQLXML4
09/17/2006 19:16:59.626 SQLXML4 (RTM ) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Backward Compatibility
09/17/2006 19:16:59.626 Backward Compatibility (RTM ) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:16:59.626 Product: Microsoft SQL Server VSS Writer
09/17/2006 19:16:59.626 Microsoft SQL Server VSS Writer (RTM ) - Not Applied
09/17/2006 19:16:59.626
09/17/2006 19:26:59.494 Hotfix package closed


View 12 Replies View Related

SQL Server Admin 2014 :: Remote Database Connectivity Error

Apr 17, 2014

We are in web site development company,Previously we don't have proxy configuration, after implementing Proxy , we have an issue to connect a remote database.

The error pops "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. Error 53".

View 1 Replies View Related

Named Instance Connectivity Error - Only Works When Port Number Is Specified??

Sep 27, 2007

I have a new named instance (SQL Server 2005 x64 SP2 (Build 3159) Developer edition) setup with dynamic port selection. A default instance was also running on the server prior to the named instance setup.

SQL Server Browser service is running. Remote connections are configured on the named instance. But still remote clients can only connect when the port number is specified after the instance name (servernameinstancename,9999). Without the port number, "error 26 - Error locating Server/instance specified" is thrown.

Doesn't the SQL Server Browser service eliminate the need for clients to specify the port number? What am I missing?

Thanks.

View 1 Replies View Related

Report Model - No Build Because Of Error In Role

May 8, 2007

Hi,



I removed a role in the datasourceview of a datamodel. Later I removed the role in the reportmodel. There are always two roles for one relation. Now I only have one role left and I can't delete it anymore.



This is the error I get when building the project.

Error 2 The RelatedRoleID property of the Role 'invoicelineid' refers to the Role 'Gd1b03590-f98b-46aa-945d-c90ccd5d6028', which is not in the same SemanticModel as the Role 'invoicelineid'. Max generiek.smdl 0 0


When I try to remove the role I'll get an error : object reference not set to an instance of an object.



If I look at the properties of the role I see that when I open 'related role' there is nothing in it, except an ID: Gd1b03590-f98b-46aa-945d-c90ccd5d6028 and as name: Object reference not set to an instance of an object.



I also tried to remove the whole entity but that resulted in the same error. It's not an option for mee to remove the whole model and autogenerate it again, but there is too much work in it already.



If I try to remove this thing in the xml itself it gives other errors and the model won't load anymore.



I hope somebody has a solution for this.



thanks in advance,

Julian Kooiker

View 1 Replies View Related

Integration Services :: Attribute Relationship Error When Tried To Build A Cube

Aug 25, 2015

When ever i tried to build a cube, i get stuck in this attribute relationship. either i shows a "yellow" icon in the hierarchy or "red" underline in the attribute column.I dont know how to rectify those errors.

View 2 Replies View Related

Sql Connectivity

Apr 24, 2008

how should i change my comnnetion string when i host the website in the server. i am having errors? but in local host its working fine?

View 3 Replies View Related

SQL 7 And BDE Connectivity

Sep 3, 2001

Hi,

I am responsible for an application that uses the Borland Database Engine to connect clients to the database server - it's called SalesLogix. I am in the process of upgrading the databases in the working environment to SQL 7 from SQL 6.5 and on the whole it has been (relatively) successful, however I have a majorly inconvenient issue with a few client machines. Occasionally, after upgrading the SQL client and having upgraded the database server I cannot make a connection any longer and instead when I try through the BDE I am presented with the message 'General SQL Error' and the BDE error code for a general SQL error, and nothing more. It has only happened on a couple of machines, but with no apparent pattern. The clients can still connect to SQL 6.5 databases as long as the SQL 6.5 client utilities are still installed so I don't know what to think. Any ideas?

Cheers,

Anthony

View 1 Replies View Related

Connectivity

Sep 8, 2003

Please Help.

I can ping my sql server using the IP address but not using the host name.

I run win XP desktop and SQL 2k sp 3 on WIN 2k SP3 two nodes active/passive cluster configuration.

Urgent

View 1 Replies View Related

Sql Connectivity

Sep 7, 1999

i have a server in US and the other at india iam trying to connect both the sql servers but iam unable to do it. Please tell me how to connect them

regards

aafreen

View 1 Replies View Related

Connectivity

Jul 13, 2006

Hello everybody.
I am connecting my computer to the internet and when i see the ip address of my computer i try:

telnet ipaddress 1433 but it says 'connection failed'.

this happens even when i try to access my sql server from another computer through the internet.

I have installed service pack 4,configured the server connectivity by adding the tcp/ip protocol and checked the port:it is 1433.

Also checked the firewalls ,but no results.

please help

View 4 Replies View Related

DB Connectivity

Nov 22, 2007

We are trying to setup a role based security access within our client software so that users have read only access to the database. Right now we are not able to connect to the database. This is a blocking issue for us on the project right now


Please let us know how to proceed now ?


Thanks in advance


Kishore

View 4 Replies View Related

TCP/IP Connectivity

Jul 20, 2005

Is it possible to approach a MS SQL Server using TCP/IP? I have lookedeverywhere but have not found any documentation about the protocol toconnect to MS SQL Server.I wish to connect to MS SQL Server directly through TCP/IP, without using MSlibraries (since i am not doing this on a windows system).Thanks in advance,Eddie Gieze

View 2 Replies View Related

SQL Connectivity

May 31, 2006

I am building a C# Windows app.  I have a form and have also create a db.  I tested the db connectivity in Server Explorer and the test came back successfully.  According to my manual, I just need to drag the db item from the server explorer to my form designer to creation the connection.  When I do this nothing happens... what am I doing wrong?

If I do the same thing in VS2003 the sqlConnection1 shows up, how do I accomplish the same thing with 2005?

View 1 Replies View Related

Connectivity Sql Ce

Nov 6, 2006

hi friends,

i am developing a dictionary for pocket device



i am using sql ce database .

i have included and copied that file in the project but every time exception occurs saying check the directory . file can not be found.....



may be this a little one but help me......

its urgent..........

View 5 Replies View Related

Database Connectivity

Jan 21, 2008

hi,
how to connect the database for first time
iam working for a website in that i have a form. how to connect the form to the database.
throw enterprice managment
thanks

View 1 Replies View Related

SQL Server Db Connectivity With Asp.net

Dec 27, 2004

Hi:
I m in new in ASP.net and can't connect sql server db with ASP.net.I write exact code.but it give error in connection string and server error some time.I found that error is in web.config file.can any one have running project of asp.net with sqlserver db..
if any one have then mail the project at this mail address..
ray_boby@hotmail.com

View 1 Replies View Related

Database Connectivity

Jul 26, 2005

Hi im new to ASP.NET.. can anyopne pelase tell me how to make database connectivity with sql server 2000.i need to insert data into sqlserver2000 database from an ASP.NET Web form. please provide me with a asample code.thank you

View 1 Replies View Related

SQL Server 7 Connectivity In C# && ASP .NET

Dec 13, 2005

I am using webforms for ASP .NET which has code in C#. My database is running on SQL Server 7. Whats the best way to connect to database. I have tried ODBC connection through myConnection=new SqlConnection(ConfigurationSettings.AppSettings["dsn"]);but it gives me an error that can not connect to the SQL Server 2005 or it does not allow remote connections though it is running SQL Server 7 and not SQL Server 2005.  Thanks in advance.

View 1 Replies View Related

Database Connectivity

Jan 11, 2006

I am using SQL SERVER 2000 and asp.net How shoul i connect using OLEDB provider?.
In connection string, i am giving Provider=SQLOLEDB.1,datasource .
It's giving error in conn.open() that login failed for database. i am also poroving username and password in connection string, so i want code for the same.
awaiting for reply...

View 2 Replies View Related

Connectivity Issue Help

Apr 2, 2001

Hi,
I have a sql server that I cannot connect to in Enterprise Manager. I can connect no problem with Query Analyzer, but EM always gives me a "timeout expired" error. I am using tcp/ip, and my network card is configured exactly the same as another server that i can connect to fine. Any ideas? I really need to figure this out. this has nothing to do with timeout intervals, or anything like that, as it's all default settings, same as the other database...thanks.

View 1 Replies View Related

Connectivity Issue Help Again Please

Apr 2, 2001

Here's my post from a few minutes ago, thanks for the answer but that's not a fix, and trying to reconnect doesn't help. it never connects. I'm posting again, as otherwise people wouldn't read the older thread once it's replied too


I have a sql server that I cannot connect to in Enterprise Manager. I can connect no problem with Query Analyzer, but EM always gives me a "timeout expired" error. I am using tcp/ip, and my network card is configured exactly the same as another server that i can connect to fine. Any ideas? I really need to figure this out. this has nothing to do with timeout intervals, or anything like that, as it's all default settings, same as the other database...thanks.

View 1 Replies View Related

ASP Connectivity Change

Jul 2, 2001

I have a few ASPs that were written to pull from an Access 97 database. Now that we have converted the data over to a SQL database, the ASPs have been changed accordingly. My problem is that I have two ASPs which use an Inner Join between three tables where the main field (in this case it is called "INDEX") is what the pull is based on. When I try to run the ASPs I recieve this error .

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'INDEX'.

The line that it identifies is where the connection is actually opened.
This is only occuring on the ASPs that use the column INDEX and an inner join. The straight style number pulls (which have the same connection string)
are working fine. Any ideas?

View 1 Replies View Related

SQL Server And Dos Connectivity

Feb 17, 2000

hello , i have a small problem , an associate want to connect to a micrsoft sql server under nt from a pc with only dos! can such a thing be done?

View 1 Replies View Related

Connectivity Problems

Mar 17, 1999

What do I need to do to enable a client PC to See a SQL server database? I keep getting ODBC timeout errors.


Help

View 2 Replies View Related

ASP / SQL 2000 Connectivity

Jan 5, 2003

Hi all,

I'm currently trying to connect my ASP page with an SQL server 2000 DB. I already know, how to connect with Access, through the the cobnnection object...

examlpe:
---------------------------
Dim objConn
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.ConnectionString = "DSN=cb_access_db"
'objConn.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};" & "DBQ=F:dbCB_database.mdb"
objConn.Open
---------------------------

Now, i have SQL 2000 running on my local syste, and i'v ecreated a DSN..

How would i connec to it???

any input, or exampkles would help.Thanks!

DAve

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved