Standard for base constructors I've seen this guideline. It is pretty thorough.
Thanks for all of your comments. I agree that this is certainly not the most urgent standard to be worried about, but I like it because it makes you carefully consider your base constructor, and I really don't like default anything. Tag: Hot Technology Major memory Architecture
Inventory Problem Hi
Our database has some products with variants and others without. The Catalog Manager UI has a method of entering inventory information for those products that have variants via the Variant Inventory tab. However, there is no way of entering the inventory information for those products without variants. Under some product catalogs the inventory tab is displayed for the product, however in our catalog it isn't being displayed.
My question is, how do I populate the database with inventory information for those products that do not have variants Is there a database script I can run, or am I supposed to use the catalog web service to populate this information
By the way I'm not using the SP1 release.
Regards
Paul Tag: Hot Technology Major memory Architecture
Outlook 2007 search problem Ok, let's take this a step further....
1. Turn on Outlook logging (Tools -> Options -> Other -> Advanced Options -> Check "Enable logging" -> Reboot Outlook
2. Go to your Notes folder and modify a note. This will re-trigger indexing for that item.
3. Use Outlook's Indexing Status to wait for the count to get back to 0.
4. Go to "%temp%\outlook logging" and look at the log file for your store. It will have a recent timestamp and will have a name in the form "store.pst.log." Take a look at that log file, and reply back with any lines including URLs with the "Notes" folder in them.
5. Try to search for the modified item. From what you're describing, it doesn't sound like it will work, but it's good to be sure.
6. Turn off Outlook logging (since it has a performance impact) and restart Outlook.
It sounds like the items are failing to be indexed. If so, this should give us a clue to what's happening. Tag: Hot Technology Major memory Architecture
Product catalogs restore I only see the default Adventure works catalog.
I had already set up 168 diffrent catalogs and categories with metadata (weeks of work) and now when i copy it back commerce server dont register the old categories.
In the glareing light of hindsight i should have packed the old shop and then done an import tru the management tools.
Best Regards
Philip Haugaard Tag: Hot Technology Major memory Architecture
changing between normal and selected. I have 2 imges one for normal and other for selected, each has 4 buttons, now the selected button shows only the a selected part from the selected.png, and the other 3 buttons show parts from the normal.png, how can i do this Tag: Hot Technology Major memory Architecture
Built-in filter over in-memory content I have a pile of documents stored in SQL Server 2005 for which I'd like to provide the capability to search via WDS. I've modeled the database as a hierarchical store with one root-level container that simply contains all the documents. And actually, right now, my protocol handler is hardcoded to return exactly one document. So I've got one protocol handler that handles URLs for the protocol "cambridge". It maps to one of two URL accessors: RootUrlAccessor and ItemUrlAccessor. RootUrlAccessor handles the single URL cambridge://localhost/. ItemUrlAccessor handles all the others. So far, so good. Where I run into trouble is getting the item's content itself into the index. It's HTML, so I want to just have the system pick the appropriate IFilter and do the magic itself. As such, I've implemented GetDocFormat to return text/html, and BindToStream to return the HTML. Unfortunately, this doesn't seem to do it for me. I see two odd behaviors. First, if I run select system.itemUrl from systemindex where scope='cambridge:' and contains(*, 'foo') I get no results, even though the HTML document in question contains the word 'foo'. Second, this only returns one result: select system.itemUrl from systemindex where scope='cambridge:' The URL it returns is the root URL: cambridge://localhost/. Which almost seems like the child item isn't making it into the index. However, if I change ItemUrlAccessor to return E_NOTIMPL from GetDocuemntFormat and change GetFileName to return something like "foo.htm" (a relative path, and there is no file with that name anywhere), then I *do* get two entries for that second query: the root and the child URL. I guess at this point I'm not even sure what my question is. My goal is to implement a URL accessor that returns some HTML via BindToStream so that it gets indexed, but I don't have to write an IFilter implementation. What am I doing wrong Tag: Hot Technology Major memory Architecture
XML on one line problem. I'm using a BizTalk ( BizTalk 2006 R1) mapping to make some minor changes on an XML input file but the output XML is appearing on 1 line rather than seperate lines like the input file. The system we want to process the file requires each part of the element/attributes etc. on seperate lines.
I've tried setting the Indent property on the Mapping Grid to Yes which improves things slightly but I still have more than one element/attribute details on some lines (see below).
Any ideas
<ns0:MOBT xmlns:ns0=" http://Opti.OUT "> <DataType>MOBT</DataType> <SwComp>Pervasic</SwComp> <SwVers>1.0</SwVers> <Sent>2007/07/30T08:36</Sent> <MOBTHEADER> <JobOperative> <Operative> <Clock>04003</Clock> <MobileNumber>1545</MobileNumber> <Van>v718ehn</Van></Operative></JobOperative> <JobDetail> <JobNumber>HSG036360400</JobNumber></JobDetail></MOBTHEADER> <MOBTDETAIL> <JobOperative> <Operative> <ClockNumber>04003</ClockNumber> <Hours>0</Hours> <Minutes>4</Minutes> <CompDate>2007/07/30T08:36</CompDate></Operative></JobOperative> <JobCompletion> <CompDetails> <SORLineNo>1</SORLineNo> <SORCode>JOFFFA005</SORCode> <SORQty>0</SORQty></CompDetails> <CompDetails> <SORLineNo>2</SORLineNo> <SORCode>JOFFFA005</SORCode> <SORQty>0</SORQty></CompDetails></JobCompletion></MOBTDETAIL> </ns0:MOBT> Tag: Hot Technology Major memory Architecture
How to design (.NET Application & SQL Database) Fraud/Suspicious Activity Detection Application for Financial Organization Currently we have an ASP.NET application with an OLTP Database already installed at client premise.This rule engine would be module of this application,rule engine would be a background process what ever the alerts are generated would be integrated (by web service,database integration) to this web UI for user's review.
Now i am in a Fix how should we design this component . What should be the ideal option (SQL server Jobs/.NET Application/BizTalk etc) to achieve the performance & scalability.Do we need to create an OLTP along with OLAP or we can do this with datawarehouse only.I do not have prior experiance in handling such large applications.
Would appreciate if you can suggest us how it should be designed.
Thanks & Regards,
Sameer Gautam Tag: Hot Technology Major memory Architecture
Error while adding a dll under Components Bindings Hi
I am getting the following error while trying to bind a .NET dll in a process in RFID.
When I try to validate the process i get this error.
"
The process has a component that is not reachable. None of its event handler methods will ever get called. There is no path for system type starting from a logical device that reaches this event handler. One common reason for this happening is that there are event handlers but no logical devices in the process. The event handler is <EventHandlerDefinition xmlns:i=" http://www.w3.org/2001/XMLSchema-instance " xmlns=" http://schemas.datacontract.org/2004/07/Microsoft.SensorServices.Rfid.Design "> <componentName>notify</componentName> <eventHandlerInfo> <assembly>RFID.SCM.ManufacturerRFIDProcess, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2318a97b4faa0bce</assembly> <className>Microsoft.Rfid.Samples.AudioAlert</className> <description>AudioAlert</description> </eventHandlerInfo> </EventHandlerDefinition>. Verify if this event handler is properly positioned in the process pipeline.
"
Also can I call a Web Service from the Event Handler..
Is this the right method..
When ever a TAG is detected by the RFID scanner
.NET Eventhandler (Component) gets executed
Which will then call a Web Service.
Is this the right approach, or there are some other approaches too. for this.
One more question. how can we get some additional information other then TAG info in the EvenetHandler.
I am using the BeepEHSample for generating TAGS etc...
I am not using any of the physical devices.
Amit Rohilla Tag: Hot Technology Major memory Architecture
Catalog and inventory schema manager - property metadata I need to group the properties of a product. For example: --descriptive properties-- name description picture --technical properties-- battery type screen type material --physical properties-- size weight A solution is to edit the property metadata and assign a new property "group". However, when i create or edit a property (using the catalog and inventory schema manager) the form does not display the new metadata property. The new field is added in the tables of the catalog database, but the catalog and inventory schema manager does not allow to edit this field. any suggestion thanks in advance Tag: Hot Technology Major memory Architecture
Windows app, seperating programming and GUI layer. Thanks again for the reply;
I'm certainly not opposed to the idea that I'm going over the top. It seems, though, from an object oriented perspective it would be a good idea to make the GUI layers more loosly coupled from the business layer. What if I wan't to completely change the GUI later on I don't really want that to effect my business layer. What if I wan't to instanciate and show a different Main GUI based on the user or computer type.
Philosophy aside, considering the solution that you suggest of "application.run(new Form1)", that is pretty much what studio auto generates when starting a windows application Doing this seems to completely leave the entry class (program logic / business layer), and gives exclusive control to Form1 - which returns me to my original question : ).
Thanks, Tag: Hot Technology Major memory Architecture
[Vista 6000] [Search Indexer] Stoped Working And Was Closed Hi Miguel
When it next crashs, and you get the error box, Opening up your controll panel, then close the error boxes and then try opening the Indexing Options.
Try this, im not sure, its just a guess. Post back if it works or dosnt.
So your basicly opening the indexing options when you have no error boxes.
John Tag: Hot Technology Major memory Architecture
How to make UI proof middle tier? Judging from the title and content of your post, I assume that you are not talking about the MVC, but about a middle tier model (Broker maybe ).
I think the biggest obstacle in creating a truly agnostic middle tier is dealing with instantiation and state. Where should your middle tier live On the client or on the server Should it keep state or should it be stateless
It is difficult to answer these questions without knowledge of the UI that will be using the middle tier. You have to tradeoff between scalability and performance when making these choices and the end user of the application plays a big part in that decision.
The technology to 'truly' isolate the middle tier has been evolving: DCOM, .Net Remoting, WCF...
At the moment, I think WCF is the closest to what you are looking for. The premise behind WCF being that you can decorate your middle tier and define contracts that state what functionality your middle tier will provide. Then you simply provide a configuration for what ever different ways you want to expose the middle tier (web service, in-process, binary remoting, etc).
Is that along the lines of what you were asking
Cris Tag: Hot Technology Major memory Architecture
Debugging protocol handlers I will check out the trigger sample, but the weird thing is that I register the scope too at the point of DLL registration (as it's done in the RegPH sample). The scope shows up in the WDS properties but no indexing is done until I "mess around" with the Modify screen.
Thanks. Tag: Hot Technology Major memory Architecture
Cannot Open Starter Site Thanks for the solution ......in normal installation guide they asked to use integrated mode but in quick installation they asked to use classic .However it worked thanks for that Tag: Hot Technology Major memory Architecture
WDS is slowing down System Performance I'm having similar difficulties ever since installing Outlook2007 on my PC. I'm running XP Media Center, have tons of memory and a fast processor. I run Zone Alarm Pro to protect my PC from intrusions, etc. Evrything was fine until just recently when: 1) I had to renew my subsciption to Norton Antivirus. Even though I selected the standard version (anti-virus only), it comes with an incoming firewall. Great. Now I have two firewalls to slow things up. 2) I replaced Outlook2000 with Outlook2007. Now, nothing happens quickly anymore. And Outlook's CPU usage spikes to 40%+ when idle and 70%+ when actively performing tasks. I've regularly run Ad-Aware Pro and SpyBot S&D to keep the bad stuff cleaned out of my machine. I've run SmitRem as well when I discovered Smitfraud-C had implanted itself. Everything is clean now. It seems the issue is one caused by Outlook2007 monopolizing CPU usage. If this is a normal byproduct of Microsoft's Outlook2007, I'm throwing in the towel and buying myself a brand new Mac. I'm tired of the constant virus/firewall issues and now this ... My previous Mac never had any of these problems and always performed beautifully. Tag: Hot Technology Major memory Architecture
WDS 3.01 and Outlook 2003 I am considering upgrading WDS from 2.6 to 3.01 (Windows XP SP2, Office 2003 Pro SP2). In a test machine indexing of email, however, failed. Is WDS 3.01 capable of indexing Outlook 2003 content TommiP Tag: Hot Technology Major memory Architecture
Indexing home drive Hey, I'm trying to use GPO to index our users home drive. I've set-up GPO to include this: ofts://{*}/home/home/%username%/* As a default indexed path. This does appear in indexing options, however the %username% has not been expanded and remains "%username%". It is not indexed either. Is there anyway to do something like this in WDS v3.01 Thanks! Tag: Hot Technology Major memory Architecture
Vista-to-Vista WDS Not Querying Remote Index Oh. Odd.
To answer your question, yes, the subfolder in question is indexed on the main machine. It can be fast searched on the main machine, and it's a subfolder of a whole drive (K:\) that's been added in Indexing Options. In Indexed Locations I'm able to verify that it's there and checked, along with all the other subfolders.
The only non-standard thing I can think of about this index is that I did move it from its default location to K:\Data\Windows Search Index. But, that's not negatively affecting search on the main machine. Tag: Hot Technology Major memory Architecture
Can you help me with video position and size? Yes; if I remember correctly, HDiSim always calculates cropping and offset information for the PIP based on a 1920 x 1080 image, even though the PIP is only 720 x 480. Tag: Hot Technology Major memory Architecture
XBOX 360 Networking What you describe is exactly what the new Application Signing specification allows. The general idea being that set-top boxes will just use the baked-in DVD Forum-approved certificate (and never prompt the user), whilst a PC player in an "advanced" mode (or an emulator) would let the user install random certs for development, sharing self-produced content with friends, etc.
I don't have a paper copy yet! :-( Tag: Hot Technology Major memory Architecture
"_cc_number" is blank - Custom Payment Component in checkout.pcf Pipeline Hi All!!
I've customised the checkout process from the original StarterSite to simplify it, and built a pipeline component to accept payments, however, when the checkout pipeline is called and i step through my component, the "_cc_number" property of the "payments" object has no value at all.
I'm definitely setting it up in the CreditCardPayment object, saving it to the user's Basket.OrderForms[0].Payments collection and calling Basket.Save().
Where might I be going wrong
Thanks!
Nat Tag: Hot Technology Major memory Architecture
How to capture IP header of the specified TCP packet with WFP I'd like to capture the IP header portion of the specified TCP packets (e.g., packets to the localhost) with WFP.
To achieve the goal, I think a callout is required to access the IP header data, but I don't know whether a built-in callout can be used for this purpose or not. Do I have to make some new callouts to access it Tag: Hot Technology Major memory Architecture
Problem configuring a custom protocol handler on Vista RC1 Ivaylo,
Everytime I tried to instanciate this line:
CSearchManager manager = new CSearchManagerClass ();
I get this error. Note: It's working fine on XP box, but always error on Vista. Do you or anyone have any idea what's causing this error on Vista
{"Retrieving the COM class factory for component with CLSID {7D096C5F-AC08-4F1F-BEB7-5C22C517CE39} failed due to the following error: 80070422."}
Any help is greatly appreciated.
Thanks,
Bay Tag: Hot Technology Major memory Architecture
How to reference ISA and GS custom properties from with a map? That seems like a step backwards from using HIPAA Accelerator with BTS 2002.
The HIPAA X12 schemas supplied with accelerator contain defintions for the ISA and GS envelopes and, therefore, were available from the source schema from within the BizTalk map. Tag: Hot Technology Major memory Architecture
More basic CCR examples I've published some basic CCR examples on my blog.
http://xman892.blogspot.com/2007/05/ccrconcurrency-and-coordination-runtime.html
Maybe someone may find them usefull.
Comments are welcome!
Regards Tag: Hot Technology Major memory Architecture
Redesign of "Two" Systems. Hello, I have been tasked with a situation where I have a "Web Application" and another "Windows Application". They do not want the Rules of any of them modified. But want me to combine both of them into a single system. I have to propose the architecture for the same. Any thoughts as to how would I go about it. (ASP.NET/C#/SQL Server). Thanks. Tag: Hot Technology Major memory Architecture
Help please im soory but i dont know on how! this is my first time to ask like this... Sorry! Tag: Hot Technology Major memory Architecture
sum42guy2k
I have a desktop computer that is running windows xp media center, and it has 4 memory slots, and each can have a stick up to 4gb's, yeah, thats right, it can have 16 gbs of memory! now thats really too much.......for now I also don't know if any1 makes them that big....Ive never seen any that big, only 1gbs, never more