GeeKs Blogging @ dotCOM

Let's share…
  • Home
  • About
  • Contribute
  • How To – FAQs
  • Disclaimer
  • Terms & Conditions
4 Sep 2009

Siebel – Installer hangs midway

by Nitin Jain


:-)

In my website statistics, I see somebody trying to find a solution to the above problem. The Siebel Installer starts, when you start an installation. However, it doesn’t complete and it hangs somewhere in the midway. I write this just when I was having the exact same problem today (I hope that explains the smiley which opens this post!).

I am detailing below the solution I used. Hope it helps someday!

I came across this during making some specific installations on Siebel v8.1.1. I noticed that the installer ran upto 92% installed status, and then all of a sudden, just hung.

The good thing with most of these installers is that they generally indicate what stage they are on currently, and as to what exactly they are trying to do. In my case, it indicated that it was trying to register the DLL “ssceolpr.dll”, which seemed to be taking exceptionally long.

Here’s what I did:
I navigated to my Command Line. To do this, I pressed Start -> Run and typed “cmd” (hey, this is turning into “Siebel for Dummies” kind of thing!!)

type in the following on the Command Line:
regsvr32 /s d:\SiebClient\bin\ssceolpr.dll

The above command forcibly registers this DLL with the MS Windows OS

That’s it!
By doing this, I forcibly registered the DLL which was hanging when launching it over and over again. Please note that all this while the installer was still open, in the hung state. I did not kill it, or abort the installation on anything like that.

The installation just proceeded from there, and proceeded onto complete 100%.

The normal debugging in such a situation would probably be to check out the log files that are being created, scroll to the end of the Log file and verify that this is the exact step which is failing and take appropriate corrective action. Log files are the best things that us, the software developers, have done to software! ;-)

You could probably see something like, “spawning d:\SiebClient\bin\ssceolpr.dll..” or something similar in the log files if you get stuck at exactly the same place as I did.

That’s all for this post, folks! :-)



Related posts:

  1. Siebel Tools hangs when checking out objects Hi, Now this is strange. I had been running into...
  2. Siebel – Forcing User Logoff Hi all, Somebody recently asked me if there is a...
  3. Siebel Server Verification – EVT Tool Verifying the health of our Siebel Server Environment is the...
  4. Siebel – Unable to launch Local Client Hi all, I was making a fresh install of Siebel...
  5. Siebel Server Architecture – an Introduction You may call this an introductory tutorial. Siebel as we...
  6. Oracle VM Templates for Siebel CRM In a normal case, to set up a Siebel CRM...
  7. Siebel – Why Upgrade? – Part II This is a continuation of the post, “Siebel – Why...

Tags: Admin, Installation, Siebel, Tips, Workarounds



For regular updates, enter your email address below. We don't spam, we don't share with others!




This entry was posted on Friday, September 4th, 2009 at 8:17 AM and is filed under Siebel CRM. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

25 Responses to “Siebel – Installer hangs midway”

  1. geeksajan says:
    September 4, 2009 at 1:21 PM

    I liked this one !

  2. Nitin Jain says:
    September 4, 2009 at 2:10 PM

    Thanks, Sajan!
    I don’t really know the taste of the audience here. I just write on whatever comes along. Sometimes, it’s troubleshooting, at other times tutorials on what I just discovered.

    Will try to post some more like this one. Cheers! :-)

  3. Siebal says:
    September 19, 2009 at 9:03 AM

    Hi,

    I tried this but couldn’t get thru, any other suggestions please? Does the install continue imm after dll register? Thanks.

  4. Nitin Jain says:
    September 19, 2009 at 11:41 AM

    Hi Siebal,

    In my case, the installer just continued fine to completion immediately after the DLL register. It may be some different problem in your case.

  5. Siebal says:
    September 21, 2009 at 2:32 AM

    Thanks Nitin,

    It could be, what is the OS that you have got it working on? am on w2k3 that is having the problem. am suspecting it could be microsoft patches. XP works good without any issues. Thanks.

  6. Nitin Jain says:
    September 21, 2009 at 2:37 AM

    :-)

    Well, you will be surprised to know that it actually was Windows Server 2003 that I got this working on this way!

    Yeah, it sure seems some Windows patches or something else getting in the way in your case. XP sure was the BEST in these matters.

    Another observation. In my case, it got stuck after the 92% install status. Is it the same for you too? If not, all the more reasons to look elsewhere.. :-)

  7. Siebal says:
    September 21, 2009 at 8:59 AM

    Yes, it was 92% and here is what i see in the log.. Let me know if you had seen the same..

    INFO: Start output from spawned process:
    INFO: ———————————-
    INFO:

    INFO: End output from spawned process.
    INFO: ———————————-
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
    installcommand = regsvr32 /s C:\Siebel\8.1\Client_1\bin\ssceolpr.dll
    deinstallcommand = null
    WaitForCompletion = null

    INFO:

    INFO: Start output from spawned process:
    INFO: ———————————-
    INFO:

  8. Nitin Jain says:
    September 21, 2009 at 11:46 AM

    BINGO! that’s exactly as it was.
    However, in my case it was stuck on the installcommand for ssceolpr.dll. I see and extra block in ur case. so, maybe it’s the next DLL registration that u shud be concerned about I guess..!! :-)

    we are coming close to solving it I guess!

  9. Prabha_sbl says:
    December 5, 2009 at 1:47 PM

    @Siebel

    i have the same output in the log file …

    i’m using windows server 2003… help me

  10. Karim says:
    February 26, 2010 at 9:30 PM

    During the install register the dll as mentioned above without the /s (silent install) this way you can see if it registered successfully. Do this during the IE activeX window pops up., if it continues to hang then go to the task manger and end task regsvr32.

    Still trying to figure out why this happens on some machines and not on others. if anyone knows, please chime in.

  11. Nitin Jain says:
    February 27, 2010 at 12:01 PM

    Thanks, Karim. /s option is the same as in the post above.

    However, nice tip on killing the regsvr32 task itself in case of regsvr32 getting hang. Though rare, could be an option. Thanks for sharing.

  12. MetallicaN says:
    March 1, 2010 at 9:01 PM

    Hi

    @Karim
    killing always feels gooood… doesn’t it?
    hahahha.

    @Nitin
    i got the same situation as you and Siebel got….

    finally Karim thing helped

    thanks for the info…
    –
    Metal Lives On..

  13. Nitin Jain says:
    March 1, 2010 at 10:07 PM

    Wow!! Great news!!
    I am glad our efforts are paying off.. :-)

    I hope more people come forward and contribute to the community..!!

  14. vishnu says:
    March 24, 2010 at 2:07 PM

    hi nitin,
    i faced this problem from 1 year. thanks for solving my problem. thank you for your effort.

  15. Prem says:
    April 23, 2010 at 4:19 PM

    Fantastic thought process and efforts out of this discussion. Killed the problem literally..thanks to Nitin and karim

  16. Nitin Jain says:
    April 23, 2010 at 11:06 PM

    Thanks Prem, Vishnu. It’s only when all of us come forward to contribute that we will be successful at building a strong community.

  17. Thankful says:
    July 6, 2010 at 2:43 AM

    Nitin Jain………..you saved me a lot of time and effort. Thank you very very much.

    Note: If your process does not continue, goto Task Manager and kill all the “regsvr32″ tasks.

  18. Nitin Jain says:
    July 6, 2010 at 6:09 PM

    Thanks you for the compliments, Thankful !!

    I was just about to add to the comments about killing the task. Nice to see that you have added them already.

    I was recently doing a fresh install, and recently faced this issue. Cheers!! :-)

  19. Nishant Gupta says:
    July 14, 2010 at 5:17 PM

    I am faceing exactly the same issue, however even after, performing the steps mentioned by you.., my issue is not resolved … This is the error in Log.

    INFO: End output from spawned process.
    INFO: ———————————-
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
    installcommand = C:\sia81\DeveloperClient\bin\predeploy.htm
    deinstallcommand = null
    WaitForCompletion = null

    INFO: Exception occured during spawning :CreateProcess: C:\sia81\DeveloperClient\bin\predeploy.htm error=193
    INFO: Spawning the modified command :”C:\Program Files\Internet Explorer\iexplore.exe” -nohome C:\sia81\DeveloperClient\bin\predeploy.htm
    INFO:

    INFO: Start output from spawned process:
    INFO: ———————————-
    INFO:

    INFO: End output from spawned process.
    INFO: ———————————-
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
    installcommand = regsvr32 /s C:\sia81\DeveloperClient\bin\sstchca.dll
    deinstallcommand = null
    WaitForCompletion = null

    INFO:

    INFO: Start output from spawned process:
    INFO: ———————————-
    INFO:

    INFO: End output from spawned process.
    INFO: ———————————-
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
    installcommand = regsvr32 /s C:\sia81\DeveloperClient\bin\ssceolpr.dll
    deinstallcommand = null
    WaitForCompletion = null

    INFO:

    INFO: Start output from spawned process:
    INFO: ———————————-
    INFO:

  20. Nitin Jain says:
    July 21, 2010 at 1:07 AM

    Hi Nishant,

    On top of following the article, try killing all regsvr32 processes from the Task Manager. Then it should go through without any issues.

    Regards

  21. Bianca Ghita says:
    August 18, 2010 at 4:09 PM

    I faced the same problem:) The posts on this site helped a lot. THANK YOU!

  22. Nitin Jain says:
    September 15, 2010 at 12:24 AM

    You are welcome, Bianca. I am glad it helped..!!

    Regards,
    Nitin Jain

  23. Bobby Kapoor says:
    February 4, 2011 at 3:20 AM

    ending task regsvr32 help me.

  24. Sujit says:
    May 25, 2011 at 10:05 PM

    Excellent…….it worked..I am a Windows Admin..just wondered why it was hanging…ur solution rocked…thanks…

  25. Amit Sharma says:
    August 5, 2011 at 3:41 PM

    Hey Nitin,

    Thanks for this post, i was also going through this same difficulty and read your post.

    Although I changed the approach (as your approach didn’t worked for me – My hard luck)

    What I did was: Copied the ssceolpr.dll file (or whichever file is in current process & hanged) from Siebel Server Bin folder and replaced the extracted file in Siebel Client Bin folder

    Only issue is that for every failing file (.dll or predeploy.htm or as per log) we need to replace them before execution but after extraction in the Siebel Client folder.

    That’s it.

    I hope this make sense as the files are completely same in both the folders (I checked them through file comparision tool)

    Regards,
    Amit

Leave a Reply

Click here to cancel reply.


« Oracle finalizes new Training Partner
Geeks Blogging @ dotCOM – Subscribe by Email »



  • Admin Controls

    • Log in
  • Talk to us

    • Bouquets, brickbats, suggestions, complaints?

    • Click here...
  • Authorships

    • We are currently looking out for active authors. Are you willing to contribute?

    • Please click here

    • Everyone's invited..
  • Subscribe by Email


    • For regular updates, enter your email address below. We don't spam, we don't share with others!

  • Sponsors

  • Subscribe

    • Entries (RSS)
    • Comments (RSS)
  • Siebel Bookshelf

  • Daily Dilbert

    •          
  • Categories

    • Admin Notifications (9)
    • Business Intelligence (2)
      • Actuate (2)
    • CRM (115)
      • CRM News (6)
      • Sage Software / ACT! (1)
      • Salesforce.com (2)
      • Siebel CRM (103)
    • EAI (2)
    • Events (1)
    • FUN 'n' FROLIC (6)
    • Hot Technologies (7)
    • IT News (47)
    • Meet the Author (9)
    • ORACLE (14)
      • Database (2)
      • Oracle Fusion Applications Stack (8)
    • Product Demostrations (5)
    • Uncategorized (4)
  • Tag Cloud

    Admin Admin Notifications Applet Author Introductions Business Component Calculated Function Certification CFG file Client Configuration Critique CRM Database Debugging EAI EIM eScript Fundamentals Fusion Middleware Google IT News License Login Microsoft ORACLE Oracle Fusion Applications Performance problems Product Defect Product Demostrations Salesforce Scriptless solutions Security Server Siebel Siebel Secrets SOA Tips Tools Tricks Tutorials Upgrade User Property Workarounds workflows



  • Archives

    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • November 2010
    • August 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • October 2009
    • September 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • April 2009
    • March 2009
  • Authors

    • Ankit Bhardwaj
    • Ashish Kaul
    • brijesh
    • Himanshu Bajpai
    • Madhvi Arora
    • nanpats
    • Nitin Jain
    • Prachi Sharma
    • Renuka Ankam
    • Vikas Luthra
  • Administrators

    • geeksblogging@gmail.com
    • admin@geeksbloggingat.com
  • Sponsors

Fresh Ideas

  • Login Failed in Dedicated Web Client : MVF Issue
  • Oracle Fusion Applications price list
  • Research to Development - Fusion Apps Series
  • Oracle ACE Program
  • HCM user Experience through UI - Fusion Apps series
  • "Managing Oracle Fusion Applications"
  • Microsoft *previews* Windows 8 - Part 2 now available !!
  • Let's upgrade Siebel CRM to Fusion Apps "right now" !!
  • Ness Technologies bought out by Citigroup Unit
  • Oracle #1 CRM Applications vendor ??

Just Said

  • Amit Sharma on Siebel – Installer hangs midway
  • Khadijah Mosinski on Salesforce.com not upto the mark?
  • Hamre319 on Highrise Customer Relationship Management
  • Nitin Jain on “Managing Oracle Fusion Applications”
  • zama racha on “Managing Oracle Fusion Applications”
  • Nishant Aggarwal on Siebel – License keys don’t work / are invalid
  • Nitin Jain on Siebel – SIA BC Utility Service – Invoke BC Method
  • Pedro Garcia on Siebel – SIA BC Utility Service – Invoke BC Method
  • Nitin Jain on “Managing Oracle Fusion Applications”
  • Nitin Jain on Microsoft *previews* Windows 8 – Part 2 now available !!

Most Commented

  • Siebel - SIA BC Utility Service - Loop multiple records
  • Siebel - Installer hangs midway
  • Siebel - Adding License Keys to Sample
  • Siebel - Popup Update Only
  • Siebel - Reading data directly from Siebel SRF
  • Siebel - Automatic User Logout
  • Siebel - EAI Queue - Usage
  • Siebel - Looping multiple records - Update records
  • Siebel - SIS OM PMT Service
  • Siebel Tools hangs when checking out objects

Old Favourites

  • Highrise Customer Relationship Management
  • Siebel - Autosave Opportunity data - Sample Code
  • Siebel - Autosave Opportunity data - The concept
  • Renuka Ankam
  • Siebel - Merge Records - Checklist
  • Siebel - Fetch Active view properties - III
  • Oracle 11g Certification coming soon
  • Siebel - Fetch Active view properties - II
  • Siebel - Fetch Active view properties
  • Siebel - Automating Merge Records by script - II

If you also want to write on GeeksBlogging@dotCOM, click here. Area of Specialization no constraint. Become Famous!


Entries (RSS) and Comments (RSS).