Wrox Programmer Forums
|
SQL Server ASP Discussions about ASP programming with Microsoft's SQL Server. For more ASP forums, see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 24th, 2006, 02:14 PM
Registered User
 
Join Date: Sep 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default capicom in dts

I am trying to use capicom in a dts to encrypt some fields that I'm putting into the database. I am getting the following error:
Error code:0
Error Source = Microsoft VBScript runtime error
Error Description: object required: 'server'

My code is:
set message = server.CreateObject("CAPICOM.EncryptedData")
message.SetSecret(holdarea)
message.Algorithm.Name = 1 'CAPICOM_ENCRYPTION_ALGORITHM_RC4

Do I need to add some kind of definition for the "server"? Any help would be greatly appreciated. Thanks

 
Old January 17th, 2007, 06:35 AM
Registered User
 
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can u tell in which language you are creating this process? for that you have to register capicom first. tell me your problem in detail.






Similar Threads
Thread Thread Starter Forum Replies Last Post
CAPICOM - Error 80040154 glosrob C# 0 June 20th, 2007 04:19 AM
capicom in dts bostonrose General .NET 1 October 24th, 2006 02:14 PM
New to DTS jasimbo SQL Server DTS 0 October 7th, 2005 06:28 AM
dts calls a lot of dts steffi_ma SQL Server DTS 2 May 24th, 2004 07:18 PM
Problem Using CAPICOM, CDOSYS and EXCEL Interop wi ParthaChoudhury General .NET 0 May 3rd, 2004 03:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.