TechPerspect / sharepoint-facebook-wall

Automatically exported from code.google.com/p/sharepoint-facebook-wall
0 stars 2 forks source link

Can't deploy package #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi;
I'm running SP2010 Enteprise on multiple server environment with kerberos.
I right click on the deploy ps file and I get 

The term 'PackageDeploy.ps1' is not recognized as the name of a cmdlet, 
function, script file, or operable program. Ch
ck the spelling of the name, or if a path was included, verify that the path is 
correct and try again.
At line:1 char:18
+ PackageDeploy.ps1 <<<<
    + CategoryInfo          : ObjectNotFound: (PackageDeploy.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
What steps will reproduce the problem?

I'm using 2010 V4.

Thanks.

Original issue reported on code.google.com by mr.antho...@hotmail.co.uk on 30 Jan 2012 at 11:14

GoogleCodeExporter commented 9 years ago
Hi Anthony,

Instead of running Power Shell file using right click, run the script using 
Power Shell command prompt.

To solve this issue follow the following steps:

1. Open SharePoint Power Shell prompt named "SharePoint 2010 Management Shell"

2. Go to the folder where your .wsp and .ps1 files are there. 
e.g.: Your files are the folder "C:\WSP"
 PS C:\>CD "C:\WSP"
Now the powershell prompt will look like:
PS C:\WSP>

3. Now type the full path of the .ps1 file on the prompt:
e.g.: PS C:\WSP>& "C:\WSP\PackageDeploy.ps1"

Let me know if you still face the same error.

Thanks,
Parveen Siwach

Original comment by tsg.bric...@gmail.com on 31 Jan 2012 at 11:42

GoogleCodeExporter commented 9 years ago
Hi Anthony,

Please let us know if your issues is resolved or still pending?

Nitin Gupta

Original comment by tsg.bric...@gmail.com on 7 Feb 2012 at 7:45

GoogleCodeExporter commented 9 years ago
I hope that you are able to install it with the solution provided by Parveen.

Original comment by niting@brickred.com on 29 Feb 2012 at 9:57