‎2007 Jul 17 10:19 AM
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
‎2007 Jul 17 10:36 AM
Hi,
Check the Remote connectivity to the server and contact Basis person to configure settings or parameters from Rz11
Reward if useful!
‎2007 Jul 17 10:22 AM
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
‎2007 Jul 17 10:23 AM
Different server --> different IP address --> 192.168.4.127 is not correct ?
‎2007 Jul 17 10:26 AM
Hi,
If it is a diferent server then IP address will differ.Give the correct ip address and check.
Regards,
nagaraj
‎2007 Jul 17 10:26 AM
I guess problem with IP address.
There might me no connection establised to this IP form sytem that gave subrc = 8.
Regards,
Sairam
‎2007 Jul 17 10:27 AM
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
‎2007 Jul 17 10:32 AM
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
‎2007 Jul 17 10:33 AM
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.
‎2007 Jul 17 10:36 AM
Hi,
Check the Remote connectivity to the server and contact Basis person to configure settings or parameters from Rz11
Reward if useful!