Node-red-contrib-smb error

The following error i facing when i try to connect shared folder

image

"Error: STATUS_NOT_SUPPORTED(0x00000BB):the request is not supported

That means that you are doing something that's not supported.
But without code it's hard to do something about it.

how can i sent code here
?

Select nodes to export, press CTRL+E, click copy, then paste in a reply here

Note, in order to make code more readable and importable it is important to post it between two sets of three backticks - ``` - see this post for more details - How to share code or flow json

[{"id":"53ca547d.2d2f1c","type":"SMB","z":"ca52c804.a697d8","name":"testing","config":"90efe074.ea61f","operation":"create","path":"\Report_Builder","path_new":"","format":"string","x":440,"y":1500,"wires":[["ab27d7da.bd9718"]]},{"id":"e5f2da2b.cd1cc8","type":"inject","z":"ca52c804.a697d8","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":1500,"wires":[["41a2659d.ce1e3c"]]},{"id":"ab27d7da.bd9718","type":"debug","z":"ca52c804.a697d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":570,"y":1500,"wires":},{"id":"41a2659d.ce1e3c","type":"function","z":"ca52c804.a697d8","name":"","func":"msg.payload = "testing";\nmsg.filename = "testing.txt"\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":1500,"wires":[["53ca547d.2d2f1c"]]},{"id":"94da25ae.362ef8","type":"catch","z":"ca52c804.a697d8","name":"","scope":["53ca547d.2d2f1c"],"uncaught":false,"x":450,"y":1580,"wires":[["262943bc.8d6b3c"]]},{"id":"262943bc.8d6b3c","type":"debug","z":"ca52c804.a697d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":640,"y":1580,"wires":},{"id":"bf0b7e68.0a4cf","type":"inject","z":"ca52c804.a697d8","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":1580,"wires":[["53ca547d.2d2f1c"]]},{"id":"90efe074.ea61f","type":"smb config","z":"","name":"","share":"\\sdinapp00029\SharedDrive","domain":"domain"}]
\

please check and give me solution

You didn't format code as per forum requirements and therefore is not importable.

But looking at the flow JSON I see "domain" is called "domain" - I doubt that is correct for starters.

Lastly, is this a service account running node-red? What type of account is it? Does this service account have permission to access network related resources? Is sdinapp00029 actual host name (try IP instead to be certain).

It is most probably an issue with the SMB version.
Could you please specify your environment (windows version of the remote PC, SMB version of the remote PC, node-red version, SMB version, and so on...)?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.