Integrating Hardware Security Module (HSM) For Cryptographic Key Storage With SQL Server

Aug 21, 2007



Hi,



I have come to know from the SQL Server documentation that the Hardware Security Modules (HSM) can be used for Cryptographic Key storage within SQL Server to increase the level of protection of data at rest. We provide a HSM Solution which protects cryptographic keys and performs cryptographic operations onboard. The aforesaid fact about SQL Server and HSMs motivates us to test our HSM product with the SQL Server. Our HSM solution provides SDK for applications/servers to communicate with the HSM hardware. The SDK basically consists of two libraries:

-MS CAPI Interface (CSP Library)

-PKCS#11 Interface (cryptoki Library)



I have found this forum best for such kind of discussion. So could you guys on the list let me know:

- How the CSP or PKCS#11 library can be integrated with the SQL Server for HSM box to protect the cryptographic keys?

- Would I need to write a new Interface/Wrapper for this integration, If yes please help?



Thanks in advance.

Harsh.

View 4 Replies


ADVERTISEMENT

SQL Server Mobile 's Cryptographic Algorithm?

Jun 19, 2006

Its arguments only describe :the database is encrypted with 128-bit encryption. But which cryptographic algorithm?

View 3 Replies View Related

Set Execute As On Module Without Redefining Module?

Aug 8, 2007

Is it possible to change the EXECUTE AS principal on a module (such as a stored procedure or function) without having to redefine the entire module in an ALTER statement? I didn't find anything in BOL about it in the ALTER PROCEDURE or ALTER FUNCTION articles. If there is a system sproc that does it, I couldn't find it. Changing system tables is not an option (assuming that is an option) for me.

View 1 Replies View Related

Can't Install IBM Tivoli Storage Manager Server On Windows 2003 X64 Storage Server, How Can I Fix The Pkg?

Jan 14, 2008

I am a Windows developer for the IBM Tivoli Storage Manager Server (TSMS) product.
Our product installation is built with InstallShield and uses the Windows Installer.

On a new installation of Windows 2003 x64 Storage Server R2, at a customer's site, the TSMS product fails to install.
The install of the OS has version 3.01.400.3959 of the Windows Installer and I see no newer version that installs.

Part of our product is 32 bit (console) and another part is x64 (server).
When installing I can see that the install's default is being redirected/reset to C:Program Files (x86)TivoliTSM after it is explicitly set by a custom action to ..Program Files.. . I further observe that our custom actions to write 64 bit registry entries are being refused.

REGSAM samMask = KEY_ALL_ACCESS;
if ( regIsWow64Process () ) samMask = samMask | KEY_WOW64_64KEY;
lStatus = RegCreateKeyEx( hLocalConnectKeyRoot,
szSubkey,
0L,
NULL,
REG_OPTION_NON_VOLATILE,
samMask,
NULL,
hKey,
&dw ) ;
The above fails to create the key.

We have tried four versions of our TSMS spanning many changes but the install acts the same.
This does not happen on any other Windows OS we test on but we do not test on Windows 2003 Storage Server R2 being that it is an OEM product. We did test on Windows server 2003 R2 x64 and do not see this problem.

Do you have any suggestions on how to tackle this problem?
I have full installation traces but can only see that the registry work is being refused. I can't see why.

View 1 Replies View Related

Integrating SQL Server 2005 With SP1

Aug 7, 2006

I have the SQL Server 2005 Developer DVD and i download the SP1

how can i integrate the Service Pack with the DVD content (Of cource after extracting on my HD) ?

View 1 Replies View Related

Integrating Report Server

Oct 2, 2007



Hi All,

Right now I'm running report server on my local machine. My supervisor wants to integrate report server with compnays main web server. Also they need to control reports from main server.
What is the standard procedure for this?

Also If they want to create a web site for this instead of using report manager to viiew reports, how can it integrated with report server?

Thanks

View 7 Replies View Related

SQL Server 2012 :: Get Only Records Which Row-number Is 0 Or 1 In Module 20?

Mar 5, 2015

With this query i get only the records i need, but i would like to output in this way

1 - 20
21 - 30
31 - 40

of course in the real environment the ID are not consecutive, this is just one example of data.

declare @temp table (ID int)
declare @i int = 1
while(@i<1000) begin
insert into @temp values (@i)
set @i=@i+1
end
select ID from (
select ID, row_number() over (order by ID)
as rn
from @temp
) q where (rn % 20=0) OR (rn % 20=1)

View 3 Replies View Related

SQL 2012 :: Distinct Storage Tier Of Remote BLOB Storage (RBS)

Oct 27, 2014

How to implement distinct storage tiers on SQL Remote BLOB Storage (RBS)?

I want to use this SQL Feature to move files(images, videos, pdf files) from a database to a distinct database dedicated to RBS. Then I want to have several storage tiers, where objects will be saved and moved according access frequency. Old data will be arquived in cheap storage, but it must be always accessible if needed.

Description:
- 1st and main tier: new and frequently accessed objects stored in high performance storage;
- 2nd tier: automatically move older or less accessed objects to an inexpensive and different storage tier;
- in all cases, all objects must be accessible to all users, but accessing to archived objects(2nd tier) will be much slower;

View 0 Replies View Related

SQL Server Enterprise 2005 Cluster Installation. Error: The Specified Module Could Not Be Found.

May 29, 2007

Hi Everyone,



I have problem when installing SQL 2005 Enterprise to my Windows 2003 R2 cluster. I install the SQL instance on the first node in my cluster, it analyses the cluster and comes up with no errors or warnings, i answer all the installation questions and proceed with the installation. When installing the SQL engine I see the status changing as the instance is started and then stopped again etc, finally the status changes to "removing backup files" when it get an error that reports:



"The setup has encountered an unexpected error while Completing Commit. The error is: The specified module could not be found."



Unfortunately there isnt any more information to go on. Any help would be appreciated.

View 2 Replies View Related

Integrating Reports In A .NET Application

Apr 16, 2008

I want a tool for creating reports like I can do in Access. I installed reporting service for SQL 2005 and I am using SQL Server Business Intelligence Development Studio to create reports. How can I manage these reports in my application after that? And how can I deploy them?

View 10 Replies View Related

Integrating SSIS With IBM's Tivoli

May 14, 2007

Hi,



I have a requirement, where I have to integrate SSIS with IBM's Tivoli for scheduling of SSIS packages. Currently we are doing it using SQL sever Job Agent.



Do any one have Document or link or references, which I can refer to to acheive the above mentioned requirement?



Thanks

Sid

View 3 Replies View Related

Integrating Data From Two Tables Into One

Jun 28, 2006



Hi all,

In case I have two tables. In them there is data and I want to integrate all this data into one table.

that is to say Table A and Table B has data (Both A and B are from the same database)

I want to integrate all this data into Table c.

How do i go about this?

Regards,

Ronaldlee

View 10 Replies View Related

Integrating RS With Active Directory

Apr 5, 2007

Just like out of the box windows authentication and authorization is supported, has anyone integrated reporting services with Active Directory or at least point me to the correct resource?



Thanks.

View 1 Replies View Related

A Search Module.

May 6, 2007

okay so pretty much I am using the asp.net 2.0 membership/roles.i wanna make a search box that users can type in a name and it will search the database. most likely in the table "aspnet_Users"so when users search i want it to be like this:cmd = select * from [table] WHERE username = textbox1.text (ofcourse with parameters instead of concatenation).but i want it to have a "like" in thereso if the users type in "fenix" they should get results matching CLOSE to fenix. so masfenix, fenix, fenxi, and you know related names. that are similar. should I use LIKE? and if so HOW do i use that?is it just gonna becmd = select * from [table] where Username LIKE @username@username = textbox1.text  ?thanks  

View 3 Replies View Related

Faulting Module

Jul 20, 2005

Hello everyone! This is my first post so please bear with me. We haverecently re-vamped an Access application such that in each of our 5locationsa local SQL server receives published updates from our main office server.Remote servers also send their local updates to the master and they are inturn propogated to all of the other remote servers. The new design worksgreat except for one annoying bug we have been chasing for two weeks:"Faulting application msaccess.exe, version 9.0.0.2719, faulting modulemso9.dll, version 9.0.0.2720, fault address 0x0007ee2d." When a user getstheerror, they hit close and it terminates Access. If they move the error offthe screen and continue working the application continues. They havediscovered this and have been doing so but the fact that the error appearsmust be fixed. If anyone can point me in the right direction it would bemuchly appreciated. Thanks in advance!- Markmweber_at_warrenlumber_dot_com

View 1 Replies View Related

Integrating Reporting Services Into Java

May 16, 2007

I am facing a lot of problems integrating the reporting services into the java application using url access.If any body has sucessfully implemented this please provide me with the code or point me to the resources.



Thanks in advance

View 2 Replies View Related

Integrating SQLReportingServices 2005 With WSS3.0

Jun 29, 2007

Hi



Can any one provide the steps to Integrate SQL Reporting Services 2005 with Windows share point services3.0



Thanks,

Srinivas

View 7 Replies View Related

Reporting Services On SQL Express Integrating With ASP.NET

Mar 9, 2007

We are trying to make use of reporting services in our web application. We have however run into some problems.

The SQL Server Express 2005 edition is not installed on the development web server. When we try to access a report throught the ReportViewer we get an Access Denied message? After reading up a bit we have created a class which implements the IReportServerConnection interface. This however lead to a new problem which we have as of yet not found a solution for in that it causes a new error. "Custom Security Extensions is not Supported in the Edition of Reporting Services". Does any one have a solution/workaround for this problem.

Thanks

Jaco Roux

View 1 Replies View Related

Problems Integrating Reporting Services Into A Web App

Feb 22, 2007

Hello

I have an existing web app on my web server, and reporting services on my app server.  I'm trying to integrate the reports into the web app. 

The problem is, when the user clicks 'execute report', the app, predictably, falls over, because the aspx page thinks it's on the same server as reporting services, whereas it's not. 

Does anybody know how these requests from the aspx page can be redirected to a different server?  The way I see it, if I can't get the integration working through url access, I'll have to use the soap api, which will involve dynamically creating drop downs for the report parameters, etc, which is moving away from utilising the advantages that reporting services brings!

Any thoughts would be greatly appreciated.

Thanks in advance
Dominic

View 2 Replies View Related

Integrating SSRS With Report Viewer

Oct 25, 2007



Hi All,



I'm going to use report viewer to view the SSRS reports that I create. I have created bunch of reports. But I can publish only one report on report viewer. How can I publish more than one reports there just like on report manager. Can I view those reports just clicking links of each reports? How can I make links?
When I use reportview in visual studio it allows me to create only one report and when I dploy it straightaway it brings up the report in web form, but not the link like we see on report manager.
Is there anyway I can create links for each reports?

Or in other words, I want to integrate report server and report viewer. But I dont have a very good idea about report viewer.
So please can anyone explain the basic steps?

Thanks

View 11 Replies View Related

The Specified Module Could Not Be Found. (ERROR_MOD_NOT_FOUND)

Apr 23, 2008



when I click on the lookups tab with SQL Server 2005 Legacy DTS I get the following error.


The specified module could not be found. (ERROR_MOD_NOT_FOUND)
Some modules the query builder depends on could not be found. The query builder designer will not be functional.



What module is this and how do I get it?

View 5 Replies View Related

Problem For Integrating Sharepoint With Reporting Service

May 16, 2008

Hi there,

I have a problem for integrating sharepoint to reporting service. In my project web access page, when I tried to open a .rdl report, the following error occured:


An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode--> Server was unable to process request

Then when I go to the reporting service configuration manager. I saw that in the Server Status tab, the "Initialize" field is "No". And for the Sharepoint Integration tab, there was a blue "!" mark on it.

I read from the web (http://www.helloitsliam.com/archive/2007/10/23/moss2007-€“-reporting-services-add-in-and-configuration.aspx) that if the database setup is ok, then the sharepoint integration will also be ok and the report manager virtual directory will turn gray. However, there is an error when setting up the database. In the task status, "Verifying Database Edition", "Verifying Database Version", "Creating a Grant Rights script for xxxxxxxxxx" and "Assigning Reporting Services Rights to User" were all marked as a green tick. However, there is a yellow "!" for "Setting Connection Info for Reporting Service" and the detailed error is as follows:

ReportServicesConfigUI.WMIProvider.WMIProviderException: The encrypted value for the "LogonCred" configuration setting cannot be decrypted. (rsFailedToDecryptConfigInformation)
at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.ThrowOnError(ManagementBaseObject mo)
at ReportServicesConfigUI.WMIProvider.RSReportServerAdmin.ListReportServersInDatabase(RSReportServerInfo[]& serverInfos)

Does anyone know how to solve it? Thanks in advance!!


Regards,
Ryan

View 1 Replies View Related

SQL - Unable To Load Communication Module

Nov 15, 2007

Dear All,

I am facing one problem on my SQL server 2000.
While accessing some records from the database I am getting this error:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Unable to load communication module. Driver has not been correctly installed.

I am using ODBC connection with sql authentication
How to solve this issue.

with regards
Shaji

View 1 Replies View Related

Specified Module Could Not Be Found By Changing Password

Dec 20, 2007

Hi,

I tried to change / add password in SQL Server Compact Edition 2005 (in Mobile 5.0) via SQL Server Management Studio. As a result I got an error: "The specified module could not be found." I wonder why and how can I change the (blank) password to a new one?

Regards and thanks in advance,
Mixxo

View 4 Replies View Related

The Specific Module Could Not Be Found [08007007e]

Feb 23, 2007

when i trying to make run the sql server in the sql server configuration I recieve this message the specific module could not be found [08007007e]. I wnat to know how to solve it

View 3 Replies View Related

Application Roles And Module Signing

Feb 12, 2007

Hi, Am migrating my SQL 2000 legacy app to SQL2005 and am dealing with restrictions on the underlying system tables. Have taken advice that Granting VIEW state to all users is heavy handed (especially meta data access at SERVER level). Now looking at Module signing which is great. I can supply SP's which target the few System table/ information schema fields that I require. Now I Sign the Sp's cool, now I grant exec rights to the application role (doesn't work). Create a db role and put my users in it, okay grant role exec on Sp's (fine they work).

However my application runs under an application role always, so my users rights are ignored and it appears that its only the users not the approles who can benefit from the module signing ? I know I can switch too and from approle using cookies but I seem to be going round in cirlces here.

Essentially is there any 'EASY' and 'CONTROLLED' way that my application user who has no rights, who immediately switches to the application role can see the dbName (All rows ) from master.sysdatabases ?

Thansk for any advice

View 7 Replies View Related

Error While Loading Code Module

Apr 25, 2007

Help please. I have a custom assembly that was written in vb.net 2003 which is working great on RS2000 and also on RS2005 on my development machine. To get it to work on RS2005 all I had to do was copy it into the ...MSSQL.3Reporting ServicesReportServer folder. The assembly is named prjCheckDate and is simply a function to calculate dates where the user types in a "T-x" string, the x is number of days backwards from today, and returns that actual date.



On the customer's production machine, when I try to upload the report RDL, via Report Manager, I get the following: "Error while loading code module: €˜prjCheckDate, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null€™. Details: Could not load file or assembly 'prjCheckDate, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied. (rsErrorLoadingCodeModule) Get Online HelpError in class instance declaration for class prjCheckDate.classSymDate: [BC30002] Type 'prjCheckDate.classSymDate' is not defined. (rsCompilerErrorInClassInstanceDeclaration) Get Online Help
There is an error on line 11 of custom code: [BC30451] Name 'prjCheckDate' is not declared. (rsCompilerErrorInCode) Get Online Help "



I have gone to the rssrvpolicy.config file and added a code group as follows: "

<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust"
Name="prjCheckDAte.dll"
Description="This is custom assembly for T-x date format processing">
<IMembershipCondition class="UrlMembershipCondition"
version="1"
Url="C:Program FilesMicrosoft SQL ServerMSSQL.3Reporting ServicesReportServerinprjCheckDate.dll"
/>
</CodeGroup>"

This was added immediately after the existing entry for the URL membership "$CodeGen$/*" area per MSDN (ms152828).



I'm still getting the same error. I did not get to reboot the server this is on as it is a production machine and the client is hesitant to allow a reboot since this machine is used to log time and attendance and needs to be available 24x7.



Appreciate any help. Thanks. Jim

View 4 Replies View Related

SQL 2012 :: Server On NAS Storage

Oct 28, 2014

I'm in the situation where we are suffering of poor performance on our SAN storage (VPlex) but it is mainly due to the quantity of data of different types which are on it (other applications, other I/O profile, bad storage usage...). As we plan to dedicate an ESX for SQL Server, we decide to have a new storage type. So we will go with NETAPP Clustered Data ONTAP on NAS technology.

Storage team want to enable only NFS protocol, so I'm wondering how SQL Server will handle that ? I read that NFS wasn't optimize for SQL Server and that block level (SAN) should be preferred.

View 7 Replies View Related

SQL Server 7 Physical Storage

Jul 23, 2005

I need to bulk insert very large amount of data into several MSSQLtables.The first Data model definition used identities to mantain relationshipbetween those tables but we found that natural keys (compound) arebetter forbulk insert (there is no need to obtain the identity first)My question is, changing the identities to natural keys (in some tablesinorder of 4, 5 attributes) will enlarge my database storage?I think MSSQL implements relationships with pointers (or hashcodes), sothestorage size will be similar, right?Regards,

View 3 Replies View Related

Sql Server Table Storage

Aug 3, 2007

hello forum friends,

i need to know where the database table stored in,
where to find the data table without distrubing the
sql server editor.whtr it is possible to get it from
"C:Program FilesMicrosoft SQL ServerMSSQLData"
or some where else.

Regards
prathap

View 13 Replies View Related

SQL Server Pre-format The Storage

Jul 12, 2007

Does SQL Server 'pre-format' the storage prior to performing the restore and if so where can I find doumentation on the topic.



Thanks,

Scott

View 4 Replies View Related

SQL Server Admin 2014 :: Failed To Prepare Storage For Testing On Node Server Name

Feb 23, 2015

I Run All checks for Validation cluster.I get Error On Disk Lists And Validation failed.With This error : Failed to prepare storage for testing on node "server name" The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.

View 2 Replies View Related

SQL SERVER 2005 EXPRESS EDITION AND WINDOWS STORAGE SERVER 2003

Nov 28, 2007

Hi,
I have a question to do..
can I install sql server 2005 express edition on a windows storage server 2003 R2????
Thank-you!!
MTV

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved