i installed sharepoint services3 secusessfully,
i tried to add ApplicationTemplateCore.wsp so i can import template
smoothly.
first step worked just fine:
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm -o addsolution -filename
"C:\ApplicationTemplateCore.wsp"
Second:
stsadm ?o deploysolution ?name
"C:\ApplicationTemplateCore.wsp" -allowgacdeployment
or
stsadm ?o deploysolution ?name
ApplicationTemplateCore.wsp -allowgacdeployment
didn't work , i get command line error:

For information about other operations and parameters,
use "stsadm.exe -help" or "stsadm.exe -help <operation>"

any Help ??
and also there's still remaining coomadn waiting the the que :
stsadm -o copyappbincontent

any Quick Advice ?

A. Sabry

Re: New to share point services3 by Daniel

Daniel
Mon Apr 21 07:34:23 CDT 2008

Use this command for the second command:

stsadm -o deploysolution -name
"C:\ApplicationTemplateCore.wsp" -allowgacdeployment -immediate

/Daniel Bugday
http://www.sharepointforum.com/
http://www.sharepointforum.com/en-US/Blog/default.aspx

"Ahmad Sabry" <asabry@sahm.com> wrote in message
news:%23uJ%239s6oIHA.3976@TK2MSFTNGP03.phx.gbl...
>i installed sharepoint services3 secusessfully,
> i tried to add ApplicationTemplateCore.wsp so i can import template
> smoothly.
> first step worked just fine:
> C:\Program Files\Common Files\Microsoft Shared\web server
> extensions\12\BIN>stsadm -o addsolution -filename
> "C:\ApplicationTemplateCore.wsp"
> Second:
> stsadm -o deploysolution -name
> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment
> or
> stsadm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment
> didn't work , i get command line error:
>
> For information about other operations and parameters,
> use "stsadm.exe -help" or "stsadm.exe -help <operation>"
>
> any Help ??
> and also there's still remaining coomadn waiting the the que :
> stsadm -o copyappbincontent
>
> any Quick Advice ?
>
> A. Sabry
>
>


Re: New to share point services3 by Ahmad

Ahmad
Mon Apr 21 08:01:15 CDT 2008

many thanks,
it worked but as this way
stsadm -o deploysolution -name
ApplicationTemplateCore.wsp -allowgacdeployment -immediate
but gave me an error:
((The timer job for this operation has been created, but it will fail
because the administrative service for this server is not enabled. If the
timer job is sched uled to run at a later time, you can run the jobs all at
once using stsadm.exe -o execadmsvcjobs. To avoid this problem in the
future, enable the Windows SharePoint Services administrative service, or
run your operation through the STSADM.exe command line utility.))
where is my problem ??
when i run also the 3rd sommand:
stsadm -o deploysolution -name
ApplicationTemplateCore.wsp -allowgacdeployment
gave me the same error
sorry ,, but may you help ?



"Daniel Bugday" <itkonsult@gmail.com> wrote in message
news:DB194FD9-70A5-44CE-8B15-8B5780CA3469@microsoft.com...
> Use this command for the second command:
>
> stsadm -o deploysolution -name
> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment -immediate
>
> /Daniel Bugday
> http://www.sharepointforum.com/
> http://www.sharepointforum.com/en-US/Blog/default.aspx
>
> "Ahmad Sabry" <asabry@sahm.com> wrote in message
> news:%23uJ%239s6oIHA.3976@TK2MSFTNGP03.phx.gbl...
>>i installed sharepoint services3 secusessfully,
>> i tried to add ApplicationTemplateCore.wsp so i can import template
>> smoothly.
>> first step worked just fine:
>> C:\Program Files\Common Files\Microsoft Shared\web server
>> extensions\12\BIN>stsadm -o addsolution -filename
>> "C:\ApplicationTemplateCore.wsp"
>> Second:
>> stsadm -o deploysolution -name
>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment
>> or
>> stsadm -o deploysolution -name
>> ApplicationTemplateCore.wsp -allowgacdeployment
>> didn't work , i get command line error:
>>
>> For information about other operations and parameters,
>> use "stsadm.exe -help" or "stsadm.exe -help <operation>"
>>
>> any Help ??
>> and also there's still remaining coomadn waiting the the que :
>> stsadm -o copyappbincontent
>>
>> any Quick Advice ?
>>
>> A. Sabry
>>
>>
>
>



Re: New to share point services3 by Ahmad

Ahmad
Mon Apr 21 08:14:47 CDT 2008

sorry for disturbance , second command worked after restarting server
and gave me this error:
((
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsa
dm -o deploysolution -name
ApplicationTemplateCore.wsp -allowgacdeployment -imme
diate
A deployment or retraction is already under way for the solution
"applicationtem
platecore.wsp", and only one deployment or retraction at a time is
supported.
))

which means it worked at first time,
and the last 3rd command still giving same error:

C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsa
dm -o deploysolution -name
ApplicationTemplateCore.wsp -allowgacdeployment -imme
diate
A deployment or retraction is already under way for the solution
"applicationtem
platecore.wsp", and only one deployment or retraction at a time is
supported.

so is this OK ?? i mean i go ahead with adding my required template ??

Thank you
Ahmad

"Ahmad Sabry" <asabry@sahm.com> wrote in message
news:O4ykgA7oIHA.4884@TK2MSFTNGP06.phx.gbl...
> many thanks,
> it worked but as this way
> stsadm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment -immediate
> but gave me an error:
> ((The timer job for this operation has been created, but it will fail
> because the administrative service for this server is not enabled. If the
> timer job is sched uled to run at a later time, you can run the jobs all
> at once using stsadm.exe -o execadmsvcjobs. To avoid this problem in the
> future, enable the Windows SharePoint Services administrative service, or
> run your operation through the STSADM.exe command line utility.))
> where is my problem ??
> when i run also the 3rd sommand:
> stsadm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment
> gave me the same error
> sorry ,, but may you help ?
>
>
>
> "Daniel Bugday" <itkonsult@gmail.com> wrote in message
> news:DB194FD9-70A5-44CE-8B15-8B5780CA3469@microsoft.com...
>> Use this command for the second command:
>>
>> stsadm -o deploysolution -name
>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment -immediate
>>
>> /Daniel Bugday
>> http://www.sharepointforum.com/
>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>
>> "Ahmad Sabry" <asabry@sahm.com> wrote in message
>> news:%23uJ%239s6oIHA.3976@TK2MSFTNGP03.phx.gbl...
>>>i installed sharepoint services3 secusessfully,
>>> i tried to add ApplicationTemplateCore.wsp so i can import template
>>> smoothly.
>>> first step worked just fine:
>>> C:\Program Files\Common Files\Microsoft Shared\web server
>>> extensions\12\BIN>stsadm -o addsolution -filename
>>> "C:\ApplicationTemplateCore.wsp"
>>> Second:
>>> stsadm -o deploysolution -name
>>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment
>>> or
>>> stsadm -o deploysolution -name
>>> ApplicationTemplateCore.wsp -allowgacdeployment
>>> didn't work , i get command line error:
>>>
>>> For information about other operations and parameters,
>>> use "stsadm.exe -help" or "stsadm.exe -help <operation>"
>>>
>>> any Help ??
>>> and also there's still remaining coomadn waiting the the que :
>>> stsadm -o copyappbincontent
>>>
>>> any Quick Advice ?
>>>
>>> A. Sabry
>>>
>>>
>>
>>
>
>



Re: New to share point services3 by Daniel

Daniel
Mon Apr 21 08:20:53 CDT 2008

You need to start the necessary services.

First look in The Central Administration Site > Operations > Services on
Server
make sure all services are started.

Then look in services in control panel and make sure that Windows SharePoint
Services Administration service is started!

/Daniel Bugday
http://www.sharepointforum.com/
http://www.sharepointforum.com/en-US/Blog/default.aspx

"Ahmad Sabry" <asabry@sahm.com> wrote in message
news:O4ykgA7oIHA.4884@TK2MSFTNGP06.phx.gbl...
> many thanks,
> it worked but as this way
> stsadm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment -immediate
> but gave me an error:
> ((The timer job for this operation has been created, but it will fail
> because the administrative service for this server is not enabled. If the
> timer job is sched uled to run at a later time, you can run the jobs all
> at once using stsadm.exe -o execadmsvcjobs. To avoid this problem in the
> future, enable the Windows SharePoint Services administrative service, or
> run your operation through the STSADM.exe command line utility.))
> where is my problem ??
> when i run also the 3rd sommand:
> stsadm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment
> gave me the same error
> sorry ,, but may you help ?
>
>
>
> "Daniel Bugday" <itkonsult@gmail.com> wrote in message
> news:DB194FD9-70A5-44CE-8B15-8B5780CA3469@microsoft.com...
>> Use this command for the second command:
>>
>> stsadm -o deploysolution -name
>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment -immediate
>>
>> /Daniel Bugday
>> http://www.sharepointforum.com/
>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>
>> "Ahmad Sabry" <asabry@sahm.com> wrote in message
>> news:%23uJ%239s6oIHA.3976@TK2MSFTNGP03.phx.gbl...
>>>i installed sharepoint services3 secusessfully,
>>> i tried to add ApplicationTemplateCore.wsp so i can import template
>>> smoothly.
>>> first step worked just fine:
>>> C:\Program Files\Common Files\Microsoft Shared\web server
>>> extensions\12\BIN>stsadm -o addsolution -filename
>>> "C:\ApplicationTemplateCore.wsp"
>>> Second:
>>> stsadm -o deploysolution -name
>>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment
>>> or
>>> stsadm -o deploysolution -name
>>> ApplicationTemplateCore.wsp -allowgacdeployment
>>> didn't work , i get command line error:
>>>
>>> For information about other operations and parameters,
>>> use "stsadm.exe -help" or "stsadm.exe -help <operation>"
>>>
>>> any Help ??
>>> and also there's still remaining coomadn waiting the the que :
>>> stsadm -o copyappbincontent
>>>
>>> any Quick Advice ?
>>>
>>> A. Sabry
>>>
>>>
>>
>>
>
>


Re: New to share point services3 by Daniel

Daniel
Mon Apr 21 08:22:43 CDT 2008

This should be ok. (go ahead and add the templates)

The job may take a coupple of seconds..

Look in Central Admin > Operations > Solution Management

The job should be found there!

/Daniel Bugday
http://www.sharepointforum.com/
http://www.sharepointforum.com/en-US/Blog/default.aspx

"Ahmad Sabry" <asabry@sahm.com> wrote in message
news:OfgkDI7oIHA.5016@TK2MSFTNGP02.phx.gbl...
> sorry for disturbance , second command worked after restarting server
> and gave me this error:
> ((
> C:\Program Files\Common Files\Microsoft Shared\web server
> extensions\12\BIN>stsa
> dm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment -imme
> diate
> A deployment or retraction is already under way for the solution
> "applicationtem
> platecore.wsp", and only one deployment or retraction at a time is
> supported.
> ))
>
> which means it worked at first time,
> and the last 3rd command still giving same error:
>
> C:\Program Files\Common Files\Microsoft Shared\web server
> extensions\12\BIN>stsa
> dm -o deploysolution -name
> ApplicationTemplateCore.wsp -allowgacdeployment -imme
> diate
> A deployment or retraction is already under way for the solution
> "applicationtem
> platecore.wsp", and only one deployment or retraction at a time is
> supported.
>
> so is this OK ?? i mean i go ahead with adding my required template ??
>
> Thank you
> Ahmad
>
> "Ahmad Sabry" <asabry@sahm.com> wrote in message
> news:O4ykgA7oIHA.4884@TK2MSFTNGP06.phx.gbl...
>> many thanks,
>> it worked but as this way
>> stsadm -o deploysolution -name
>> ApplicationTemplateCore.wsp -allowgacdeployment -immediate
>> but gave me an error:
>> ((The timer job for this operation has been created, but it will fail
>> because the administrative service for this server is not enabled. If the
>> timer job is sched uled to run at a later time, you can run the jobs all
>> at once using stsadm.exe -o execadmsvcjobs. To avoid this problem in the
>> future, enable the Windows SharePoint Services administrative service, or
>> run your operation through the STSADM.exe command line utility.))
>> where is my problem ??
>> when i run also the 3rd sommand:
>> stsadm -o deploysolution -name
>> ApplicationTemplateCore.wsp -allowgacdeployment
>> gave me the same error
>> sorry ,, but may you help ?
>>
>>
>>
>> "Daniel Bugday" <itkonsult@gmail.com> wrote in message
>> news:DB194FD9-70A5-44CE-8B15-8B5780CA3469@microsoft.com...
>>> Use this command for the second command:
>>>
>>> stsadm -o deploysolution -name
>>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment -immediate
>>>
>>> /Daniel Bugday
>>> http://www.sharepointforum.com/
>>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>>
>>> "Ahmad Sabry" <asabry@sahm.com> wrote in message
>>> news:%23uJ%239s6oIHA.3976@TK2MSFTNGP03.phx.gbl...
>>>>i installed sharepoint services3 secusessfully,
>>>> i tried to add ApplicationTemplateCore.wsp so i can import template
>>>> smoothly.
>>>> first step worked just fine:
>>>> C:\Program Files\Common Files\Microsoft Shared\web server
>>>> extensions\12\BIN>stsadm -o addsolution -filename
>>>> "C:\ApplicationTemplateCore.wsp"
>>>> Second:
>>>> stsadm -o deploysolution -name
>>>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment
>>>> or
>>>> stsadm -o deploysolution -name
>>>> ApplicationTemplateCore.wsp -allowgacdeployment
>>>> didn't work , i get command line error:
>>>>
>>>> For information about other operations and parameters,
>>>> use "stsadm.exe -help" or "stsadm.exe -help <operation>"
>>>>
>>>> any Help ??
>>>> and also there's still remaining coomadn waiting the the que :
>>>> stsadm -o copyappbincontent
>>>>
>>>> any Quick Advice ?
>>>>
>>>> A. Sabry
>>>>
>>>>
>>>
>>>
>>
>>
>
>


Re: New to share point services3 by Ahmad

Ahmad
Mon Apr 21 09:56:20 CDT 2008

Thank you Daniel, the problem was
first
in "Windows SharePoint Services Administration" service which its status by
deafult is disabled and manual to start.
second
the -immediate parameter, although mircorosft didn't note about it in the
readme file.
any way everything is working fine and your advice is greatly apperciated.
thank you = Shokran "in arabi" :-)

Ahmad Sabry
Egypt

"Daniel Bugday" <itkonsult@gmail.com> wrote in message
news:C5F16B60-27A1-47CC-9899-148F06A3A302@microsoft.com...
> You need to start the necessary services.
>
> First look in The Central Administration Site > Operations > Services on
> Server
> make sure all services are started.
>
> Then look in services in control panel and make sure that Windows
> SharePoint Services Administration service is started!
>
> /Daniel Bugday
> http://www.sharepointforum.com/
> http://www.sharepointforum.com/en-US/Blog/default.aspx
>
> "Ahmad Sabry" <asabry@sahm.com> wrote in message
> news:O4ykgA7oIHA.4884@TK2MSFTNGP06.phx.gbl...
>> many thanks,
>> it worked but as this way
>> stsadm -o deploysolution -name
>> ApplicationTemplateCore.wsp -allowgacdeployment -immediate
>> but gave me an error:
>> ((The timer job for this operation has been created, but it will fail
>> because the administrative service for this server is not enabled. If the
>> timer job is sched uled to run at a later time, you can run the jobs all
>> at once using stsadm.exe -o execadmsvcjobs. To avoid this problem in the
>> future, enable the Windows SharePoint Services administrative service, or
>> run your operation through the STSADM.exe command line utility.))
>> where is my problem ??
>> when i run also the 3rd sommand:
>> stsadm -o deploysolution -name
>> ApplicationTemplateCore.wsp -allowgacdeployment
>> gave me the same error
>> sorry ,, but may you help ?
>>
>>
>>
>> "Daniel Bugday" <itkonsult@gmail.com> wrote in message
>> news:DB194FD9-70A5-44CE-8B15-8B5780CA3469@microsoft.com...
>>> Use this command for the second command:
>>>
>>> stsadm -o deploysolution -name
>>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment -immediate
>>>
>>> /Daniel Bugday
>>> http://www.sharepointforum.com/
>>> http://www.sharepointforum.com/en-US/Blog/default.aspx
>>>
>>> "Ahmad Sabry" <asabry@sahm.com> wrote in message
>>> news:%23uJ%239s6oIHA.3976@TK2MSFTNGP03.phx.gbl...
>>>>i installed sharepoint services3 secusessfully,
>>>> i tried to add ApplicationTemplateCore.wsp so i can import template
>>>> smoothly.
>>>> first step worked just fine:
>>>> C:\Program Files\Common Files\Microsoft Shared\web server
>>>> extensions\12\BIN>stsadm -o addsolution -filename
>>>> "C:\ApplicationTemplateCore.wsp"
>>>> Second:
>>>> stsadm -o deploysolution -name
>>>> "C:\ApplicationTemplateCore.wsp" -allowgacdeployment
>>>> or
>>>> stsadm -o deploysolution -name
>>>> ApplicationTemplateCore.wsp -allowgacdeployment
>>>> didn't work , i get command line error:
>>>>
>>>> For information about other operations and parameters,
>>>> use "stsadm.exe -help" or "stsadm.exe -help <operation>"
>>>>
>>>> any Help ??
>>>> and also there's still remaining coomadn waiting the the que :
>>>> stsadm -o copyappbincontent
>>>>
>>>> any Quick Advice ?
>>>>
>>>> A. Sabry
>>>>
>>>>
>>>
>>>
>>
>>
>