Answer Questions
Anu Viswan Missing administrator tasks in Central Administration page
Hello there! I find that there are some administrator tasks missing from the Central Administration page of Windows Sharepoint Serv ices 3.0. One of the tasks I need is ' Virtual Server Configuration '. I need to enable self service site creation. Any idea how to get this task on the Central Administration page please Thanks. Hemant. Hi, The 'new' link is in the central administration. Go to 'Application Management' and then under 'Application Security', there is a link called 'Self-service site management'. I assume this is the one you are looking for -Mart ...Show All
lou_1 e-learining
Hi.. i want to build an e-learning application using c#.. it will contain video conference where all students see the teacher but the studends dont see the teahcer.. and the students can hear the teacher and the teacher can here the students if he allows him/her to talk.. any ideas where i should start and what i need to read about ,, please be specific.. not just tell me to read about the directX or directshow becuase they say nothing about video streaming over the internet. thnx The Visual C# Language forum is for discussing issues regarding the C# language and compiler. Discussions regarding vague design decisions are off topic, moving to the Architecture General forum. Take a look at Windows Media servic ...Show All
aspatz Multi Contact Selectors
I need to add more than one contact selector to an infopath form. How do I configure these contact selector. It doesnt accept fields with the same names. I tried using different names, but the form didn't load in the sharepoint site. Thanks, Just found the solution! Once you add the contact selector to the form, and then having it configured with the required fields. You refrence the Person group to other contact selector in the form. Create the non-repeating group for the secont dontact selector to go in. Right click on the Person group from the first contact selector and select Reference... Choose the second contact selector group and the perso ...Show All
JeffK_ Search errors
I've been getting errors on my MOSS 2007 search since I had to change the service account password for the Default Content Access Account. For certain portions of my site, like the personal pages, the account access these pages just fine. But for the main site it says it access denied. Now if I put the main site into a rule it crawls the page without an error. Is there away to fix this issue without me having to set up rules for the crawl Thanks How do you set up rules to crawl ...Show All
truepantera Stored Procedure Approach for developing Applications: An Architecture Viewpoint
Hi, I have a designed a smart client application which talks to WCF Services --> BL--> DAL and finally the database. Since I know that I would using only SQL Server for this application, I am of the opinion for going in for Stored Procedures(for its obivious benefits) and having transactions being handled at Business layer using System.Transactions. My Lead Architect is against the idea of using Stored Procs. His argument is that with SP approach it would be a question of getting the right transcation boundaries and also ensuring that the messaging and the transction are in a single distributed XA transaction. He says that these things are best achieved through individual statements and not in SP since SP's have their own txns. But ...Show All
OSPACS Design Patterns & Best Practices
Hi All, Is'nt good if we can start discussing some good practices for Design Patterns Implementation (Adding to P & P Best practices documentation) using .NET and other MS Technologies Thanks Sudhakar Hi, I was introduce to Design Patterns by my Java Architects friends, and I started to design .NET application with similar Architecture. Now every project that I'm into I look for the best pratices and patterns to use. In my last project we design a Smart Client that for some Top users they will been accessing by Windows Application, and the others for Web application. To solve that issue, I used the Abstract Factory Pattern and put in Config file of each application what Class that it have to call. In the Windows Applic ...Show All
EGShaw unable to connect remote Desktop
Hi all I want to connect a remote desktop outside of our LAN. I am using Remote Desktop Connection tool to connect it .But it is giving the error The remote session was disconnected because there are no Terminal Server client access licenses available for this computer But I am able to connect remote desktop in side our LAN.Please tell me how to solve it Regards Bijaya Thanks a lot RDM for this valuable command Try connecting to the console like: Start-Run mstsc /v:YourServerName /console This will connect you to the console session on the remote server. This does not require a term serv license. ...Show All
renyx 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
SuperFox Can we update to Subject in ProfileManager Scenario?
Hi, I have one scenario where I want to udpdate the Subject itself. Is it possibe to do so from CSF point of view Following are my Subject, Predicate and Object. Subject: http://schemas.microsoft.com/connectedservices/pm#/ dick@contoso.com Predicate: http://schemas.microsoft.com/connectedservices/pm#UserProfile UserName Object: dick@contoso.com I want to Update the Object " dick@contoso.com " and I am able to do so. But I am using this object name as primary key in Subject to identify the user profile. Show how can I update the subject Hello - You cannot update the subject as that could potentially lead to unpredicatable results. So to update that you need to delete and ...Show All
Webstar How to update a BlankNode?
Hi. I am not able to Update blanknodes. So could anyone help me in this regard Suppose I have the following structure and I want to update Street and City , then How can I do that I am able to update UserName and FirstName but getting error while updating Street and City. Following is the error. "Microsoft.ConnectedServices.Sdk.Messaging.SoapFaultException: No valid data found to be updated." < xml version="1.0" encoding="utf-8" > <rdf:RDF xmlns:csf=" http://schemas.microsoft.com/connectedservices/pm#/ " xmlns:owl=" http://www.w3.org/2002/07/owl #" xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns #" xmlns:rdfs=" http://www.w3.org/2000/01/rdf-schema ...Show All
Angry Coder setting the default page - change welcome page link missing
Hello, I've read a post or two that says under site settings - look and feel - there should be a section for the welcome page. I do not see this. I logged onto two SS2007 sites, one of which i installed myself and made myself the admin so i should have access to everything and i dont see it on there either. I tried renaming default.aspx to default2.aspx and then renaming my page to default.aspx but that had no effect, it just bounces you to default2.aspx now. So how can i make another page the default welcome page thanks Unfortunately i never seem to get any alerts when a thread has been replied to so i never saw any of these replies until just now. Right now I'm not working on that sharepoint site and ...Show All
Derek Comingore Server getting intimation of disconnection while file is downloaded from client side
I have a problem, There is a file being transferred to an .Net application via HTTP protocol by a J2EE web application. Now I want to trap the client disconnection event at Server Side if Download fails from client side. I have thought some approaches but not fully satisfied with those: 1. Just open a separate thread from client that will tell the server periodically that client is alive, till file gets transferred. 2. Server should ping the client periodically, if client is available, but this would be a violation of HTTP protocol. In case 1 , I would have to make a service or exceutable on client side which i would like to attempt as the last case. I would like client to be just using webbrowser. Please comment on my ideas ...Show All
Azaz High availability application
Hi Everybody! We are starting a project to develop a mission-critical web application (therefore, availability,reliability and scalability are major concerns). We are thinking about using a SOA approach, using WCF services hosted on IIS (using a cluster in order to provide the required availability, scalability and reliability). My questions are 1) I've seen that WCF can be hosted on IIS or as Windows Services. I'd like to know the advantages and disatvantages of each approach (considering specially performance and development/deploy effort issues) 2) Is there any reference we could use in order to estimate the hardware requirements to support the solution (the information we can use to estimate it a ...Show All
sathish_indian IE Crashes on view of Office document on SPS2003
We've been running Sharepoint 2003 for a while and are beginning our migration from Office 2003 to Office 2007. We're consistently seeing IE crashes when attempting to open a document directly from a SharePoint document store. (Browse to the document list, click on a document and "kaBoom!" IE crashes with a kernel32.dll fault) I've seen this problem with the following configurations: Vista Business (RTM), IE7, Office 2007 WinXP, IE7, Office 2007 WinXP, IE6, Office2007 There's a similar thread on the Vista forum where one suggestion was to "remove Project 2003" (which only exists on one of the three above data points). Is anyone else running SPS2003 and Office 2007 Successfully Thanks in advance f ...Show All
DellS Search errors
I've been getting errors on my MOSS 2007 search since I had to change the service account password for the Default Content Access Account. For certain portions of my site, like the personal pages, the account access these pages just fine. But for the main site it says it access denied. Now if I put the main site into a rule it crawls the page without an error. Is there away to fix this issue without me having to set up rules for the crawl Thanks How do you set up rules to crawl ...Show All
