Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O Open VDS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Domain Data Management Services
  • Seismic
  • Open VDS
  • Issues
  • #83
Closed
Open
Issue created Jun 16, 2021 by Yan Sushchynski (EPAM)@Yan_SushchynskiDeveloper

Issues when the input file is in SeismicDMS

There are 2 issues with the input file in the Seismic DMS:

  1. If we specify path like this sd://<tenant>/<subproject>/<path>/<file_name>.segy we get the error
HTTP 404, [seismic-store-service] The dataset sd://<tenant>/<subproject>/<path> does not exist

However, if we duplicate the file name, it finds the file in SeismicDMS (sd://<tenant>/<subproject>/<path>/<file_name>.segy/<file_name>.segy is ok)

  1. If we try to use the SeismicDMS path with duplicated file names we get this error
 [500] Error executing an HTTP request [ HTTP 500, Cannot read property 'iss' of undefined ]  
                                                                                                                                                        ----------------------------------------
                                                                                                                                                                                                   Retrying http_request for PUT request with 


https://<seistore_host>/api/v3/dataset/tenant/<tenant>/subproject/<subproject>/dataset/<file_name>.segy/lock - retry number: 7

This error occurs, when the IdToken is not passed to the request to SeismicDMS.

Assignee
Assign to
Time tracking