Answer Questions
Fiddel Design Question about an "actor" in a use case
Hi there, 1/do Actors in use case refer only to humans or can they also refer to objects like Account, Phone, Invoice.... Or is an actor strictly a human who performs action in the system 2/ is here the right place to ask questions about design, uml..etc or is there another place in this forum Thank you Hi, 1. An actor is either a person or something that interacts with the system (for example - an external system that sends requests). An Account is more of a business entity than an actor. 2. I guess it's a good place as any. Also you might want to try the modeling forum (id 229). Best of luck, Ido. Ido Flatow wrote: Hi, (for example - an external system that sends requests) Do u h ...Show All
Atulpatel Strategic Architect Forum
This is flagship Microsoft Event being held in Mumbai, India. https://msevents.microsoft.com/CUI/EventDetail.aspx EventID=1032326039&culture=en-US http://DotNetWithMe.blogspot.com vikas goyal ...Show All
Pramy Folder "CryptnetUrlCache"
Hi ! Does CryptnetUrlCache folder and its subfolders "Content" and "MetaData" under username\application data\microsoft\ on WS 2003 has to do something with InfoPath Is there anybody who know what they are for BVR Melii This folder applies to Windows XP SP2 and similar applications. It has to do with Windows certificates. If you have a %SystemDrive% folder on your desktop, you should see the same (internal folders) in your User account. Look in C:\Documents and Settings\Your User Name\Application Data\Microsoft\. See the following MS article for further information... hope this helps. http://support.microsoft.com/kb/887196 I ...Show All
udooz Security options in csf
hi, Is the current security options available in csf only for authentication and authorisation Does it also have message encryption options Is digest the only option to interact with external services thanks CSF Supports WSE security policies. You can encrypt the messages using the security policies. Please refer to CSf Development Guide for details on how to use security policies in CSF ( http://msdn2.microsoft.com/en-us/library/aa439668.aspx ). If the external services are present in the same domain you can use Kerberos policies for encryption , if they are outside the domain, then you have to use certificates. ...Show All
boston123 DataAccess Design Pattern
Hello, One of my application requirements is that when the user logs in, if they are not conected through the VPN, I need to perform all data access through webservices and if they are logged in, use my business components directly. Does anyone have any good ideas for this or point me in the direction of any existing patterns Thanks! using SOA in your scenario is best and loosely coupled way. Hi Diesel, If the business operations are similar in Webservice as well as the Business components. All that you have to do is have a common interface implemented by both of them. Have a Gateway class that checks whether the user has logged in or not. Accordingly retur ...Show All
Holm76 i need to change the default value of a field in create new item in the task list items
Hi, when the user is working on a certain list and he clicks on new item. I need to change the default value on one of the fields programmaticaly. So I did this, let s suppose that my list is called Tasks and the field that I need to change is the " Title " field. And I am working in a site called site2 in my Sharepoint web site. What I did I create a web part and add it to the NewForm.aspx page in the Tasks directory. Then I did this in CreateChildControls () method I did this in the code : for (int j = 0; i < spw.Lists.Count; j++) { &nbs ...Show All
Sparx How are you gnerating application definitions?
Hello All, I am just cusrious to know how are you guys generating your application definitions in BDC by hand or using one of the tools out there to auto generate that scary XML file I am unable to find a tool which gives me the ability to include stored procedures in my app def instead of pure tables or views Any help would be appreciated. Thanks a lot Well the known community tools are getting better all the time but do not support everything yet. So, i've done some implementations now with the BDC and basically I did the first one by hand (beta 2). The second one I used ome of the tools to create the basis xml file and adjusted it by hand. Right now, I basically copy/paste a lot when creat ...Show All
Tomay Connecting MOSS2007 to Office 2007
When I tested the Pre-release version of MOSS2007 the site seemed to connect it self to Office and my windows network. It showed up in "My Network places" etc, automatically. I started over when the RC came out but the installation did not have the same effects. I cannot save a document from Word2007 to the sharepoint site, and I cannot sync my tasks or calendar. When I try it just tells me to "Contact my network admin"...I am the network admin and I don't know what's wrong. Any suggestions on even a place to start In your Shared Services Provider Administration, you can find a page that let's you manually add links to your Office apps. Under the User Profiles and My Sites Se ...Show All
spshah Adding "Person Column" to a list
I may be barking up the wrong tree but thought I would throw it out there. Using MOSS and the BDC, we have the capability to add Business Data as columns in a list. How would I go about creating a "People" type in my BDC that pulls the data from the user profiles in MOSS What I would like to do is have a drop down or search screen for selecting a person from the profile store instead of keying the information into a contact list and then having the information be out of date , etc... It would be much easier to just allow them to select a person and pull the data from there. They would also get the "Presense" pawn next the persons name etc.. which would be very useful. Does this sound possible Has anyone done th ...Show All
GeorgeMohr Reference materials
hi all, I am trying to explore CSF in detail. Have installed the Dev Lite Edition on my Windows 2003 Server machine ( with .Net Framework 2.0 ) and am trying my hand at the HelloWorld sample application. However, it seems there is very little technical reference available online. Can someone please suggest any appropriate resource(s) where one can get an excellent understanding on how to proceed with CSF based developments from the scratch Any help would be appreciated. Thanks - hiren Thanks Tilak, Please find the Session Input and Output Trace information. Input Trace Information < xml version="1.0" encoding="utf-8" > <log> <inputMessage u ...Show All
Rob_MUFC_1982 Interface HELP!
I have: 1. Interface Library 2. Plugin Library 3. Plugin Host library which is responcisable for loading all of the plugins. The Plug-in library loads the plugins is a Singelton and stores them in a .Collection class. This way all of the plugs-ins are available to the entire application. To make a long story short i will only post the code that stores each Plug-In / Interface. ------------Here is the question---- Now that i have all of my plug-ins store away in my sweet little singelton ; and ready to server what ever caller. What is the best way to create another instance of the types of Plug-ins that are loaded For instance; I have a tabPage that holds a plug-in.. This tabPage repersents ONE instance of a product vie ...Show All
Matt A How to start workflow, designed in Sharepoint Designer, by adding/changing folder (not document)?
Hi, I build wf and bound it to specific library document. Now, I want wf to start when the new folder is added or its property is changed. It does not happen. I created ny custom content type, when the parent folder - on it wf does not start either. Maybe there some flag that I should to set - to enable starting workflow on specific content types Thanks Are you getting any errors in your SharePoint logs from your workflow I found that sometimes when workflows weren't starting when I expected them to, it was because there was an error in the workflow during start, and it didn't warn me through the user interface. I could only see the errors in the logs. It's very hard to ...Show All
customization Simulating Exception scenarios for third party services
Hi, I am trying to simulate a scenario where I have a third party webservice as a participant in my Session manifest. This service throws an exception (a normal .NET exception) based on some condition. Since this is a third party service, I do not have access to code and will not be able to ensure that exception thrown is of should be of type SoapFaultException. The following is the code for the web service method that throws exception: [ WebMethod ] public string HelloWorld() { throw new Exception ( "Testing exceptions" ); return "Hello World" ; } I get the following in Session_OutputTrace.webinfo: <processingStep description="Processed message"> <soa ...Show All
carp Activating Publishing Features
I am trying to get the publishing features activated on my SharePointer server. I have followed the tutorial here... Enable Publishing Features . When I try to activate Office SharePoint Server Publishing Infrastructure I get this error... " Publishing sites and features cannot be activated in the Central Administration Web Application." I can't find anything that explains how I'm supposed to activate publishing if this method doesn't work or what to do with this error. Any help on this would be great. Thanks. I had this... you need to go to the Site Collection Features section of your Site Collection... I kept going to my site collection as myself instead of ...Show All
utkuozan MVC when to use,MVC framework
Hi, I need to know about MVC pattern.Is it the same what vs.net generates by default whenever we create a asp.net web application(generates a . aspx page and an . aspx.cs thus seperating model and view). If it is different , can somebody please let me know what exatly should be where.i read many article on MVC but didn't got any working sample to understand. Also need to know in what cases whould we use MVC pattern, as these days everbody talkes about that his application is based on MVC. Java has many MVC framewokrs.Do .net also have any such regards Hi All, a good enough explanation about MVC pattern is available in "Starting with Model/View/Controller (MVC) Architecture ...Show All
