Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : SCL2005 QBXMLRPEQODBCInteractive.RequestProcessor Access is deniedSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v7 Forum

 New Topic 
 
 Post Reply 
[1]  
 SCL2005 QBXMLRPEQODBCInteractive.RequestProcessor Access is denied 
 Author   Message 
  Karl Bettencourt 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-01-03 
 Profile
 Posted : 2007-01-06 05:43:45

The script at the end of the message produces the following issues on a clean install of SQL2005 Developer Edition.

Object:QBXMLRPEQODBCInteractive.RequestProcessor Source:ODSOLE Extended Procedure Description: Access is denied.

Object:QBXMLRP2EQODBCInteractive.RequestProcessor Source:ODSOLE Extended Procedure Description: Access is denied

Any suggestions?  Also, I posted this issue before, how do I see if there is an answer?

DECLARE @oQBXMLrp int

DECLARE @iHR int

DECLARE @iCnt int

DECLARE @sSource varchar(255)

DECLARE @sDesc varchar(255)

DECLARE @sObjectName varchar(255)

SET @iCnt = 1

SELECT "Current User: " = CURRENT_USER, " Time: " = CONVERT(char(30), CURRENT_TIMESTAMP)

WHILE @iCnt < 6 BEGIN

SET @sObjectName = CASE @iCnt

WHEN 1 THEN 'QBXMLRPEQODBCInteractive.RequestProcessor'

WHEN 2 THEN 'QBXMLRP.RequestProcessor'

WHEN 3 THEN 'QBXMLRP2EQODBCInteractive.RequestProcessor'

WHEN 4 THEN 'QBXMLRP2.RequestProcessor'

ELSE 'Xerces.DOMDocument'

END

EXEC @iHR = sp_OACreate @sObjectName, @oQBXMLrp OUT

IF @iHR <> 0 BEGIN

EXEC sp_OAGetErrorInfo @oQBXMLrp, @sSource OUT, @sDesc OUT

SELECT "Object" = @sObjectName, "Function" = 'CreateObject', "HR" = convert(varbinary(4),@iHR), "Source" = @sSource, "Description" = @sDesc

END

ELSE BEGIN

SELECT "Object" = @sObjectName, "Function" = 'CreateObject', "HR" = convert(varbinary(4),0), "Source" = '', "Description" = 'Successfully Created'

END

EXEC @iHR = sp_OADestroy @oQBXMLrp

SET @iCnt = @iCnt + 1

END

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-01-06 10:01:41
See: Does QODBC work with MS SQL Server 2005 Linked Tables?  

  Top 
  Karl Bettencourt 
  
 Group: Members 
 Posts: 2 
 Joined: 2007-01-03 
 Profile
 Posted : 2007-01-07 11:48:41

I  have certainly done my best to go through all of the try and this and thats.  I have had no luck. 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-01-07 12:17:55

Ok, try looking at: How do I manually setup the QODBC DCOM Servers on Windows XP Pro and Windows 2003 Server?  instead.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to