Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mailbox125

    script won't read FEOF!!

    You have been so very helpful in the past I'm sure this is something simple I'm just overlooking.. This script will not recognize the feof 0? and goto the else programming. What have I missed? string listmbxfile = " " PROC main string f_line string DREFF clear capture off...
  2. mailbox125

    script time out??

    Humm... well I took out the forever command after the waitfor "." and the script stopped in the same place, and unfortunatlly the "." that I'm waitting for is the only thing returned from the remote system at the end of that particular command. Any idea's... I'm going to try...
  3. mailbox125

    script time out??

    Hi, well I like the changes you made, however the script is still not waiting for the run reports to complete?? by watching the statmsg at the bottom of Procomm the script will start over... The other thing is now the number being dialed is not displayed when the call is placed.. not a big...
  4. mailbox125

    script time out??

    I really want to thank you for looking at this I've tried everything I can think of but this just won't wait for the reports to finnish before going to the next record. In the dial number module the checking for connect was there to give me a list of the systems the script was unable to connect...
  5. mailbox125

    script time out??

    Ok Knob... I did try this script you suggested but it still just runs over itself... I tried a waitfor "." forever at the end of the main but that didn't work.. Help this does everything I need it to do but it won't wait before dialing the next number.... what else can I try????
  6. mailbox125

    script time out??

    Ok I have taken the loop off the $dialing and added an else. I was trying to get the system to report the systems it was not able to connect to... this script is still running over itself. I tried adding a waitfor "." forever at the end of the main with no sucsess. ?????????? I'm...
  7. mailbox125

    script time out??

    Ok I have found something interesting, although I have the command waitfor "." forever I can see the statmsg and after about 5 min. the script will start over, start going through all the modules again and there has been no "." issued by the system I'm connected to. any idea's??
  8. mailbox125

    script time out??

    This is the line it stops at everytime. Transmit "L all^M" Waitfor "." Forever These are in the middle of the run reports module. it's almostlike Procomm has a timer on and time is up for this entry. I've looked all through Procomm for timers and can't find any. Help...
  9. mailbox125

    script time out??

    Ok I added usermsg at the start of each module and the script apears to be working correctly through each one, however during the last secsion run reports it seems to time out after about 5min. something drops the line.... any sugestion? is this a Procomm issue? I can't find anything in Procomm...
  10. mailbox125

    script time out??

    This script will only run for about 5 min.?? I can't see anything in the script that would be causeing this is this something in Procomm? and if so what?? ;DIAL-REPORTS1.WAS v1.0 ;***************************************************************************** ;* DIAL-REPORTS1.WAS...
  11. mailbox125

    csv file timming out

    What's odd is that just because the running man has stopped the script is still running in the back ground I started this script and the running man stopped after about 20min or so however the script continued to run for another 8 hours?? Is there a buffer to Procomm that fills?? or is it the...
  12. mailbox125

    csv file timming out

    I'm running a very simple script however after about 8 hours it seems to have lost the path to the csv file. Is there a way to determine why this script seems to have stopped? The icon in the toolbar that indicates the script is running stops after about 20 min. it is very confusing for the...
  13. mailbox125

    Can Aspect get failure count from ProCom?

    Thanks I have done that so that each of these systems I'm logging onto already has it's own script. I'd like to be able to write a script that will go through the dialling directory and call each member of a group in the ProCom dialling directory and each of those contain thier own script, that...
  14. mailbox125

    Can Aspect get failure count from ProCom?

    Knob, thanks for your input. Am I doing this all wrong will Aspect dial from the directory of ProCom which in turn would run another script? instead of trying to pull this information from an Excel file and haveing to maintain both the Excel spreadsheet as well as the directory in ProCom?
  15. mailbox125

    Setting Modem With Script?[blues]

    Your right again the script will only change modem settings if your directly connected the system. Thanks
  16. mailbox125

    Can Aspect get failure count from ProCom?

    I have written a script that dials several systems and runs and captures reports. Is there a way that the script can capture any of the systems that ProCom was not able to log onto, or is that something in ProCom??
  17. mailbox125

    Can Aspect hangup modem in ProComm?

    Thank you very much that did the trick.
  18. mailbox125

    Can Aspect hangup modem in ProComm?

    I'm running a script and have almost all the bugs out however the piece I'm missing is to make sure that the script at it's end dissconts from the system it's on. Any ideas?
  19. mailbox125

    Setting Modem With Script?[blues]

    Thanks for the tip I read the help file and your right it will not allow me to change the modem /port settings on anything but a direct connection. Thanks for your time.
  20. mailbox125

    Setting Modem With Script?[blues]

    Help I can't seem to get this to set the modem to 7,e,1 The terminal type is set to VT100 correctly, should I be setting this proc. in the main? it is currently the third proc. in the main. Any suggestions would be great. proc SetModem ; test Set terminal type...

Part and Inventory Search

Back
Top