Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xproc problem

Status
Not open for further replies.

wbodger

Programmer
Joined
Apr 23, 2007
Messages
769
Location
US
Well, at least I think the problem is in an xproc. I have a stored procedure that uses 3 xprocs (sp_OACreate, sp_OAMethod and sp_OADestroy). And those xprocs use some DLLs to create Serial numbers given keygen data. On my production server, everything works fine, unfortunately I did not build the machine and anybody that might have had a hand with it is long gone and when I backup and restore to a test db, the SN creation schema does not work, giving me the following error:

Code:
OLE Automation Error Information
  HRESULT: 0x800401F3
  Source: ODSOLE Extended Procedure
  Description:  Invalid class string
error! 1
Stored Procedure: onyx.dbo.sp_Generate_Random_AlphaNumeric_SerialNumbers
	Return Code = 0

And I have exhausted my thoughts on solving this dilemma, so I come to you tremendous folks to see if you can help me with some insight or direction to figure out where this problem might be coming in. Oh, and the DLLs that the xprocs call are not ones that need to be registered, they just need to be in the path, but I am unclear WHERE that would be since it is a sproc calling an xproc calling a DLL. I currently have the DLLS in c:\windows\system32.

Thanks,
Willie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top