Anand Raman - MSFT's Q&A profile
SQL Server operating system does not support encryption
Hi All, Iam using HP iPAq hw6500 series PDA. My application in installed in the PDA and when i try to open the application by taping on the application icon, Iam getting the following error. Error: 0x80004005 E_FAIL Native Error: (25080) Description: The operating system does not support encryption. [,,,,,] Interface defining error: IID_IDBInitialize Param. 0: 0 Param. 1: 0 Param. 2: 0 Param. 3: Param. 4: Param. 5: The application is builded on embedded VC++4.0 Can anyone help to figure out the possible reason for this error Thanks & Regards Rajeev Hi, Thanks for replying. Below mentioned is the code snippet (in red) where we are encountering the error: void CStartUp::CreateDatabase(){ CString path = A ...Show All
SQL Server Deregistering the SPN after installing SP1
I'm running the evaluation software on a development machine running XP and everything was fine until I installed SP1. Now I can't get services to run, and the error log displays: "The SQL Network Interface library could not deregister the Service Principal Name (SPN) for the SQL Server service. Error: 0x2098. Administrator should deregister this SPN manually to avoid client authentication errors." Looking through previous questions, I see similar issues where the SPN needs to be deregistered, but my problem looks different; I can't even load services on local only. I'm downloading the SP2 from November, but thought I'd see if anyone else is/has had similar issues. This is what Microsof ...Show All
SQL Server SQLCMD mode :XML ON not supported
29 Sep 2006, 8:30 PM UTC DBA_NA Posts 1 "Command Xml is not supported. String was not processed." sqlcmd ":XML ON" Was this post helpful I'm outputting my select statement to a file using sqlcmd ":out" and finding the output truncated at 65K -- the text output limit. Per BOL " sqlcmd Utility ", I found that I should turn on XML -- but both in Express and Enterprise I get " Scripting warning. Command Xml is not supported. String was not processed." Why is this documented option not working Microsoft's answer at http://connect.microsoft.com/SQ ...Show All
SQL Server Many-to-many dimension processing performance
Hello, I have a problem regarding M2M dimension processing performance that I would like some help with please. We are using SSAS 2005 SP1 Entreprise Edition x64 bit The main fact table has over a 100 milliion rows. The entire SSAS database, both dims and facts, are MOLAP. We have several many-to-many (M2M) dimensions connected to the main fact table via an intermediate measure group (IMG). The M2M dim and the IMG are using the same database object as their source and are thus linked as fact relationship. This shared object is a 'normal' view not a table or indexed view. We need to be able to process the M2M dim on a regular basis as user defined members change - sometimes every few minutes. To do this we need to 1. Process Update the M2 ...Show All
Windows Forms Oledbcommand issue
I have a problem with my piecie of code. Dim SelectID, returnVal, ErrID, Head, Tail, NewErrorID, where_cond As String Dim LenErrID, LenHead, LenTail, LenVal As Integer Dim dr As OleDb.OleDbDataReader If ModuleID <> "" Then where_cond = "where Module_ID='" + ModuleID + "' Group By Module_ID;" Else where_cond = "" End If 'this will select the last error_id that in this table. SelectID = "Select Max(Error_ID) as Error_ID,Module_ID From Error_Tracking " + where_cond + " " OleDbConn = New OleDbConnection(connStr) cmd = New OleDbCommand(SelectID, OleDbConn) OleDbConn.Open() 'cmd.Connection.Open() dr = cmd.ExecuteReader Do While dr.Read ...Show All
Visual Studio Team System Error TF24042 - unable to create work item
I have just added a user to the Contributor group in a TFS project. But when the user tries to create a work item the is a error message - TF24042, unable to create work item permission denied. I have confirmed that the contributor group has the View Project Level information at the project level, and in the Area's level - View Work Items in this Node; and Edit Work Items in this Node Does anyone have any suggestions Hi, Is this the only user that having problem or every contributors have the same behavior See this document for complete permissions referense. You can use our Permission Manager utility to review all permissions of problematic user. ...Show All
Visual Studio 2008 (Pre-release) How to implement WCF Security and Addressing
Hi I am new to WCF. I know the concept why we are using WCF and how to approach is not known. How to call Service from client and through Security level. Could u please help me how to start . Thanks & Regards P.Madhu Hi Michele , Thanks for great reply . I gone through the security concept, one thing i did not understand without any SSL certificates and HTTPs we are not able to transer the data, Is it correct In the Configure UserName authentication model findValue="WCFJumpstartServer" , is noted in Web.config file could u explain how can u get that name 1.In my scenario Client sends a request to Service at that time we have to check whethere Clients username and password or correct ...Show All
Visual Studio Express Editions database proble ...!!!
i am trying to insert data in database through windows form this is my simple code for which i am trying to just enter in database..... when i insert the data in text boxes and click save, it saves itself and when i view on other form the data is present, but the problem is when i try to view the data in the database it doesnt exist..... can some one help me in this... this is my code:- hi, there is a dataset and a database both are not the same thing your code insert a record to your database(not your dataset), then you update the database from your dataset which allready didn't changed private void button1_Click( object sender, EventArgs e) { //you don't need to creat a new table adapter here //you can sele ...Show All
Game Technologies: DirectX, XNA, XACT, etc. saving and loading files in XNA
Incredibly this topic does not seem to be covered in the XNA help - well it sort of is, but with sample code that doesn't compile and isn't complete - not to mention the helpfiles respond with information about save games instead of actual file handling (ie level data and so forth - the real meat and veg of file handling in a game) So here's my question - where do I look in the xna or c# docs for proper samples of saving out a binary or text file containing data I've created myself, and for loading it back in again - from wherever the game is located - I'm not yet interested in saving save-game files from the xbox 360 hard disk. Obviously I've tried typing "file handling", "saving files" and so forth into the xna hel ...Show All
Visual Studio Express Editions What is the difference between VB Express, VB Studio and VB .Net?
The title says it - what is the difference between these Would I be right in saying that VB Express is a stripped down version of VB (like outlook express is a stripped down version of outlook) - and that VB.net is VB with the .net framework incorporated into it Also, what is visual Studio Thanks for your advice!!! Steve Thanks Renee, I appreciate your reply. The instructions said I also had to load .net for the programmes to work - does this mean I have VB.net (express) I must have Visual Studio Express because I have VB, c#, c+, Java on one cd - are they all .net programmes Again, thanks very much!! Steve ...Show All
Software Development for Windows Vista SqlTrackingWorkflowInstance lose ActivityEvents
I'm using StateMachineWorkflow,SQL Server 2000 SP4 on different computer in local newwork,DTC on both computer is enabled, WWF Beat2.2. I used SqlTrackingQuery to track workflow instance, and I found the SqlTrackingWorkflowInstances of the workflow instances created after application start lost all its events. ActivityEvents:count =0; UserEvents:count=0; workflowEvents:count=0. But SqlTrackingWorkflowInstances of the workflow instances created before application start is ok. My code as follow: //Add WorkflowRuntime Service string connectionString = "Data Source=RemoteSQLServer;Initial Catalog=ShareService;Integrated Security=SSPI"; SqlWorkflowPersistenceService persistence = new SqlWorkflowPersistenceService(co ...Show All
SQL Server ROLLBACK HELP!!! PLEASE!
Hey guys. I had to write this script to clean up some bad data but I am trying to put some rollback code but for my life I dont remember how.. Its been a while.. Please help.. I've included a good chunk of the script. There is a stored procedure that runs at the end of the script that updates a history table. There are about 25 Update and Set commands like you see below. I just included one for understanding. PLEASE HELP --Clean up null dates and F.C.ID. Declare @guid uniqueidentifier Set @guid = '5DD72C81-18AD-4540-868E-CD84D1FAD229' begin transaction UPDATE dbo.PaymentDtl SET FacilityOrganizationId = '389', EffectiveDt = '1/5/2006 12:00:00 AM',UpdatedByPersonnelId = '2290', updateddt = getdate(), lastupdatedguid = @guid WHERE P ...Show All
Visual Studio Tools for Office Excel Add-in
Hello, I am trying to create an action pane for excel. Just installed VSTO 2005, but do not know where to start. Any suggestions Matt Hi Matt Just to avoid confusion: VSTO 2005 can't create add-ins for any application but Outlook. It creates document- / template-specific solutions for Word and Excel 2003, but not application-wide add-ins. This functionality is planned for VSTO v.3 together with Office 2007, currently available as a technical preview (see the posts at the top of this forum). Currently, it's not possible to create an application-wide actions pane for Excel or Word. For information on how to get started with action panes in a VSTO solution, see http://msdn2.microso ...Show All
SQL Server Inserting on Partitioned View
Hello, I'm trying to insert on a partitioned view and I get this error: INSERT INTO dbo.TREP_NOVEDADES ( NMSEC_NOVEDAD, CDCONCEPTO, CDTIPO_VALOR, CDPRECIO, CDTIP_HECT_DTO_PAG, FEGENERACION, FEPAGO_COBRO, CDMETODO_DISTRIBUC, CDTIPO_DCTO_PAGO, VRDESCUENTO_PAGO, SNTERCERO, CDCLASE_NOVEDAD, CDENTIDAD, CDESTADO, CDCAUSA, NMSEC_PREFIJO, SNPAGO_CAJA, SNVAL_PROPOR_PESO, CDTIP_HECT_DISTRIB, CDMONEDA, CDCOMPANIA, NMSEC_NOVEDAD_PADR, SNGENERADA, POEMBARGO, CDTERCERO, CDCIA_TERCERO, NMSEM_GENERACION, NMANO_GENERACION, NMPER_GENERACION, NMSEM_PAGOC ...Show All
Windows Live Developer Forums Earth turns red?
I don't know if this is the right forum to ask this question but here goes. When I select 3D then 'Aerial' or 'Hybrid' the earth turns RED! Is this a recognised problem or am I doing something wrong Thanks in anticipation Howard Dwayne It happens everytime i go into maps.live.com in 3d mode. 2D is OK. The road view in 3D is fine it only changes to red when i go into aerial or hybrid. You can see the relief only it's all red! I have tried changing all the Detail Settings options but still get the same result. Howard ...Show All
