You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: