Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iRODS profile cyberduck error #11738

Open
cyberduck opened this issue Jul 23, 2021 · 6 comments
Open

iRODS profile cyberduck error #11738

cyberduck opened this issue Jul 23, 2021 · 6 comments
Labels
help wanted irods IRODS Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

ec5417c created the issue

Hello,

We are testing Cyberduck in combination with iRODS and there is a problem with profile.
Once profiles is initialized all works fine. But after cyberduck is closed and opened again connection with saved bookmark- connection works, but no data is shown. The problem is visible on Windows and Mac
My hypotheses is that some parameters of the profile for iRODS is not saved correctly in the cyberduck for re-use of bookmarks after close.
Similar behavior I see when I put wrong zone:resource combination in this part of profile

        <key>Region</key>
        <string>zone:resource</string>

Kind regards,
Andrey Tsyganov

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you attach your iRODS connection profile.

@cyberduck
Copy link
Collaborator Author

ec5417c commented

This is profile template that we use

<!DOCTYPE plist PUBLIC "_Apple_DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>Protocol</key>
        <string>irods</string>
        <key>Vendor</key>
        <string>iRODS</string>
        <key>Description</key>
        <string>iRODS Cyberduck Bookmark</string>
        <key>Hostname Configurable</key>
        <true/>
        <key>Port Configurable</key>
        <true/>
        <key>Default Hostname</key>
        <string>irods_server_name</string>
        <key>Region</key>
        <string> zone_name:resource_name</string>
        <key>Default Port</key>
        <string>port_number</string>
        <key>Username Configurable</key>
        <true/>
        <key>Password Configurable</key>
        <true/>
        <key>Authorization</key>
        <string>PAM</string>
    </dict>
</plist>

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please check you don't have two connection profiles with the same Vendor string.

@cyberduck
Copy link
Collaborator Author

ec5417c commented

Yes. It is the case. I need number of profiles for different iRODS environments dev/test/production and also many different production zones.

@cyberduck
Copy link
Collaborator Author

ec5417c commented

the problem persists even with the one bookmarked profile
I've also tried to use these options in profile:

        <key>Default Path</key>
        <string>/<irodszone name>/home</string>
        <key>Path Configurable </key>
        <true/>

@burcube
Copy link

burcube commented Jul 31, 2023

Hello,
Are there any development regarding this issue? The problem still persists and effects our working.

Best wishes,
Burcu Beygu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted irods IRODS Protocol Implementation
Projects
None yet
Development

No branches or pull requests

3 participants