Posts by Andrii.Kazantsev

    Hi Chris-


    When i made a second attempt, i've followed your instruction step by step, but nothing changed.

    Files stored on my virtual machine (but not in docker container). Directories, between which i transfer files, both placed in Documents folder.

    UPD: Looks like i've troubleshooted all that moments, for now. Issue was in absence of dxlfiletransfer.config files in some folders. But when i read the documentation,I got the impression that actions with the configuration files should be performed once and then i just need to indicate it's location. Thank you for help. Also, i would recommend to add some of your steps to documentation, so it would be easier for less-skilled users to deal with it. For example, Command Line Provisioning pages has no information about provisionconfig command for the sample folder etc.


    Thanks for help,

    Andrew

    Hi-


    Yes, issues are still existing. Both basic_store_example and basic_send_file_request_example scripts running normally without any exceptions or errors, they both send logging in console, that says about completed transmission, but file did not transmitted from one folder to another. Don't have any idea even where to look in code for solution


    Thanks in advance,

    Andrew

    Hi-


    I already have latest version of dxlfiletransferservice, so firstly i've started from step #3. All commands worked fine, i even had the same console output as yours, but folder is empty. Then i deleted dxlfiletransferservice folder and started from step #1, but in the end got the same result - no exceptions, no mistakes, but empty destination folder.


    And also, each time when i run dxlfiletransfer config (step #7) it appears in my broker services list. First one of this configs i'm starting from Kitematic as docker container.
    i'm working on ESXi vmware, with Linux Ubuntu (x64) operating system. Maybe, this few details will help you to understand the root of the issue.


    I also tested basic_service_example.py - it's working and sending file to indicated directory. And also, basic_send_file_request.py working fine after correct provisioning, file was transfered correctly.


    Thanks a lot,

    Andrew

    Hi-


    I've managed that issue by editing dxlclient.config, that was located in "sample" folder (but don't know, why script used that config instead of the one i've indicated). So for now, i can't repeat that traceback, script working fine.

    But now i have another issue. When running service_provider_example.py (script 1) and then running basic_service_example.py (script 2) to send a file, script 1 tracking that file, but after completed transfer script 2 crushing with next traceback:



    UPD:

    In some iterations code working fine, in some - throwing exception, without changing any parameters.
    Another issue appeared with Basic Send File Request Example and Basic Store Example - they both running fine, but file did not transfer from one folder to another. Documentation says, that files must be saved in directory, that configured as storageDir in service configuration file, but i don't see any direction to this config file in code (for both Basic Send File Request and Basic Store).



    Thanks in advance,

    Andrew

    Good day everyone.

    In the process of learning your technologies, i encountered a problem with using a dxlclient.config file with FileTransferService code examples.
    When trying to run basic_store_example.py, i'm catching "dxlclient.exceptions.MalformedBrokerUriException: Invalid port", what made me a bit confused , because i used that configuration file in all previous examples (event example, service example, event subscriber, event publisher, service invoker, service provider, service wrapper etc). What can be the reason of that exception?

    Also tell me if you need some additional information (screenshots, code parts etc)