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

Open Dataset

Former Member
0 Likes
942

Hi,

Following code is working fine in one server,

but when I write same code into other server its gives sy-subrc = 8.

I am not able to find out SETTINGS diffrence between two servers.

CODE :

OPEN DATASET '
192.168.4.127\S&N_Docs\a.txt' FOR output IN TEXT MODE encoding UTF-8.

Vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
875

Hi,

Check the Remote connectivity to the server and contact Basis person to configure settings or parameters from Rz11

Reward if useful!

8 REPLIES 8
Read only

Former Member
0 Likes
875

Hi

Check the server IP address correctly

and the folder hierarchy correctly

And also check if the server Memory for the application server is full ..

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
875

Different server --> different IP address --> 192.168.4.127 is not correct ?

Read only

former_member404244
Active Contributor
0 Likes
875

Hi,

If it is a diferent server then IP address will differ.Give the correct ip address and check.

Regards,

nagaraj

Read only

former_member196280
Active Contributor
0 Likes
875

I guess problem with IP address.

There might me no connection establised to this IP form sytem that gave subrc = 8.

Regards,

Sairam

Read only

former_member189059
Active Contributor
0 Likes
875

Hi,

Check if that server has write access to
192.168.4.127

To do this, ask your basis person to log on to that comp and try creating a file on
192.168.4.127 from there

Read only

Former Member
0 Likes
875

Hi Vijay,

Just check with the Basis consultant wether you have access to write on this file or not as the Sy-subrc is related to not having proper write access to file.

Ashvender

Read only

Former Member
0 Likes
875

Hi vijay,

1. It might be possible that from that server (from which its giving error),

that particular IP is not reachable,

bcos of reasons such as network access, fire wall etc.

2. It can be checked by LOGGING in to that server,

by remote desktop or anyother utility,

and try to PING that ip.

regards,

amit m.

Read only

Former Member
0 Likes
876

Hi,

Check the Remote connectivity to the server and contact Basis person to configure settings or parameters from Rz11

Reward if useful!