Pastor Rod's Q&A profile
SQL Server Problem adding Annotations to KPIs
I'm trying to add an annotation to a Kpi object in AMO. I'm starting with just the simplest thing: kpi.Annotations.Add("AnnoName", "AnnoValue"); The KPI validates, and cube.Update doesn't report any errors. But when I try to read back the KPI later, the annotations collection is empty. I profiled the XML/A sent as part of the Update, and the KPI definition included the annotation there. But the annotation never seems to be sa ...Show All
Windows Forms Timer Issue
Hey, Usually I am over moderating at ASP.Net, but today I have a question for you guys. I have a timer that just is not firing. Can anyone help Imports System Imports System.Collections Imports System.ComponentModel Imports System.Configuration Imports System.Windows.Forms Imports System. ...Show All
Visual C++ How to run vc++ appl in win32 release mode??
Dear all, Can any one to help in giving me the solution, to run the application in win32 Release mode Thanks, ...Show All
Visual C# Please help !
I've got to capture all the messages that a dos program is sending them to the console ! How can i do it The program isn't supporting this opption, to output the messages in a text file. Please help !!!!! This is easy - add System.Diagnostics and System.IO using clauses then use something similar to this: ProcessStartInfo pi = new ProcessStartInfo( "cmd.exe" , "/c dir" ); pi.WindowStyle = ProcessWind ...Show All
Visual Studio 2008 (Pre-release) extensibility
I saw in the channel9 video that Linq is able to query anything the implements ienumerable, and that by some means it's able to query sql, but I'm curious how extensible this is is the sql support hard coded into the compiler or is there some extensibillity mechanism that would allow third party's to create 'providers' that can generate queries and marshal the results. Brandon, Found a great site on Micros ...Show All
Visual Studio Differences between Restoring from SSADMIN and SSRESTOR
I am trying to archive various projects from a SourceSafe database using 6.0c versions. I archived the database through SSADMIN and restore through SSADMIN. During the restore I get many "Project of File not found." messages. I tried restoring through SSRESTOR command-line utility and I get NO errors. I checked several of the files that show in the SSADMIN restore window and they appear in the database both the main file and the .a ...Show All
SQL Server Logon Failure
I have W2003 server with Sql running. User is trying to open a report from the database. It was working fine. Message pops up stating: The report server cannot open a connection to the report server database. The logon failed. (rsReportServerDatabaseLogonFailed) Get Online Help Logon failure: unknown user name or bad password. Any help would be appreciated. I'm also getting the logon failed error when ...Show All
Windows Forms async sockets
Hi, I'm running into problems with using async sockets. I've only recently started playing with these so I'm a real novice at this. My server is pretty basic for now. It accepts a few commands and sends back appropriate response. For ex. when it&nbs ...Show All
Visual C++ 64-Bit Compile Error (language type must be specified)
I am using the 64-bit version of the Visual C++ 7.1 libraries and build tools and I am receiving an error when compiling the assembly files which I have been unable to fix and am hoping that somebody will be able to tell me how to fix. The ML64.EXE compiler will not accept .586p or .model. I believe the language type needs to be in the PROC statement. ml64.exe /c /Cx ".\asm\MD4_asm.asm" ...Show All
Visual Basic Config file on Class Library ??
Got a solution with 3 projects, a Web Service, a WinForms (MyUI), and a Class Library (Foo). MyUI calls methods in the DLL that access the web service. The DLL has project config settings that store the URL of the web service. I compile the solution and it compiles all 3 projects. In the DLL's bin dir it puts the foo.dll and foo.dll.config files. However, in the WinForms bin dir it puts the MyUI.exe, MyUI.exe.config, and foo.dll; it doesn't i ...Show All
.NET Development GridView wont display records if LIKE is used in Query
I have an Access Query named "TestQuery". The Query selects users with "678". Condition is: Phone LIKE "678*". Any time the dataset that is used by GridView1 is assigned to "TestQuery" it doesn't return any records. (Even though in Access it does). If I modify "TestQuery" and make the condition anything that doesn't include a LIKE it works. Am I missing something Vincent Fournier If I change the Criteria on the Access Quer ...Show All
SQL Server Fuzzy Logic Performance
Hello, I am just wondering if someone out there has tried some Fuzzy matching on databases of large scale i.e - about 20 million contact records. Suppose I wanted to perform matching/ grouping to 10 000 incoming messages. How fast does this usually take What is the dependence on the number of fields chosen for the match Any insight is greatly appreciated, Lubomir Pls take a look at http://msdn.microsoft.com/library/default.asp ...Show All
.NET Development removing protection from vba code
Hi there! I have protected vba code for an Access db by doing the following: Project explorer > right-click > properties > protection > lock project for viewing. I assume my code can be unlocked by supplying the password I used to lock it, so I'm trying to access the project's properties to do this but I'm getting a "Project Locked - Project is unviewable" message. Any ideas how I can unlock my project Thanks. Here's what I le ...Show All
SQL Server job failed (SSIS). Executed as user: SRVDESASQL2005\SYSTEM.
Hi everyone, I've made SSIS using domain security and after that it has been scheduled by Sql Server Agent. But that job fails and looking into history job I read: "Executed as user: SRVDESASQL2005\SYSTEM. The package execution failed. The step failed." Mssql Server agent is being used for local system. Is there the problem Nevertheles the aforementioned user have sysadmin role. Does anyone ever faced this kind of issue ...Show All
Visual Studio Tools for Office Communicating with Outlook like ActiveSync
My goal is to create a Windows service that can communicate with Outlook to synchronize .pst files. The main difficulty is the dreaded (but necessary) Outlook object model guard. It's my understanding that the best way to avoid the ensuing dialog box (when implementing restricted properties or methods) is to communicate with an Outlook add-in. To do this Outlook would have to be started programatically with no UI and the service would make ca ...Show All
