Sign in
Data Access Technologies
(Data Access, XML, SSIS, LINQ, System.Data ...)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
ADO
ADO .NET Sync Service
ADO.NET
ADO.NET Data Services
Attunity
Custom Entity
JDBC
Kerberos
Linked Server
Native Data Access Technologies
NONSSIS
ODBC
OLEDB
Oracle
SAP BI
SPN
SQL CE
SQL Server
SQL Server Connectivity
SQL-CLR
SSIS
SSMA
SYNC Framework
System.XML
XML
Monthly Archives
Archives
March 2013
(5)
December 2012
(4)
September 2012
(2)
August 2012
(5)
April 2012
(1)
January 2012
(3)
November 2011
(2)
October 2011
(4)
September 2011
(1)
August 2011
(3)
June 2011
(1)
May 2011
(1)
April 2011
(2)
February 2011
(2)
January 2011
(3)
December 2010
(2)
November 2010
(1)
October 2010
(2)
September 2010
(1)
August 2010
(2)
June 2010
(6)
May 2010
(3)
April 2010
(4)
March 2010
(6)
February 2010
(1)
January 2010
(7)
December 2009
(6)
November 2009
(4)
October 2009
(7)
April 2009
(4)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Data Access Technologies
SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred :- Reasons and troubleshooting.
Posted
over 4 years ago
by
Snehadeep
18
Comments
This is a very generic error and can occur due to multiple reasons. I am documenting as much as of them based on Case studies. Refer to the description and the error codes for each of the unique errors. A: Error: "DTS_E_OLEDBERROR. An...
Data Access Technologies
Permissions needed to set up linked server with out-of-process provider
Posted
over 3 years ago
by
Snehadeep
8
Comments
When setting up linked server to third-party Databases, it is recommended to run the third-party provider in out-of-process mode, because when the provider is run in-process (within the same process as SQL Server), then any issues with the provider can...
Data Access Technologies
Error While Deploying SSIS 2012 project from SSDT to SSIS Catalog : System.ComponentModel.Win32Exception: A required privilege is not held by the client
Posted
9 months ago
by
Snehadeep
8
Comments
A .NET Framework error occurred during execution of user-defined routine or aggregate "deploy_project_internal": System.ComponentModel.Win32Exception: A required privilege is not held by the client. I ran across this issue in one of my newly...
Data Access Technologies
Error ‘Microsoft Office Excel cannot access the file’ while accessing Microsoft Office 11.0 Object Library from SSIS
Posted
5 months ago
by
Snehadeep
7
Comments
Folks, yet another stumble with SSIS and Excel. This time I am using Microsoft Office 11.0 Object Library. The code runs fine on Windows Server 2003. Below is the code sample. ======================================================= using Microsoft.Office...
Data Access Technologies
Using Network trace to troubleshoot intermittent connectivity issues
Posted
over 3 years ago
by
Snehadeep
7
Comments
Intermittent connectivity issues from a client machine when connecting to a remote database server can be often attributed to the network layer. By collecting the network traces and reviewing them we can tell why the connections failed to succeed or if...
Data Access Technologies
“ORA-12154: TNS: could not resolve the connect identifier specified” error while creating a linked server to Oracle
Posted
over 3 years ago
by
Snehadeep
7
Comments
This is one of the most common errors while creating linked server to Oracle database. Today I will discuss the reason for this error and possible resolutions. Full error message: OLE DB provider "MSDAORA" for linked server "LINKED_ORA...
Data Access Technologies
Why is my ConnectionString incorrect..?
Posted
over 3 years ago
by
Snehadeep
6
Comments
Folks, I wanted to post this experience as I struggled for a couple of days trying to figure out what’s wrong in my connection string when I handled a migration scenario from Windows 2000 to Windows 2008. I had a bunch of VBScripts doing database...
Data Access Technologies
SQL BULK COPY ERROR (“Operating system error code 5(Access is denied.)”)
Posted
over 3 years ago
by
Snehadeep
6
Comments
While there are various forms of bulk copy this blog specifically deals with copying data from a file into SQL Server. It deals about the specific error “Operating system error code 5(Access is denied.)” which might crop up under certain circumstances...
Data Access Technologies
Connectivity Issue with Oracle in x64 Environment “ORA-12154: TNS:could not resolve the connect identifier specified”
Posted
over 3 years ago
by
Snehadeep
6
Comments
When you try to develop an SSIS package in x64 Environment in BIDS that connects to a Oracle Database, you will invariably run into connectivity issues if the installed Oracle Client tools version is 10.2.0.1 (x86). You will obviously need to install...
Data Access Technologies
Sync Framework Frequently Asked Questions (FAQ)
Posted
over 3 years ago
by
Snehadeep
6
Comments
In this blog, I have attempted to answer some common questions we have seen on Sync framework (and Sync services for ADO .Net) while working with our customers on Sync framework issues. After working with multiple versions of Sync Framework and Sync Services...
Data Access Technologies
Every Bug is a Microsoft bug until proven otherwise
Posted
over 1 year ago
by
Snehadeep
6
Comments
Holiday season provides us an opportunity to take a break from our hectic schedules in GTSC and ponder over some interesting cases in past few months. I had been a strong believer in the fact that a lot of bugs attributed to Microsoft are not Microsoft’s...
Data Access Technologies
Migrating UTF8 data from Oracle to SQL Server using SSMA for Oracle
Posted
9 months ago
by
Snehadeep
6
Comments
Before we could begin our Data Migration, you’ll need to clearly understand what is UTF8 is the 8-bit encoding of Unicode? It is a variable-width encoding and a strict superset of ASCII. This means that each and every character in the ASCII character...
Data Access Technologies
The SSIS and Oracle Story Continued…
Posted
over 4 years ago
by
Snehadeep
5
Comments
In one of my previous blogs I tried to summarize the roadblocks and the ways to address them when a SSIS Package talks with Oracle Database. Apart from the Oracle Network Bug (Fixed in Oracle Client Tools version 10.0.0.3 and above), I faced another roadblock...
Data Access Technologies
The SSIS and Excel Story Continues
Posted
over 2 years ago
by
Snehadeep
5
Comments
Folks, in my continued experimentation with SSIS and Excel I found out another roadblock which is typically permission related and want to highlight the same in this post. This time I used the script task to read and save an Excel (.xls) document using...
Data Access Technologies
Troubleshooting “Cannot create an instance of OLE DB provider”
Posted
over 2 years ago
by
Snehadeep
4
Comments
Today I am going to blog about a frequent issue that we come across while creating linked server-: Cannot create an instance of OLE DB provider "MSDADASQL" for linked server "MyDB2" In this scenario I was creating a linked server to a DB2 server...
Data Access Technologies
SQL Server Import Export Wizard fails while trying to retrieve the data from Pervasive Database
Posted
over 3 years ago
by
Snehadeep
4
Comments
When trying to import data from Pervasive DB to SQL Server 2008 DB using import/ export wizard we get the following error message :- "Column information for the source and the destination data could not be retrieved, or the data types of...
Data Access Technologies
How to grant ReadServicePrincipalName and WriteServicePrincipalName rights to SQL Server service start-up account without using ADSDIEDIT tool.
Posted
over 3 years ago
by
Snehadeep
4
Comments
I hope you probably know how to fix below different authentication related errors that can occur while connecting to SQL Server with Windows Integrated Authentication. 1. Login failed for user '( null) '. Reason: Not associated with a trusted...
Data Access Technologies
SQL CE and IIS 7.5 Issue: SqlCEException: The operating system does not support the Encryption Mode provided
Posted
over 3 years ago
by
Snehadeep
4
Comments
Last week I thought I should migrate my SQL CE 3.5 sample applications connecting and opening a Sql Compact Edition Database from Windows Server 2003 to Windows 7. In fact, I tried migrating them both to Win 7 and Win 2008 R2 and straight away ran into...
Data Access Technologies
Consuming Web Services in SSIS Script Task
Posted
over 3 years ago
by
Snehadeep
3
Comments
In this blog I will discuss about how to consume a Web Service in the Script Task of a SSIS package. To consume web methods in SSIS script task you need to follow the following steps: Create a Proxy Class of a Published Web Service ...
Data Access Technologies
SQL Connectivity errors related to SPN and troubleshooting them.
Posted
over 4 years ago
by
Snehadeep
3
Comments
You might get the following error when there is any issue related to a SPN in the environment: 1) Login failed for user ‘null’ 2) Login failed for user ‘’ 3) Login failed for user 'NT Authority\Anonymous Logon‘ ...
Data Access Technologies
Linked Server Performance (Heterogeneous Databases)
Posted
over 3 years ago
by
Snehadeep
3
Comments
Recently I was working on a problem where the scenario was as below. There are various applications connecting to SQL Server to fetch data. But the actual data was not resident on the SQL Server rather on Oracle 10g and IBM DB2 Databases. The applications...
Data Access Technologies
ODBC drivers not visible in the ODBC Data Source Administrator (odbcad32.exe)
Posted
over 2 years ago
by
Snehadeep
3
Comments
I recently had an issue where after the installation of a Third party Client side tools, we were not able view the drivers listed in the ODBC Data Source Administrator (odbcad32.exe). In order to create a DSN to use this third party driver, we had...
Data Access Technologies
Calling SSIS Execute Process task from a remote batch file.
Posted
over 2 years ago
by
Snehadeep
3
Comments
This post describes an interesting scenario that I came across when working with a SSIS package developer. The main issue was that we were unable to run the SSIS package that contains a execute process task calling a batch file stored on a remote server...
Data Access Technologies
Optimized Bulk Loading of Data into Oracle
Posted
over 1 year ago
by
Snehadeep
3
Comments
SQL Server 2008 and SQL Server 2008 R2 (Enterprise editions) support bulk loading Oracle data using Integration Services packages with the Microsoft Connector for Oracle by Attunity. For SQL Server 2005 and the non-Enterprise editions of SQL Server 2008...
Data Access Technologies
Error while creating Linked server "Cannot obtain the schema rowset "DBSCHEMA_TABLES_INFO" for OLE DB provider "SQLNCLI10" for linked server ‘LinkedServerName’"
Posted
9 months ago
by
Snehadeep
2
Comments
When we create linked server for SQL server 2000 on SQL server 2005/SQL server 2008 /SQL server 2008 R2 sometimes we see errors w.r.t schema. In this blog, I will discuss on why we get this type of error and also the solution to fix the error message...
Page 1 of 4 (95 items)
1
2
3
4