Created
March 13, 2013 03:15
-
-
Save hugo-dc/5149120 to your computer and use it in GitHub Desktop.
Sapconn.ini example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; This is sample .ini files containing connection definitons. | |
; Modify values to suit your needs. | |
; Any connection parameter recognized by SAP connection string may be used as key | |
; To connect to system defined as 'Connection 1' use: | |
; conn=pysap.Rfc_connection(conn_file='/path/to/this/file',conn_name='Connection 1') | |
; conn.open() | |
[DEFAULT] | |
;Default values shared by all connections | |
;(unless explicitily overriden) | |
LCHECK=1 | |
[Connection 1] | |
; direct connection | |
ASHOST=192.168.1.16 | |
CLIENT=260 | |
SYSNR=00 | |
USER=HCRUZ | |
PASSWD=EASYPASS | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment