Posts

Showing posts from March, 2017

Oracle XE SYSTEM account locked: unlock the SYSTEM user

In some scenarios the SYSTEM user becomes locked after lots of trial of username and password. At that time you can do the following to unlock the same Nvaigate to the SQL plus containing folder and run the following in the cmd propmt window opened from that location > SQLPLUS SYS\ORACLE AS SYSDBA Run the following command: > ALTER USER SYSTEM ACCOUNT UNLOCK; OR > ALTER USER SYSTEM IDENTIFIED BY <any password>; Test the connection as follows: > CONNECT HR/HR

Use Generate List functionality: FS Verify Entitlement

The Following are the details of creating a list based on a search spec: Business Service Name Method FS Verify Entitlement GenerateList Input Name Type Value Business Component Literal <BC Name> Business Object Literal <BO Name> Field List Literal "<field name1>","<field name2>" Search Spec Expression "<search spec>" Output Process Property Data Type of Process property Output Argument <Property Name> Hierarchy Lists The following are the details of step where we obtain the values in the List: Business Service Name Method FS Verify Entitlement GetNextItem Input Name Type Value Field Name Literal <Field Name1> Lists hierarchy(obtained t...