It sounds like you are appending onto the end of the file but an
intermediary process is reading from the file in the middle so the cursor is
being moved in the file the reader puts the cursor in the middle of the file
and the writer needs the cursor to be at the end. I do not know how to
change the cursor of the write process in Mumps but it would be a fseek()
and fsetpos() in C.

Thanks

Marc Aylesworth

C3I Associates 

AFRL/IFSE

Joint Battlespace Infosphere Team

525 Brooks Rd

Rome, NY 13441-4505

Tel:315.330.2422

Fax:315.330.7009

Email: [EMAIL PROTECTED]

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Toppenberg
Sent: Friday, December 02, 2005 2:45 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] Printing problems

OK,  It looks like you are onto something:

Here are my running tasks:

811444: ENTRY^TIUPRPN, CHART copy of OFFICE VISIT.  Device
S121-LAUGHLIN-LASER.
        UCI,VOL.  From 7/6/2005 at 16:09,  By HENSLEY,TAMMY G.
        Started running 7/6/2005 at 16:09.  Error 7/6/2005 at 16:09.
        HEADER+18~TIUPRPN2, Not positioned to EOF on write (sequential
organiz
        Job #: 23829 [5D15]
----------------------------------------------------------------------------
---
812914: ENTRY^TIUPRPN, CHART copy of OFFICE VISIT.  Device OR WORKSTATION.
        UCI,VOL.  From 7/18/2005 at 14:42,  By BROWN,CAROL.
        Started running 7/18/2005 at 14:42.  Error 7/18/2005 at 14:42.
        HEADER+18~TIUPRPN2, Not positioned to EOF on write (sequential
organiz
        Job #: 7144 [1BE8]
----------------------------------------------------------------------------
---
812917: ENTRY^TIUPRPN, CHART copy of OFFICE VISIT.  Device OR WORKSTATION.
        UCI,VOL.  From 7/18/2005 at 14:45,  By BROWN,CAROL.
        Started running 7/18/2005 at 14:45.  Error 7/18/2005 at 14:45.
        HEADER+18~TIUPRPN2, Not positioned to EOF on write (sequential
organiz
        Job #: 7527 [1D67]

830876: MATCH^PSSPOIKA, Matched Orderable Item Report.  Device GTM-UNIX-HFS.
        UCI,VOL.  From 11/5/2005 at 16:58,  By you.
        Started running 11/5/2005 at 16:58.  Error 11/5/2005 at 16:58.
        DHEAD~PSSPOIKA, Not positioned to EOF on write (sequential
organizatio
        Job #: 12670 [317E]



I wonder how to fix this "Not positioned to EOF on write" problem? 
The first entry is for that MATCH^PSSPOIKA report.  Perhaps that
started to problem?

Thanks
Kevin




On 12/2/05, Greg Woodhouse <[EMAIL PROTECTED]> wrote:
> Well...If one application mysteriously stops printing, one possibility
> is that the print jobs are still in queue (try "List Tasks"). You've
> ruled out a device problem, and if you're able to use CPRS, then the
> Broker and Taskman must be running. Does it matter if you sign in as a
> different user? Do you know which RPC is used to print?
>
> If a program fails "quietly", e.g., with something like
>
> Q:BAD
>
> or
>
> G:BAD CLEANUP
>
> then no error will be signaled. The default Kernel error trap logs
> errors when they occur, but if a problem doesn't lead to a MUMPS error
> (think: "if an exception is not raised/thrown"), then the error handler
> is never called.
>
> --- Kevin Toppenberg <[EMAIL PROTECTED]> wrote:
>
> > I have a mysterious problem.  I have been using VistA/CPRS for at
> > least 6 months, when suddenly today printing from CPRS stopped
> > working.
> >
> > I have tested that the printer test page CAN be printed from the
> > server, and I CAN print from the text-based OR OE/RR MENU CLINICIAN
> > (the text based chart).  But when I print from CPRS, it just doesn't
> > come out.
> >
> > I have tried do ^XTER, and there are no errors reported for today.
> >
> > Any thoughts?
> >
> > Kevin
> >
> >
>
> ===
> Gregory Woodhouse  <[EMAIL PROTECTED]>
> "Interaction is the mind-body problem of computing."
> --Philip L. Wadler
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to