Answer Questions
Matt_br User Aware Service
I have an SDP Platform setup which has some services available. I am creating a new service (Service1) which has to maintain its own set of users and has a custom Token Manager which validates the request with this user set. The users can be mapped easily from the platform with the Identity manager. Now Service1 has some methods which extract information for a particular user using the userId present in Service1. There are two ways of getting the userId from the SDP Platform 1. In my service method I extract the information from the SOAP header (WS: Security) and use it. 2. Instead of having the service to extract info header, I introduce an interceptor for the service which can extract information from header and provide it as a ...Show All
HMote Modifying search results in a search webpart
Hi, I have a task where I need to display first 200 characters of my search result's content. I have a custom webpart that takes care of all the search and paging. I use HitHighlightedSummary field in my search query but it extracts only the content arround keywords and not the begining of the file (ASPX for instance). Is it actually possible to specify what part of the document i want to display, maybe crawling configuration I have seen this feature implemented on some websites, but default search that is built into the system appears to use HitHightlightedSummary. Any ideas, I would really appreciate any help. Hi, How about displaying the description property in the xslt of the search core results webpart instead o ...Show All
techlist change the 'current view' of a listviewwebpart
i am adding a webpart to my webpartpage like this: ListViewWebPart lvwp = new ListViewWebPart(); lvwp.ZoneID = "RightColumn"; lvwp.PartOrder = 9; // low lvwp.ListName = list.ID.ToString("B").ToUpper(); lvwp.ViewGuid = list.Views["FilesTemplateView"].ID.ToString("B").ToUpper(); lvwp.Description = "Topic Files"; lvwp.Title = "Files"; coll.Add(lvwp); this will always put my webpart on the page with the 'current view' and not with the intended custom view. anyone that can get me on the right track to do this ...Show All
GSK_phili O/R Mapping
O/R mapping is quite interesting. I would like to post this question for discussion. I have the following classes: Employee, FullTimeStaff, PartTimeStaff, etc. FullTimeStaff and PartTimeStaff have many attributes and behaviors in common and also many other unique attributes and behaviors. So, FullTimeStaff inherits from Employee and PartTimeStaff also inherits from Employee. Do you think it is good to map both FullTimeStaff and PartTimeStaff to a single table called Employee (the table contains an extra field to identity whether he is full time or part time) in the database Pranshu, there is a big problem with that kind of methods (having one table for each class). You have a great OO design and a bad data d ...Show All
Andre Odendaal CQWP - Custom List
I prepared a custom list and listed its items in CQWP. ListName: MyList Columns: Name,CustomUrl (ex: Google,http://www.google.com) When I click CQWP item, it opens the "List Item", but I want it to navigate to CustomUrl in List Item. I worked a lot on ItemStyle.xsl and ContentQueryMain.xsl ... Does anybody have a trick Thanks, Hello Abdul I have the same problem. I want the link to go to the default site of the list. I will really appreciate if you can help me out. Thanks Vikky Connect to the site collection with Sharepoint Designer.. Under Style Library / XSL Style Sheets, there is ItemStyle.xsl which formats the CQWP. Create yor own tem ...Show All
Mike Brown where to store a unique ID?
Hello, I want to store a unique ID to use in a webpart. In a aspx page I would do it with a database field and a stored procedure, but with webparts i don't know. I want to give all my documents a unique ID, but not use the ID from sharepoint itself. Thank you. So it is possible then to connect to the database and put the unique ID there in my webpart Thx. Thank you. So the idea is to create a class that overrides the ItemAdded event, and then later on connect the document library's ItemAdded event to that... and by making a new class I can then make a connection to the database and store my unique number in there... If I'm wrong please ...Show All
HowardRichards Architectural Considerations for Auditing
We are building an application which connects to two kinds of database viz. one is a local database store and other is located at a central server. Now to perform auditing for every transaction I am of the opinion to do auditing at the database level. Implement it as part of trigger insertion into an audit table. Reason being its simple to implement and maintain. My Database Architect is against the idea and wants me to handle auditing at the application level. Would appreciate your viewpoints and guidance on this. Thanks Sai Hi Sai, Your database architect is right on one scenario: If you are using your DB as just a dumb storage mechanism, then its OK. However if you have already-running Store ...Show All
Sumesh Nair Please Help-Server Farm Configuration Not Complete
I have installed Sharepoint 2007 (advanced), with Sql server 2005 on separate server. Upon completion when go to Central Administration, I get 'Server Farm Configuration Not Complete' on top left corner, click on Admin tasks, get the following:- Administrator Tasks 1 READ FIRST - Click this link for deployment instructions Not Started 1 Initial deployment: Add servers to farm Not Started 1 Initial deployment: Assign services to servers Not Started 1 Configure server farm's shared services Not Started Farm Topology Server Services Running BACSPS02 Central Administration Windows SharePoint Services Help Search Windows SharePoint Services Incoming E-Mail Windows SharePoint Services Web Application BACSQL03 Windows SharePoint Services Dat ...Show All
hbilan SharePoint with LDAP ?
I saw a SharePoint demo in Quebec city yesturday.... It is a great product, I need to get this....! But... We don't use Active directory because we are in a Novell Environement... There is no way we'll change it for now ! Could SharePoint adapted to work on a LDAP Network... LDAP and AD are a bit similar.... Can I give rights on my SHAREPOINT 2003 areas using LDAP Please suggest possible ways out. If I understand correctly, you are not able to authenticate the LDAP for verification of credentials. Check out whether the identity of the Application Pool under which the web application is running has the rights for verification with the LDAP. ...Show All
fscarpa58 How to Programmatically Access Wiki Content
I want to write some code that spiders my wiki and consolidates the content into a single document. I know that I can create a view that has a similar effect, however, there is no effective way to sort the view in a logical order, i.e. if I spider I can go from page to page in the same order the document is laid out. Any ideas For anyone else's reference, here is the code: public class WikiExport { private StringBuilder _buffer; private List < string > _exportedUrls; private SPList _wiki; public WikiExport( SPList list) { _wiki = list; } public string Export() { _buffer = new StringBuilder (); _exportedUrls = new Lis ...Show All
Mike9000 Reports from Lists
All: I would like to create a report based on a list. Take for instance a simple issue log: How do i create a report in SharePoint and organize the list by "Entered By" I have created reports in Access that use the data from SharePoint via linked tables and I would like to 'duplicate' these reports in SharePoint. Thank you ps. i have looked at "Microsoft SharePoint Products and Technologies Resource Kit" but with out any luck. Assuming that by good looking reports, you mean when printed, not much can touch Access for ease of use and functionality. You can do some very nice work with the DataView web part, but it is a lot harder to do things like snaking columns, multiple-g ...Show All
SemionNaidis Database Views and ORM?
Hello everyone, Perhaps someone can provide some direction for the problem that I face. We're building a standard web-based, 3-tier enterprise application using our own light-weight object-relational mapping layer. Serveral web pages have been identified for optimization in our system, as it has been shown that they recieve a lot of user traffic, and they all contain a fair number of complex gridviews. On each page-load, there is a lot of database contention as it pulls out the necessary data and builds the domain object graph. For example, a number of the gridviews display data from entities nested within other entities, which results in a lot of lazy-loading going on behind the scenes. I would like to optimize some of the grid views on t ...Show All
Tadwick Can not creat Site collection in wss 3 release version
hi all... My installation of WSS 3 was successful.. My config Windows 2003 SP1 (Part of Domain "testwss") Framework 3 (Release) Wss 3.0 (Release) Sql 2005 ( On other machine which is part of Domain "testwss") IIS 6.0 office 2003 pro after creating application successful i am not able to create site collection i get the following page. The Windows SharePoint Services Web application has been created. If this is the first time that you have used this application pool with a SharePoint Web application, you must wait until the Internet Information Services (IIS) Web site has been created on all servers. By default, no new SharePoint site collections are created with the Web application. To create a new sit ...Show All
Jan Byvaly The IASA Foundation Reference Model
Hi all, Just wanted to give a preview of the IASA talks at the Insight conference. For those of you unfamiliar with the IASA, check out the website www.iasahome.org . We are simply a bunch of architects from around the world, getting together to make our jobs more professional, educable, sustainable and useful. The IASA already represents and is made up of thousands of architects. We are doing three discussions at the conference: Keynote with Ivar Jacobson: I will be giving an opening keynote on the first day of the conference with both Ivar Jacobson and Richard Hubert. We will cover the basics of the IASA model and how we represent architects interests globally. Introduction to the FRM: The first session will introduce the ...Show All
Rainz How do files and file-media types get recognised?
Hello there, This is somewhat a fundamental Windows architectural question but I cant seam to find ANY information about it on the Internet. I have begun messing around with Codec/DMO development (DirectX Media Object). My question is this: How do applications in Windows find out how to use a certain file type and file Media Type. I specifically want to know how the internal mechanisms in e.g. Windows Media Player or Winamp or any other player negotiates with Windows to find out what kind of media-type I’m trying to play. It’s tricky because if say we have an XVID file which normally have an .AVI extension – I can rename the file “filename.wdsfo324r312”, and then force Windows Media Player to play it – and it STILL knows ...Show All
