question

Upvotes
Accepted
28 1 2 8

DACS SOAP API - CreateUser error

Hi Team!

Please advise what could be the reason for error below?

DACS credentials are correct.

C:\Program Files\Python311>python createUserEmptyExample.py

Traceback (most recent call last):

File "C:\Program Files\Python311\createUserEmptyExample.py", line 21, in <module>

_dl.aAdministratorName.mAdministratorName = dacsLogin

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

AttributeError: 'NoneType' object has no attribute 'mAdministratorName'


#technologypython apiDACSweb-services
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
83.1k 281 53 77

@dgstudio

Thank you for reaching out to us.

Please make sure that you are using suds-py3 not suds.

c:\pip list
Package                       Version
----------------------------- ----------
absl-py                       1.4.0
altair                        4.1.0
anyio                         3.3.4
...
suds-py3                      1.4.5.0
...
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.