> Services timeout is controlled by:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
> – here, add ServicesPipeTimeout (DWORD) and add in timeout period in
milliseconds.

hmm warning, changing the value may cause some side effects since it
acts on ALL the services and changing it may cause slowdowns or even
make the system unstable or... hang it

> http://msdn.microsoft.com/en-us/library/ms686241(VS.85).aspx
> Use SetServiceState to poll SCM to tell it that ASSP is still
> starting.

it doesn't apply, to call that, ASSP should already be calling
Win32::Daemon
functions and in such a case it would just suffice calling
"startservice" and
then going on with the ASSP initialization; if you need a "quick
solution" then
just setup the ASSP service startup to "manual" next, open the task
scheduler
and create a new scheduled job, set the cmd to "net start asspsmtp" and
schedule it to run "at system startup", at that point the system will
boot and
initialize all the services, and, at end of the boot phase will call the
task and
proceed starting ASSP



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to