ACCOUNTINGONLINE.US's Q&A profile
SQL Server Error On Clicking Calculation Tab from BIDS (In any Analysis Service Project)
Hi all ... * Installed SQL Server 2005 Developer Edition and learning SSAS 2005 * While clicking on Calculation Tab, the designer surface shows error: Unexpected error occured: error in application My Machine has following Software Installed (In the same order of listing): Windows 2000 Server Microsft .Net Framework 2.0 SQL Server 2005 Express SQL Server 2005 Developer Found a post on same topic on the forum, but it was NOT concluded with a solution. Can anyone help Piyush Hi all ... The problem is solved..... Sorry to bother. The problem is solved on the same line of the solution provided by the previous post. Though it was NOT because of the OFFICE 2007 TR, the ro ...Show All
SQL Server Error on Report-Server when clicking a link to a report received in an subscription email
Hi, if I click on a link in an email i received within an subscription I get the following error: -------------- SQL Server Reporting ServicesReporting Services-Fehler Interner Fehler beim Berichtsserver. Weitere Informationen finden Sie im Fehlerprotokoll. (rsInternalError) Onlinehilfe Vom Typ 'Microsoft.ReportingServices.UI.WebControlConnection, ReportingServicesWebUserInterface, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' wird nicht 'IReportServerConnection' implementiert, oder er wurde nicht gefunden. SQL Server Reporting Services ------------ The link causing the problem (executed on machine in Internet): http://art.jettware.com/reportserver %2fUMS+Reports%2fIndividual+Re ...Show All
.NET Development Changes made to multiple tables
Hello all, This may sound rather silly (a newbie question...), but is there a way to have more than one table in a dataset, and to have the dataAdapter updated afterwards with changes that were made to all tables If not (as I believe would be the case), what is the easiest way to go about this Am I obliged to create a dataAdapter & dataset for each table if I wish to minimize the usage of dataAdapter.update dataAdapter.fill methods (initializing/filling the Dset & Dadapter upon Form load, then having a certain point to update, instead of updating with every click event and the likes..) Hope this was coherent enough , thanks for any answer.. Hello Again, It seems that there's still something wrong with the code. I've just rea ...Show All
.NET Development Displaying system directory in treeview
i need to display all the files and folders of c:\ drive in treeview using asp.net, can anyone guide me how to display it. thanks with regards basith When you say ASP.NET, do you mean that you want to be able to query a drive from within a web browser ASP.NET is meant to work on the server not on the computer the browser is on. Or, do you mean that you want to use VB or C# to query a local drive from a managed app. That's doable. I don't know the modules off hand but there are modules to use for reading files and directories. - Dan. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Creators Club
Quick question about membership in the Creators Club. I have 3 profiles registered on my Xbox 360. If I enroll my profile (GamerTag) in the Creators Club and upload a game will all rest of the local profiles be able to play the game as well All three profiles are Gold level profiles. Thanks, Mike No. I just tested this with Spacewar and a second profile (the one not associated with the Creators Club) and received the following message: http://www.tdprograms.com/i/2006/xna-noprofile.jpg ...Show All
SQL Server Clusters with "missing" values
Hello all and a happy new year! I used Microsoft clustering for grouping my data. Even though i already cleaned the data and have no null values i get one cluster with missing values in every attribute. (i set CLUSTER_COUNT=3 and i'm using Scalable k-means algorithm) Does "missing" mean that the algorithm cannot group that particular tuple in another group so it consider it as missing Thank you in advance. "missing" is an implicit state of any attribute, and is considered whether or not there is missing data or not. For example, a "gender" attribute could have states "Male", "Female" and "missing". An "Age" attribute would ...Show All
Visual Basic circular references between usercontrols and 'main' form in vb6->.net upgrade
in upgrading from vb6 to vs2005 user controls are introducing a circular reference problem in the following way. In the vb6 solution, user controls could access methods in the 'Main Form' upon which the user controls are used. In VS2005, I create a separate Windows Control Library Project for each User Control. For composite controls I 'reference' any other controls as needed. However, there are controls which call methods/functions on the 'Main form' within a Windows Application project. That project includes the references to all the user controls ( which show up in the ToolBox.) Circular references have been introduced which didn't exist before. The Mainform references the User Control. The User Control calls MainForm methods. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Issues rendering a triangle
I understand this is beta and the docs aren't complete, but the docs are very limited. I'm attempting to render a triangle to the screen and am failing. I was hoping for basic code as was provided with MDX. Currently I get a cornflower blue screen but nothing is rendered. I've attempted taking the vertex declaration out of a using clause, and that did nothing. Any ideas I figure I must be missing some setting somewhere. Here's my draw function: protected override void Draw() { // Make sure we have a valid device if (!graphics.EnsureDevice()) return; VertexPositionColor[] triangle = new VertexPositionColor[3]; triangle[0] = new VertexPositionColor(new Vector3(-1.0f, 0.0f, 5.0 ...Show All
Visual C++ how to write IO Manipulator without arguments
Hi, all i have found about writing io manipulators depends on the _Smanip macro and only allows for programming io manipulators with arguments. The result is something like: cout << encrypt(MyString) << endl; This works, yes, but it is not as intuitively to be used like: cout << encrypt << MyString << endl; What i would like to know is, how can i write an io manipulator with no arguments ( like the hex manipulator ); eg.: int number = 4711; cout << hex << number << endl; or: cin >> hex >> MyString; I can do the desired manipulations by overloading the shift operators as well, yes, but that is not the same thing as a manipulator. There are no Examples in ...Show All
SQL Server Reporting Services e-mail delivery extension error
Hi guys! I am having a problem with the e-mail delivery extension in MS SQL Reporting Services 2005. I have some reports that use an Oracle data source. When running the reports through Report Manager the data source works fine and the reports display properly. But when running an automatic e-mail delivery of the reports through a subscription I get the following error message (in the ReportServerService log file): System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. Doesn't this seem strange when the reports run in Report Manager but not when I send the reports through e-mail I have Oracle Instant client v. 10.2.0.3 installed on the machine. I am wondering if the e-mail delivery extension has an acco ...Show All
Visual Studio VSS 6.0d (SP6) names.dat may be corrupt
Two problems. I can't add new users to the program, and, I tried archiving a database and received the message "File names.dat may be corrupt." The Help for this message said to run Analyze.exe alone (without extensions), then run Analyze.exe -F. I ran Analyze.exe and Analyze.exe -F and the results were no errors. It doesn't seem to see a problem with names.dat yet I still can't perform either of the above tasks. I have tried deleting names.dat and running Analyze.exe but this also did nothing to fix the problem. Thanks in advance. Steve Hi Mussye, I see you're running analyze build 8189, which is the one shipped in 1998. You should definitely consi ...Show All
Visual Studio Team System Visio 7.1 for EA and VS2005
Background: My system has the following software, installed in this order: 1) Windows XP Pro SP1 2) MS Office 2000 Pro 3) Visual Studio .NET 2003 Enterprise Developer 4) MS Project Standard 2002 5) WinXP SP2 update 6) All .NET framework 1.1 updates to that point (current on box is 1.1.4322) 7) MS Office Professional 2003 (upgrade from 2000 Pro) 8) Visio Professional 2003 9) .NET Framework 2.0 Beta (2.0.40607) 10) .NET Framework 2.0 Beta (2.0.50215) 11) Visual Studio 2005 (beta 2.050215-4400) Now here is the problem; I now need specifically to use the Enterprise Architect Edition of Visio for some UML modeling and integration with VS2003 projects etc. Both before and after a complete uninstall of Visio Pro 2003 (reboot), The Vis ...Show All
Visual Studio Team System TFS SP1 ?
I haved googled...(mmm queried from google), http://blogs.msdn.com/bharry/archive/2006/06/15/632236.aspx seems TFS SP1 is on the way. Will SP1 support hierarchical relationships between workitems The integration between Project and TFS is not good enough now, will SP1 impove it ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=473942&SiteID=1 " We're adding support for hierarchical relationships and the ability to preserve the tree structure created in project, in a future version. " ) Thanks. Hi all, Does anyone know when SP1 is due to be released Kind regards, Ferdinand Kuiper ...Show All
Smart Device Development Tab & Hold on smartphone
Hi, how is it possible to make a tab'n hold function on a smartphone I know this is not a part of the smartphone API. I want to make a context-alike-menu as it exists for pocket pc's. Is that possible Thank you Nima Nima_DK wrote: Hi, how is it possible to make a tab'n hold function on a smartphone I know this is not a part of the smartphone API. I want to make a context-alike-menu as it exists for pocket pc's. Is that possible Thank you Nima I'd think if you captured the key down event and then started a timer, and if within the time limit there's no key up event, you could trigger your context menu ... ...Show All
SQL Server INFORMATION_SCHEMA.PARAMETERS
Is anybody able to access system tables used by INFORMATION_SCHEMA.PARAMETERS Namely: sys.sysscalartypes , sys.sysschobjs and sys.syscolpars . A select on any of these failes with 'Invalid object name' These are system base tables that are used by the database engine only. Please see http://msdn2.microsoft.com/en-us/library/ms179503.aspx Is there a reason why you would want to access these base tables ...Show All
