7/29/2010

Automate Siebel Dedicated Clients and Tools - Episode 3


                So today I will tell about DEV2 cfg. files.
1)      siebel_dev2_user - will use DEV2ServerClient_user shortcut to log in to DEV2 Siebel Dedicated Client with local srf. and server database and with user credentials, so modify file [Siebel] section:
            a)      ApplicationTitle = Local siebel_dev2.srf and DEV2 Server DB and user
            b)      ApplicationSplashText = Local siebel_dev2.srf and DEV1 Server DB and user
            c)       RepositoryFile = way to \ siebel_dev2.srf

2)      siebel_dev2_sadmin - will use DEV2ServerClient_sadmin shortcut to log in to DEV2 Siebel Dedicated Client with local srf. and server database and with sadmin credentials, so modify file [Siebel] section:
            a)      ApplicationTitle = Local siebel_dev2.srf and DEV2 Server DB and sadmin
            b)      ApplicationSplashText = Local siebel_dev2.srf and DEV2 Server DB and sadmin
            c)       RepositoryFile = way to \ siebel_dev2.srf

3)      tools_dev2_local - will use DEV2LocalTools shortcut to log in to DEV2 local Siebel Tools and with user credentials. This will not be possible, because you have local database only for DEV1, but anyway modify file [Siebel] section:
            a)      ApplicationTitle = Local DEV2
            b)      ApplicationSplashText = Local DEV2
            c)       RepositoryFile = way to \ tools_dev2.srf

4)      tools_dev2_server - will use DEV2ServerTools shortcut to log in to DEV2 server Siebel Tools and with user credentials, so modify file [Siebel] section:
            a)      ApplicationTitle = Server DEV2
            b)      ApplicationSplashText = Server DEV2
            c)       RepositoryFile = way to \ tools_dev2.srf

This is everything for cfg. files. So lets now take the last files – shortcuts.
So lets start with DEV1 shortcuts:
1)      DEV1ServerClient_user – will log in to DEV1 Siebel Dedicated Client with local srf. and server database and with user credentials, so modify shortcuts Target:
a)      "way to \siebel.exe" /c way to \ siebel_dev1_user.cfg /u user /p user /d ServerDataSourceDEV1
2)      DEV1ServerClient_sadmin – will log in to DEV1 Siebel Dedicated Client with local srf. and server database and with sadmin credentials, so modify shortcuts Target:
a)      "way to \siebel.exe" /c way to \ siebel_dev1_sadmin.cfg /u user /p sadmin /d ServerDataSourceDEV1
3)      DEV1LocalTools – will log in to DEV1 local Siebel Tools and with user credentials, so modify shortcuts Target:
            a)      "way to \siebdev.exe" /c "way to \ tools_dev1_local.cfg" /u user /p user /d LocalDEV1

Tomorrow I will continue with the last part of this Dedicated Client automate.

No comments:

Post a Comment