Jump to content

Recommended Posts

Posted

Evening all,

 

I'm having a bit of a play with Sharepoint and I've hit a bit of a problem.

 

Setup is Windows Server 2008, and I'm running Sharepoint Server 2007 with SP2. I've installed Sharepoint and on the server itself I can acces sit and make changes, create sites etc, but i'm struggling to access it from a standard desktop.

 

Interestingly, although I don't know if this is connected or not, I can't remote desktop directly to the server either whether I try to do it via IP or by server name. I've checked the remote desktop settings and they all seem fine, but still nothing.

 

Has any Sharepoint Guru's got any possible suggestions as to what might be causing these problems?

Posted

Have you made a host header in iis?

 

so host header 10.10.10.10:80 point to sharepointtest

 

then in yourdomain.local in dhns put a A record for 10.10.10.10:80 to sharepointtest ?

  • Thanks 1
Posted

Think I'm making some progress with this now, thanks irsprint.

 

Able to remote desktop to the server using its IP address, and I'm also now able to access my site via IE using the IP address again.

 

Just added an A record to DNS, and we'll see what happens.

Posted

Morning all,

 

Still trying to get my head round sharepoint :-)

 

I'm trying to set permissions on items held within particular lists so that staff members can add to the list and edit their own items but no-one elses. At the moment it seems that my only two options are to allow them read (which means that they can't add something new or edit items) or contribute (which allows them the ability to add, delete and edit everyone's items).

 

Anyone got any idea how I might achieve this?

Posted (edited)
Morning all,

 

Still trying to get my head round sharepoint :-)

 

I'm trying to set permissions on items held within particular lists so that staff members can add to the list and edit their own items but no-one elses. At the moment it seems that my only two options are to allow them read (which means that they can't add something new or edit items) or contribute (which allows them the ability to add, delete and edit everyone's items).

 

Anyone got any idea how I might achieve this?

 

On the list settings, you should also see the option to edit own items (not list permissions or site settings, but list settings - confused me the first time.), advanced settings, then in item-level permissions.

 

(note that this is for lists - document libraries dont have this feature)

Edited by jc1875
  • Thanks 1
Posted

Hey!

 

I'm glad to see your having so much fun with SharePoint! ;) It really is a fun service to be playing with hehe! ;) *wait's for the sleepless nights!*

 

Anyway, I was just wondering why you are using MOSS2007 and not SP2010 :D

 

James.

  • Thanks 1
Posted
On the list settings, you should also see the option to edit own items (not list permissions or site settings, but list settings - confused me the first time.), advanced settings, then in item-level permissions.

 

(note that this is for lists - document libraries dont have this feature)

 

This is how I believed it was done. However when I go into the list, and go to list settings (by clicking on the list, then settings, list settings) I look under a column with the header of "General Settings" there is an option for advanced settings, however there is nothing about editing your own items....... am I looking in the wrong place?

Posted
Hey!

 

I'm glad to see your having so much fun with SharePoint! ;) It really is a fun service to be playing with hehe! ;) *wait's for the sleepless nights!*

 

Anyway, I was just wondering why you are using MOSS2007 and not SP2010 :D

 

James.

 

I'm already having sleepless nights, I wake up in the middle of the night either in a cold sweat or shouting Eureka as I've just worked out in my head why a list won't display the way I want it to!

 

To be honest, there's no real reason why I've chosen MOSS2007 over SP2010. Thinking about it, I'm tempted to upgrade to SP2010, but do you know if a template site created in 2007 will be usable in 2010?

Posted
I'm already having sleepless nights, I wake up in the middle of the night either in a cold sweat or shouting Eureka as I've just worked out in my head why a list won't display the way I want it to!

 

To be honest, there's no real reason why I've chosen MOSS2007 over SP2010. Thinking about it, I'm tempted to upgrade to SP2010, but do you know if a template site created in 2007 will be usable in 2010?

 

As you might now .stp files no longer exist in SharePoint 2010 .wsp so the following should help you out.

 

1. First you need to create a site in SharePoint 2007 using your .stp template.

2. Then, backup the database for that site and restore it on SharePoint 2010 enviornment.

3. After you do that just Open up the site and fix any issues ( like 12 hive refrencing files etc).

4. Now, you can Save this Site (from Settings page -> Save as Template) and it will give you a .wsp solution for the site.

This solution can then be re-used as a Site Template.

 

Side Note – If you want to deploy this Site template solution as a farm you will need to open the above .wsp solution in VS 2010 and

change the Scope as “Farm”.

 

The upgrade from SP2007 to SP2010 is very good to be honest, i have not heard of people having many issues during the upgrade unless there farm was shafted before hand. :-)

 

For Reference: Learning SharePoint » Upgrading Sharepoint 2007 Customizations to SharePoint 2010

 

^ You may wish to have a look at that site, covers all the points when upgrading (things to be aware of etc.)

 

James.

  • Thanks 1
Posted

Took the plunge and upgraded to Sharepoint 2010.

 

Although I've taken a backup of the site I was building, I'm starting again from scratch (as I believe the experience will do me good).

 

I do have one issue though (alongside my ongoing issue with not being able to set permissions as mentioned previously!), I no longer seem to be able to do any work in Sharepoint Designer (I am currenty running 2007 though so I don't know if that's the cause). It's telling me that editing using SPD is disabled in my site...... any suggestions? I've checked the central administration site and it looks like it's all enabled.

Posted
Took the plunge and upgraded to Sharepoint 2010.

 

Although I've taken a backup of the site I was building, I'm starting again from scratch (as I believe the experience will do me good).

 

I do have one issue though (alongside my ongoing issue with not being able to set permissions as mentioned previously!), I no longer seem to be able to do any work in Sharepoint Designer (I am currenty running 2007 though so I don't know if that's the cause). It's telling me that editing using SPD is disabled in my site...... any suggestions? I've checked the central administration site and it looks like it's all enabled.

 

I do sharepoint with AD groups i.e. spEnglishTeachers

Posted

Ok, back to this :-)

 

In 2007, I could use interactive buttons to call the new form for a particular list. In 2010, I do not have the option of using "interactive buttons" only asp.net or html. As I've said before, I am a complete newbie to this sort of thing and I have no idea how to set up the events on a button to get it to do what I want....any suggestions?

Posted
On the list settings, you should also see the option to edit own items (not list permissions or site settings, but list settings - confused me the first time.), advanced settings, then in item-level permissions.

 

(note that this is for lists - document libraries dont have this feature)

 

Still trying to get my head round this.

 

I'm trying to set Item Level Permissions in Sharepoint 2010 using this method, but when I access the area, I do not see anything relating to item level permissions (see attached screenshot, apologies for the size)....am I doing something really thick? Do I need to install an add in or something?

 

Item Level Permissions.jpg

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...