I have created a very simple sharepoint timer job. All i want it to do is iterate through a list and update each list item so that it triggers an existing workflow that works fine. In other words all i am trying to do is work around the limitation that workflows cannot be triggered on a scheduled basis. I have written a class that inh...
I'm building a MOSS 2007 site on Windows 2008 R2, 64 bit.
Not wanting to use my machine name or IP in the URL, I made an entry in my hosts file:
127.0.0.1 mydev.com
I can surf to the URL, http://mydev.com, but when I try to log in (Windows Authentication), I am denied.
I am able to successfully log in if I take out the hosts file entr...
When using the stsadm -o import command in sharepoint I am getting an error relating to a list already existing, the import then seems to fail. Should it not handle this scenario of a list already existing on the destination server?
I then used the UI to delete the existing list and ran the import again. It then seemed to fail at the sa...
I'm working on a Sharepoint 2007 (MOSS Std) intranet implementation right now, and one of the things we'd like to do is replace the manually-maintained phone directory with the profile information we're importing from AD.
People search is great, but I want to have a big page with all the names and phone numbers of the 150 or so people t...
I'm new to developing in SharePoint and would like some tips please. I want to develop a WebPart. I understand that I effectively need to do this on a machine with SharePoint Server installed and create the web part as an ASP control. Once the control is created, how do I link it into SharePoint?
...
how to find the attachment filename which is getting deleted
both ItemAttachmentDeleted, ItemAttachmentDeleting events afterproperties and beforeproperties are empty
...
Hi,
This is my code to copy files in a list from source to destination. Using the code below I am only able to copy files but not folders. Any ideas on how can I copy the folders and the files within those folders?
using (SPSite objSite = new SPSite(URL))
{
using (SPWeb objWeb = objSite.OpenWeb())
...
I have very little experience using Sharepoint but a good amount using Visual Studio 2008, SQL Server 2005, Windows Server 2003 and IIS6.
I need to create a development environment for a SharePoint 2007 system that will be used internally. The system is already deployed over two servers - one of the servers simply holds the database an...
Hi,
I have made my first webpart using WSPBuilder. When I try to deploy it using STSADM, I get an error stating access is denied. I am an admin on the machine (well it's a VM).
Also, with WSPBuilder, do I need to change the config files (I assume no as the point of the tool is to automate this)?
Thanks
...
I have a series of questions which are pulled from a SharePoint list and loaded into a repeating section. The section has three elements, the Question # (from SharePoint), and Question itself (from SharePoint), and a drop down box Yes/No (NOT from SharePoint)...
The repeating group portion works just fine, it is pulling all Question # ...
Whatever changes made on the UserInformtion in AD, it is not getting updated in users Mysite.
Farm Information:
SharePoint 2007 + SP2 + Dec-09 CU.
Issue:
AD-Team changes the user email-id.
changes are getting updated in SSP.
changes are not getting populated from SSP to Mysite/Site-collections.
any thoughts?
...
I have a custom list, with calculation, in SharePoint. Everything worked fine until recently when the DataSheet will show strange or wrong % calculation in a % column. But the Standard View will show correct values.
IT checked the server side and everything looked ok, I checked the formulas and even re-did them in the column and the issu...
Hi,
I cant seem to find the modifications I made to web.config in my FeatureRecievers Activated event. I try to get the modifications from the SpWebApplication.WebConfigModifications collection in the deactivate event, but this is always empty.... And the strangest thing is that my changes are still reverted after deactivating the featu...
We have scheduled to execute the Audience (all) compilation job and found that it is failed to complete with the below error:
'The audience cannot be compiled while another job in progress'
if we compile the audience manually, it is working perfectly without any issues.
Could be due to someother Timer jobs scheduled at that time? or W...
MOSS2010 documentation for SPWorkflowTask.AlterTask method claims, that
If true is passed as the argument to fSynchronous, this method waits up to 30 seconds to determine whether the attempted update was accepted by the workflow schedule as valid. The method then returns true if the update was accepted and not rolled back, or false ...
I have a portal based on a publishing portal. The portal (SPSite) contains has two websites (SPWebs) one is anonymously accessible and other one isn't. This works as expected.
Now I want to set the permissions for some aspx page of the anonymously accessible website so that they are not visible for authenticated users. So it's actually ...
I created a calendar in SharePoint MOSS 2007 that is connected to my Outlook. I added a custom column “Person” to this list and the type of information in this column is: Person or Group. In SharePoint I can hide Title column and in Calendar View show this Person field as Month View Title. So I can see on the calendar who is working th...
The Maximum Upload size is '50MB' for a web-application, will it be the same for the site-collections underneath of that web-application?
...
I work for a fortune 500 company in IT and we have developed many systems/applications to do a variety of things. We are in need of some commonality of these applications and a better portal/dashboard/landing page for these applications. So, our customers and employees would log into this portal and see all the "things" that they can do ...
I have MOSS.
I want to make a page where a user, say administrator, could send some instructions to a server, for example using standard library and make task for a group of users forcing them to read files. After the reading users would press "already read it" and administrator would know who did it/who did not.
I created simple workfl...