Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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:04 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 October 24th, 2006, 02:14 PM
Registered User
 
Join Date: Sep 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

sorry put this in the wrong forum, I have moved it.






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 SQL Server ASP 1 January 17th, 2007 06:35 AM
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.