Friday, July 4, 2014

Deployment of solutions



Deployment of solutions

Below are the commands that use to deploy or remove the solutions in the farm.
Add-SPSolution
Add-SPSolution –LiteralPath(path of .WSP located)

Install-SPSolution
Install-SPSolution –Identity( nameofyoursolution.wsp) –GACDeployment

Uninstall-SPSolution
Uninstall-SPSolution –Identity( nameofyoursolution.wsp)

Remove-SPSolution
Remove-SPSolution –Identity( nameofyoursolution.wsp)

Update-SPSolution
Update-SPSolution –Identity( nameofyoursolution.wsp) -LiteralPath c(path of .WSP located)-GACDeployment
 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

The amount of data that was returned by a data connection has exceeded the maximum limit that was configured



The amount of data that was returned by a data connection has exceeded the maximum limit that was configured    

                     

 Issue: When you try to get data from Data Connection. You see the following error:

“The amount of data that was returned by a data connection has exceeded the maximum limit that was configured by the server administrator. 

Cause: The Default data connection response size if set to 1500kb for Form Services, If the response from the data connection size exceeds the default limit the warning will be shown on screen.

Resolution: Ensure to follow the below steps.
                                         i.    Open the central administration
                                        ii.    Go to General Application Settings
                                       iii.    InfoPath Form Services
                                      iv.    Configure InfoPath Form Services
                                       v.    Click on Data Connection Response Size
                                      vi.    By default it is 1500 kilobytes
                                     vii.    Change the Response Size in kilobytes (Increase the number).
 
                               

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

How to Upload Maximum File size in SharePoint



How to Upload Maximum File size in SharePoint

There are so many configuration settings to increase the maximum file upload size in order to store large files in SharePoint. 

Please find the below ways to upload the maximum file size.

Method1 :Change the maximum upload size on the web application level

·        Go to Central Administration
·        Application management
·        Manage web applications
·        Select the correct web application in which you want to do the changes
·        General settings (from the ribbon)
·        You will see the section named as “Maximum upload size”
·        Change the value as per the requirement and click OK.


Method2 :

Modify the web.config file for the appropriate web application, this is located by default at C:\inetpub\wwwroot\wss\VirtualDirectories\web application name or port

1.       Ensure to take  a backup copy of the web.config, then open it
2.       Search for the below thread

<httpRuntime maxRequestLength="51200" requestValidationMode="2.0" />

Change To

<httpRuntime executionTimeout="999999" maxRequestLength="2048000" requestValidationMode="2.0" />

 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

ShareThis

X