I encountered a very weird question on Naive Bayes viewer, that is : one of the attributes does not appeared in Naive Bayes viewer? The original attribute data type is int data type, but then within the mining structure, I change it to discrete with Text as its data type. But the problem is after I trained the model, on the naive bayes viewer, that attribute does not appear at all? Why is that?
I have set the dependency value to be very low to enable all attributes to appear. But only that attribute got the problem?
I am looking forward to hearing from you shortly and thanks a lot in advance.
I am working with Naive Bayesian Algorithm and I do not understand why if the original table has 8.000 rcds the size of the entire population shown in Hystogram viewer is only of 2000.
I've got a Decision Tree model and I'm trying to browse the dependency network. Apparently, there are too many nodes and they don't all show up in the view. I know that I can find hidden nodes, but is there a way to show all w/o having to add them one by one to view? How does the UI determine which ones to filter out?
I would like to create my own log viewer to monitor package execution, on top of using regular logging features such as saving log events to an SQL Server 2005 database. My package is programatically generated and contains more than 100 control flows and I would like to see the progress using an "execution manager" client, that manages packages generation and execution.
What programmability interfaces does SSIS offer in terms of building a custom suscriber component and receiving log events from that component?
I come from the COM world and this would probably be done through ConnectionPoints by using COM directly. However, I am working with C# now and I am certain that there is a more modern way to do this !
is it possible to use ReportViewer control in project Windows Application (WPF) in msvs2008,which uses .DOT NET 3.5? I need to run ReportViewer component under xaml but I don't know how / or is it possible?
My boss has now decided that he doesnt want to see SQL errors in the event viewer, unless they are actual errors.
The two errors are: A - When the DB log is truncated it goes into the event viewer as an error. This needs to either not go into the event viewer at all, or be classed as something other than an error.
B - "Sqllib error: Database x is not simple." This one I dont even know what causes it, but the same thing applies, either it shouldnt be logged, or it needs to be logged as something other than an error. Although what does cause this message?
i am puzzled on how to decipher the below msg on my sql server Had tried adjusting the settings but apparantly doesnt work
is this due to my license or what other reasons?
Error msg: 17052 : This SQL Server has been optimized for 8 concurrent queries. This limit has been exceeded by 30 queries and performance may be adversely affected.
Hi, I am getting the following error when I try to open up my web application now, after installing the report viewer add on and placing it onto one of my pages.
Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=nutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system could not find the file specified.
Source Error: Line 47: <add assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Source File: web.config
So far I have tried to fix this error by installing the reportviewer.exe on the server. I have also verified that the ReportViewer files are in the assembly folder on the server. I also found a site saying to run the reportviewer.exe from a specific location, here is the link
but when I try to browse to the folder it is talking about I found out that I don't even have a BootStrapper folder under Microsoft Visual Studio 8/SDK/v2.0
Does anyone have any ideas on how to fix this error?
I have successfully created and processed a mining structure (decision tree). However, when I try to generate the tree graph, I am getting the following error:
TITLE: Microsoft Visual Studio ------------------------------ The tree graph cannot be created because of the following error: 'Object reference not set to an instance of an object.'. For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%u00ae+Visual+Studio%u00ae+2005&ProdVer=8.0.50727.762&EvtSrc=Microsoft.AnalysisServices.Viewers.SR&EvtID=ErrorCreateGraphFailed&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: Object reference not set to an instance of an object. (Microsoft.AnalysisServices.Viewers) ------------------------------ BUTTONS: OK ------------------------------
...with the following technical details
=================================== The tree graph cannot be created because of the following error: 'Object reference not set to an instance of an object.'. (Microsoft Visual Studio) ------------------------------ For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%u00ae+Visual+Studio%u00ae+2005&ProdVer=8.0.50727.762&EvtSrc=Microsoft.AnalysisServices.Viewers.SR&EvtID=ErrorCreateGraphFailed&LinkId=20476 =================================== Object reference not set to an instance of an object. (Microsoft.AnalysisServices.Viewers) ------------------------------ Program Location: at Microsoft.AnalysisServices.Viewers.TreeViewerBase.GetTooltipText(TreeGraphNode treeNode) at Microsoft.AnalysisServices.Viewers.TreeViewerBase.predictionTreeComboBox_SelectedIndexAction() Has anyone encountered this same error?
Can anyone tell me what new functionality is introduced with the 2008 version of Report Viewer (download here). As usual, Microsoft have published the new version, but without any release notes - this is very frustrating.
Is it just for compatibility with SQL Server 2008, or does it actually fix bugs (of which there are many) or introduce new features?
I wish Microsoft would improve their introduction of updates, such that providing detailed release notes was standard practice.
Can anyone tell me whats the latest version of the Microsoft.ReportViewer.WebForms.dll for the ReportViewer redistributable sp? How do we find the version of dll file which is already installed in my machine?
I'm trying to use report viewer controls, but the controls do not appear in the toolbox. The file reportviewer.exe was not in the location specified in the help files, but I have downloaded it, and when I try to add it to the toolbox, I get the message 'ReportViewer.exe' is not a .Net module. Should there be a .dll somewhere? Is it not possible to use this control w/ VB Express / SQLExpress?
We are currently using reporting services to display reports in our application. Amongst the reports there is one that shows barcodes (using an idautomation font).
We've installed the font on every pc that uses the software, and it works on all but 4.
Now we've checked the following:
The user signs in on another pc and it works. So not user related The user uses the font in a word document. So nothing wrong with the font itself.
model = conn.MiningModels[modelName]; service=conn.MiningServices[model.Algorithm];
if (services.ViewerType == "Microsoft_Cluster_Viewer") viewer = new ClusterViewer(); else if (services.ViewerType =="Microsoft_Tree_Viewer") viewer = new TreeViewer(); else if (services.ViewerType == "Microsoft_TimeSeries_Viewer") viewer = new TimeSeriesViewer();
But i need that as a web contorl to integrate with our existing web application but the viewer control is not working. So is there another web control for viewing data mining models.
I am creating a .NET WinForm app and would like to include the files required for the ReportViewer component (SP1). Can someone tell me where I can find these files? Also, can I simply drop these files in the folder where the rest of my app is going to reside, or does an installation have to take place?
Hi, I have a order form and i want to take it to the next level.. So i have a report in my reportserver is exceuted using a sproc. I am using an Report viewer to view the report in my web application. So is it possible to have 2 - 3 check boxes that will populate thru the webapplication, in my report viewer and still use the report from the report server.. For eg. The data in my report will looks like this
I'm working with the SQL Report Viewer in VS2k5. In the Data tab, where the Dataset drop down list is, I click the "..." to edit the dataset. I am currently using the following for the datasource... Data Source=ServerName;Initial Catalog=DatabaseName In one database, I store an employee ID number. I need to access a different database on a different server to reference the employee ID and pull the employee's name. Is there a way to specify two different databases on two different servers in the connection string above? Thanks!
Hi for everyone! I need any example to use raise error that write into event Viewer I use WITH LOG directive but it's no success. Sincerely. FAin Boris
Can anyone tell me what this warning message in the Quotes below... I get this on one of our servers every 15 minutes in the event Viewer..
Here is the message in the event Viewer.. "Replication of license information failed because the License Logging Service on server PSNJRPDC could not be contacted."
I'm in the process of verifying that all functionality in a version 6.5 database is still there in SQL 7.0. After the upgrade, one issue seems different.
When I attach to a SQL 6.5 database, the full username used in the connection is displayed in the Windows NT Event Viewer. But when I attach to the same database in SQL 7, the username shows up in the Event Viewer as 'N/A'. I've verified that audit permissions are set the same on both boxes both under SQL and in User Manager. Any ideas??
I see this error message on one of my servers Event Viewer..Can anyon tell me what it means and how to resolve it..
The library file "C:WINNTSystem32BEPerfDll.dll" specified for the "Backup Exec" service could not be opened. Performance data for this service will not be available. Status code is data DWORD 0.
I have a stored procedure that I use for call a aspx page from within SQL. The stored procedure itself runs finewith no errors but I keep getting errors in the event viewer everytimeit runs (with .vbs, .NET, .vb6 client) outside Enterprise manager or SQL Query Analyzer.....This is error:Error: 0, Severity: 19, State: 0SqlDumpExceptionHandler: Process 52 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.I think that this is the same problem seen inhttp://www.sqlmonster.com/Uwe/Forum...in-Event-ViewerI've test with XP sp2, W2003 server, SQL 2000 sp3a......on the same machine.ANY SUGGESTIONS??????Thanks--Message posted via http://www.sqlmonster.com
I have two servers running the same report server project with the same webapplication front end.
Both instances of SQL are on SP2.
When I drilldown in the report viewer on server A, and click next page it returns to the parent report. (which obviously it should go to the next page of the current report) Sometimes this odd behavior happens and sometimes it doesn't.
However on server B, everything works fine.
Note: the installation on server A went a littly crazy. Am I missing a service pack that would have fixed this?
I just installed a fresh lab machine with WSS 3.0 and SQL 2005. I registered the RS web parts.
In the home page I added the Reports Explorer and the Report viewer web parts. I set up the Reports Explorer and the list of reports are showed.
When I connect the Report Viewer Web part to get report from the Report Explorer web part I get the maintenance WSS page. I have to delete the Report Viewer web part to have the page working again.
If I use only the Reports Viewer with a report (not connected to Reports Explorer) is working just fine.
Any ideas what could be the problem? Any hints on how to investigate this is also much appreciated.
I've made some reports using the Report Designer. When i run them in the Report Designer everything is correct. Then in my webpage i have links to launch the same reports. The viewer is launching the report using the HTML4.0 format parameter in the URL. In the viewer my report is so ugly. Some textbox doesn't have the same height, other are not align correctly. What i don't understand is if i tried to print the report or export it in PDF or in TIFF everything is ok. I only have the problem when i tried to view the report using the viewer with the HTML4.0 parameter.
So is this a problem with the viewer ? Is there something i can do to correct this problem ?