Closed Ambivalance closed 3 years ago
QuickStart Sample Code: ..... conn = ssas_api.set_conn_string( ssas_server='', db_name='', username='', password='' ) .....
the first server parameter name should change to simply "server",not "ssas_server"
conn = ssas_api.set_conn_string( server='', db_name='', username='', password='' )
thanks by the way~
fixed, thanks
QuickStart Sample Code: ..... conn = ssas_api.set_conn_string( ssas_server='',
db_name='',
username='',
password=''
)
.....
the first server parameter name should change to simply "server",not "ssas_server"
conn = ssas_api.set_conn_string( server='',
db_name='',
username='',
password=''
)
thanks by the way~