Yesterday, I faced a really weird problem while trying to debug a script.

Problem:

Clicking on Debug Menu > Start, started the client session but the “Waiting for Runtime to Respond” Dialog (as shown below) box used to get stuck in Siebel tools and debugging never started :(

Siebel Runtime debugging dialog box


If I closed the application instance that was opened then I the dialog box said Failed and the error message shown below popped up

The process exited unexpectedly.
The command ‘C:\PROGRA~1\Siebel\7.8\WEBCLI~1\bin\siebel.exe /c “C:\Program Files\Siebel\7.8\web client\BIN\ENU\scomm.cfg” /b “C:\Program Files\Internet Explorer\IEXPLORE.EXE” /u username /p password /d Local /h’ exited before completing its connection back to the development instance.(SBL-DEV-00128)

It seemed like client instance was not able to give the control back to Siebel tools.

I just didn’t make sense. If I clicked “Cancel” button on dialog box nothing happened. I was stuck there for 3 hours and started getting really frustrated :/ to the extent of thinking about un-installing and installing tools and client again

Solution:

Searching Support web and Web didn’t yield any results as usual :S

The solution turned out to be pretty simple :P  in the end during some testing few days back I had made EnableScripting parameter of my CFG as “FALSE”. It seems like there must some internal script written in the application that must be returning the control back to Siebel Tools and disabling the script execution made Siebel Tools wait for some particular signal was was not being returned.

So, just setting the parameter EnableScripting as True solved the problem

I hope this knowledge will make somebody suffer less than I did :D

Keep commenting and reading !!!

OkAvarageGoodVery GoodExcellent (5 votes, average: 3.8 out of 5)
Loading ... Loading ...

Related Posts