Answer Questions
bimalr1 Multi-tiered enterprise application
I am trying to get my head around multi tiered web apps in the .net world. In the java world, the tiers can be separated neatly into Web Tier (say Apache)->remotely accesses Middle Tier App server (say weblogic) which implements code which calls the data tier->Data Tier In the windows world, IIS can be the web tier but I cant find the middle tier. I read about enterprise services, but that requires inheriting from a COM interface which is something I dont want to do. Is there a pure .NET component app server out there Any tutorials on creating middle tier pure .NET components I also read about IIS hosting web services and have implemented a couple.. But I want my web app to be able to remotely call components on a s ...Show All
Tdar Regarding MCMS 2002 and MOSS 2007 Lisences
Hi One of our client wants to have MOSS 2007 , now they already have SharePoint Server 2007 and MCMS 2002 , whats the Lisencing Structures available for them Best Regards Razi Bin Rais ...Show All
Eyfel xp files & transfer settings problem
Hi, I had a problem with my PC and I basically had to reformat and then reinstall xp and the other pre-installed software. I used the files and transfer settings wizard to copy my stuff onto the desktop. I then burnt the dat files onto 3 dvds ready to transfer after the computer was reformatted etc. Anyway, the reformat and reinstallation was all smooth. I opened up the transfer files & settings to copy the old stuff to my new pc. However it keeps coming up with the following: "The location you specified does not contain stored information. Please type a valid path into the edit box. If you entered a path to a folder on a removable disk, the disk must be in the drive." I have tried copying the files into the USMT. ...Show All
Luis Neves How to build a custom list form with SharePoint Designer with attachment support
When I Build a custom list form through Sharepoint Designer 2007, I don't have any support for displaying attachments. Of course this list has been enabled for attachments. I am currently running WSS V3 FR + Sharepoint Designer 2007 FR. Regards, I am the same boat. You would think that by this point in time a solution would have been presented! Notice: the author of this website asserted the Murilo's answer was retrieved from his/her website and/or other forum postings. Said author, going by the nickname of "guruevi", real name unknown, wants to be acknowledged for being the inventor/originator of this code/solution. Acknowledgment his hereby g ...Show All
jsdude99 Create Wiki page dynamically
Does anyone know if it is possible to create a new wiki page through code or sharepoint web services Not a new site collection, because this is possible through the admin web service, but rather one single wiki page belonging to a wiki site collection. I can't find any examples of this in the SDK or anywhere, all I can find is how to use the Add() method of the SPWebCollection object to create new sites, but they will be their own and not pages belonging to an existing wiki site... Any help is very appreciated. Hello, I am having problems with adding a wiki page dynamically. I've tried using the Add method of the SPFileCollection but still no luck. I've read that you were able to solve this problem. Can you just gi ...Show All
Niranjan Kumar Identity Manager - Tools and Utilities
Hi, IDM Spy and SSOManage utilities was there in CSF 2.5 for Identity Mapping. I want to know about CSF 3.0, either same utilities are available or any any new utilities are included Rgs Vasu Hello, I'm trying tu configure mmc for idm but i cannot use it. When the console ask for authentication to service catalog service i can't go on. I tried with all users members of Requestors@sc group but it don't work. No error message is provided, just the consol ask again for logging on service catalog service. I even tried with domain administrator, but no success. Which account must i use Thanks, Fabio Hi, I have created an applicat ...Show All
Janny N-Tier Application in VB 2005
i went through lot of articles on MSDN and other sites but was not able to find exact info which i needed, below given is the complete scenario, is there any article or demo application which explains in detail how to accomplish this :- 1. Need to create N-Tier Applicaiton using SQL Server 2005, Visual Basic 2005. 2. This will be a windows application (Not Asp .net). 3. It will not be using any WebServices. 3. I want to know in detail how can i use designer generated typed datasets provided in VS 2005 in Data layer and presentation layer. Take a look at: "The Architecture of Modern Desktop Applications in .NET" A 15-part webcast series on Smart Clients for the VB an ...Show All
Michal Konecny vs2005 moss2007 web part
I've created a very simple web part in VS2005 and am trying to install it in MOSS2007 and am having no luck. Below are my steps and well I need help. ------- GAC/Web.Config Steps (MOSS 2007): 1. First drag and drop the compiled assembly into the GAC (by default c:\windows\assembly) 2. Open the properties of the dll to get the public key token 3. Now register the safe control in the web.config (i.e. ‘<SafeControl Assembly="MyWebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=mytoken" Namespace="MyWebPart" TypeName="*" Safe="True" /> ) Web Part Gallery Steps (MOSS 2007): 1. In SharePoint, click 'Site Actions', 'Site Settings' and then under 'Site Collection Administration' ...Show All
alien- User control and Master Page
Hello: I need to add an user control to the master page of my Sharepoint. this user control must in all pages of Sharepoint Portal. any idea Thanks Hi, First create a website project in Visual Studio.....add your user control into the project....Design it and write the code behind..finally build it. Now place the user control ascx file under your custom folder created in your IIS web application for sharepoint....it will be something like Sharepoint- port\..... (basically in parallel to your bin folder - mine was" _IPSPages").....place the code behind dll in the bin folder... Now Open your Sharepoint website URL in Sharepoint Designer....there you can see your Master Page under catalogs\MasterPages\ On ...Show All
FHJJr XML web part personalization
I am trying to use an xml web part to pull information from another server. It's working, but I need to limit the data returned to only what the particular logged in user should see. Is there a system variable that I could use in the URL string to pass some kind of unique ID A username perhaps I'm using SBS with sharepoint services. http://www.contoso.com/gimmedata.aspx uid=%username% for example ...Show All
rdasugo Cannot remove connected web parts from web part page
ur custom site template deploys a RSSViewer (RSSAggregatorWebPart), a corresponding filter, (the two are connected - the filter feeds a RSS feed URL to the RSSViewer) and various other web parts. Problem is after provisioning a site collection from this template the RSSViewer & filter web parts cannot be removed from the page, and they can't be disconnected from eachother. Any other RSSViewer's added to the page don't work. On our custom site template when I remove the filter web part the page errors with : "Could not find the connection provider Web Part with ID "g_f9b180ac_edcb_482b_b680_03a11ddd2346". " And if I remove the RSSViewer the page errors with: "Could not fin ...Show All
Vulcanoro Multiscreen/player synchronization
Hi, I need input and suggestion on how to design the project, digital signage. Here's the main feature requirements of the project. For example, there will be 5 computers in a room. Each computer has each screen. I need those computers run the same multimedia file and to be able to synchronize them, meaning, if computer 1 is running playlistA, the rest of the computers should be playing the same thing at the same time. I thought of a solution where each computer will have the exact same playlist as each other, then we should have some kind of the mechanism of checking that each computer is running properly. Another solution is to make 1 of them as a central computer and this one will "broadcast" to the others. This way we know th ...Show All
Abelard IP Forms only for MOSS 2007?
Can somebody refute or verify this information for me I was told in a training session last week that one can use IP forms for workflow in WSS v3. The trainer stated that because the IP forms are rendered by workflow as aspx that one does not need MOSS 2007 Enterprise (with the Forms server). Is this correct information The reason I ask is that I'm not sure how to deploy the forms as a feature with my workflow under WSS v3. Here is the contents of my workflow.xml. Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <Workflow Name="Print Shop Workflow" Description="This feature is a sequential workflow for the processing of the Print Shop Work Request." Id="D2ECA809-92FE-4814-BEC8-D74137845F4C" CodeBesideClass="WFPrint ...Show All
Matthijs Koopman View Securiy Workaround
We are looking to present a published list of content (mostly documentation) in a SharePoint WSS 3.0 Site (not Portal Server) such that some of the content is open to the public and a subset is available only to internal company users. External users should search through a custom form and see only those records approved for public viewing. Internal users should be able to search through the same form and get results based on the entire population. Ideally there would be only one instance of each document and of each record pointing to the document. This list is meant to be solely a distribution tool and as such we have no use for all the normal “Document Library” functionality (check in / out, version control, etc.) We have ...Show All
learningdba Publish to Excel Services Options missing in office menu
Hi, I am trying to Publish a excel document to the excel services (which is correctly deployed on a sharepoint portal), but I dont get that option at all from within excel 2007. this seems to have been changed between october released trial and the office trial released around January this year. Am I right How do I go about getting that option back Make sure you have Microsoft Office Professional Plus 2007 or Microsoft Office Enterprise 2007. Office Professional doesn't have this options which is the problem that threw me for a few hours. See http://office.microsoft.com/en-us/excel/HA101650601033.aspx I had the same issue. My Office 2007 Professional downloaded from ...Show All
