This commit is contained in:
Miroslav Stampar
2017-08-09 16:52:36 +02:00
parent b6b51bea9d
commit 1ac0704c09
3 changed files with 5 additions and 7 deletions

View File

@@ -226,12 +226,10 @@ class Enumeration(GenericEnumeration):
return {}
def searchDb(self):
warnMsg = "on SAP MaxDB it is not possible to search databases"
def search(self):
warnMsg = "on SAP MaxDB search option is not available"
logger.warn(warnMsg)
return []
def getHostname(self):
warnMsg = "on SAP MaxDB it is not possible to enumerate the hostname"
logger.warn(warnMsg)