# How to get graph output text to CloverETL Designer when runn

**URL:** https://forum.cloverdx.com/t/how-to-get-graph-output-text-to-cloveretl-designer-when-runn/1254
**Category:** CloverDX Platform
**Created:** [August 11, 2013, 12:00am UTC](https://forum.cloverdx.com/t/how-to-get-graph-output-text-to-cloveretl-designer-when-runn/1254 "2013-08-11T00:00:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![starsailor](https://avatars.discourse-cdn.com/v4/letter/s/e56c9b/32.png) [@starsailor](https://forum.cloverdx.com/u/starsailor)
#### Post date: [August 11, 2013, 12:00am UTC](https://forum.cloverdx.com/t/how-to-get-graph-output-text-to-cloveretl-designer-when-runn/1254/1 "2013-08-11T00:00:00Z")

</div>

When I run a graph in CloverETL Designer locally on my desktop using the Run button in the UI I get all the status and error output from the graph execution in the console window. 😃  
However, when I run the same graph on the CloverETL Server on a machine and Amazon Web Services using the same Run button in the CloverETL Designer UI I only get some initial startup information in the Clover ETL Designer console window and then a Java exception dump (see below). ☹

How do I configure the execution of the graph on the server to get the same or similar level of information in the CloverETL Designer console window?

\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* CloverETL Server Graph: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*  
CloverETL Server URL: [http://54.225.102.3:8080/clover/webservice?wsdl](http://54.225.102.3:8080/clover/webservice?wsdl)  
Sandbox code: WBGM  
Graph: graph/FordReporting.grf  
Graph ID: 1375721706509  
Run ID: 426035  
Refresh interval: 5 (seconds)  
Wait for JMX client: true  
Connecting to CloverETL Server …  
Exception in thread “main” java.lang.Error: Undefined operation name AnalyseGraph  
at com.sun.xml.ws.model.JavaMethodImpl.freeze(JavaMethodImpl.java:327)  
at com.sun.xml.ws.model.AbstractSEIModelImpl.freeze(AbstractSEIModelImpl.java:97)  
at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:268)  
at com.sun.xml.ws.client.WSServiceDelegate.addSEI(WSServiceDelegate.java:683)  
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:340)  
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:323)  
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:305)  
at javax.xml.ws.Service.getPort(Service.java:119)  
at com.cloveretl.gui.server.subsystem.sandbox.client.CloverServerWSService.getCloverServerWSPort(Unknown Source)  
at com.cloveretl.gui.server.runtime.BaseCloverServerProxy.a(Unknown Source)  
at com.cloveretl.gui.server.runtime.BaseCloverServerProxy.A(Unknown Source)  
at com.cloveretl.gui.server.runtime.BaseCloverServerProxy.run(Unknown Source)  
at com.cloveretl.gui.server.runtime.CloverServerProxy.main(Unknown Source)

---

<div class="post-metadata">

### Author: ![David\_Hlidek](https://avatars.discourse-cdn.com/v4/letter/d/58f4c7/32.png) [@David\_Hlidek](https://forum.cloverdx.com/u/David_Hlidek)
#### Post date: [August 13, 2013, 7:44am UTC](https://forum.cloverdx.com/t/how-to-get-graph-output-text-to-cloveretl-designer-when-runn/1254/2 "2013-08-13T07:44:04Z")

</div>

Dear starsailor,

It seems that you are trying to connect CloverETL Server and Designer of varying versions. Probably you use newer Designer than Server.

We do not support or recommend connection of different versions of Server/Designer. Could you please try to unify applications versions and check again?

---

<div class="post-metadata">

### Author: ![starsailor](https://avatars.discourse-cdn.com/v4/letter/s/e56c9b/32.png) [@starsailor](https://forum.cloverdx.com/u/starsailor)
#### Post date: [August 18, 2013, 5:29pm UTC](https://forum.cloverdx.com/t/how-to-get-graph-output-text-to-cloveretl-designer-when-runn/1254/3 "2013-08-18T17:29:09Z")

</div>

I’ll check the version and update if needed. Then I’ll report back. Thanks!
