SharePoint (2003 thru Online): August 2014

Tuesday, August 19, 2014

Windows Process Activation Service

http://support.microsoft.com/kb/975



If you have issues with IIS, sometimes you see all the App Pools and Web Sites in Stopped mode. When you try to restart the App Pools and Web Sites in the IIS Manager, you cannot and will see the above error message.

This also may happen, if you have anything scheduled like IIS Restart automatically and if IIS failed to restart.

You restart IIS by using the IISRESET /RESTART command.

Thursday, August 7, 2014

Acrobat IE Issue


“Adobe Acrobat does not support Internet Explorer’s Enhanced Protected Mode (EPM)”

This error shows up for users using Internet Explorer 8 and 9.





  1. Open Acrobat Reader 11.
  2. Click on Edit -> Preferences.
  3. Click on General on the side bar.
  4. Click on the button Select Default PDF Handler.
  5. Click on the drop down box and select Adobe Reader XI.
  6. Click on Apply and then OK to exit out the dialogs.

__________________________________________________________________________________________

This error shows up for users using Internet Explorer 10 and 11.

Notification message which reads “This webpage wants to run 'Adobe Flash Player 10.3 d162'. If you trust this site, you can disable Enhanced Protected Mode for this site to run the control.” The notication bar contains one button labeled “Disable”.
Metro style Internet Explorer always runs with Enhanced Protected Mode enabled – there isn't anything that you need to configure – just browse. Because Metro style Internet Explorer offers plug-in free browsing, the compatibility impact of this security feature is minimal.
Many add-ons, such as Adobe Flash and certain tool bars are not yet compatible with Enhanced Protected Mode. Some Web sites still require Adobe Flash in order to work, and some users enjoy the additional functionality offered by some tool bars. In Windows 8 Beta, Enhanced Protected Mode can be enabled in the desktop under 
Internet Options >> Advanced:
Screen shot of the Advanced tab of the Internet Options dialog showing the new “Enable Enhanced Protected Mode” option.
After you enable Enhanced Protected Mode, incompatible add-ons will automatically be disabled. If you encounter a site that needs an add-on such as Flash in order to work, you can disable Enhanced Protected Mode just for that particular Web site.
This allows you to continue using the site, and have Enhanced Protected Mode enabled on the rest of the Internet. Keep in mind that you should only do this if you know and trust the Web site.
Of course, if you prefer to browse without add-ons, you can always turn on ActiveX Filtering, which will prevent you from seeing this prompt.

Summary
Defense-in-depth is an area of continual investment for the Windows team. It’s a widely-applied principle in the real world as well. Safety deposit boxes have locks on them. But they are also kept inside of a locked room, inside of a bank, which is locked and is armed with an advanced security system. Enhanced Protected Mode is another layer of protection that helps protect your data from malicious attackers.
_________________________________________________________________________________________

Acrobat products behave similarly on Windows 8/8.1 and 7 when EPM is enabled in IE 10 and 11. You can always download a PDF locally and view it in the desktop application. However, when a PDF is opened in a browser, a dialog or message bar appears that provides options for action (the message varies by context):
“This web page wants to run (Adobe PDF Reader | PDF Browser Control | AcroPDF.dll). If you trust this site, you can disable Enhanced Protected Mode for this site to run the control.”
The notification includes options such as: 
  • Run Control | Don’t Run
  • Disable | Always Ignore
  • OK | Cancel




The behavior is as follows:
  • Choosing to allow results in the PDF loading. The notification reappears each time the PDF is reloaded.
  • Choosing to not allow cancels the PDF loading process, and this prompt doesn't reappear for that domain unless the user deletes their browsing history.
  • Taking no action results in a blank web page.
  • On LiveCycle forms, choosing to not proceed results in not loading the PDF and the following warning appears:

Generate Auto number Field in SharePoint list

To create auto generated list field do the following
1. Create a column field with data type number in the targeted list. For example I am creating an auto generated column Case ID.


2. Now to make the auto generated column hidden when a new item is created in the list we have to hide it in content types.

First go to list settings-> Then in General settings go to Advanced Settings



3. In Advanced settings Click the radio button Yes , in Allow management of content types .And Click OK.


4. Now go to list settings again and a new Content types will be shown. In that click the Content type. In my case it is Item. Name may vary for you.



5. In that Content type all list columns will be shown. In that click the Case ID Column.



6. After that click the Hidden and then click OK

7. Then open SharePoint Designer create a new workflow for the list when a new item is created

8. And add update action to the list.

9. Click Add .In set this field value select Case ID




10. And for To this value select ID. Click OK and publish the workflow. Now a auto generated list column is created.