Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Stored Procedure did not get installed with warning as "badFileFormat" #301

@AlexXiJia

Description

@AlexXiJia

The problem is a stored procedure not installed and the deployment process raised errors such as:

WARNING: Please resolve the following warnings [warnings.badFileFormat].
[java.lang.IllegalArgumentException: No content defined]

The stored procedure looks like such:

CREATE PROCEDURE XYZ ( @param1 varchar(8), @param2 varchar(8) ) AS begin // actual content ... end GO
Obevo version is 8.2.0.
The DBMS is Sybase ASE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions