Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
satish.t@dexterity.in
Starting Member
2 Posts |
Posted - 2009-01-06 : 04:46:19
|
Hi, I am getting error when I am trying to execute the package from comand line...An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".Details :Oracle 9i client on my systemOracle 10g is the server : SourceProtection level : EncryptAllwithPasswordDriver(tried both of them): Native OLE DB\Microsoft Ole Db provider for Oracle Native OLE DB\Oracle provide for OLE DBbut for all cases I am stuck up at the same point with the same error. Any help would be greatly appreciated. |
|
satish.t@dexterity.in
Starting Member
2 Posts |
Posted - 2009-01-06 : 09:16:21
|
Hi.... cheers I managed to overcome the problem.1. The problem was with the path variable. I was having path for my other version of ORacle which I remeoved from the path variable and kept only for the version I am using.2. In the config file see that only the connection string parameter is there no other need to be selected and add Password=Urpassword;as some of the tags are not supported by Oracle in web config...and tada... I was done.... |
 |
|
|
|
|