Check all security and GUAPAGE too
Java, SpringBoot, React, Angular, Oracle, PL/SQL, Ellucian Banner, Puppet, Docker, Terraform technical notes
Thursday, June 28, 2018
Banner 9: able run form in local but not in server. On server error is Not not authorized access Form
Banner 9: able run form in local but not in server. On server error is Not not authorized access Form
Check all security and GUAPAGE too
Check all security and GUAPAGE too
Wednesday, June 20, 2018
Banner: Cache issues when using Tomcat 8.x in an Eclipse development environment
Banner: Cache issues when using Tomcat 8.x in an Eclipse development environment
Testing Banner 9.x admin pages in an Eclipse development with Tomcat 8.x can result in problems with page data being cached. Due to known Eclipse bugs, the "Serve modules without publishing" flag must be unchecked or Tomcat 8.x will not start up. With that flag unchecked, users have reported annoying cache issues with changes not being picked up when testing. Sometimes clearing the web browser cache manually or doing Tomcat -> Clean and Tomcat -> Clean Tomcat Work Directory will fix the issue, but not always. The suggested work around is to switch to Tomcat 7.x for all testing done via Eclipse. Once development work has been finished, the extensions and custom pages can later be deployed on a Tomcat 8.x server (outside of Eclipse) if desired.
Banner: Eclipse caching old code
Banner 9: Eclipse caching old code
solution:
- close eclipse
- open eclipse
- refresh project
- refresh Webservice. HR
- maven update clean project
sometime need to to twice
solution:
- close eclipse
- open eclipse
- refresh project
- refresh Webservice. HR
- maven update clean project
sometime need to to twice
Banner 9: Add Where clause into SQL query runtime
Banner 9: Add Where clause into SQL query runtime
@BeforeQuery
public void fzvacct_BeforeQuery(QueryEvent args) {
NString acctCode = this.getFormModel().getKeyBlock().getAcctCode();
if (acctCode != null && !acctCode.isEmpty()){
((IDBBusinessObject)args.getSource()).setWhereClause("ACCT_CODE = '"+acctCode+"' ");
}
}
@BeforeQuery
public void fzvacct_BeforeQuery(QueryEvent args) {
NString acctCode = this.getFormModel().getKeyBlock().getAcctCode();
if (acctCode != null && !acctCode.isEmpty()){
((IDBBusinessObject)args.getSource()).setWhereClause("ACCT_CODE = '"+acctCode+"' ");
}
}
Banner 9: Fix tab issue
Banner 9: Fix tab issue
Solution:
Add NextItem into structure file and items should be same block
ex
<Item CanvasName="FFRMASF_4_CANVAS" Id="FFRMASF_ACTV_CODE_LBT" MaxLength="4" Navigable="false" Type="Button" NextItem="FFRMASF_AMT" />
OR
@ActionTrigger(action="KEY-NEXT-ITEM", item="LOCN_CODE_RESP", function=KeyFunction.NEXT_ITEM)
public void ffbmastLocnCodeResp_keyNexItem()
{
goBlock("xxxx");
goItem(toStr("ROOM_NUM"));
getTask().getGoqrpls().gCheckFailure();
}
Solution:
Add NextItem into structure file and items should be same block
ex
<Item CanvasName="FFRMASF_4_CANVAS" Id="FFRMASF_ACTV_CODE_LBT" MaxLength="4" Navigable="false" Type="Button" NextItem="FFRMASF_AMT" />
OR
@ActionTrigger(action="KEY-NEXT-ITEM", item="LOCN_CODE_RESP", function=KeyFunction.NEXT_ITEM)
public void ffbmastLocnCodeResp_keyNexItem()
{
goBlock("xxxx");
goItem(toStr("ROOM_NUM"));
getTask().getGoqrpls().gCheckFailure();
}
Friday, June 1, 2018
Subscribe to:
Posts (Atom)
AWS how to delete VPC when it has error with Network interface , Gateway decencies
how to delete VPC when it has error with Network interface , Gateway decencies in AWS 1. Check if it is running on EC2 instance then Sto...
-
ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1525 ORA-29261: bad argument ORA-29273: HTTP request failed ...
-
Banner 9 Admin: Invalid Object Name fix do steps: A record in GUBOBJS with a UI Version of D. • Records in GURAOBJ to define the defau...
-
chown root $ORACLE_HOME/bin/extjob chmod 4750 $ORACLE_HOME/bin/extjob chown root $ORACLE_HOME/rdbms/admin/externaljob.ora chmod 640 $ORA...