Question

Client Changes not reflecting after the Delivery Deployment

  • 29 July 2021
  • 6 replies
  • 580 views

Userlevel 3
Badge +5

After deployed the delivery, Db Objects applied proper and even the new client modification files also saved in IFS Home Repository, but its not displaying in IFS EE.

is this below log blocking client changes to be appeared in IFS EE?

Post process Enterprise Explorer 
Error in Ant-script: client\build_client.xml
Reported error is: The following error occurred while executing this line:
D:\IFS_HOME\repository\client\build_client.xml:252: The following error occurred while executing this line:
D:\IFS_HOME\repository\client\build_client.xml:314: The following error occurred while executing this line:
D:\IFS_HOME\repository\client\build_client.xml:340: The following error occurred while executing this line:
D:\IFS_HOME\repository\client\build_client.xml:506: F1mage failed to sign client

 

Importing Application Configuration
Warning in Ant-script: server\install_fndbas.xml
Reported warning is: Error has occurred while importing Application Configuration data (See log file).

 

Please help on this.

 


This topic has been closed for comments

6 replies

Userlevel 5
Badge +9

Hi @ProSivasP ,

Did you run reconfiguration before deploy this delivery ?
And also please check whether your web server .pfx certificate expired or not. 

Thanks,

Kalana

Userlevel 3
Badge +5

Hi @Kalana Rathnayake 

I have not done any reconfiguration, just clicked on install delivery and applied this new delivery provided by developer.

after delivery deployment they have tested in IFS EE but the client changes not displaying it seems, but if i check in IFS_HOME Repository new client modified files are copied.

why it is not displaying in IFS EE is the question, i am attaching the Delivery.log please check the log.

Please help on how to resolve that errors, we are using IFS 10 UPD 10.

 

Userlevel 5
Badge +9

Hi @ProSivasP ,

 

According to this log Installation has partly failed.

Could you please attach _ERROR_install.log file

 

Thanks,

Kalana

Userlevel 3
Badge +5

Hi @ProSivasP ,

 

According to this log Installation has partly failed.

Could you please attach _ERROR_install.log file

 

Thanks,

Kalana

 

Hi @Kalana Rathnayake 

Thanks for your Kind Support and quick response.

in _ERROR_install.log its just showing only DB Objects errors, actually all new DB Changes are  reflected , no issue from DB Part, even client changes also reflected in iFS_HOME Repository we can see the latest modified files, but which one stopping the visibility of the client changes in the IEE.

i am attaching the _Error_install.log

 

How to resolve that build_client.xml errors and

“Importing Application Configuration
Warning in Ant-script: server\install_fndbas.xml
Reported warning is: Error has occurred while importing Application Configuration data (See log file) in log just written see log file where is this install_fndbas related log file?”

Thank You.

 

Userlevel 5
Badge +12

Hello Siva,

It looks like installer can not complete the client sign in process by it’s own as there could be missing DLL files in your ifs_home.

 

You may execute F1mage.exe manually from  ifs_home\<instance_id>\repository\client\runtime and point to the certificate you configured the MWS with. When Sign & Exit button is clicked at the bottom probably you’ll receive an information message with missing DLLs.

Then copy those files from the build home used to build the delivery to the same location maintaining the directory structure where applicable and re-run the MWS reconfiguration

 

Additionally you will need to investigate if the server AV software deleted the missing files or having any other issues with the _ms_build process

 

Userlevel 3
Badge +5

Hello Siva,

It looks like installer can not complete the client sign in process by it’s own as there could be missing DLL files in your ifs_home.

 

You may execute F1mage.exe manually from  ifs_home\<instance_id>\repository\client\runtime and point to the certificate you configured the MWS with. When Sign & Exit button is clicked at the bottom probably you’ll receive an information message with missing DLLs.

Then copy those files from the build home used to build the delivery to the same location maintaining the directory structure where applicable and re-run the MWS reconfiguration

 

Additionally you will need to investigate if the server AV software deleted the missing files or having any other issues with the _ms_build process

 

 

Super Ruchira, Thanks alot for your help, i will do the mentioned procedure and let you know. :)