
Symptom
You are getting below error logs from dev_rd,
GwIInitSecInfo: secinfo version = 1 ERROR => invalid Permit/Deny in /usr/sap/SID/SYS/global/secinfo line 1 detected (first line should be #VERSION=2) ERROR => invalid Permit/Deny in /usr/sap/SID/SYS/global/secinfo line 2 detected (first line should be #VERSION=2) WARNING => Errors found in /usr/sap/SID/SYS/global/secinfo WARNING => Please correct the invalid entries GwIRegInitRegInfo: reginfo version = 1 ERROR => invalid Permit/Deny in /usr/sap/SID/SYS/global/reginfo line 1 detected (first line should be #VERSION=2) ERROR => invalid Permit/Deny in /usr/sap/SID/SYS/global/reginfo line 2 detected (first line should be #VERSION=2) WARNING => Errors found in /usr/sap/SID/SYS/global/reginfo WARNING => Please correct the invalid entries
Solution
1. Login to your operating level system. Go to the /usr/sap/SID/SYS/global. Add line #VERSION=2 at the first line on secinfo & reginfo file. Save the file and reread back from transaction code SMGW from the SAPGUI level. Below is the example of the secinfo file VERSION=2.
> more secinfo #VERSION=2 P USER=* USER-HOST=internal HOST=internal TP=* P USER=* USER-HOST=local HOST=local TP=*
2. You can refer to this and this article for the similar issue and SAP help documentation for further explanation on VERSION syntax of secinfo, reginfo files.



