On Jul 8, 2006, at 10:22 PM, Ismet Kursunoglu wrote:

When I try to write to a file it just kicks me out; 


OUTPUT FROM WHAT FILE: NEW PERSON//

SORT BY: NAME//

START WITH NAME: FIRST//

FIRST PRINT FIELD: .01  NAME

THEN PRINT FIELD:

Heading (S/C): NEW PERSON LIST// testing

DEVICE: HFS  Host File Server

GTM>   



Have you tried signing in through ^ZU and then entering Fileman via the option DIUSER? In general, when you are "kicked out" like this, it's a good idea to trap the error and then examine the error log. You  can also do this programmatically if you need to


N $ET,$ES
S $ET="ERR^your_routine"
your code here

You can then use the following boiler plate code for the error handler

ERR  ;
D ^%ZTER ;log the error
D UNWIND^%ZTER ;unwind the stack (clear the error)
Q

Sometimes you will see other actions, but if all you care about is logging whatever error may occur, this will work.

Gregory Woodhouse

"Judge a man by his questions not 
his answers."   --Voltaire



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to