Blankscreeen after enable OpenUI – siebel 8.1.11 innovation pack 2013.

We installed and running Siebel CRM 8.1.1.11 (Innovation Pack 2013) without OpenUI successfull.

But after enable OpenUI:

Siebel: 8.1.1.11 (Inovation Pack 2013 – Oct).
EnableOpenUI = True

After login only blank screen.
Debug tool in Firefox 25, IE10

[13:21:09.586] “[SetProtoAPIs] : Missing handler for type [ncm]”
[13:21:09.587] “[ContentLoader] Error -> SiebelAppFacade.PDQPresentationModel is not a constructor”

Resolved:
Download SRF files from eDelivery site:

Siebel Industry Applications Version 8.1.1.11 Siebel Repository Files

Download these files specific to your OS which your downloaded the jar files for 8.1.1.11 FP and extract the SRF files and replace the SRF for your language.

Copy this SRF in your server / OBJECTS / LANGUAGE folder by taking vanilla SRF as backup.

cp <SRF UNZIP DIRECTORY>/srf/8.2/patch/23030_srf/enu/siebel_sia.srf    $SIEBEL_HOME/ses/siebsrvr/objects/enu/siebel_sia.srf

And re-start server.

Install oracle siebel 8.1.1 on Linux x86_64

After install siebel 8.1.1, if cfgenv.sh missing.
The cfgenv.sh and cfgenv.csh files can be created as follows:
From SIEBEL_ROOT/gtwysrvr/install_script/install, run the following command:
$ ./CreateCfgEnvScript /SIEBEL_ROOT/gtwysrvr
From SIEBEL_ROOT/siebsrvr/install_script/install, run the following command:
$ ./CreateCfgEnvScript SIEBEL_ROOT/siebsrvr
From SIEBEL_ROOT/sweapp/install_script/install, run the following command:
$ ./CreateCfgEnvScript SIEBEL_ROOT/sweapp
Before configure gateway, please run command: 
$ export RESOLV_MULTI=off
Congfigure Gateway server:
$source cfgenv.sh
./config.sh -mode enterprise
Verify install success:
[oracle@server54 config]$ netstat -anp|grep 2320
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:2320                0.0.0.0:*                   LISTEN      7669/siebsvc
[oracle@server54 config]$