Hi ,
I was trying to create a score card using a simple BW query. But I am getting the following error whenever I run the application.
Data Provider "" could not be parameterized:
Group: DATAPROVIDER
Type: null
Name:
Init parameters:<parameterList>
<param name="LOAD_IN_SCRIPT" value="false"/>
</parameterList>
In the Data Source Properties I have changed the property "Load in script = true". But I am still getting this error.
Here is the screen shot.
Also I am getting the following error:
null
Error
Thu Jan 17 16:23:53 IST 2013
Error during script processing:
"<parameterList>
<param name="SCRIPT" value="//DS_1.loadDataSource(); //DS_2.loadDataSource(); DS_3.loadDataSource(); //TEXT_5.setText(DS_3.getDataAsString("0AMOUNT", {"0RELOCAT":"Atlanta"})); TEXT_6.setText(DS_3.getDataAsString("0AMOUNT", {"0RELOCAT":"Boston"})); //TEXT_7.setText(DS_3.getDataAsString("0AMOUNT", {"0RELOCAT":"Charlotte"})); //TEXT_8.setText(DS_3.getDataAsString("0AMOUNT", {"0RELOCAT":"Denver"})); //TEXT_9.setText(DS_3.getDataAsString("0AMOUNT", {"0RELOCAT":"Miami"}));"/>
</parameterList>
" "com.sap.ip.bi.zen.rt.framework.jsengine.JsEngineTimeoutException: com.sap.ip.bi.zen.rt.framework.jsengine.rhino.RhinoJsEngineError
at com.sap.ip.bi.zen.rt.framework.jsengine.rhino.RhinoJsEngine.doResumeScript(RhinoJsEngine.java:118)
at com.sap.ip.bi.zen.rt.framework.jsengine.JsEngine.resumeScript(JsEngine.java:51)
at com.sap.ip.bi.zen.rt.framework.jsengine.rhino.RhinoScriptInterpreterBialService.interprete(RhinoScriptInterpreterBialService.java:106)
at com.sap.ip.bi.base.command.impl.Command.interprete(Command.java:198)
at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processCommandSequence(Page.java:4447)
at com.sap.ip.bi.webapplications.runtime.impl.page.Page.doProcessRequest(Page.java:2511)
at com.sap.ip.bi.webapplications.runtime.impl.page.Page._processRequest(Page.java:713)
at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processRequest(Page.java:4811)
at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processRequest(Page.java:4804)
at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.doProcessRequest(Controller.java:1191)
at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller._processRequest(Controller.java:1047)
at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1015)
at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:72)
at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService._handleRequest(BIRuntimeServerService.java:489)
at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService.handleRequest(BIRuntimeServerService.java:882)
at com.sap.ip.bi.server.execution.engine.runtime.BIExecutionEngineRuntime.executeRequest(BIExecutionEngineRuntime.java:48)
at com.sap.ip.bi.framework.base.execution.impl.BIExecutionService.executeRequest(BIExecutionService.java:54)
at com.sap.ip.bi.client.execution.AbstractExecutionServlet.handleRequest(AbstractExecutionServlet.java:130)
at com.sap.ip.bi.client.servlet.BIPrivateServlet.handleRequest(BIPrivateServlet.java:32)
at com.sap.ip.bi.client.execution.AbstractExecutionServlet.doPost(AbstractExecutionServlet.java:125)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at org.eclipse.equinox.http.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:38)
at com.sap.ip.bi.zen.webserver.internal.ZenSessionFilter.doFilter(ZenSessionFilter.java:34)
at org.eclipse.equinox.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:81)
at org.eclipse.equinox.http.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:35)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:130)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:317)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:939)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: com.sap.ip.bi.zen.rt.framework.jsengine.rhino.RhinoJsEngineError
at com.sap.ip.bi.zen.rt.framework.jsengine.rhino.CustomContext._checkMaximumExecutionTimeExceeded(CustomContext.java:44)
at com.sap.ip.bi.zen.rt.framework.jsengine.rhino.CustomContext.checkMaximumExecutionTimeExceeded(CustomContext.java:38)
at com.sap.ip.bi.zen.rt.framework.jsengine.rhino.CustomContextFactory.doTopCall(CustomContextFactory.java:75)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178)
at org.mozilla.javascript.Interpreter.restartContinuation(Interpreter.java:895)
at org.mozilla.javascript.Context.resumeContinuation(Context.java:1246)
at com.sap.ip.bi.zen.rt.framework.jsengine.rhino.RhinoJsEngine.doResumeScript(RhinoJsEngine.java:106)
... 43 more
"
This is the script for which it is giving me an error:
Can you help.
Thanks Regards,
Biswajit