Wednesday, September 11, 2013

Error Opening Dedicated Application in Chrome

Add to the last issue, I was also facing some issues in launching a dedicated client in Google Chrome, as whenever i was opening it i was getting the error as below : 
Oops! Google Chrome could not connect to localhost:8080

With some of the time spent in debugging this issue, i have found that Google itself given the steps to solve this one. Let me explain how.
When you get this error. There is one link which will appear at the bottom of the browser mentioning as : 
Why am I seeing this page ?

Once you clicked this, click on the link : 
Enable or disable suggestions on navigation errors

There will be below instruction which you will get on clicking the above link as : 

Suggestions for navigation errors are enabled by default. Follow the steps below to turn the feature off.

1. Click the Chrome menu Chrome menu on the browser toolbar.
2. Select Settings.
3. Click Show advanced settings and find the "Privacy" section.
4. Deselect the "Use a web service to help resolve navigation errors" checkbox to disable the feature. Select the checkbox to enable it again.

Also, make sure that you run the genb everytime you compile changes on srf before launching the dedicated client. If this is not done, you will end up with blank screen on the launch of dedicated client.

Keep Exploring !!!



Error while validating Product in version 8.1.1.10

Recently i have been working on an OpenUI POC, and while validating a product i was getting the below error : 
[1] Error invoking service 'Cfg Web UI Service Loader', method 'LoadCfgUIservice' at step 'Go to UI'.(SBL-BPR-00162)
[2] 'Price List' is a required field. Please enter a value for the field.(SBL-DAT-00498)

This error was coming when i was logging in the application with my user id. Although it was working fine with another user.

Cause : Price List of the respective product should be associated with the user who is validating it.

Resolution : To resolve this error, please follow the below steps : 
1) Go to user preferences.
2) In view links, go for Price List & Sales Methodology
3) Associate the price list which is there for the product which you    are trying to validate.

And that is it. Try validating the product now and it will get validated successfully. I hope this little piece of information will save significant amount of time. Happy Exploring !!!