Question

deploy.ini could not be found

  • 7 August 2023
  • 1 reply
  • 46 views

Badge

Hi All,

Product Version: IFS Developer Studio 23.1E.9419 (Build 2023-05-11 10:06)

Java: 14.0.2; OpenJDK 64-Bit Client VM 14.0.2+12

Runtime: OpenJDK Runtime Environment 14.0.2+12

System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (developer_studio)

 

When I tried to deploy one of our .plsql file from DevStudio I got this error:

 

This project file is kept inside the One Drive and I cannot see any deploy.ini in the file directory as well.

Is there really a deploy.ini file needed or something else is causing this trouble? Because there was no such problem before .

 

Thanks in advance


1 reply

Userlevel 5
Badge +13

Hi @ArdaGuleyen 

YES, deploy.ini file is required to reside in the specified location. When you try to  “generate and deploy” code, Static Code Analyzer (SCA) runs in the background to make sure code is comply with the given set of rules. SCA checks the content of deploy,ini file to verify the dynamic component dependency.

Please place the deploy.ini file as mentioned in the error message.

 

Thanks

Harshini 

Reply