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

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

Open
AlexXiJia opened this issue Jun 24, 2022 · 0 comments
Open

Comments

@AlexXiJia
Copy link

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.

@AlexXiJia AlexXiJia changed the title Stored Procedure did not get installed with warning as "" Stored Procedure did not get installed with warning as "badFileFormat" Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant