--To download Web ADI Integrators,use the below commands
FNDLOAD apps/$apps 0 Y DOWNLOAD $BNE_TOP/patch/115/import/bneintegrator.lct XX_TEST_INTG.ldt BNE_INTEGRATORS INTEGRATOR_ASN="PER" INTEGRATOR_CODE="<INTEGRATOR_CODE>"
--To upload Web ADI Integrators, use the below commands
FNDLOAD apps/$apps 0 Y UPLOAD $BNE_TOP/patch/115/import/bneintegrator.lct XX_TEST_INTG.ldt
FNDLOAD apps/$apps 0 Y DOWNLOAD $BNE_TOP/patch/115/import/bneintegrator.lct XX_TEST_INTG.ldt BNE_INTEGRATORS INTEGRATOR_ASN="PER" INTEGRATOR_CODE="<INTEGRATOR_CODE>"
--To upload Web ADI Integrators, use the below commands
FNDLOAD apps/$apps 0 Y UPLOAD $BNE_TOP/patch/115/import/bneintegrator.lct XX_TEST_INTG.ldt
Update Custom WebADI:
After moving the custom webadi’s from one instance to
another instance, whenever you query for your integrator,update option is
disabled for that particular custom Integrators.
To get enabled ‘Update’ use the below query.
UPDATE
bne_integrators_b
SET
source = 'C'
WHERE
integrator_code IN
('INTEGRATOR_CODE');
No comments:
Post a Comment