Question

External File Template: ins export

  • 7 December 2021
  • 1 reply
  • 296 views

Userlevel 3
Badge +8

Hi,

Created a new external file template with style sheet added as below.

 

Export .ins file does not add the stylesheet settings to the file and needs to manually import each time .ins is deployed.

some standard template ins file has content something like below for style sheet addition.

 Dbms_Lob.CreateTemporary (kr_xsl_content_, TRUE, Dbms_Lob.SESSION);
   Dbms_Lob.Open(kr_xsl_content_, Dbms_Lob.LOB_READWRITE);
   
   Append_Blob('PHhzbDpzdH..

 

Any idea how to generate or add these?


This topic has been closed for comments

1 reply

Userlevel 3
Badge +8

Found the way.

 

1.Create a transformer instance in client with xsl transformer.

2.Update connect_config.sql in relevant component by adding new transformer instance.

3.Open command line(sqlplus) and deploy connect_config.sql code to the environment

4. Connect_config.ins is created in component database folder . Copy the relevant blob code to  the template  .ins file.