Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
drreaf
Posted - 01/29/2010 : 12:27:28 PM Origin Ver. and Service Release: O7.5 SR6 Operating System: XP
The lines given below are copies from a script window 'error-protocol' produced with “echo=7“. The underlying error condition occurs only with O75, not O81.
I don't know the error condition which leads to this message, however I believe it is related to the placement to the page header of a worksheet of a page label of the following kind:
-PNbeltShort2DTheta.INP-> S:\SSTNTD\ISS2007\FlightData\TRACKHST\TRACKHST-> PNbeltShort2DTheta.PTK Di.07-12-18/14:19:10 integrale Haeufigkeit von THETA_T aus IVA_011_1.1_E/Di.07-12-18/14:19:13
Despite this error message the program apparently works fine. Nevertheless I would like to know how to remove the cause for it in order not to 'smudge' the error protocol in case I am searching for significant errors.
Posted - 01/29/2010 : 6:05:32 PM This is perfectly normal and as you noted the program is working fine. It is only a consequence of you turning on echo. Your script can turn off echo before the import and turn it back on after if you wish. In general, type statements or better yet using Code Builder with break points is a preferable to debug since echo out can be quite confusing.