2007 May 09 11:15 AM
our production system sends hundreds of mail by dataset filter method but we get short dump errors for most of them all the time.i sending code part part when get error below
error type : DATASET_PIPE_POSITION
OPEN DATASET file FOR OUTPUT IN TEXT MODE
FILTER 'C:\REMOTE_OLE\MAILFILTER.EXE'.
2007 May 09 11:58 AM
i can send mail successfully by this code most of time but sometimes i get this short dump error.what can the reason be ? it tries to open dataset from a file in operating system "mailfilter.exe" .can it be reason because of simultaneously reaching this file at the same time?
error i got :
File "c:\remote_ole\mail\XFKJOUSI.dat" could not be closed from the operating
The current program, "????????????????????????????????????????", had to be
terminated because a capacity limit has been reached.
This is probably due to a very large dataset, for which there are
insufficient resources in your installation.
The file "c:\remote_ole\mail\XFKJOUSI.dat" could not properly be closed by the
operating system.
our production system sends hundreds of mail by dataset filter method but we get short dump errors for most of them all the time.i sending code part part when get error below
error type : DATASET_PIPE_POSITION
OPEN DATASET file FOR OUTPUT IN TEXT MODE
FILTER 'C:\REMOTE_OLE\MAILFILTER.EXE'.
2007 May 09 11:17 AM
hI..
<b>Cause:</b> You tried to open a pipe that is already open.
Runtime Error: DATASET_PIPE_POSITION
In Unicode programs, the file must not yet be open in the current program; otherwise a treatable exception occurs.
Message was edited by:
Rammohan Nagam
2007 May 09 11:19 AM
hi,
your path 'C:\REMOTE_OLE\MAILFILTER.EXE' cannot be correct
for your applicationserver
A
2007 May 09 11:45 AM
hi
good
go through these links which ll give you complete idea about the open dataset,hope help you to solve your problem.
http://www.s001.org/ABAP-Hlp/abapopen_dataset.htm
http://sap.ittoolbox.com/groups/technical-functional/sap-dev/help-in-code-541577
thanks
mrutyun^
2007 May 09 11:58 AM
i can send mail successfully by this code most of time but sometimes i get this short dump error.what can the reason be ? it tries to open dataset from a file in operating system "mailfilter.exe" .can it be reason because of simultaneously reaching this file at the same time?
error i got :
File "c:\remote_ole\mail\XFKJOUSI.dat" could not be closed from the operating
The current program, "????????????????????????????????????????", had to be
terminated because a capacity limit has been reached.
This is probably due to a very large dataset, for which there are
insufficient resources in your installation.
The file "c:\remote_ole\mail\XFKJOUSI.dat" could not properly be closed by the
operating system.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |