Siebel – Unable to check out objects
by Prachi SharmaI will discuss the following most prominent ways to enable or disable object level check-outs in Siebel here:
1) EnableObjectCOCI parameter
2) Allow Object Locking
I will explain these terms here.
Siebel brings about lot of new features in every new release. One of the very useful improvements in Siebel 7.8 was “object level check-out” in Siebel Tools. For those who started working directly on Siebel 7.8 and above, uptill Siebel 7.7.x, Siebel had the concept of Projects. A project in Siebel was a logical grouping of various objects – Workflows, Business Services, BCs, Applets, etc. We had custom projects for EAI, Configuration, Pricing, B2B, etc. And, we could only check out or check in projects! This was really time consuming.
I remember waiting for days in some cases, for someone to check in the project, because I wanted to work on some other object that she was not working on, but was in the same Siebel project. With object level locking, an individual can work on individual objects (an Applet, BC, or Business Service, etc.), and some other member can simulaneously check-out some other object whether or not in the same project. This greatly increases productivity, speed, and quality.
However, I had a lot of friends coming upto me, that even though they had Siebel 7.8 or above installed, at times their object level check-out was not enabled for some objects. Either it was not enabled at all, or for some particular objects.
There are two parameters in Siebel which control the Object level check out in Siebel
1) EnableObjectCOCI parameter
This parameter is present in the ‘[Siebel]‘ section (generally present on top) of the tools.cfg file. Your tools.cfg file would be located in the folder, “/Tools/BIN/ENU”.
This parameter must be set to TRUE to enable the object level check out.
1) Allow Object Locking
This is a new column in Siebel Tools against Projects in Siebel Tools. For most projects, this flag is ticked TRUE by default. But, I have noticed that for Upgrade related projects, it is set to FALSE. In case you created custom project in Siebel Tools, this flag must be set to TRUE.
Though this has helped increase speed, it has still not solved the problem. I still have to wait for long period sometimes for my friends to check-in the commonly used objects like ‘Quote Item’ BC and the like. I am wondering about one thing now. What is the real use of having projects now? If I can check out objects, why do we still have projects? I can’t think of any place where we cannot do with objects, and projects are still required. After all, projects are only a logical grouping of some objects. Right?
Though checking out objects is trivial at times, and taken for granted, I have also had a few of my friends discussing about checking out Workflows in Siebel. I have also heard people claim that is one thing still not possible without checking out the entire project. I will try to cover this problem in future posts.
Related posts:
- Siebel Tools hangs when checking out objects Hi, Now this is strange. I had been running into...
- Siebel – Unable to launch Local Client Hi all, I was making a fresh install of Siebel...
- Siebel – Unable to login to mobile client After long time I am writing a blog… This time...
- Siebel – Symbolic Strings – Usage Symbolic Strings appear directly in Siebel Tools’ Object Explorer, an...
- Siebel – Run Case Insensitive queries This is a nice tip I ran across. All the...
- Siebel – Symbolic Strings – Change default ‘X_’ This is a smaill tip I was working on, which...
- Siebel – Number of rows displayed in List Applet Siebel Web Client by default shows only the first 7...
Even with these settings sometimes the check-out button is disabled and when you try to get do a ‘GET’ on the object
You may encounter the following error : “Siebel-ERR-1109 : Unable to read value from export file (Data length (4) > Column definition (1)).”
The following registry keys must be created for new Oracle ODBC connections:
[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ORACLE_CONNECTION_NAME]
PacketSize = 0
EnableScrollableCursors = 0
ColumnsAsChar = 1
ColumnSizeAsCharacter = 1
ORACLE_CONNECTION_NAME is the name of the ODBC database connection.
hey.. nice tip, Anand.
Thanks for sharing!
Hi Anand,
I also had the same problem. Can you please suggest what kind of registry keys need to update. I am not that into registry tweaking.
Thanks in advance!!
Ujjwal
Hi Ujjwal,
I think Anand has explained it quite well. Try taking the help of some of your seniors.
Playing with the registry isn’t really too difficult if you know what you are doing.
Wish you all the best..
Regards,
Nitin Jain
Using 7.7 and object locking can be enabled as said above. Only problem was I couldn’t enable the check box for Allow Object Locking. Solution is to login to server repository as SADMIN and then right click on project for which you want object locking and click on ‘Toggle Allow Object Locking’
Sachin