hellogood morningi have a problem to connect to an arcsde geodatabase with python and i need help pleasei use arcsde for single use (trial version of ArcGIS Desktop10)i have stored a geodatabase in sqlserver with arcsdei try to connect to this geodatabase with this python code but the connection failed, help please, thank you>>> import arcpy >>> import sys >>> import os >>> arcpy.CreateArcSDEConnectionFile_management("C:/connectionFiles","connect.sde","MKT/otc","sde:sqlserver:MKT/p10","BDP10TN_SIG","OPERATING_SYSTEM_AUTH","dbo.DEFAULT","DO_NOT_SAVE_VERSION")<Result 'C:\\connectionFiles\\connect.sde'>message:Heure de début*: Fri May 11 17:37:35 2012WARNING 000565: Impossible de se connecter au serveur.réussie à Fri May 11 17:37:35 2012 (temps écoulé*: 0,00 secondes)