Answer Questions
salah1980 Filter search results in MOSS 2007 depending on the signed in user.
Hello, I have a Sharepoint site where all the lists and libraries are going to be filtered depending on the user that's logged in (using a UserID identifier for each user and each list item having that same UserID as foreign key). I need to implement search capabilities on the site, however I also need the search results to be filtered by that same UserID. And this should be transparent for the user, he shouldn't be aware of the filter; in other words the user shouldn't be able to turn on or off the filter (as for example a Scope) and shouldn't be able to override it (as for example a param in a QueryString). I'm trying to link a CurrentUserFilter to the search results, in other words. Any ideas on how to acomplish this Thanks, ...Show All
sharpMoon Running Windowsless ActiveX app from Windows Service
Hi, I have written a Windows Service application that calls a Windows Application at a specific time of the day. The Windows Application hosts a Windowless ActiveX control. I am using a threading timer callback in the Windows Service constructor to call a method that instantiates a Process class passing in the path to the Windows App executable (see some of the code below) ProcessStartInfo startInfo = null; string strAppPath = ConfigurationManager.AppSettings["appPath"]; startInfo = new ProcessStartInfo(strAppPath, string.Empty); startInfo.UseShellExecute = false; startInfo.WindowStyle = ProcessWindowStyle.Hidden; Process process1 = new Process(); process1.StartInfo = startInfo; process1.Start(); When this method ...Show All
Kevin F Jones HelloWorld sample not working
Hi, I've got the HelloWorld sample application working perfectly on one of my laptops. But today I tried to run it on a different laptop and it fails to run properly. Both laptops have similar installations (CSF Dev edition for XP) and use similar app.config and manifest.xml files. After I press the "CreateSession" button I get a messagebox displaying a SOAPFaultException: Internal server error occurred. I tried to get more detailed exception information, but nothing was written to the event log and using the VS2005 debugger didn't help either. Does anybody know how I can track this error Greetings, Leon Zandman And I solved it! Yes! It turned out I had set my SQL Server 2 ...Show All
sqlster WS-Disovery, WS-MetadataExchange, and UDDI
What is the best way to catalog and publish all the disparate web services in my organization We have lots of different environments and platforms (C, PHP, COBOL, Java, C#, SOAP, XML-RPC) and I'd like to centralize a catalog of these services. UDDI has been around a long time, and I wanted to know if it were still the best practice, or should I be implementing WS-Discovery and WS-MetadataExchange for this purpose, or something else If WS-* is the way to go, and not UDDI, how do I create my service catalog using WCF Thanks, Mark This appears to be a common need. Do you know what others are doing I can imagine something as simple as a single table of URLs to WSDLs would suffice. ...Show All
Chouproute EFS support on XP Home Edition
We are developing a special protection to some applications, and we need to support Windows XP Pro, XP Home and Vista . We found that this API is supported on XP Pro and Vista (http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/cryptfs.mspx). Does anyone know if is possible to install it on XP Home or if it's now available installing some new Pack, like SP2 ...Show All
shekhar saran transfer local moss site to WSS .. its possible~????
Hello I want to know if its possible transfer local Sharepoint Server 2007 sites (with their funcionality's) to WSS server (there is no Sharepoint Server Portal, only WSS) its possible and how using backup and restore thanks My best regards, I wonder if it's now possible in the v3 products. In the v2 products it was only possible from WSS 2.0 to SPS 2003. The reason it was not possible from SPS 2003 to WSS 2.0 was because of the extra functionality available (even if not used) in those SPS 2003 sites. I would have thought the same would apply to v3 too, but maybe if you restrict the question to only those sites that are based on common template types (so not Publishing for instance which WSS 3.0 doesn't know about) i ...Show All
nbrege DataSet Performance issue
HI We are using a oracle stored procedure which returns a refcursor. For queries with like search which returns large number records the dataadapter.fill() is really takes time. For a case whcih returns 14000 records it took 3000 ms to perform the fill method, eventhou gh we are filtering by 99 recodrs using fill(ds, start, maxrecords). As the number of records increasing the time varies even if the filtering happens only for 99 records. Any idea how we can improve the performance. Or any other we can call the SP which gives any improvement We cannot modify the SP. And the DAL used by many diffrerent componenets. Thanks in advance Sharmila Sounds like you've got index troubl ...Show All
Halil_developer how to restore portal sites and contents from beta version? (MOSS 2007)
i only had a database backup files, not the sharepoint backup (.SPB )files..my question is, does it possible to restore all the sites and contents from beta to licensed version. How Please all..really need your help.. you should be able to if you follow the microsoft recommended upgrade path from beta2 to rtm. If you have the beta 2 databases, restore those databases to a beta 2 portal then upgrade that portal. That is first upgrade the beta 2 to beta 2 technical refresh then upgrade to rtm. ...Show All
JeffK_ MySite Creation
I have a MOSS 2007 enterprise in a single server environment. Everything is working alright but I would like to create mysites for all users on my network and lock them down prior to the user logging in to the system. I can give them access and permissions to the sharepoint site, but I do not want them to create their mysite themselves. I would like to build the mysite for them; is this possible MySites are created and the creation is initiated by the user. If your looking at creating a certain look and feel you are probably looking at creating some customized site definitions. I dont remember if Todd covered this in his book but teh Developers Guilde to Windows Sharepoint Services 3.0 would be a good place to look for information ...Show All
flash.tato Record Locking / Conflict Management Approaches
We have an application wherein all screen will open up in seperate tabs. The question is since all the screens open in tab mode how does one handle record locking i.e. One user opens the record for modifying and does not close or save the changes made, another user opens this records for processing. How can this situation be handled One way I was thinking of is to have a conflict management in place where in discrepancy in records edited and the one fetched from the database would be alterted and user would be asked for a decision. We can find out which is the latest record by maintaining custom version numbers for each record. Any thoughts on this pls. -Sai That's the basic reason for implementing lock ...Show All
Michal Golawski Extending Web Aplications and problems with document library folders
Hi, I have extended a web app to give remote access to external users via https. The internal path to the sharepoint site is http://sharepoint:5800/default.aspx and the external path over the web is https://sharepoint.icemostech.net:6000/default.aspx . Everything seems to work fine until I try to access a document library folder. At this point the path reverts back to the internal address. Documents in the root of the library are not affected - only sub folders within the library. Has anyone encountered this before Any help appreciated! Thanks Ronan I just checked our installation and did not notice this although we do have SSL enabled on both our zones. I have sinced ...Show All
Kane_Hart MOSS2007 Office integration...good, better, best document.
Hi All Is there an update to the document located here: http://www.microsoft.com/office/sharepoint/prodinfo/officeintegration.mspx regarding Office version integration with Sharepoint. I need info on how well Office 2003 will work with MOSS2007 Cheers Mike I know there was a document in the works but I am not sure if it was actually released as of yet. I will check today and if it is released I will post the link. If any of the other MSFT or MVP's already know this was released and have the link feel free to piggyback here and post it for the masses. Hi Lawrence Thanks this is great. I will keep an eye out for the updated doc but this will be fine for the moment Che ...Show All
jewelfire ASP, Asynchronous tcp ip socket connection, is there is any solution in asp?
Asynchronous tcp ip socket connection, I need to find a solution for tcp ip socket client where by listen to server continuously. Am using ASP Can you please advice me which tool I suppose to choose eg like in vb6 winsock. How to make the connection from client to server continuously alive , i need to develop web based tcp/ip socket client interface. please give me idea. You can use plain TCP in .NET (see for example http://www.codeproject.com/cs/internet/TCPIPChat.asp) This doesn't have a direct relation to ASP.NET though (well TCP is what ultimately get used but it is buried well behind http and a few .net layers) Arnon ...Show All
Kashif Arshad Is it possible to create an entity that does not have identifier and that relates to a view in the database?
Good morning all ! I created a view in my database that has three fields: Name, SiteUrl, NbPostings (that is the number of postings messages on the forum which site url is SiteUrl by the user Name ). Now I want to display informations that are in this view in a Business Data List Web Part. Then I added in the BDC Application definition XML file the following code : Hi Roxane, we've not got views working with BDC Meta Man yet, although that will hopefully change in the version after the one we are soon to release. Many thanks Nick Hi, I'll be honest I've not tried returning a Finder without an identity column, but from reading the SDK it looks like it should need one: "To qualify for a Finder , the c ...Show All
epicblue Moss 2007 Problem to create an eventhandler Adding Item
Hi, I am working at the moment on sharepoint 2007 and visual studio 2005. I created a collection site. then i created a custom list named Liste. I added a colunn called Sortie. I added this webpart on the front page. Then I coded an event handler. then I enregistered it. And I noticed a thing, whenever i try to access to the current SPListItem i cant , so in the sane time i cant acces to Orders[ "Sortie" ]. I checked the value of properties.ListItemId, the latter is equal to 0. Please Could you help me, How can i access to the Itemlist I am creating. Thank a lot for your help. PS My code below : public class ListeClasse : SPItemEventReceiver { public override void ItemAdding( SPItemEventPro ...Show All
