JIM.H.'s Q&A profile
SQL Server Remote command call of DTEXEC gives "insufficient for component"
We have schedule process server, calling SSIS package via command line (see below) to physical SSIS server. Get message "insufficient for component" and package call bombs. Facts: 1. schedule process server has Workstation tools / Clients / Connectivity for SSIS loaded 2. SSIS is 2005, SP1 What are we missing c:>dtexec /DTS "\File System\SalesDW\gyp_dm_carrier" /SERVER BPATLQDDW /CONFIGFILE " \\bpatlqddw\d$\SSIS\SalesDW\gypdm.dtsconfig " /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING V Error: 2006-11-09 10:43:34.94 Code: 0xC00470FE Source: DTF - Xfer DW to DM DIM_CARRIER DTS.Pipeline Description: The product level is insufficient for component "Slowly Cha ...Show All
Visual Studio warning when changing text in a textBox trough parameters
Hi, I'm changing text to a textbox with: ReportParameter p = new ReportParameter("Report_Parameter_0", products.totalAmount().ToString()); reportViewer.LocalReport.SetParameters(new ReportParameter[] { p }); reportViewer.RefreshReport(); But I get in console window following warning: Warning: The InitialState expression used in textbox ‘totalAmount’ returned a data type that is not valid. (rsInvalidExpressionDataType) Someone has some hint It works, only the warning is there... The Expression I use is: =Parameters!Report_Parameter_0.Value rgds, Wilfried ...Show All
Visual Basic The simplest copy n paste destroys code behind link - ridiculous time wasting nonsense
Novice using vb.net 2005, vb.net 2005 express, vb.net 2005 pro This situation is just down right insulting and another ridiculous time wasting feature of the MS IDE. I've placed a split container on my form. Then cut and pasted a group of controls that are already present on the form with linked code behind already working onto one split panel and another group on another split panel. Nothing works. I've now got to step thru my code and manually update the handles on each and every event from the controls I've cut and pasted just to test the look n feel even before deciding to use the split container model. This: Private Sub btnReports_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles btnReports. ...Show All
Visual Basic Front-end Framework
Hi, I'm looking for a Front-end framework for .NET 2.0. Can you, guys, reccomend me something I want it: - fast - simple to use - good looking - feature-rich - The front-end will be loaded in run-time from some storage (XML file or so). It should work with the database through some kind of DataDictionary. - Also I need some scripting ability (like VB scripts to describe custom codes to update controls) If somebody has something in mind - let me know. And if your asking in this forum. I'd be creating the windows forms applications using Visual Basic.NET and if you want to do it for free - then I'd download a copy of VB Express from the microsoft web site. ...Show All
Windows Forms How to change the DataSet Designer
I'm using VS2005, and after that I installed VS2003. When I open a Type DataSet in the designer, it opens in the schema editor and not in the DataSet Designer. Can someone tell me how to change that back. I need to use the DataSet Designer. Best Regards Diego Rojas Excelsus.biz ...Show All
Visual Studio Express Editions Filter out characters in a string
I have a column in a datagridview that contains a string. The string has a maximum length of 5 numbers or characters. Most of the entries are three numbers. However, some entries have three numbers followed by one or two characters. Some others are just characters. I need to find a way to be able to filter out any records that contain one or more characters in the string. In other words, I need a filter that will return a record with the following traits: 001 345 732 but, filter out records with the following traits: 001WB WB1 SET What code can I put in a filter that will do what I need The filter that I have right now also filters two other columns based on a TextBox and a ComboBox on the form. The line of code I have right ...Show All
Audio and Video Development Sound card driver causes blue screen
I just don't know where to report, but i got beta for find and report bugs, so i do so. I installed driver for my creative sbpci 128 having ensoniq chipset, it works fine except if it is not disabled at boot vistabeta2 got blue screen, and reboot, if i disable sound card in safe mode, it boots fine, and if the sound card is enabled after boot it works, but i have to disable it before shutdown This is the problem called "squeal of death". Try search it on google. Many users of audigy 2 zs notebook have this problem. No solution yet. ...Show All
Visual Studio Tools for Office CacheInDocument not available in Excel Project
I cannot seem to locate the CacheInDocument property where tutorials tell it is available. Infact I get all other properties apart form CacheInDocument. I've just created a normal dataset through designer. Is there something I am missing I've recetly installed VSTO 2005 SE. Does this have anything to do with it.. or the fact that I have an excel template project and not an excel workbook project. Is there some other way to enable dataset caching Hey Mohit, Thanks a bunch for your reply... I was beginning to lose hope about anyone replying to this thread . I think my problem is with the statics. I'm going to sort them out. Thanks once again. ...Show All
Software Development for Windows Vista Credential Provider / User Session Question
Hi, Is there any way for a credential provider to associate some of the data that is provided by the user at the logon UI page with the subsequent session that the user receives I think the answer is no, since none of the ICredentialProviderCredential methods expose any information about the user's session, but I was wondering if there was some other API that I could use during the ReportResult function to get some form of unique session identifier. Thanks Couple corrections: Even prior to Vista, winlogon could exist in sessions other than 0 (Terminal Services connections, Fast User Switching). Also, WTSGetActiveConsoleSessionId returns the TS session id of the session currently bound to the physical dis ...Show All
Visual C# Allocating Memory for huge array
I have an array of struct which I can create up to a certain size. The max is 250M, but I have 4G of ram on my WIndows XP Pro machine. How can I allocate more I read straight into memory from file using 'unsafe' code. I need to load in about 1G. Can you help me Moon I have a lot of legacy code that needs the data to be in one array in memory unfortunately. I have something like IN ENGLISH not code Public Struct Peter { double a; double b; } int FileHandle = "unsafe code to create file" int len = FileHandle.Size; int RecSize = Marshal.SizeOf(new Peter()); data = new Peter[len/RecSize]; //THIS IS WHERE IS GET MemoryException when FileHandle is large da ...Show All
Internet Explorer Development MSIE7 on Windows Vista - window.external returns error 'library not registered'
I have an application which runs fine on WinXP - even with MSIE7 installed. But - when installed on Windows Vista RC2 - there is a significant problem. THe applicaiton hosts an embedded MSIE control, and it uses the window.external callback mechanism to call from the webpage javascript pack to the hosting container application. Again - this works just fine on Windows XP - including under the 'Application Compatability' tester Microsoft supplies. But under Vista - when I do those javascript callbacks to the application - I get the 'library not registered' error message. Any hints as to what I'm doing wrong ...Show All
Commerce Server Help importing catalog from 2002 to 2007
Hi, I have a catalog (xml) exported from 2002 that I would like to import to my 2007 dev environment. I have the startersite working in dev and would like to replace the catalog with mines. I validated my xml with 2 errors: Line 123: The property name Why It's Different specified for one of the Property elements is not valid. Property names may not be blank and may not exceed 100 characters. Property names may not begin with a digit, DisplayName_ prefix, u_defaultvalue_, may not be named ListPrice and may not contain any of the following five reserved characters: .,"[]. Line 468: The definition name (null) for the catalog DHC USA is invalid.Definition name should not be blank and should not exceed 128 characters. I don't know ...Show All
Windows Forms DataGridView - dragging multiple items with left mouse button
I'm probably opening a can of worms, but I would really like to be able to do this. Currently, I can easily drag items between DGV's. If I select multiple items by holding the CTRL button while I click, and on the last item, I initiate the drag without letting up the mouse, I am able to drag multiple items. However, if I select the last item, let up the mouse button, and then put it back down again to grab the items and drag them, the DGV selects the item that was under the mouse click. I realize this is the expected behavior; does anyone know a way to override it so that my items remain selected Now, I have a workaround that involves keeping track of the selected items myself, and if the mouse goes up and backdown and a drag begins, to r ...Show All
Windows Forms Customising DataGridView
I would like to be able to change the way the gridview looks in Winforms C# . I would like to round off the grid rows (not rectangle) and change the column headers to be a gradient blue as well as gradient the background of the gridview (having cell padding set) is this possible if so any hints would be great Thanks Hi, you can do some custom cell painting within the dataGridView's CellPainting event... Look at this MSDN HowTo article ... Andrej ...Show All
Internet Explorer Development unwanted white space in table in IE7
I can't seem to get rid of the extra few pixels of white space at the bottom of each table cell that contains an image. The page displays how I want it in Firefox: http://i20.photobucket.com/albums/b243/parsophie/firefox_page.jpg but the problem only occurs in IE: http://i20.photobucket.com/albums/b243/parsophie/ie_page.jpg I have tried adjusting heights, padding, margins etc. values, but I haven't found a solution. Has anyone had a similar problem and/or could help me Thanks I actually had a similar problem with tables in IE6. The solution, strangely enough, was to remove all of the spaces between table-related tags. (for example "<tr><td> table contents </td></tr>" inste ...Show All
