| bio | website | marcoscheel.de |
|---|---|---|
| location | Offenbach, Germany | |
| age | ||
| visits | member for | 3 years, 1 month |
| seen | Jun 14 at 14:04 | |
| stats | profile views | 85 |
Chief Software Architect working for Glück & Kanja Consulting AG
|
Mar 1 |
revised |
How to detect limited access role type in SPRoleDefinition? Improve wording and integrate example of localized versions |
|
Mar 1 |
comment |
How to detect limited access role type in SPRoleDefinition? Please have a look at victors answer. I've edited it (i hope it will be accepted) with some localization details. It is not obvious that Guest will be resolved as Limited Access in english webs, but that is exactly the type. |
|
Mar 1 |
suggested | suggested edit on How to detect limited access role type in SPRoleDefinition? |
|
Mar 1 |
answered | How to sync users from AD, I need to update the email address of 1 user |
|
Feb 11 |
answered | find sharepoint 2010 user login status |
|
Feb 6 |
answered | Can Anybody put light on sky drive feature of Sharepoint 2013? |
|
Feb 1 |
awarded | Tumbleweed |
|
Feb 1 |
comment |
How to collect user profile details? Thats not what i told you to do :-) check the app pool account the web app is running. add this account not to the admin permissions add the accounut to the permissions (check the blog post). If you add a user to the admin permissions you grant them administration rights and not the right to use the service app. Thats the concept behind it. Check your app pool account and grant him full control. The user executing the browser can be ignored. |
|
Feb 1 |
comment |
How to collect user profile details? I'm not 100% sure if this "stuck on starging" is a problem. Not sure if the code should run because this is only the ad sync. but i'm not 100% sure. maybe it is better to first get this thing up and running. check spence harbars blog is has many solutions to the stuck in starting problem. |
|
Feb 1 |
answered | How to collect user profile details? |
|
Feb 1 |
comment |
How to collect user profile details? Did you create a user profile service app and started it on one server in the farm? Check Spence blog if you don't know: harbar.net/articles/sp2010ups.aspx |
|
Feb 1 |
answered | Setting up a sharepoint production sever 2013 - Setup account permmision level |
|
Feb 1 |
answered | Configuring Sharepoint Office Web Apps 2013 |
|
Jan 29 |
comment |
How to Restore Same Site Backup in Same Content DB to create another site collection in the same web application? Backup Restore is no option. This is simple not allowed/supported thats way it is "so hard". |
|
Jan 25 |
asked | Do i have to run Register-SPWorkflowService for each site collection? |
|
Jan 3 |
awarded | Notable Question |
|
Dec 19 |
comment |
Sharepoint 2010 / Exchange 2010 Single Sign On issue That's what i told you. The OWA webpart is just an iframe. Check the owa web part configuration and the url's used. SharePoint is not passing any credentials to owa. The Client is passing the credentials to owa and SharePoint is just providing the HTML to embed the owa URL. Microsoft took this approach because otherview anybody would have to implement Kerberos with Delegation to get this stuff working. This is no easy part so Microsoft stuck to using just the owa parts using an iframe. You can use IE developer Tools or fiddler to see what the Client is doing on what Server. |
|
Dec 19 |
comment |
How to Send Mail to a SharePoint library using hMailServer? You don't have to start IIS SMPT. Do emails get dropped into the Folder? If yes are they deleted some time later? If yes, you can check the ULS logs and see if th e message was processed. Please notice: This should be a comment or an edit on BGM's answer. This is not an answer please fix this. |
|
Dec 19 |
comment |
SSL+IRM is it supported for SharePoint 2010+Windows 7 If you upload from the web site the metadata is not transported trough the document. It is directly stored into the list item. So it won't be lost. |
|
Dec 18 |
comment |
SSL+IRM is it supported for SharePoint 2010+Windows 7 This sounds like a bug. You should contact Microsoft Support and open a case. SharePoint is removing the IRM part on the server and stores the document unencrypted in the database. I think in the process of removing the protection they lose your content. |