Saturday, November 18, 2017

SAP GUI 7.5 SP2 Known issue - csapeditorctrl::getobject:object 15 does not exists

2267927 - Error message "CSapEditorCtrl::GetObject: Object <number> does not exist" with SAP GUI 740 Patch 5 or above
2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation

As per SAP Note 2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation
Symptom

SAP GUI for Windows Release 7.40 Compilation 2 (Patch 05) and higher will not contain the controls for SAPscript Legacy Text Editor.

If the controls for SAPscript Legacy Text Editor are not installed as separate SAP GUI component:

    the opening of SAPscript text in graphical SAPscript Legacy Text Editor will cause the error "CSapEditorCtrl::GetObject: Object 15 does not exist"
    SAPscript Graphical Form Painter in Transaction SE71 will be not opened. The Message "Graphical Form Painter could not be called" will be displayed.

Resolution

    The solution for this issue is documented in SAP Note 2192210.

    There are two options to resolve the issue:

        Download the older version of the "SAPscript Legacy Text Editor" from the SAP Software Download Center (https://support.sap.com/swdc).
        Then, repackage it with SAPGUI. For more details, please see SAP note 2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation.

        Configure your system to use the new MS Word Editor:
            To do so, follow SAP note 742662 - MS Word as Editor in SAPscript and Smart Forms,
            and KBA 1907484 - How to switch between the PC editor and MS editor.
            For help with configuration of the MS Word editor, please open a support incident under the BC-SRV-SCR component.

Tuesday, November 14, 2017

PI ESR and Integration Builder not opening Issues

Hi All,

Having PO 7.5 with SP6. Java version 1.8.0_151 64bit

C:\Users\nikunj_thaker>java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

ESR and Integration builder is not opening post click on it java initiated but post some time its die and not response
I followed
https://wiki.scn.sap.com/wiki/display/XI/Troubleshooting+PI+ESR+and+Integration+Builder+Logon+Issues
SAP note - https://launchpad.support.sap.com/#/notes/2073368

But still no luck

Then i tried with below manual approach which mention at https://www.java.com/en/download/faq/java_webstart.xml


From command prompt
You can also launch an application from a command prompt by typing javaws jnlp_url where jnlp_url is a url to the jnlp file of the application.
  1. Go to Start > Run > type command
    A command prompt window will appear.
  2. Type javaws url_of_jnlp

i.e. C:\Users\nikunj_thaker>http://iplpid.intas.com:50000/dir/start/sso/directory.jnlp


i.e. C:\Users\nikunj_thaker>javaws http://172.16.0.5:50000/dir/start/sso/directory.jnlp

Which working fine and able to open.

Still did not understand why its failed to open from Web Browser.