pettycoat
Goto Top

WSS (SharePoint Services) - .wsp Lösungspaket hinzufügen

.wsp Lösungspaket bereitsstellen - Leider funktioniert es nicht bzw. verstehe ich nicht wie und was...

Ich habe ein fertiges .wsp Lösungspaket heruntergeladen.
*Sprache: englisch, aber habe das EN-Languagepack installiert
*Der WSS 3.0 ist ein Stand-Alone Server.

Viell. könnte mir jemand helfen die Installationsanleitung wie folgt zu verstehen:
(zur Orientierung mit Zeilennummerierung... )

So steht es in einer .txt

1. cd $ (ProjectDir)

2. wspbuilder

3. stsadm -o -name retractsolution $ BlubPaket.wsp -immediate

4. stsadm -o execadmsvcjobs

5. stsadm -o -name deletesolution $ BlubPaket.wsp

6. stsadm -o addsolution -filename $ BlubPaket.wsp

7. stsadm -o -name deploysolution $ BlubPaket.wsp -allowgacdeployment -immediate

8. stsadm -o execadmsvcjobs


Meine Batch wie folgt,

cd c:\ ... \12\bin
stsadm -o -name retractsolution WSSStore.wsp -immediate
stsadm -o execadmsvcjobs
stsadm -o -name deletesolution WSSStore.wsp
stsadm -o addsolution -filename WSSStore.wsp
stsadm -o -name deploysolution WSSStore.wsp -allowgacdeployment -immediate
stsadm -o execadmsvcjobs


Und hier die Internetseite + Anleitung,
http://www.elumenotion.com/Blog/Lists/Posts/Post.aspx?ID=54


Was mache ich falsch?
Könnte mir jemand die Batch dokumentieren?

;-(

Content-Key: 122894

Url: https://administrator.de/contentid/122894

Ausgedruckt am: 29.03.2024 um 08:03 Uhr

Mitglied: tacacs
tacacs 03.09.2009 um 21:29:18 Uhr
Goto Top
Was ist denn die Fehlermeldung? Setz doch mal eine pause am Schluss damit du die Fehlermeldungen siehst.

Was mir auf Anhieb auffällt ist das hier noch das -local fehlt.

stsadm -o -name deploysolution WSSStore.wsp -allowgacdeployment -immediate -local
Mitglied: pettycoat
pettycoat 04.09.2009 um 17:13:49 Uhr
Goto Top
Also,

er meldet nach dem ich die Vorlage auswähle das kein Template vorhanden oder es beschädigt ist.
Natürlich das ganze in Englisch ;)

hmm...

Sprachpaket in EN ist vorhanden... - nun, eigentlich kann es ja nicht an diesem -local liegen oder?!
...das Problem,