CREATE APPLICATION DIRECTORY Top
Application directory is required to store web pages and XML files. All
web pages would be referred from this directory.
1. Click on Login interface
of the iken Studio.
2. Login page will appear
a) Enter
super user ID and Password:
b) Then click on Login
button. (After successfully login Ok message will appear).


7) Click on Save to file, if ‘MobileSearch’ application
and ‘MobileSearch’ Variable Group is successfully added.
SET UP DATABASE CONNECTION Top
1. Open database connection setup interface of iKen Studio.
2. Enter
‘MobileSearch’ as a new database Id and click on Add button (System
password needs to be entered).

3. Create a connection string and test connection:
a.
Select newly added (MobileSearch) database ID from Database ID combo list.
b. Select database file (in case of MS Access database)
by clicking on Get From Browse button.

c. After selecting
database filename, click on create connection string button which will create
connection string. Then click on Connect
button (password needs to be entered),
you will get the message connection opened successfully as shown in fig.
below
4. Click on Save to File Button to save connection
setting

SET UP USER ROLES AND ACCESS RIGHTS Top
Go to the ‘Access Rights and Roles’ Interface of iKen Studio.
LOAD
APPLICATIONS Top
1. Load application interface used to load the
applications.
2. Select all required applications to be loaded and then
click on Load Selected button.
CREATING MENUS AND
LISTS Top
Menus and List interface is used to add all
menus required for the application. In “MobileSearch” application required menus
are like Company, YesNo, CutOffOptions, Fueltype etc. Procedure for creating new
menu (e,g. YesNo) is as follows:
1. Open Menu and Lists Interface.
Select application from Selected Application Group for which menus are to be
added (e.g. MobileSearch).
2. Enter new menu name YesNo and click on
Add button.
3. To add options for newly added menu select that menu
from Selected Menu option.
4. For adding option to selected menu type option
and click on Add button. e.g. To add Yes and No option for YesNO menu
First type Yes and click on Add button then type No and click on
Add button. 
CREATING GLOBAL
VARIABLES Top
Global Variables interface is used to create global
variables required for the application. Global variables are mainly used to get
user input, call particular form or report, store temporary results, etc. In
case of ”MobileSearch” application Input Global variables are required to
get user requirements on evaluation parameters like Company, Price, Flash, MMS,
Alarm, FMRadio, VedeoRecorder, etc. For each application there is one final
goal, we prefer to define this goal variable as Final_Goal. After creating
global variables link appropriate menus, forms, and reports to
it.
Example of linking Menus to Variable
Linking YesNo menu
to Global Variable Flash
Example of linking Forms to Variables
Link SearchReport form to ShowForm Variable (Type of the ShowForm
Variable must be Goal)
Similarly you can link Reports to Variable by selecting
appropriate Report ID from Report/View Options block of Global Variable
Interface.
Note: Forms and Reports must be created before linking it to
Global Variable.
DEFINING CASE SCHEMA
CONFIGURATION Top
Case Based Reasoning Configuration interface is
used to define case schema for CBR application. Case schema is collection of
features (e.g. Key, Index, Solution, and output). Key features are used to
calculate similarity of each case stored in case base. Similarity measure must
be defined for each key feature used in case schema. Example of how to configure
Case Schema for ”MobileSearch” application is given and highlighted in the fig.
below.
1. Open Case-based Reasoning configuration interface and select
”MobileSearch” application
2. Enter new case name (e.g. MobileSearch_Case)
and click on Add Case button
3. Select newly added case name from
Case IDs combo list
4. Select variable from variables combo list which you
want to consider as key or output or solution feature in MobileSearch_Case Case
Schema and click on Add button. It will add selected variable in selected
features combo list.
5. Select feature from selected feature combo list and
select feature type
6. If feature is Key feature then you need to define
similarity measure and its importance i.e. weight
In CBR cut off
and importance for each feature can be set at design time or at rune time. If we
want to set it at run time then we need to define corresponding weight and cut
off variable for each feature. If case schema consists of 100 features then we
need to define 100 weight and 100 cut off variables. Instead of defining these
variables one by one we can create those variables in single click as follows
(highlighted in Fig. below):
1. Open Global variable interface and select
”MobileSearch” application
2. Select Goal variable of the CBR application (In
MobileSearch application it is Final_Goal)
3. Go to the bottom of the screen
i.e. System integration block of the global variable interface
4. Select Case
Schema Set as MobileSearch.MobileSearch_Case and click on create
Weight/CuttOff Variables. This will create weight and cutoff variable for
all features used in MobileSearch_Case case schema. If Flash is one of the Key
features then it will create Wt_Flash and CutOff_Flash variables. This will also
create CBRParameters menu automatically for ”MobileSearch”
application.
Note: Before creating weight and cutoff variables,
CutOffOptions menu must be created otherwise later we have to link this menu to
cutoff variable explicitly.


11. Click on Update button
12. Click on Save to file
button
DEFINING
QUERY Top
Database access configuration interface is used
to define CBR query.
Example of how to define query for
”MobileSearch” application is explained
below:
1. Open database access configuration interface and make sure
following options are selected
Role ID – Branch Manager
variable group -
MobileSearch
goal variable - Final_Goal
Interface option –
CBR
System/Query ID – MobileSearch.MobileSearch_Case
Selected database -
MobileSearch
2. Click on Build Query button which will open SQL
query builder interface Select Database ID – MobileSearch
a) Select Mobile
table from available tables list and click on Add button. This will add
Mobiles table in selected tables list
b) Select required fields form fields
list and click on Insert Field button which will add the field in
selected fields box. All fields should be separated by comma. If we want to
select all fields then use * in selected fields box.
c) Use where, group by,
having and order by clause if required.
d) Test query result by clicking on
Execute Select Query button
e) Click on OK button. This will
close SQL query builder interface and take you back to the data access
configuration interface.
3.
Click on Add Query (at seq no) button and then on update query button of
data access configuration interface.

