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.

Hello @dgstudio

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@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.