Hi,
My WSS_Content database had got corrupt. And my pc was infected by virus.
I had no backup of my WSS_Content database. So, I copied the corrupt database to a separete disk, formatted and reinstalled Sharepoint, with SQL Server 2005 as before (I'm using sharepoint 2007 ). I used Sytools Sharepoint Recovery tool, that i found on the...
Hello All,
I'm looking for a conference room booking software solution to deploy in the SharePoint. I tried a couple of them but none of them were efficient(Room Manager for SharePoint). Thus anyone know a 3rd party tool that can be integrated with the SharePoint?
if at all you know any software which is not integrated with the ShareP...
Hello All:
How to create a sharepoint 2007 site by impersonating with custom account, so that it wont show login prompt box
...
Hi all,
I have a requirement wherein I am supposed to customize the aclinv.aspx page for a particular document library. I implemented an URL listener to redirect to customized AclInv.aspx page. I modified the source and appended my custom parameter to the url. The page was working perfectly fine till I used Windows authentication. But w...
Hi all!
Hopefully you can help me with this.
I've displayed an Announcement web part on a page with 20 items. I opened up SharePoint Designer 2007 and set the paging to 6 items. I've added a little bit of (OOB) functionality so that I have buttons for START, PREVIOUS, and NEXT. These work well without any problems but I'm wondering how...
When accessing our sharepoint site via HTTPS, users inside our network receive a prompt stating "Display nonsecure items?".
When accessing the site from outside our network via HTTPS, some images do not display at all. Some links do not function correctly as well.
We have found that this occurs when site administrators create images an...
I am having question, we have to handle huge volume of data, like one billion records that should load into a SharePoint list, after loading into the SharePoint list users can edit and update records.
Suggest me best solutions to edit /update one billion records in SharePoint list
Thanks
Ramesh Reddy
...
Hi all,
I have this requirement to display site sub menu items in horizonatl direction instead of vertical.
Home | Site1 | Site2
Page1 | Page2 | Page3
Is there any attribute avaliable in Sharepoint:ASPMenu to achieve this. We dont intend to write code behind for this. Any suggestions on how to achieve this thru Sharepoint des...
This is a classic sort of question, I suppose, but it seems that most people are interested in having the textbox cause a postback. I'm not. I just want the event to fire when a postback occurs.
I have created a webpart with a custom editorpart. The editorpart renders with a textbox and a button. Clicking the button causes a dialog t...
I would like to show the Shared Documents on a sub-site of a main site.
I have a main site with multiple sub-sites, and I would like to show the Shared Documents library of the Main site on every sub-site below it on their 'home' pages.
I have tried adding Shared Documents as a web part, but of course that only shows the Shared Documen...
Dear all,
As captioned, is it possible to perform SharePoint workflow task in Windows Form Application? And how?
We are running one MOSS application as below:-
user use InfoPath request form to trigger workflow attached to SharePoint document library
all sub-sequent tasks are performed by users by InfoPath task form within SharePoint...
Hi,
I want to get the computer names from Active Directory and display it in our SharePoint 2007 site without programming.
Can anybody check and help on this ?
Is it possible by configuring LDAP query at SSP level ?
Awaiting for the reply.
Thanks in advance.
...
In our application, we have some forms which need to show some data specifically if the current user has a specific permission level. These users belong to an SPGroup which includes users who should not see this data, so in this particular case I cannot filter based off of group membership.
My current solution has been to use web.Curren...
Dear all,
We are running one MOSS application as below:-
1. user use InfoPath request form to trigger workflow attached to SharePoint document library
2. all sub-sequent tasks are performed by users by InfoPath task form within SharePoint site through "Workflow Task" list (open, checkout, approve or reject) till the task completed...
I have this query
<udc:Query>select top 1
NTName, PreferredName, Email, Manager,
dbo.custom_fn_GetPropertyValue(8, UserRecordID) as 'WorkPhone',
dbo.custom_fn_GetPropertyValue(13, UserRecordID) as 'Title',
dbo.custom_fn_GetPropertyValue(14, UserRecordID) as 'Department',
dbo.custom_fn_GetPropertyValue(10001, UserRecordID) as 'Perso...
Hi all,
I am troubleshooting the search in our SharePoint portal. It's using SharePoint 2007. Currently, there is a specific wiki under the root site which is not crawled.
I have tried the following ways:
1. Check the permission in the wiki library and ensure that the search account has access to the root site.
2. Rerun the full crawlin...
I recently had an incident where the email details of a Sharepoint user were changed in Active Directory. These changes were not transferred into SharePoint and I had a problem in one of my web parts which uses the SPUser object to get the users email address.
Is there a way to configure Sharepoint to synchronise such data automatically...
Hi,
I am facing one issue. My objective is to remove Home tab from PWA (Project Web Access, template for Project Server site). I googled and found that I can hide this tab with the help of CSS. So I modified default.master page as below,
#zz1_TopNavigationMenun0 {
display: none !important;
}
When I modify master page and browse the s...
When attempting to enable search query logging from the Shared Services Provider of my SharePoint 2007 farm, IIS returns the HTTP 403 error page. My account has full-control rights at the farm and site-collection levels.
...
I recently started working on my first SharePoint (2007) project (C#), so I was wondering if anyone can point me to some good resources that will get me up and running with SharePoint programming basics quickly. I'd like to have a deeper understanding of the various terms I'm hearing such as Features, Lists, wsp, etc.
...