I would like a smaller Search Input for the header of my site. Thanks for the reply Martin,
But I am not trying to change the css values of the search box. I want to remove the first drop down box, with the All Sites, This Site and People selections, and have just the actual Search input box remaining in my header.
Does anyone have a fix for that.
I thank you in advance.
Tom Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Lost access to sharepoint mysites Hi, Thanks,
I have now changed the setting in Central Admin and also created a new Site collection for personal hosts which mysite requires.
The setup ran fine but now that i try to open a my site it says
" Please wait while your personal site is setup for the first time and the default document libraries and lists are created. This may take several seconds."
But the request times out.
Any help would be appreciated. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Developing custom Sharepoint site? thanks gary! anyway do you know some links to some sharepoint tutorials and resources Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
MOSS 2007 Users unable to edit their profile information Seems to me like the profile isn't resolving to the user, or the user doesn't have a profile. I'd look at the profiles to make sure this user actually has one and make sure profile import is working.
Let me know if this is a cross forest environment or if the user has more than one NT account. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
SharePoint Webpart Edit Giving Problem Hi,
i 'm New to forums, i m facing a problem with updation of the items in a gridview created in custom webpart, i used a command field and inside that i set show edit button as true.. and i got the edit index changed event also..... but after that once i click on update button, the update event is not firing .
Please give a solution to this problem..
Thanks In Advance,
Ajith George Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Issues with WebDAV I'm wondering if either of you have turned off the WebDav function.
This
net stop "WebClient"
WMIC SERVICE WHERE Caption="WebClient" CALL ChangeStartMode "Disabled"
is a widely-spread "solution" for the problem of having name/password demanded again when opening an Office document in WSS 3.0 / MOSS when running Vista.
The problem with it is that then WebDav doesn't work.
Mike Walsh Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Error when trying to create a Site or Site Collection Thanks Paul - Yes, checked the events log that but there was no interesting entry.
Long story short, I ended up uinstalling WSS and starting from scratch. Here are the steps:
1) uninstall WSS
2) If you want to delete all of your WSS data (i.e. web applications, site collections, etc), follow these instructions
3) install WSS
4) run Configuration Wizard. If in step 2 you get an error saying "The language is not supported on the server", it means that the registry key that specifies the server's language got deleted; you have to manually add it by creating this registry key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\ServerLanguage] and inside it this string value: "1033" = ""
5) run c:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Relevant information with SharePoint portal Hi,
I work in the Health Care field at a health clinic here in the midwest. The executives of my company want me to create a very relative information rich portal. I am looking for some tips, suggestions, and to be pointed in the right direction on this.
Is there any books, websites, or other tutorials that cover this topic well
They want it set up so lets say doctor logs in, the doctor sees only announcements, news, and information relevant to him/her. If a provider logs in he/she only sees information relative to him/her. If a member of the nursing staff, business office, etc logs in they only see information relative to them. We are a company with abuot 150 doctors and about 1,500 employees. We have about 8 locations in a metropolitan area. They want a doctor to be able to log in and look only at information that is relevant to them, and not waste time looking at anything else. This applies to other employees as well, but especially for doctors and providers.
I have the security trimming working well. That was easy to figure out and implement. I have a sharepoint site set up, with the doctors/providers having a subsite in the collection. Everything is security trimmed for them, where things that are for "doctors only" show up only for doctors.
I'm wondering about the option of a "Personalization Site". Is it best to include this as a link they can click on for further relevant info Or is it a good option to have them begin at the Personalization site They are not interested in the staff having "mysites", but I understand you can still have personalization sites without having mysites. They are also very interested in KPIs and dashboards.
Again, I am looking for overall direction on this. If anyone has suggestions, tips, websites, books, etc to point me in the direction on this, that would be great.
thanks,
Bob Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
help:(AJAX)The website requires to you to login I have a AJAX-enabled web page and it works fine in Windows sharepoint services. But once i have configured the WSS to use SQL membership provider, my AJAX web page cannot be displayed and it returns me an error:
HTTP 403 Forbidden
The website declined to show this webpage
most likely cause: the website requires you to log in.
Any idea what is the real "likely cause" Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
How to programatically set parameters for collect feedback workflow? I am trying to create an instance of Collect FeedBack Workflow on a word document present in one of the document libraries in my MOSS 2007 Site. Though the workflow instance is getting created successfully, It shows me the "Error occurred in Collect FeedBack" message in description and "Error Occurred" in status of the instance. I am using below code (and association data) to create the instance of workflow programatically. Any help greatly appreciated!
Code Snippet
SPWeb myweb = SPControl.GetContextWeb(this.Context);
SPWorkflowTemplateCollection wtColl = myweb.WorkflowTemplates;
SPWorkflowTemplate wt = wtColl.GetTemplateByName("Collect Feedback", myweb.Locale);
SPDocumentLibrary docLib = myweb.Lists["WFDocLib"] as SPDocumentLibrary;
SPListItem item = docLib.Items[1];
SPWorkflowManager mgr = mysite.WorkflowManager;
StreamReader reader = null;
try { reader = new StreamReader( @"C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\template\layouts\Samples\newdata.xml" );
string xml = reader.ReadToEnd();
myweb.AllowUnsafeUpdates = true;
mgr.StartWorkflow(item, assn, xml, true);
item.Update(); myweb.Update(); } catch (Exception ex) { Response.Write(ex.Message); //i am not getting any error here. But the workflow instance description shows Error Occurred } finally { myweb.AllowUnsafeUpdates = false; }
newdata.xml (Association Data I am using) --> I am suspecting the parameters i am supplying programatically in form of following XML is somewhere causing the problem or i am missing any more steps that is required which i am not sure:
Is AccountType value should be the group name of share point user that is being added as Reviewer
Code Snippet <my:myFields xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:my=" http://schemas.microsoft.com/office/infopath/2003/myXSD " xml:lang="en-us"> <my:Reviewers> <my:Person> <my:DisplayName>MyDomain\\MyUserName</my:DisplayName> <my:AccountId>20</my:AccountId> <my:AccountType>CvDevelopment Members</my:AccountType> </my:Person> </my:Reviewers> <my:CC> </my:CC> <my:DueDate xsi:nil="true"></my:DueDate> <my:Description>some description goes here.......</my:Description> <my:Title>Please review this document</my:Title> <my:DefaultTaskType>0</my:DefaultTaskType> <my:CreateTasksInSerial>false</my:CreateTasksInSerial> <my:AllowDelegation>true</my:AllowDelegation> <my:AllowChangeRequests>true</my:AllowChangeRequests> <my:StopOnAnyReject xsi:nil="true"></my:StopOnAnyReject> <my:WantedTasks xsi:nil="true"></my:WantedTasks> <my:SetMetadataOnSuccess>false</my:SetMetadataOnSuccess> <my:MetadataSuccessField></my:MetadataSuccessField> <my:MetadataSuccessValue></my:MetadataSuccessValue> <my:ApproveWhenComplete>false</my:ApproveWhenComplete> <my:TimePerTaskVal xsi:nil="true"></my:TimePerTaskVal> <my:TimePerTaskType xsi:nil="true"></my:TimePerTaskType> <my:Voting>false</my:Voting> <my:MetadataTriggerField></my:MetadataTriggerField> <my:MetadataTriggerValue></my:MetadataTriggerValue> <my:InitLock>false</my:InitLock> <my:MetadataStop>false</my:MetadataStop> <my:ItemChangeStop>false</my:ItemChangeStop> <my:GroupTasks>false</my:GroupTasks> </my:myFields>
Sorry i am posting this as new thread because i did not get answer to the thread that is 3 days old by now and subjected differently. I d esperately need answer to this question, some one please help me AS SOON AS YOU CAN. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Onenote, unable to "sign me in automatically" Thanks Shane, I've tried that already. No luck. Still asks me to sign in everytime. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Custom content type Title Problem I am currently building some apps using sharepoint and I am running into a problems.
To explain it in short:
1) I have a website (web_A) which has a custom content type ¡°custom_A¡± which inherits from ¡°Discussion¡± of group folder.
2) This website has a list in it called ¡°webList_A¡±.
3) Situation 1: I create a new SPList item in weblist_A called item_A. Item_A is of type custom_A and I assign a title ¡°Title_A¡± to it.
4) My view for list_A shows only the titles i.e. Title, LinkTitle and LinkTitleNoMenu
5) So far so good.
6) I now try to edit item_A and while doing that I change its title to ¡°Title_A_New¡±.
7) Now after I update I expect to see all 3 titles to change to new value
8) But instead I see only ¡°Title¡± changes to new value and ¡°LinkTitle¡± and ¡°LinkTitleNoMenu¡± have the same old value.
Is this a known issue I need to have a content type inherited from ¡°Discussion¡± in my design. I tried experimenting with alternate content types inheriting from Item, Folder etc and none of them seem to have this title issue. Is there a workaround
Thanks! Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Upgrade STS Hi J,
Thanks for your reply.
I have few question:
Does it differ if the old server was with SQL 2000 Ent. and the new Server is SQL 2005 SE
I've never used smigrate before, so if i have multiple sites, what is the steps/commands to backup all these sites, or do i have to back up each one by it self
what is the command to restore these sites using smigrate, again can i restore all of them or do i have to restore one by one
Thanks.
Tarek
_____________________________ Tarek Majdalani Computer Engineer, CIW, MCSA: Security 2000/2003, TS: Windows Vista MVP -- ISA Firewalls Website : http://www.elmajdal.net/ISAServer Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
New To Sharepoint & ASP.NET Thank you Paul!
I will look into the content query webpart more. So far I have been using the Page Viewer webpart and I have been able to at least display the contents of some of the files I want to host on these things and I looked at target audiencing these things but the way I understand target audiencing is that it is that the webpart is either displayed or it isn't based on the sign on of the user and the way that I am going to host these consoles there won't be any users on the machines.
To answer your note about security, I am simply putting a cpu behind a wall and attaching a plasma screen to the front side of the wall at each of my offices and one of my administrators will log onto the machine and connect to the page for that office. Once connected, the resulting sharepoint page will display on the plasma screen and it won't be touched by anyone except one of the administrators or me. I do have the need to change the files periodically that are being displayed and that's where I have one of the problems. While file names and the types of files I want to display are being changed, added, updated and so forth the files will not be available for viewing at each of the specific areas so what I would like to have happen is that the particular webpart that is being updated does a query to see what files are available or "active" if you will for that particular webpart (if it's panel 1 then search for all panel 1 objects that are active and display the first active file, if it's panel 2 then search for all active panel 2 objects and display the first active file and if nothing is active for panel 2, go up to panel one and grab the active content in panel 1 and display in panel 2. The same would hold true for panel 3. Query for active files in panel 3, if no files active in panel 3 area go to panel 2 and search for active files and display the first active file from panel 2 area, if no files active in panel 2 area go up to panel 1 area and search for active content and display in panel 3). Do you think this is possible with the content query webpart
The second part to this scenario I guess is where do I store the files that I want to be displayed Would they have to reside in a shared folder or would I have to create a document library for the sake of setting a status to the document of "active" or "inactive" I know the capability of setting those types of values to a file from within Windows is impossible and I know that I have to be able to toggle files status' between the two but I'm not sure how to accomplish that one just yet either so that's basically the 2 major things i'm trying to accomplish with this whole concept and if I can get it to work on at least one page, without having to write a bunch of back-end code, then I can recreate the additional pages for the other locations. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
invalid credentials on my own server Thanks Mike! I knew I'd seen that switch for the "Web Page Security Validation" but couldn't recall where nor even what is was called.
As I continue to search for an answer to the other issue (unable to reauthenticate), I found a kb article describing a similar problem with the 2.0 Services. The article specifically states that "This problem does not occur in Windows SharePoint Services 3.0." The alert message in 2.0 was
The security validation for this page has timed out. Click Back in your Web browser, refresh the page, and try your operation again.
In my 3.0 version, I was getting the Windows login popup. But as I think about it, I wasn't actually timing out -- I was in the middle of active work. hmmmm....
I left security validation turned on, but set it to never expire. For anyone else with a similar issue, I'll let you know how that works out...
John Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
SharePoint Services Service Pack 3 errors HELP Thanks for that post. I can stop tearing my hair out now I've found a probable reason why all my most important sites stopped working on Thursday. I have several sites with custom data view web parts, some using list data from different sites. When users try and view the relevant pages they are repeatedly prompted for their username and password, and in the end get an access denied message. Our Sharepoint sites are hosted by an ASP (Active24) and I've asked for confirmation that they have installed the service pack last week. I've tried creating a new site and adding a data view web part with Frontpage 2003, and I get an error message saying "You do not have the permission to do this operation". I have administrator permissons on the site involved, but don't have top-level permissions. In any case all these pages and operations worked perfectly well until this week. I will also open a support call with Microsoft for this. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Master Page I'd like to create a new master page. Is there a best practice with regard to its placement in the file system Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Problem with Sharepoint customization I have a problem with VSTF and Sharepoint.
I have installed VSTF 2005 successfully on a server using Single Server deployment. Everything was installed and verified correctly. I created my first Pilot Project (MSF for Agile) to see how this would work before I would create a production Project. The Project Creation went fine. I got to the Sharepoint site and wanted to Add a document under the Documents link on the left hand side (the quick Launch bar pane). Here are my steps:
1. Click on Documents link on the left hand side of the site.
2. Click on Create Document Library icon above the heading ¡®Document Libraries¡¯.
3. Click on Document icon under the heading ¡®Document Libraries¡¯.
4. Enter the pertinent information on the page and click on the ¡®Create¡¯ button. Here under the Navigation section, I selected Yes for the option 'Display this document library on the Quick Launch bar '
5. Clicked the Create button.
I go back to the main page for the site and noticed the Document that I created appears under the Documents heading in the Quick Launch bar (which is what I want).
However, there are other documents under the Document heading in the Quick Launch Bar which I don't want. They are Development, Project Management, Requirements, Security. What I did was the following to get rid of them:
1. Click on Site Settings on the top bar.
2. Under the Customization section, click on Modify site content.
3. Click on the document library you want to remove.
4. Under the General Settings section, click on Delete this document library.
5. Repeated this for the above 4 documents (except for the Document which I created in the 1st part above).
When I go back to the Quick Launch bar that has the Documents link, I don't see the Document in which I created in the first part. The other ones are gone (which is fine) but the one I created in the first part isn't there.
I went to Site Settings-->Customization-->Modify site content, clicked on the Content I wanted to modify. I went to Change General Settings and made sure that the document library had Yes when asking 'Display this document library on the Quick Launch bar '. I save the changes but it still doesn't work. In fact, I created a new document to display under the Documents link and made sure Yes was selected for it to display and it still doesn't show. Has anyone else had this problem
Sorry this is long but I wanted to be as descriptive as possible. TIA. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Lookup function backwards So although sharepoint knows the way to the appointment, it doesn't know its way back
If create the link back programmatically i'll also need to take care when updating, deleting, etc. That looks like a lot of work... Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Opening a zip file from a document library doesn't result in checkout file Anyone any thoughts on how to get this functionality in MOSS 2007 or WSS v3 programmatically Or is there a workaround possible
Any suggestions on how to handle zip files in MOSS 2007
As you can read, I need a solution for this .
Thanks for the help!
Kind Regards,
Luc Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
SharePoint Designer Workflow - Email problem Yes, as the MOSS server can send emails (alerts and out-of-the-box workflows).
There shouldn't be any problem, but it just won't send anything.
Any ideas Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Include Pictures in a form Hi , i hope i have created the theard in the right forum That it's possible to include a field in a form for the user where he can add pictures is known. But is it possible to modify the field , that users can add pictures which will be shown as a small preview in a predefined size ( e.g. 100x100 px) If it's , how can i do this. thanks in advance Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
WSS 2007 WebService Permissions - Operation AddPermission Hallo Zusammen,
wir haben die gleiche Fehlermeldung - ist bereits eine Losung vorhanden
Wenn ja, konnte sie mir jemand netterweise zukommen lassen.
Vielen Dank
JG Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
InfoPath 2003: Generate a unique name for a form I have a form which can be opened in a SharePoint web site (button click). On the same site, there is a column called ApplicationNumber. After this form is filled, user can submit the form to the site. The form name will be something like "Application_00#", where # is the value of max(@ApplicationNumber) + 1. The problem is that there may cases more than one people open a new form. This may cause the their sumitted form with the same name, or same number. I preper to use increamental integer number as part of the form name. Is there any way to generate a unique increamental number for a new submitted form Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Data view web part errors Hi neeraj,
I have followed your steps but its still not working.
Any suggestions
Regards
Samson Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Using MOSS with existing file servers The page viewer web part can be pointed at a UNC path to a folder/share on a file system. The problem is that the SharePoint features of versioning, checkout etc. aren't there. Also, I think this approach uses the Exploror view which in my experience is one of the more flakey features of WSS.
It'd be nice if someone could write some SharePoint code that interfaces with a file system and stores the sharepoint metadata in list but stores the files in the file system. We've got lots of files over the 50Mb default limit that should belong inside of our sites but can't. Anyone know of a solutions like that Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
The error message in workflow history: The e-mail message cannot be sent Hi PSeale, Thanks for your reply. yes, it is sending mails anywhere else in the portal other tham workflow. ther is no configuration issues, smtp server and wmail is fine. i checked everything. but, i didn't understand one thing. On workflow history page, For all the email error, Under User ID it is showing System Account(Sharepoint\system). what is this account, whio created this one thanks. Praveen. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
AD Group Permissions on SharePoint I found the problem, I had to configure MOSS to import users from AD which it now does on a schedule every night. This is configured on Share Services Administration - User Profiles and Properties for SharedServices1 (if you kept the default name). Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Are any tool to create a webpart layout? Are there any tool that helps creating a webpart with design support Just like the HTML editor for web pages on Visual Studio. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
7888 Error Creating SSP Hi LCE and NG!
Did this really work I have the same problem...did 3 reinstallations now...i always have the same problem when creating the ssp...
using your command stsadm.exe -o updatefarmcredentials [...] does noch work properly....it is not possible for me to get this ssp running...
thanks in advance for any help
florian
P.S: System Server2k3 and Moss 2007, alle updated Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Updating Content Type Failed Hi ,
I regularly use infopath enabled browser forms on sharepoint. Every now and then when i update the form and publish it to a library, i get an error message "Updating Content type failed". This occurs sometimes, and not every time the form is published.
Can anyone help me out.
Thanks Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Unable to deploy solution I've successfully deployed solutions before. Specifically, a handful of the "fantasitc 40" solutions. However, when I tried to deploy any additional solutions, I found an error in the log that the "solution deployment" job was locked. I had to remove it with:
> stsadm -o removesolutiondeploymentlock ...
That fixed that problem, but when I try to deploy a solution I find these errors in the log:
Solution Deployment : Error occurred for solution projecttrackingworkspace.wsp - Error: The creation of this directory failed: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Features\pws.
Solution Deployment : Error Global Deployment failed for projecttrackingworkspace.wsp. Exception - Error: The creation of this directory failed: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Features\pws. This operation uses the SharePoint Administration service (spadmin), which could not be contacted. If the service is stopped or disabled, start it and try the operation again.
Solution Deployment : Error : DeploySolutionPackage for projecttrackingworkspace.wsp for Target global. Exception message - Error: The creation of this directory failed: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Features\pws. This operation uses the SharePoint Administration service (spadmin), which could not be contacted. If the service is stopped or disabled, start it and try the operation again.
However, all the "Windows SharePoint *" services are running just fine. I can't think of anything that has changed configuration-wise that could cause this error.
Does anyone have any suggestions as to what could have changed or what might be going wrong to cause this error
Thanks. Tag: SharePoint - Workflow Question: How can I prevent double booking within a sharepoint calendar? SharePoint Products and Technologies
Cedrick -
How can I prevent doublebooking within a sharepoint calendar