Webas JAVA in SLD

hi friends,
one month back i have created webas java technical system.it's working fine..but right now it's not working...how would we find out the error and  how to test that particular technical system...plz give me answer ASAP..
regards,
venu

Hi  Venu,
For SLD error .
First check ur admin password ,if it expired create new password and give the new password in visaul admin,SLD supplier.
and test the connection .
Sld errors r related to admin password expirations.
Surekha.

Similar Messages

  • NWDS Webas Java to Abap JCO call

    Hi,
    I have WebAS Java + ABAP Stack 6.40.
    For development I use SAP NetWeaver Developer Studio Version: 2.0.23
    I would like to call RFM from Java.
    Can I call RFC from Java using the JAVA <-> ABAP RFC destinations,
    or do I have to log on to ABAP explicitely using like the following:
              JCO.createClient(
                      "CLIENT",
                      "USER",
                      "PASSWORD",
                      "LANGUAGE",
                      "SERVER",
                      "SYSTEM",
                      "GROUP");
    Thanks
    Matthias

    You might benefit by reading the JCO pdf delivered with the jco download from sapservice.com....(free)....
    Usually it is easier to define the structure and the function interface as an SAP function even if there is no body (abap to java). This means that the JCO will read correctly all the metainformation about the function. You then call the function as an RFC specifying the host...
    Have fun...
    In your case I would read carefully the example (getting the company code info etc...)
    It shows how to manipulate the table returned by ABAP...

  • WebAS ABAP in SLD??

    Hi Experts,
    I want to create a Technical System of type WebAS ABAP in SLD. It says that SLD should automatically have the systems of these types.
    But it is not available. In the TS wizard, I cannot create it also as I do not know the message port number and instance number.
    Please help me how to do the same.
    Regards,
    Praveen.

    Hi,
    Check if teh Data supplier for SLD is configured properly.
    http://help.sap.com/saphelp_nw04/helpdata/en/e7/01503ede925441e10000000a114084/content.htm
    Thanks
    Swarup

  • JCO Error with CMC on SAP NetWeaver WebAS Java 7.0 Server

    Hi, all
    We just installed our BO Enterprise XI 3.1 system, when we attempt to import SAP roles in the Central Management Console (CMC), the result is the following error: "An error occurred: com/sap/mw/jco/JCO$Function".
    I have checked note 1274700 and 1292144, but in these two notes it use tomcat as the Java web application server to hold BO web applications like CMC. In our case, we use the SAP WebAS Java 7.0 Server.
    Below is our system info:
    Server 1: Windows 2003 SP2 32bit, Install BO Enterprise XI3.1, Crystal Reports 2008 and Business Objects Integration Kit for SAP. We did't choose install tomcat option.
    Server 2: Windows 2003 SP2 x64, SAP NetWeaver WebAS Java 7.0 to run BO Web Applications.
    Below is our whole installation process:
    On Server1, Install BO Enterprise XI3.1, Crystal Reports 2008 and Business Objects Integration Kit for SAP. We choose "I will delpoy the web components after installation" option when install the BO Enterprise XI3.1 and Business Objects Integration Kit for SAP. We didn't choose the install tomcat option.
    After the BOE XI3.1 and Business Objects Integration Kit for SAP installation, we user wdeploy tool to generate the ear files, copy the 19 web components ear files to Server2, manually deploy all the total 19 web components packages on our SAP NetWeaver WebAS Java 7.0 System on Server 2.
    All the instalation processes above finished successfully.The web componnets are also successfully deployed on SAP NetWeaver WebAS Java 7.0 system.
    When we start to configure the Business Objects Integration Kit for SAP, We logon to CMC, choose Authentication, double click SAP, fill info on tab "Entitled System" when we click tab "Role Import", we get the error info "com/sap/mw/jco/JCO$Function".
    Then we download the SAPJCO 2.18 package 32bit for Server1, x64 version for Server2, and did following task on both Server1 and Server2:
    1. Put the librfc.dll and jcorfc.dll file to C:\Windows:\System32
    2. Add CLASSPATH, point to sapjco.jar file.
    But still don't work.
    Does anyone use the SAP NetWeaver WebAS as the web application server for BO?
    Also I want to know does SAP officially support tomcat for production use now? I mean if some web error occurs about tomcat, will SAP support it?
    Please advise.
    Thanks,
    Daniel

    Hi Ingo,
    Yes - Ive tried every possible combination and here is my findings...
    I don't think the 32-bit version of the SAP Java Connector (2.1.8) works on a Windows 2003 x64 SAP J2EE 7.0, i.e. the sapjco.jar file. I created a directory and added it to the CLASSPATH of the J2EE server (server and instance) and I also added it to the Java classpath using: java -jar <path+sapjco.jar> -classpath. Executing this command brings up a SAP Java connector window where it displays information of the version, location of the sapjcorfc.dll file etc. This windows opens, but is not able to display the information. If I do exactly the same with the x64 bit version of the SAP Java connector (2.1.8) it displays the information correctly in the SAP Java connector popup. I've tried copying the sapjcorfc.dll and the librfc32.dll to both the /system32 and the SYSWOW64 directory on the server.
    HOWEVER, in CMC the Role Import tab still does not work - I just get the text null (in red). Before adding the sapjco.jar to the java classpath I got another error on the Role import tab - something like /com/sap/mw/jco/$JCOFunction. So it seems like it is now able to find the sapjco.jar file, but can not use it properly.
    The big question is now: Should the sapjco.jar file actually be on the Application server or on the BOE Server? I know it says on the application server in all documentation, but that generally assumes Tomcat and all installed on one server.
    BOE uses the sapjco.jar file to connect to the BW system to import the roles and that must be the BOE server doing that job and not the Application server???
    Just my thoughts - maybe we can discuss this at Teched in Phoenix? :o)
    Best regards,
    Jacob

  • Register web dispatcher on SLD

    Experts,
    I'd like to register my NW7.0 web dispatcher on my SLD.  Is this considered a "third party" system? 
    I know how to run the "sldreg" commands to create the keyfiles, etc.  based on note
    Note 1018839 - Registering in the System Landscape Directory using sldreg
    So I can run
    sldreg -configure slddest.cfg -usekeyfile
    And I can send it to my SLD using:
    saposcol -b | sldreg -connectfile slddest.cfg -oldtransferdtd
    And I can see this in the "CIM" area in my SLD, but this alone does not associate it to any instance, therefore doesn't show up in SMSY after I run the job to pull in the SLD data.
    Do I have to use that "example XML" file in the 3rd party SLD documentation?  I know I can't be the first person to want to do this but I cannot find any documentation specific to web dispatcher and SLD.
    Thanks
    NICK

    Thank you both Anil and Javed!  I am trying to add the instance of web dispatcher to include in our Solman Diagnostics monitoring.  Up until this point, I have been unable.  I used SDLREG program but I could not see any thing in SMSY...
    But maybe there isn't a point to this at if you don't know of others who are doing this.
    at any rate, your help/comments are appreciated
    --NICK

  • WEBAS Java Technical system

    Hi all,
            Could you please give me an example of an application for which we would need to create WEB AS JAVA technical system?
    Regards,
    Ashish

    Hi,
    <i>Could you please give me an example of an application for which we would need to create WEB AS JAVA technical system?</i>
    In case of java proxies,u will create java proxies from interfaces in IR.
    But u would need some java application which will call methods of those java proxies,these proxies can be called using EJBs in java application.
    You will create EJBs from thses proxies and then use one java application to call these EJBs.
    When this java application gets executed it sends proxy message to XI,XI identifies this message with the help of technical ystem which should be of type WEBAS JAVA,because the server on which u deploy ur JAVA application is of type WAEAS JAVA.
    So u need to create WEBAS JAVA technical system to send message from JAVA proxies.
    Thanks.

  • Calling WebAS Java from Excel Macro

    Hi,
    somebody told me there were a way to call WebAS Java from an Excel Macro and make a login into SAP using a real existing user (not a technical user). Does anybody know where to find documentation about this or how to get this accomplished?
    Thanks, Oliver Plohmann

    Hi,
    Have a look at
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office09062001.asp
    Eddy

  • How to change WebAs Java URL with which it is called

    hi all,
    I am trying to activate the standard web templated for integration between BI 7.0 and EP 7.0 to execute the BEx report in Web.
    I am getting the following error:
    <b>The URL for ABAP customising table RSPOR_T_PORTAL : http://eimreymdd0.eimskip.net:50000 is not compatible with the URL  with which you call the WebAS Java : http://eimreymdd0:50000</b>
    Now, I want to change the URL of WebAS Java with which it is called.I want to change http://eimreymdd0:50000  to http://eimreymdd0.eimskip.net:50000
    How can I change this ? I want to know the location through which I can change this URL.
    Thanks in advance for your suggestion.
    Best Regards,
    Yogesh

    Hi Yogesh,
    I think you need to change you DNS server mapping.
    You can also try to change to virtual hosts property in the UME
    i.e.
    http://<host name>:<portnumber>/nwa
    Under System Management --> Configuration
    you'll find the virtual hosts.
    Regards,
    Prashil

  • Logon problems (WebAS Java) after installation.

    Hello experts,
    I have used the SAPInst to install a netweaver dual stack(java + ABAP). During the installation I am asked for a master password and I provided a suitable one.
    However after the installation, I was not able to log into the WebAS java with username - administrator and the masterpassword. The master password worked fine on the ABAP side.
    Do i need to activate the user? Am I missing something??
    Thanks,
    Vineeth

    Check in the UME Sheet profile.
    <b>ume.r3.connectcion.master.client</b> to the default client of the ABAP Engine.
    at the following location.
    Open the Config Tool and choose cluster-data --> Instance_... --> server_...
    --> services ---> com.sap.security.core.ume.service --> ume.r3.connectcion.master.client.
    Check the client no of the field. See if you are able to login with J2EE_ADMIN in this client in the ABAP Engine.
    Thanks,
    Tanuj

  • WEBI Java Error when starting report form the portal

    Hi when i'm starting a BO WEBI report out from the  portal the next error is apearing:
    error on set doc title.
    Details: Version:12.1.0.882
    Toepassingsserver:
    http://pcl09009.magma-it.local:8080/AnalyticalReporting/Webi/cdzServlet
    Stapeltracering: netscape.javascript.JSException: Unspecified error invoking method or accessing property "updateDocumentTitle" at sun.plugin2.main.client.MessagePassingJSObject.newJSException(Unknown Source) at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown Source) at sun.plugin2.main.client.MessagePassingJSObject.call(Unknown Source) at com.businessobjects.wp.tc.TCDocument.setNameEx(Unknown Source) at com.businessobjects.wp.om.OMDocument.setXmlProperty(Unknown Source) at com.businessobjects.wp.om.OMDocPropHandler.setDocProperty(Unknown Source) at com.businessobjects.wp.xml.XMLDocPropParser.parseDocProp(Unknown Source) at com.businessobjects.wp.xml.XMLDocPropParser.parseDocProps(Unknown Source) at com.businessobjects.wp.xml.XMLOutputParser.parseOutput(Unknown Source) at com.businessobjects.wp.xml.XMLOutputParser.parseOutputs(Unknown Source) at com.businessobjects.wp.xml.XMLOutputParser.parse(Unknown Source) at com.businessobjects.wp.xml.XMLLoader.loadDoc(Unknown Source) at com.businessobjects.wp.tc.TCMain.loadDocument(Unknown Source) at com.businessobjects.wp.tc.TCMain.initDocument(Unknown Source) at com.businessobjects.wp.tc.TCMain.initClient2(Unknown Source) at com.businessobjects.wp.tc.TCMain.initClient(Unknown Source) at com.businessobjects.wp.tc.thread.InitAppletRunner.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
    afte closing  i can't refresh or change the querie
    Does any one have solution for this? I'm using BO XI 3.1

    Hi Peter,
    try this solution oryginally posted by Craig Brandt in another topic.
    Firstly make sure you have no old Java installs or 'add ons' lingering about on your system, check in programs and features (assuming your using windows 7) and uninstall Java completely. Check the add ons in IE and show: 'All add ons' - remove manually if required. Do a clean up of the computers temp files and cache. I used a program called ccleaner. Also check c:\users\<username>\app data\locallow\ and delete the 'Sun' folder. Then reboot machine.
    - Install latest Java 1.7.0_51
    - Go to Java control panel in windows control panel
    - add the exception for your BOBJ server e.g. http://<SERVER>:8080
    - click continue
    - go to the advanced tab
    - scroll down and tick 'use TLS 1.2'
    - apply or OK to exit java control panel
    - open 'Internet Options'
    - go to the 'advanced' tab
    - scroll down and tick 'use TLS 1.2'
    - OK everything and close any IE windows
    Now try again, you will need to enable the 'add on' when prompted on opening IE for the first time.
    Also when accessing the BI Web I for the first time, I placed a tick in the 'do not show this again for apps from this publisher'
    Work for me!

  • (HP Share to Web)/(java 1.5 JRE) incompatibility problem?

    A Java application developed with JDK 1.3, and which used JRE 1.3, ran fine, but upon migrating from Java 1.3 to Java 1.5 (i.e. compiled with JDK 1.5 and using JRE 1.5), the application started having problems running on a given machine, which would give the fatal error, "javaw.exe has generated errors and will be closed by windows." This error would occur after the application would start and when the user would start to interact with application. The problem was traced to the application HP Share-to-Web, which was running on the machine in question. This problem would happen on machines running Win2K and Win98, and the aforementioned application, HP Share-to-Web, but would not happen on XP. When the application, HP Share-to-Web, was uninstalled, the Java 1.5 application would work fine. The following log file concerning this error was written on the Win98 machine. Hey..if anyone has any idea what be a happening, or if someone has experienced this same problem, any response would be appreciated.
    JAVAW caused an invalid page fault in
    module AWT.DLL at 0167:6d0ea81e.
    Registers:
    EAX=00000000 CS=0167 EIP=6d0ea81e EFLGS=00010246
    EBX=00000000 SS=016f ESP=0b76fa34 EBP=817858a0
    ECX=00000001 DS=016f ESI=006f84c0 FS=120f
    EDX=81780e9c ES=016f EDI=00000000 GS=0000
    Bytes at CS:EIP:
    8b 07 57 ff 50 58 ff 76 18 8b 07 57 ff 50 58 ff
    Stack dump:
    006c1b80 006f8500 006f84c0 6d0ea7d1 00000000 6d0ea924 00000001 0042f5d0
    7ff38b7d 006f8500 0042f5d4 0042f5d8 00000000 7ff387cf 7ff380f8 00000002

    AWT strongly suggests gui to me.
    That often means video software or hardware problems which can also include fonts.
    Does the particular software package grap the screen? And is it certified to work on the OS with the particular video hardware and software (including versions)?

  • Running ABAP program from web - java.lang.NullPointerException

    Hi experts,
    Need help. We have a web portal that one of the link is to call out a customized report to be displayed on nthe browser. There is a standard function to download the report by List -> Save/Send -> File. It seems that after we upgrade to ECC6/web dispatcher, this function failed to work. Our Basis has helped to check and they are highlighting that this is application side issue. They gave us the following:
    Exception in thread "AWT-EventQueue-4" java.lang.NullPointerException: String is null
         at sun.java2d.SunGraphics2D.drawString(Unknown Source)
         at Query.paint(Unknown Source)
         at sun.awt.RepaintArea.paintComponent(Unknown Source)
         at sun.awt.RepaintArea.paint(Unknown Source)
         at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Frankly I really cannot understand this and also not sure how to solve it. Anyone have any ideas?

    Hi All,
            I am also getting similar type of error
    java.lang.NullPointerException
        at se.abb.com.View2.wdDoInit(View2.java:102)
        at se.abb.com.wdp.InternalView2.wdDoInit(InternalView2.java:202)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
        ... 34 more
    Please help me to resolve this error.
    Thanks
    Uday

  • WIJ20002 error in webi java panel

    Hi All,
    One of user trying to create a report on universe but when trying to run query, user facing WIJ20002 error.
    The web intelligence can not connect to the server please contact your administrator, but her colleague not facing any error with same configurations.
    User using Java 1.6.45 & internet explorer is 9 – 9.0.8112.16421CO, OS is windows 7 64 bit.
    I was re installed java also but had no luck.
    I'm attaching complete error message can any one help me please.

    Hi,
    According the InfoView URL in the screen shut that contains "enterprise115", it seems that you have Business Objects XIR2 and you said "User using Java 1.6.45 & internet explorer is 9 – 9.0.8112".
    Check out the XIR2 SP6 Support Platform Guide, the supported IE browser is IE7 with Sun 1.6.0_02+.
    Hope this helps,
    Jin-Chong

  • BEx Web: Java Error when calling query from Query Designer

    When designing a query in the designer and executing it via the portal,
    I get the following error:
    com.sap.ip.bi.base.application.variableprocessor.IVariableProcessor.synchronizeStateVariables()V
    The complete exception is:
    com.sap.ip.bi.webapplications.runtime.controller.MessageException: Error while calling the method "processDialogCommand"     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2366)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:841)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:775)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:412)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:21)     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)     at java.security.AccessController.doPrivileged(Native Method)     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)Caused by: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error while calling the method "processDialogCommand"     at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java:116)     at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java:439)     at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java:325)     at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java:144)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSuper(Page.java:1451)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandInternal(Page.java:1439)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSequence(Page.java:2022)     at com.sap.ip.bi.webapplications.runtime.impl.Page.displayVariableScreen(Page.java:1845)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSequence(Page.java:2069)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:2755)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2288)     ... 36 moreCaused by: java.lang.NoSuchMethodError: com.sap.ip.bi.base.application.variableprocessor.IVariableProcessor.synchronizeStateVariables()V     at com.sap.ip.bi.webapplications.ui.dialogs.variablescreen.DlgVariable.doUiDialogInit(DlgVariable.java:259)     at com.sap.ip.bi.webapplications.ui.dialogs.framework.UiDialog.doInit(UiDialog.java:164)     at com.sap.ip.bi.webapplications.runtime.base.PageObject.init(PageObject.java:244)     at com.sap.ip.bi.webapplications.runtime.base.Dialog.init(Dialog.java:72)     at com.sap.ip.bi.webapplications.runtime.base.Dialog.processCommand(Dialog.java:168)     at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processDialogCommand(CommunicationProcessor.java:99)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java:101)     ... 46 more
    The HP LEvel on the Java Stack is 10, on Te ABAP Stack it is 11.
    Any ideas?
    Thanks in advance, Thom

    Did you check these posts:
    Unable to publish in IE with BEx Query Designer
    Web Analyzer Execute failed- System received an expired SSO ticket
    null

  • Open Web java Analyzer in the same window

    Hi,I would like to open java applet in the same window base Internet Explorer window.According to documentation I shoud change Analyzer.jsp file parameter from:<PARAM NAME = UseFrame VALUE = "True">to<PARAM NAME = UseFrame VALUE = "False">When UseFrame is set to "False" then login window opens, I have logged in with username and password and then nothing happens. At web browser status bar there is a message: "Opening http://olap/Analyzer7_Server/Dispatcher". Nothing happens!What should I do to make my java applet working in the same window?By the way, if UseFrame is set to True then Analyzer works fine.Thanks,Grofaty

    Hi,I have found out the solution:1. Opened Analyzer.jpf file2. Deleted all <table> to <object> html tags. (but didn't delete <object> tag)3. Deleted </table> to </object> from down to up of the file (but did't delete </object> tag)4. Deleted <embed> to </embed> tags.5. Deleted <comment> tag6. In object tag I have added WEIGHT to 100% and HEIGHT to 100%7. Changed parameters from param name=UseFrane value ="True" from "True" to "False".The problem dissapeared. So no more help is needed.Grofaty

Maybe you are looking for

  • Adobe Photoshop Extended CS4 Trial on Macbook

    Hi, my girlfriend tried to install the photoshop CS4 trial on her spanking new macbook. However, after downloading the trial and running the installer SUCCESSFULLY, she encounted a problem opening PS. The icon didn't show up, and when clicked an erro

  • How to get 64 bit version for premiere elements 12

    How to get  64-bit version for Premier Elements 12 ?  I download from ADMISY site. Click on win 64 bit and download it. When I try to install ther is a error  this download version is not for 64 bit I have try many times but same result

  • Difficulty deploying Entity Bean in Web.ser.5.1

    I am trying to deploy the Container managed Entity beans in Weblogic App.Server5.1.But while using the command "java weblogic.ejbc source.jar target.jar" I get the following error ERROR: Error from ejbc: [9.2.8] In EJB Beans, the home interface must

  • Exporting Problem

    I'm having some problems exporting some HD footage for burning to a DVD. I'm using FCP 6 and I captured the footage with at 1080i60. The problem is when I export a video it goes through its exporting process and my video which is 4'52" keeps getting

  • CM01 not updating upon partial confirmation of an activity in order

    Hello PP Angels, I am looking for an explanation for this. When a production order is partially confirmed, (using CO11N), for an activity -- say labor time. (and do not confirm any quantity ) subsequently, on checking the CM01 Standard Overview, I fi