deploy Sharepoint project on remote desktop
-
31 Mei 2012 20:40
Hi,
I have developed a share point application on my local machine. Now I need to deploy it on Client's server.
But I am not getting how to deploy it on server.
Please give me some idea how to solve it.
Thanks
VD
Semua Balasan
-
01 Juni 2012 19:30
Hi,
- The application you have developed must have a content DB.
- You have to move the SQL content DB files from your machine to Client's server, more specifically DB server
- And after DB file movement restore it on Client's SQL box
- Then create a new Web Application and attached that content DB
- This will make your site available on Client's server
- If you have customization on your site that will be not available on destination sever as you will be running site in different config DB.
- Also make sure source and destination SQL DB and SharePoint versions are same for smooth transition.
Hope this helps
Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/ | Posting is provided "AS IS" with no warranties, and confers no rights
-
01 Juni 2012 19:53
Actually, on my Client's Server, there is no SQL Server installed, they are using ESB. And Sharepoint project is already there, other developers also working there, so I have to add my part only in that project. database I will give him. But my files, controls, how these things will be executed there.
I got some method that .wsp file can be added in Sharepoint project on server. I tried that one also.
But no full success.
So have you any idea about this.
Thanks
VD
-
01 Juni 2012 20:39
Which method you used to deploy .wsp on client's server ? stsadm command ?
you have mentioned NO FULL SUCCESS, so is there any error you received ?
Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/ | Posting is provided "AS IS" with no warranties, and confers no rights
-
01 Juni 2012 21:06
Yes, I added .wsp file through stsadm command. I can see it in System Settings-->Manage farm solutions.
but I dont know how to see my pages and web parts on that server.
Thanks
VD
-
01 Juni 2012 21:11
ok, at the time of deployment which method you have selected ? global deployment or on some specific web app ?
if possible could you please upload screen shot of what you have mentioned in your previous post ? (system settings-->Manage farm solutions)
Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/ | Posting is provided "AS IS" with no warranties, and confers no rights
-
01 Juni 2012 21:25
-
01 Juni 2012 21:30
I executed below lines in command promt
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>stsadm -o addsolution -filename "C:\Users\testUser\Downloads\Debug\Lyrasis.wsp" -
01 Juni 2012 21:39
oh, from screen shot it seems the solution is deployed on central admin it self.After add solution command, did you run deploy solution or deployed solution from central admin?
If you deploy solution from central admin it will give an option where to deploy.
Now its on the central admin so if you want remains it as it is, but I suggest you to retract it using
stsadm -o retractsolution -name <solution name> -url <CA url>
And then again run add solution command so you will get the solution available in CA and from CA click on the solution name and deploy it on specific web app
After all above steps you will get this solution available on perticular web and you have to enable it from site features
Then it will be available on that web app for your review
Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/ | Posting is provided "AS IS" with no warranties, and confers no rights
-
02 Juni 2012 18:05
Ok, I did retract solution and again add solution and deploy.
But I am not able to see my stuffs on sharepoint application.
Next what I should do now.
Thanks
VD
-
02 Juni 2012 20:12
When I try to Activate my solution in Site Settings-->Galleries-->Solutions.
It gives me Access Denied error, but I have full access on site.
I am not getting why I get this type of error
-
02 Juni 2012 21:15One more thing, It shows that deploy is successful. But I can not see it on site.
ul. But I can not see it on site.