I finally got it to work by setting back to manufacturer defaults and configuring the modem per Hyperterminal with AT commands, baud rate 19200, PDU Mode and TC35 template (PIN required and servicenummer in international format).
Thanks for support!
regards,
sabine
Search found 25 matches
- Fri May 25, 2007 4:21 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Multitech Multimodem EDGE
- Replies: 6
- Views: 22987
- Fri May 25, 2007 1:36 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Multitech Multimodem EDGE
- Replies: 6
- Views: 22987
tried out but didn't work
We tried the suggested settings but did not work, is it possible that theres a special initializing string that the modem has to receive or something like that? We tried the modem with an other monitoring software (without initializing string) and we had no problems with it.
regards,
sabine
regards,
sabine
- Wed May 16, 2007 4:03 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Multitech Multimodem EDGE
- Replies: 6
- Views: 22987
Multitech Multimodem EDGE
Hi, We use MultiModem EDGE (Wireless Modem MTCBA-E) from MultiTech Systems (it seems to have included a Siemens MC75 Chipset). We are not able to send SMS with the default drivers included in Hostmon. If we for example use the siemens tc35 driver I receive around 3 or 4 sms with only pieces of the m...
- Tue May 15, 2007 12:19 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: udv_variables
- Replies: 7
- Views: 20109
We need to monitor a full automated file transaktion between several computers (at night). We don't know how the file is named, so it's easier for us to store the filename in a variable to trace every move/copy process of the file. Is it possible to add udv_variables as results from other tests to F...
- Mon May 14, 2007 5:16 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Schedule Problem
- Replies: 4
- Views: 14628
- Mon May 14, 2007 4:52 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Schedule Problem
- Replies: 4
- Views: 14628
Hi, I use this option already (start test once a day at 11:00:00). I watched the hostmon console and nothing happend. The test didn't perform at all. Is it because I changed the time to performe the test a few times this morning? I saved the hostmon list, i restarted hostmon. I realy don't know what...
- Mon May 14, 2007 2:24 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Schedule Problem
- Replies: 4
- Views: 14628
Schedule Problem
Hi, I want to perform a Shell Script test (by Hostmon) on a fixed time every day, but the test just not want to start by himself. When I use a regular intervall (eg. every 2 min) it works. The test depends on another test but all conditions are fulfilled. Use Hostmon v6.80 on Win XP SP2. Regards, sa...
- Mon May 14, 2007 2:13 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: udv_variables
- Replies: 7
- Views: 20109
- Thu May 10, 2007 7:08 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: udv_variables
- Replies: 7
- Views: 20109
- Thu May 10, 2007 5:50 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Asterisks and Macros in Filenames
- Replies: 5
- Views: 15442
- Thu May 10, 2007 5:40 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: udv_variables
- Replies: 7
- Views: 20109
udv_variables
Hi, manual says that i can use user defined variables for file/folder availability test. I want to look for a special file (filename ist stored in udv_inputfilename) but all i can use are date macros. I always get bad results even when I insert a file. Configuration: Alert when file doesn't exist. P...
- Wed May 09, 2007 3:01 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Asterisks and Macros in Filenames
- Replies: 5
- Views: 15442
Hi Max, I've enabled Alert when file exists but I get always an Ok status, even when I insert a testfile. Translate macros is enabled. When I insert an asterisk after the date macro no files where displayed when I browse through the directory. When i just replace a part of the filename with asterisk...
- Wed May 09, 2007 1:56 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Asterisks and Macros in Filenames
- Replies: 5
- Views: 15442
Asterisks and Macros in Filenames
Hi, As specified in the online manual, i want to use date macros in a filename for File Availability Test performed by Hostmon 6.80, but i need to use asterisks too. I look for filenames like: df20070509002346.txt I tried to use these strings: df%yyyymmdd%*.xml, df%yyyymmdd%* and df%yyyymmdd% but th...
- Wed May 09, 2007 1:10 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: shell script problem
- Replies: 2
- Views: 10682
- Tue May 08, 2007 4:12 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: shell script problem
- Replies: 2
- Views: 10682
shell script problem
Hi, I wrote a short and simple shell script in Hostmonitor: #!/bin/sh cp -p /mnt/tmp/cronbackup/root /var/spool/cron/root RES=$? crontab /var/spool/cron/root RES2=$? if [ $RES -eq 0 -a $RES2 -eq 0 ] then echo "ScriptRes:Ok: copyEC: "RES", crontabEC: "RES2 else echo "ScriptRe...