View previous topic :: View next topic |
Author |
Message |
pcdap
Joined: 09 Apr 2008 Posts: 13
|
Posted: Thu Feb 12, 2009 5:18 pm Post subject: Kiwi Syslog on one PC, PageGate and modem on another |
|
|
Possible to create action in Kiwi Syslog server that can send syslog message to PageGate and modem that reside on different computer? -Debbi
|
|
Back to top |
|
OzCom
Joined: 22 Oct 2003 Posts: 1123 Location: US
|
Posted: Thu Feb 12, 2009 6:15 pm Post subject: |
|
|
Yes - With the optional getASCII interface enabled, PageGate can watch multiple files on the network and generate messages based on content_________________ Aaron D. Osgood
Streamline Communications, LLC
* Authorized Notepage, Inc. Development Partner and Re-seller
TEL: 207-518-8455
AOsgood@streamline-solutions.net
Creators of AutoPage Spillman CAD interface for PageGate |
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4405
|
Posted: Fri Feb 13, 2009 9:15 am Post subject: |
|
|
It should be noted, however, that PageGate can't access a modem that isn't connected to its own computer. I wasn't sure if that was part of what you were asking about, though. Just wanted to address it, just in case.
|
|
Back to top |
|
pcdap
Joined: 09 Apr 2008 Posts: 13
|
Posted: Tue Feb 17, 2009 3:53 pm Post subject: |
|
|
We use getascii for sending our Orion messages from the server where PageGate and the modem reside (servername is Hillsdale).
When I test the action from Kiwi I see a command prompt flash by and it says the action tested good. However, I never get a page. Similarly, when I do the action at the command prompt:
KiwiServer>//hillsdale/Pagegate/sendpage32 debbi MrSender test message
The command prompt flashes by but I never get a page. Is there a log in pagegate that would tell me if the program is even seeing the command? I do not see any file in the pagegate log that has updated when I sent the command. Also, I do not see any Security event log entries indicating a failed login.
Thanks. -Debbi
|
|
Back to top |
|
OzCom
Joined: 22 Oct 2003 Posts: 1123 Location: US
|
Posted: Tue Feb 17, 2009 3:59 pm Post subject: |
|
|
The getASCII log will show what you need_________________ Aaron D. Osgood
Streamline Communications, LLC
* Authorized Notepage, Inc. Development Partner and Re-seller
TEL: 207-518-8455
AOsgood@streamline-solutions.net
Creators of AutoPage Spillman CAD interface for PageGate |
|
Back to top |
|
pcdap
Joined: 09 Apr 2008 Posts: 13
|
Posted: Tue Feb 17, 2009 6:02 pm Post subject: |
|
|
The getascii log shows nothing from my attempts this AM. :(
|
|
Back to top |
|
OzCom
Joined: 22 Oct 2003 Posts: 1123 Location: US
|
Posted: Tue Feb 17, 2009 6:43 pm Post subject: |
|
|
Are you certain that the getASCII poller is pointing at the file created by Kiwi Syslog? If there is nothing in the log then it means that getASCII didn't see anything - ususlly indicitive of not telling it to look_________________ Aaron D. Osgood
Streamline Communications, LLC
* Authorized Notepage, Inc. Development Partner and Re-seller
TEL: 207-518-8455
AOsgood@streamline-solutions.net
Creators of AutoPage Spillman CAD interface for PageGate |
|
Back to top |
|
pcdap
Joined: 09 Apr 2008 Posts: 13
|
Posted: Wed Feb 18, 2009 7:01 pm Post subject: |
|
|
OK, here is what ended up working. I shared the PageGate folder on my Pagegate/modem box, Hillsdale.
This is the string that worked from the command line on the Kiwi box:
\\hillsdale\pagegate\sendpage32 -dir=\\hillsdale\pagegate debbi MrSender test message
In Kiwi, use the Run External Program action, and under Program Filename put the first stuff:
\\hillsdale\pagegate\sendpage32
Under Command Line Options put the rest: -dir=\\hillsdale\pagegate debbi MrSender test message
Maybe this will help someone else.
Debbi
|
|
Back to top |
|
|