Search This Blog

Jul 3, 2012

Setting Local Developer in Siebel


Overview of Steps:
Sr.No
Task
Where To Performed
1
Setting Up Database Users
RDBMS (DBA Part)
2
Creating Positions
Apps – Admin User Screen
3
Associating Responsibilities
Apps – Admin User Screen
4
Setting Up Developers as  Siebel Employees
Apps – Admin User Screen
5
Setting Up Developers as Mobile Web Clients
Apps – Siebel Remote Screen
6
Generating a New Database Template
Apps – Server Config Screen
7
Extracting the Local Database
Apps – Server Config Screen
8
Initializing Each Developer's Local Database
Siebel Tools
9
Performing a Full Get
Siebel Tools
10
Perform a Repository Compilation
Siebel Tools
 
1.Setting Up Database Users
Use the following Script to Create a Database User
 •Microsoft SQL Server Script [ T-SQL ]
      Use master
              go
    
             CREATE LOGIN ‘USER_NAME’ WITH password = ‘USER_NAME’,
             CHECK_POLICY = off,     DEFAULT_DATABASE = DATABASE_NAME
             go
             use DATABASE_NAME
             go
             sp_adduser ‘USER_NAME’, ‘USER_NAME’, SSE_ROLE
             go


•Oracle Database Server Script [PL SQL ]
    create user ‘USER_NAME’ identified by ‘USER_NAME’;
    grant sse_role to ‘USER_NAME’;
    alter user ‘USER_NAME’ default tablespace &&siebel_tablespace;
    alter user ‘USER_NAME’ temporary tablespace &&temp_tablespace;



2.Create the Position in Siebel Application
3.Create a New Responsibilities
4.Create a Employee in Siebel & Associate Position & Responsibility
5.Setting Up Developers as Mobile Web Clients
6.Generating a New Database Template
7.Extracting the Local Database
8.Initializing Each Developer's Local Database




9. Performing a Full Get

10. Perform a Repository Compilation


Enjoy the Post.....................


:)

1 comment:

saurav kumar said...

Please update ur email address. i have some queries about siebel.

saurav9.k@tcs.com

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps : 1. Click on the Workspace Icon in Siebel Web Tools application. 2. Create a New work s...