When I installed DB2 express 9.5 on my Windows XP pro, it automatically created a default DB2 instance, a user named db2admin with the password I specified and then a DB2ADMNS group. The DB2 install added the db2admin user to the DB2ADMNS group. Everything went well and the install finished. But unfortunately, I was logged …
Month: December 2009
I’m aware that lots of people had worked on this in the past and come up with solutions, but I could not find a single site that gave the complete solution in one place. Googling came up with lots of tutorials and answers. I have tried to put the complete solution below as much as …
When I was trying to check in loads of Javascript files from the Dojo library into Clearcase, I received the following error dialog. Error adding C:clearcaseprojectviewlibrarydojodojodojo.js to source control. Created banch “dev” from “C:clearcaseprojectviewlibrarydojodojodojo.js” version “main”. Type manager “text_file_data” failed create_version operation. I was told by the Clearcase experts in our office that there seems …
Assuming that you have loads of files that you need to Add to Clearcase source control, the easiest way to do this is to run the following commands. The source folder is C:workspacesworkspace2ProjectFolder1 The target or destination folder is C:clearcaseprivateview_folder The command to execute is clearfsimport -recurse -preview -nset “source path” “destination path” The above …