jenx222's Q&A profile
SQL Server RS 2005: Subscription fails with Internal error
Hi all, I have a (for me) strange problem with subscribing reports. I've setup several reports that I want to create monthly and store to a file share. In BIDS Preview and deployed to the report server everything works fine. Each of my reports has an own schedule (they'll be created step by step), export format is Excel, as credentials I use a local user, all parameters are set porperly. When the time to render the reports has gone, I just see the following behind each subscription: Failure writing file LIS04 : An internal error occurred on the report server. See the error log for more details. The Log file contains the following: (I highlighted what I think to be the key error) ReportingServicesService!library!4!12/19/2006-10:20:35 ...Show All
Visual C++ Error C2440 -- Visual Studio 2005
I am getting a compile error for the following statement in my code const CString gc_bstrKey = L "rep" ; The error got is as below error C2440: 'initializing' : cannot convert from 'const unsigned short [15]' to 'ATL::CStringT<BaseType,StringTraits>' with [ BaseType=char, StringTraits=StrTraitMFC_DLL<char> ] Constructor for class 'ATL::CStringT<BaseType,StringTraits>' is declared 'explicit' with [ BaseType=char, StringTraits=StrTraitMFC_DLL<char> ] But this code compiles fine in Visual Studio .NET 2003 . Why is this happening Yes I tried it in both VS2005 and VS2003 and it compiled in both. I would suggest that ...Show All
Visual Studio Team System Last Cube Process time Cochango reports
Hello, Is there a way to display the last cube process time in the reports when using Cochango Scrum process template I'd like mimic how the reports display the cube process time in Agile. Thanks in advance BHop Hi, You can easily do that by authoring the reports, If you look at any of the reports we ship out of the box, you will see that we display the following: CDate(First(Fields!LastProcessedTime.Value, "dsLastProcessedTime")).ToLocalTime() We obtain that value from the _WarehouseConfig table in the relational warehouse using the following SQL statement in one of the datasets: SELECT Setting AS LastProcessedTime FROM _WarehouseConfig WHERE ID = 'LastProcessTimeStamp' The cochang ...Show All
Visual Studio 2008 (Pre-release) DatePicker missing
hi there, ther is no datepicker or monthcalendar what to do I'm talking about the zip project under : C:\.....\WPFSamples - 2006-11-09\Library\MonthCalendar\OneMonthCalendarSample - posted on 2006-06-28.zip it's suppose to be a stand alone project of the month calendar, I get an error "Error 34 'Fill' property is read-only and cannot be set from markup. Line 52 Position 7. Generic.xaml 52 57 OneMonthCalendarSample" if I open the Generic.xaml I get 34 errors.... ...Show All
Visual C++ Adding Buttons in ListCtrl
hi, I want to add a Button in ListCtrl in a Cell as a Cell Item. Can I add more than one button in the Listctrl's particular cell. Do you have any idea regarding this pls send the idea. Is it possible to do with an CListView or CListCtrl. Dear Hima, Please see an article from codeproject on Customized Report List Control With In Place Combo Box & Edit Control You can easily replace with a button control instead of the edit control they have used in the article. HTH ...Show All
Smart Device Development Garbage Collector on Compact Framework
Hi all, I have been having some issues with the Garbage Collector with the Compact Framework in that I don't feel it runs when it needs to run, so I therefore have to put in my own GC.Collect() to free up the memory on my device so that the application can run efficiently. Does anyone know of any articles that are based on the Garbage Collector on the Compact Framework I have read articles based on the GC for the .NET Framework, and these recommend against calling GC.Collect() for efficiency reasons, but I have been forced to call this on my application due to the Garbage Collector just not running that often. Does anyone have any more info on this Thanks OK - Having just read Steven Pratschner's Blog on the GC for the Compact Frame ...Show All
Visual J# draw a graph with J#
Hello I want to draw a temperature graph on aWindow form with J# but I don`t know how can I draw something with J# on a Window Form. So could you help me please. Thanks Mayer Thomas Hi Thanks for your help but now I have an other problem. I want to draw the graph on a new Window Form. The new Form should be open when I click on a button of my first Form. But when I click on the button I got an Exception: InvalidOperationException The code: private void temp_vor_Click(Object sender, System.EventArgs e) { Application.Run(new Thermo_V1._0.Form2()); } Could anybody help me ____________________ Thanks Mayer Thomas ...Show All
Visual Basic Access 2000-2003
HI!. I am developing a system wich get data from fox pro free tables. I need to connect through ODBC without human intervention. Can somebody help me Once the ODBC connection is created in the Windows DataSources control panel applet it becomes standard ADO data access using DataAdapters, DataSets, and whatnot. A human will have to setup the ODBC connection though... (you may be able to distribute one in your setup project but I'm not sure about that). ...Show All
Windows Forms Problem with Event-based Asynchronous Pattern sample code - form Not Responding
Hi, The sample code at: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxadvance/html/3c1aa4d4-da87-4a03-b812-3d167b8c57cf.htm that uses prime calculation to demonstrate the asynch pattern, appears to have a problem. Not sure where the problem lies - don't think it's in the asynch pattern. It may be the ListView. - in the PrimeNumberCalculatorMain form's InitializeComponent method change the buttonPanel to dockBottom and the ListView to dockFill, so that resizing the form resizes the ListView. - Run the app and start many threads (the more running the easier to lock the app) - resize the form up/down while the threads are running. Eventually the form will lock. Some time later the title bar will display N ...Show All
Visual C# Canvas Class (System.Windows.Controls)
I tryed typing "System.Windows." to declare a Canvas object, but the Controls Class never shows up. Am I using a wrong template (windows form) How should I access this Class (System.Windows." Controls) Thank you very much!!! Make sure that your application has a reference to presentationframework.dll (part of the 3.0 .NET Framework ). ...Show All
SharePoint Products and Technologies Objectives Webpart prompting for credentials
Setup: Windows Server 2003 SP1/WSSv3/SSL/published via ISA2004/basic authentication Problem: When using a meeting workspace, whenever the "Objectives" webpart is used, it prompts for logon credentials 3 times in a row. Removing the "Objectives" webpart stops prompting for creds. Any ideas Christian I haven't figured out the cause of this. It may require my calling Microsoft support, which in the past, has been a painful process. The WSSv3 queue is ALWAYS full. I waited for 4 hours on hold to talk to someone to fix a serious issue on my production server. So, I'm not too keen on doing the same just to get the "objectives" web part working. But, if I have 1/2 a day to ...Show All
Visual Studio Express Editions Click event
Hi I need some help with my program....I'm having an issue getting the check box grand total to display a grand total....any help would be appreciated here's the program: Public Class VBLab2 Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click ' Clear Boxes txtPackageA.Clear() txtPackageB.Clear() txtPackageC.Clear() ChkGrandTotal.Checked = False txtPackageA.Focus() End Sub Private Sub btnCalculate_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click 'Package A retail $99 'Package B retail $199 'Package C retail $299 'Quantity Discount '10 to 19 20 ...Show All
Smart Device Development How to get Exception message in the catch Block
I am much Familiar with .net. As in .net we Put Exception in catch block an get the Exception message by Message property e.g catch(Exception ex) { str=ex.Message; } how can I get the exception message in VC ++ I can Initialize it to like catch(Exception *e) { } But I don't know how to get the exception You shall need to see what all types can be thrown by the method. Unless you don't know the exact type of the exceptions thrown by the method you shall not be able to do anything useful ( even though you may be able to catch all with 'catch(...)' statement.) C++ doesn't enforce any constraint on the type of values that can be thrown, so unless you the library method work with its own hierarchy of well known exception classes, you s ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Templates in VS2005 Pro?
Has anyone tried using VS2005 Pro for XNA Games I know you need C# Express installed, but if you copy the templates to the VS2005 folders and reference the DLLs, will it work Today I discovered that my MSDN subscription (bought for me by the company I work for) allows me to use VS2005 Pro at home. I don't really do any development other than playing with XNA, so I was just wondering if it was worthwhile installing it or not I confess I'm baffled why MS are insisting that XNA studio should only work with VS Express - I keep seeing all sorts of vague comments about extensions etc. As far as I know both VS pro and VS express have virtually the same plug-in model, there must be some other (real) reason ...Show All
Visual Studio Express Editions Get text from a Textbox.
This is going to sound like a very stupid problem. I'm trying to get a string out of the textbox (using Windows.forms) then parse that string into a double. double payment = Double .Parse(ConsoleApplication1. Program .Monthly.Text. ) I cant seem to get it to work.. and what I get is that the string I'm trying to parse is being passed in the inccorect format. Help its totally up to you :-) Depends on what you want to do however if you are referring to TextBox then yes, its a WinForm component therefore you need a WinForm application, not a Console app. ...Show All
