Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DATASET_PIPE_POSITION error in OPEN DATASET

0 Likes
774

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'.

1 ACCEPTED SOLUTION
Read only

0 Likes
732

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'.

4 REPLIES 4
Read only

Former Member
0 Likes
732

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

Read only

andreas_mann3
Active Contributor
0 Likes
732

hi,

your path 'C:\REMOTE_OLE\MAILFILTER.EXE' cannot be correct

for your applicationserver

A

Read only

Former Member
0 Likes
732

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^

Read only

0 Likes
733

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.