|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
mishaluba (11/10/2010) Love the detailed instructions. Worked for me "out of the box". Thank you!
Thats what I like to hear
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 2:34 PM
Points: 845,
Visits: 83
|
|
Hi,
Thanks for posting the solution. I am trying to implement the same solution in my test environment and i am getting error. It states "Syntax error, permission violation, or other nonspecific error". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly". It throws error on Execute SQL Task. I have followed the same steps as mentioned. I am using SQL Server 2005.
Any help would be appreciated.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
two things to double check first.
1 - when mapping the parameter User::TxType variable. make sure you set the Parameter name to 0 (zero) (by default it'll be something like parameter 1 ....
2 - check that the result set on the main property page is set to none
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 2:34 PM
Points: 845,
Visits: 83
|
|
I did check both the things and still i am getting the same error.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
sorry it's taken a few days to get back to you.
I suspect it not actually anything to do with the result set. Double check your SQL statement is correct.
When I put the wrong syntax or value, I got an error message complaining about the result set, when in actual fact I had an error in my T-SQL syntax
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 4:11 PM
Points: 1,033,
Visits: 2,593
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
Tim Mitchell (11/24/2010) Dave, good article. Thanks for the mention of my earlier publication as well!
no problem - credit where credits due!
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 8:19 AM
Points: 1,
Visits: 139
|
|
Hi, I am also getting an error when try configuring 'OLE_DST - transactions_': Error at DFT - Extract Transactions [OLE_DST - transactions_ [28]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E37 Description: "Table/view either does not exist or contains errors.".
Error at DFT - Extract Transactions [OLE_DST - transactions_ [28]]: Opening a rowset for " transactions_" failed. Check that the object exists in the database.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
that read like you haven't yet set up the 'dbo.transactions_' table.
this is need so that you configure the adapter. It servers 2 purposes. 1- it provides an actual table for the connection to use and validate against, 2-should you get an issue, it can in error some cases be used as a capture table i.e. duplicate key errors could be redirected to an error output that uses the default table.
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|