Re: Getting jBASE phantom processes to restart automatically after reboot (Windows)?

2020-03-04 Thread Jim Idle
This was in fact much of the point. Move away from Pick only.

For Windows, use this:

https://en.m.wikipedia.org/wiki/Windows_Task_Scheduler

And there are a few commercial schedulers that are great. Think different :)

These days, I would not run Windows - AWS Linux is the way to go guys.

jIM

On Wed, Mar 4, 2020 at 23:05 Bruce Decker  wrote:

> Great tip Mark.  And on *nix, Cron is the “standard” way of doing timed
> execution.
>
>
>
> Often, the power of jBASE comes from what it does not *need* to do.
>
>
>
> With our upcoming community-based documentation, handy tips like this will
> nestle right next to the main docs making life easier for Greg and the
> community at large.  It’s gonna be great!
>
> -BD
>
>
>
>
>
> *From:* jbase@googlegroups.com  *On Behalf Of *
> m...@proman.com
> *Sent:* Tuesday, March 3, 2020 4:43 PM
> *To:* jbase@googlegroups.com
> *Subject:* RE: Getting jBASE phantom processes to restart automatically
> after reboot (Windows)?
>
>
>
> You might consider adding your own service for your.exe which would
> execute the PH-START commands
>
>
>
>
> https://support.microsoft.com/en-us/help/137890/how-to-create-a-user-defined-service
>
> The registry settings woud be something like
>
> Application : C:\jBASE\5.5.0\bin\jsh.exe
>
> AppParameters : -Jb -c fullpath\your.exe
>
>
>
> OR
>
>
>
> Adding fullpath\jpq fullpath\proc to the Startup procedure might also work.
>
>
>
>
>
> *From:* jbase@googlegroups.com  *On Behalf Of *Greg
> Iverson
> *Sent:* Tuesday, March 3, 2020 11:58 AM
> *To:* jBASE 
> *Subject:* Getting jBASE phantom processes to restart automatically after
> reboot (Windows)?
>
>
>
> Hi all!
>
>
>
> This is an annoying issue that I thought I'd finally ask about since it's
> not going to fix itself! :)
>
>
>
> On D3 every phantom process I had previously started would start back up
> after a system reboot. I never had to worry about whether or not there was
> a power failure or someone tripped on the power cord.
>
> I have several phantoms whose only purpose is to check and make sure the
> other phantoms are running...but of course THEY don't start either so I
> remain ignorant :)
>
>
>
> With jBASE, not only do I not have the functionality of choosing when
> processes kick off (between certain times and on certain days, etc.), but
> when the PC is restarted, the processes don't start back up automatically.
>
>
>
> I have a proc in the MD that I run manually at TCL (JSH prompt) that does
> all the necessary PH-START commands, but is there any way to get it to run
> after a system reboot (or some other way to kick them off again)?
>
>
>
> Just seems strange that jBASE forgets all about the phantoms and starts
> fresh with each reboot? I guess I've got to stop compiling lists of all the
> things D3 does that jBASE doesn't - HA! :)
>
>
>
> -Greg
>
>
>
> --
> --
> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>
> To post, send email to jBASE@googlegroups.com
> To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "jBASE" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jbase+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jbase/21dbde52-866d-48fa-8287-aee125fc8e37%40googlegroups.com
> <https://groups.google.com/d/msgid/jbase/21dbde52-866d-48fa-8287-aee125fc8e37%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> --
> --
> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>
> To post, send email to jBASE@googlegroups.com
> To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "jBASE" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jbase+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jbase/008001d5f1b5%248624c930%24926e5b90%24%40proman.com
> <https://groups.google.com/d/msgid/jbase/008001d5f1b5%248624c930%24926e5b90%24%40proman.com?utm_medium=email_source=footer>
> .
>
> --
> --
> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>
> To post, send email to jBASE@googlegroups.com
> To uns

Re: Getting jBASE phantom processes to restart automatically after reboot (Windows)?

2020-03-04 Thread Greg Iverson
Thanks for the info!

I decided to go the STARTUP folder route...

I created a DOS batch file called *phstartup.bat* with this in it 
referencing my MD proc *phstart*:

*c:\jbase\CurrentVersion\bin\jpq.exe d:\ibs\freespirit\md]d\phstart*

I then created a shortcut to this batch file in the special/hidden Windows 
Startup dir and it now appears under the Startup tab in Task Manager so I 
should be good to go!
 
We'll see what happens after our next reboot :)

Thanks again!

-Greg
On Tuesday, March 3, 2020 at 5:43:27 PM UTC-6, ma...@proman.com wrote:
>
> You might consider adding your own service for your.exe which would 
> execute the PH-START commands
>
>  
>
>
> https://support.microsoft.com/en-us/help/137890/how-to-create-a-user-defined-service
>
> The registry settings woud be something like
>
> Application : C:\jBASE\5.5.0\bin\jsh.exe 
>
> AppParameters : -Jb -c fullpath\your.exe
>
>  
>
> OR
>
>  
>
> Adding fullpath\jpq fullpath\proc to the Startup procedure might also work.
>
>  
>
>  
>
> *From:* jb...@googlegroups.com   > *On Behalf Of *Greg Iverson
> *Sent:* Tuesday, March 3, 2020 11:58 AM
> *To:* jBASE >
> *Subject:* Getting jBASE phantom processes to restart automatically after 
> reboot (Windows)?
>
>  
>
> Hi all!
>
>  
>
> This is an annoying issue that I thought I'd finally ask about since it's 
> not going to fix itself! :)
>
>  
>
> On D3 every phantom process I had previously started would start back up 
> after a system reboot. I never had to worry about whether or not there was 
> a power failure or someone tripped on the power cord.
>
> I have several phantoms whose only purpose is to check and make sure the 
> other phantoms are running...but of course THEY don't start either so I 
> remain ignorant :)
>
>  
>
> With jBASE, not only do I not have the functionality of choosing when 
> processes kick off (between certain times and on certain days, etc.), but 
> when the PC is restarted, the processes don't start back up automatically.
>
>  
>
> I have a proc in the MD that I run manually at TCL (JSH prompt) that does 
> all the necessary PH-START commands, but is there any way to get it to run 
> after a system reboot (or some other way to kick them off again)?
>
>  
>
> Just seems strange that jBASE forgets all about the phantoms and starts 
> fresh with each reboot? I guess I've got to stop compiling lists of all the 
> things D3 does that jBASE doesn't - HA! :)
>
>  
>
> -Greg
>
>  
>
> -- 
> -- 
> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>  
> To post, send email to jb...@googlegroups.com 
> To unsubscribe, send email to jbase-un...@googlegroups.com 
> For more options, visit this group at 
> http://groups.google.com/group/jBASE?hl=en
>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "jBASE" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jb...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jbase/21dbde52-866d-48fa-8287-aee125fc8e37%40googlegroups.com
>  
> 
> .
>

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jbase/b559dc1e-6154-4a30-b510-4c0b329edd2c%40googlegroups.com.


RE: Getting jBASE phantom processes to restart automatically after reboot (Windows)?

2020-03-04 Thread Bruce Decker
Great tip Mark.  And on *nix, Cron is the “standard” way of doing timed 
execution.

 

Often, the power of jBASE comes from what it does not need to do.  

 

With our upcoming community-based documentation, handy tips like this will 
nestle right next to the main docs making life easier for Greg and the 
community at large.  It’s gonna be great!

-BD

 

 

From: jbase@googlegroups.com  On Behalf Of 
m...@proman.com
Sent: Tuesday, March 3, 2020 4:43 PM
To: jbase@googlegroups.com
Subject: RE: Getting jBASE phantom processes to restart automatically after 
reboot (Windows)?

 

You might consider adding your own service for your.exe which would execute the 
PH-START commands

 

https://support.microsoft.com/en-us/help/137890/how-to-create-a-user-defined-service

The registry settings woud be something like

Application : C:\jBASE\5.5.0\bin\jsh.exe 

AppParameters : -Jb -c fullpath\your.exe

 

OR

 

Adding fullpath\jpq fullpath\proc to the Startup procedure might also work.

 

 

From: jbase@googlegroups.com <mailto:jbase@googlegroups.com>  
mailto:jbase@googlegroups.com> > On Behalf Of Greg 
Iverson
Sent: Tuesday, March 3, 2020 11:58 AM
To: jBASE mailto:jbase@googlegroups.com> >
Subject: Getting jBASE phantom processes to restart automatically after reboot 
(Windows)?

 

Hi all!

 

This is an annoying issue that I thought I'd finally ask about since it's not 
going to fix itself! :)

 

On D3 every phantom process I had previously started would start back up after 
a system reboot. I never had to worry about whether or not there was a power 
failure or someone tripped on the power cord.

I have several phantoms whose only purpose is to check and make sure the other 
phantoms are running...but of course THEY don't start either so I remain 
ignorant :)

 

With jBASE, not only do I not have the functionality of choosing when processes 
kick off (between certain times and on certain days, etc.), but when the PC is 
restarted, the processes don't start back up automatically.

 

I have a proc in the MD that I run manually at TCL (JSH prompt) that does all 
the necessary PH-START commands, but is there any way to get it to run after a 
system reboot (or some other way to kick them off again)?

 

Just seems strange that jBASE forgets all about the phantoms and starts fresh 
with each reboot? I guess I've got to stop compiling lists of all the things D3 
does that jBASE doesn't - HA! :)

 

-Greg

 

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.
 
To post, send email to jBASE@googlegroups.com <mailto:jBASE@googlegroups.com> 
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com 
<mailto:jbase-unsubscr...@googlegroups.com> 
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com 
<mailto:jbase+unsubscr...@googlegroups.com> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jbase/21dbde52-866d-48fa-8287-aee125fc8e37%40googlegroups.com
 
<https://groups.google.com/d/msgid/jbase/21dbde52-866d-48fa-8287-aee125fc8e37%40googlegroups.com?utm_medium=email_source=footer>
 .

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.
 
To post, send email to jBASE@googlegroups.com <mailto:jBASE@googlegroups.com> 
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com 
<mailto:jbase-unsubscr...@googlegroups.com> 
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com 
<mailto:jbase+unsubscr...@googlegroups.com> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jbase/008001d5f1b5%248624c930%24926e5b90%24%40proman.com
 
<https://groups.google.com/d/msgid/jbase/008001d5f1b5%248624c930%24926e5b90%24%40proman.com?utm_medium=email_source=footer>
 .

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jbase/000701d5f1b7%2471202960%2453607c20%24%40bluepinc.com.


RE: Getting jBASE phantom processes to restart automatically after reboot (Windows)?

2020-03-03 Thread mark
You might consider adding your own service for your.exe which would execute the 
PH-START commands

 

https://support.microsoft.com/en-us/help/137890/how-to-create-a-user-defined-service

The registry settings woud be something like

Application : C:\jBASE\5.5.0\bin\jsh.exe 

AppParameters : -Jb -c fullpath\your.exe

 

OR

 

Adding fullpath\jpq fullpath\proc to the Startup procedure might also work.

 

 

From: jbase@googlegroups.com  On Behalf Of Greg Iverson
Sent: Tuesday, March 3, 2020 11:58 AM
To: jBASE 
Subject: Getting jBASE phantom processes to restart automatically after reboot 
(Windows)?

 

Hi all!

 

This is an annoying issue that I thought I'd finally ask about since it's not 
going to fix itself! :)

 

On D3 every phantom process I had previously started would start back up after 
a system reboot. I never had to worry about whether or not there was a power 
failure or someone tripped on the power cord.

I have several phantoms whose only purpose is to check and make sure the other 
phantoms are running...but of course THEY don't start either so I remain 
ignorant :)

 

With jBASE, not only do I not have the functionality of choosing when processes 
kick off (between certain times and on certain days, etc.), but when the PC is 
restarted, the processes don't start back up automatically.

 

I have a proc in the MD that I run manually at TCL (JSH prompt) that does all 
the necessary PH-START commands, but is there any way to get it to run after a 
system reboot (or some other way to kick them off again)?

 

Just seems strange that jBASE forgets all about the phantoms and starts fresh 
with each reboot? I guess I've got to stop compiling lists of all the things D3 
does that jBASE doesn't - HA! :)

 

-Greg

 

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.
 
To post, send email to jBASE@googlegroups.com  
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com 
 
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jbase/21dbde52-866d-48fa-8287-aee125fc8e37%40googlegroups.com
 

 .

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to jBASE@googlegroups.com
To unsubscribe, send email to jbase-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jbase/008001d5f1b5%248624c930%24926e5b90%24%40proman.com.