Answer Questions
Daniel_laksjdhfg How to create a sign up page on wss 3 ?
Hi, I would like to let the possiblitie for people to acces to my site. By first creating an account via a sign up page and then the user have to sign in to finally access to the sharepoint website. But I have no idea about how to do such thing (what tool i need , infopath, visual studio ... ). I dont know as well how this system can interact with active directory. Thanks for your help I think you've just created a custom group in SharePoint called registeredUser What you need to do is add the role registeredUser from aspnetdb to a SharePoint Group. Can you add a single user from aspnetdb to a SharePoint role If so where you type in the username, just enter registeredUser instead. I ...Show All
DrJim 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 Stringray wrote: The thing that bothers me is, that in ...Show All
oceanhai Can you use Active Directory Manager data in workflow?
I can’t seem to find a way to automatically rout a workflow task to a user’s manager using the person’s "manager" value from Active Directory. This seems like such a basic task, but I don’t see any option for it in the workflow roles available in SharePoint or SharePoint Designer. Has anyone had luck with this I would like to know how to do this as well. If it must be done in Visual Studio and not SharePoint Designer that is ok. As long as it's C# and not VB. Thanks Hi All, I'm very interested in knowing how to get the Manager from Profiles as well. It's a fundamental request from lot of customers who want to create workflows using SPD. Hope ...Show All
ShiningMasamune Document Library WebPart and Folder Navigation
Hi, I have created a Document Library and am using folders rather than columns for organization. This is largely because when users upload more than one document at a time they are not prompted to tag them with metatdata and then lose thier files amongst the existing documents. It is difficult for them to then find the documents and edit the properties after the fact. With this being said, it is more convenient for them to navigate to the appropriate folder and then upload the multiple documents. The one issue with navigating the folders is with the Document Library Web Part. I can't find a way for them to navigate up a directory. The "Up" button is no longer in the toolbar. The breadcrumbs don't work like they do if you ...Show All
Narcomancer Sharepoint 2007 Approval Workflow - Flow pauses after Approval
We are having a problem with the Approval Workflow (and other workflows) within Sharepoint 2007. Everytime we start a Workflow, the Workflow is Initiated, and the Task is created. The user then gets an email. When the user opens that task and clicks the Approve (or Reject, or Request Change or Reassign) button, the Workflow is stopped in its tracks. After hitting Approve, the "waiting" animation goes and it looks like it is doing something. It Completed the task, but doesn't finish the Workflow. Any help would be greatly appreciated. Jonathan The following events have occurred in this workflow. Date Occurred Event Type User ID Description Outcome 2/8/2007 3:28 PM Workflow Initiated <user 1> Approval ...Show All
Philippe Cand Enterprise Service Bus
Hello all, our goal is to start building a service oriented architecture. So we are going to provide functionality of our existing applications as web services. We don't want point to point relationships betweend consumer and provider. So that is the point where something like a entprise service bus comes up. What is the enterprise service bus product of microsoft Is it the UDDI server Thanks in advance Hennesey Hi Hennesey UDDI is more like a service registry, MS are moving BizTalk towards ease of SOA Have a look at the video off the external links on wikipedia: http://www.infoq.com/presentations/Enterprise-Service-Bus Regards Ed Hi Hans, be ...Show All
SeanTom24 How to hide the Permalink/Email this Post/Comments links in Blog posts
I created a blog site and it works great. One question I have is whether it's possible to hide the three links (Permalink, Email this Post, and Comments) under every post If so how Thanks Bob The SharePoint Designer way (in case anybody is curious) would be to open the main page in SharePoint Designer, delete the existing web parts, and create new DataView webparts of the existing content that would not have those special links built into them. I'm also interested in how this is accomplished. I have disabled the ability for blog readers to post comments. However, given the technical ability of my audience, simply having the links there will pose a problem. Does anyo ...Show All
Barry Kwok Faster Reporting Solution or XSLT Replacement
Hi All, We need any tool/any code suggestion that can generate report of around 6lacs (or More) pages and the format of the report will be of letter. Currently we are working with xml and xslt but we want some good replacement of this as our client dont want xml and xslt. Information: View : Web Based Database : Oracle 10G Front End Technology : ASP.NET and ASP Note: Crystal Report is also not performaing well in this case. Suggested Solution must provide: 1) Faster Report Generation 2) Flexible Formating options 3) Export and Import of repots for other popular formats Any one please help. HV Hi Hiral, I think u take ...Show All
Bryce Cogswell Stored procedure vs standard query
hi, I am in process of evaluating that for simple CRUD operations(select,update,delete,insert), should we use stored procedures or should we fire queries directly from DAL for performance enhancement leaving aside the fact the stored procedure pproach will mix the data access and business logic . If somebody could provide any microsoft URL link giving clearcut recommendation on the same,it would be of great help to me. Regards Actually for simple queries it doesn't make much difference whether you use sp or queries from app code. only when it comes to complicated queries you have to make decision between performance vs maintainability/IPR/Security. But CLR coming in SQL server may be that ...Show All
hellomcv Help Required- List Events
Hi I'm writing an event to User Information List... Here I'm using some conditions. If they are not met then I have show up an error message and stop the event to complete in the below code I'm using the ItemUpdated Event of the list. In custom code a condition is checked if satisfies then error page should come.... public override void ItemUpdated( SPItemEventProperties properties) { CustomCode(properties); } void CustomCode( SPItemEventProperties properties) { if (alreadyExist) { alreadyExist = false ; properties.ErrorMessage = "error message" ; properties.Cancel = true ; } Now when I run the above code this message is not coming.....my code is working ...Show All
Joe Albahari Can't search within PDF files
I've installed the Adobe Ifilter 6.0 and can now search to list posted pdf files in multiple sites by querying the pdf name. I can search content within Word files, but still cannot search content within these pdf files. Is there something else I need to configure to see content within these pdf files I can't seem to find any clues to what needs to be tweaked. Thanks. I'm having the same issue. My Operating System is Windows 2003 R2 x64 with SQL Server 2005 and WSS 3.0. I'm running the latest iFilter version -- 6.0 and have verified all registry settings. Some of the pdf files are indexing properly, but I believe that the ones created with Adobe 8.0 are not indexing content at all. I assume this is ...Show All
never_again what happens to SPS Areas when upgraded to MOSS 2007?
Hello, Our organization is heavily using areas and sub areas for business divisions (finance, IT and etc). We are planning to upgrade to MOSS 2007 .I know that SPS Areas no longer exist in MOSS 2007 and therefore they would be chnaged to subsites, but I don't know what is the disadvantage of this change in terms of hirarchy (taxonomy) to us Any planning article on this Thanks a lot When you upgrade from SPS 2003 to MOSS 2007 the areas are converted to publishing sites. Also, as the article aboves says all of the buckets are removed. If you are not seeing this behavior then something is wrong. I have been involved in 100's of upgrades and I have not seen any issues with these 2 pieces of function ...Show All
Paul Monaghan How to make Image Map on sharepoint
I have been using sharepoint for a while .. question for me how can i make a Image Map.. something like HOTSPOT click on the Dreamwear which allows to draw clickable portions on the JPGE file which then takes you to the another HTML page.. I am really confused .. and just suck.. i have to make half site on the dreamwear half on the sharepoint.. which is really pain .. anysort of suggestion and advice would be really appericated Regards Balaji.V.P Balaji, It seems to me that your question has nothing to do with sharepoint realy. sharepoint isnt a tool for creating image-maps, it's a platform to group information and code bits. If you have an image map, just upload it to sharepoint and displ ...Show All
EmekaAwagu Add aspx page developed in Visual Studio to sharepoint
Hi folks Can you tell me if this is even possible..... I have an aspx page which I have made in Visual Studio. It basically has a web form with the usual objects which are populated from a database. Now... I want to have this page within my sharepoint site, so I want to add a link to it on the sharepoint home page and when the link is clicked I want the page to load and look like all the other pages (i.e. with the sharepoint menu at the top, etc... Is this possible, and if so how The closest I have got is adding a web page, modifying it in front page and inserting my page into an IFrame, which I am not really happy to do. Any suggestions PS.... if this is not possible I would love to hear suggestions as to how to work aroun ...Show All
MiteshSura how to implement translation solution for sharepoint site content
Environement: moss 2007, sharepoint 2007 Is it possible to do something like localization, globalization for a sharepoint site contents so that the users display the site content in the language they wish. Contents: columns names, columns contents, list names, every thing or most of the things in another language. Thank you. is there a way for user-entered content Thanks actually i don t have a pb with the user translating the whole sentence himself and putting it in a file or in a database. I don t have to implement a dictionnary like a real dictionnary that we find at the book store:) I only need to develop a solution to display different contents according ...Show All
