<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} p
        {margin-top:0;
        margin-bottom:0}p
        {margin-top:0;
        margin-bottom:0}--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Thanks Pavol.</p>
<p><br>
</p>
<p>Indresh...<br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:arial,sans-serif; font-size:13.333333969116211px; background-color:rgb(255,255,255)">
<p><br>
</p>
</div>
</div>
</div>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> midPoint <midpoint-bounces@lists.evolveum.com> on behalf of Pavol Mederly <mederly@evolveum.com><br>
<b>Sent:</b> 08 October 2014 12:44<br>
<b>To:</b> midPoint General Discussion<br>
<b>Cc:</b> Shelly Piplani; Sumit Sharma<br>
<b>Subject:</b> Re: [midPoint] Fw: How to Communicate from midPoint to Remote Connector Server</font>
<div> </div>
</div>
<div>
<div class="moz-cite-prefix">Hello Indresh,<br>
<br>
yes, the 1.1.1.0 version is quite old, and is protocol-incompatible with midPoint 3.0.
<br>
<br>
I'm sorry we have not updated our wiki since then. Actually, I can't do that right now, so in the meantime please use the following version:<br>
<br>
<a href="https://www.dropbox.com/s/p0jef1jonj3iifn/connid-connector-server-java-1.4.0.1-SNAPSHOT.zip?dl=0">https://www.dropbox.com/s/p0jef1jonj3iifn/connid-connector-server-java-1.4.0.1-SNAPSHOT.zip?dl=0</a><br>
<br>
I've built it from current sources just a minute ago.<br>
<br>
Best regards,<br>
Pavol<br>
<br>
</div>
<blockquote type="cite"><style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<p>Hi Team,</p>
<p><br>
</p>
<p>FYI..<br>
</p>
<p><br>
</p>
<p>Thanks and Regards</p>
<p>Indresh..<br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:arial,sans-serif; font-size:13.333333969116211px; background-color:rgb(255,255,255)">
<p><br>
</p>
</div>
</div>
</div>
<div dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> midPoint
<a class="moz-txt-link-rfc2396E" href="mailto:midpoint-bounces@lists.evolveum.com">
<midpoint-bounces@lists.evolveum.com></a> on behalf of Indresh Kumar Bajpai <a class="moz-txt-link-rfc2396E" href="mailto:indresh.bajpai@ilantus.com">
<indresh.bajpai@ilantus.com></a><br>
<b>Sent:</b> 07 October 2014 12:58<br>
<b>To:</b> midPoint General Discussion<br>
<b>Subject:</b> Re: [midPoint] How to Communicate from midPoint to Remote Connector Server</font>
<div> </div>
</div>
<div>
<p><br>
</p>
<p>Hi Team,</p>
<p><br>
</p>
<p>i am using the 1.1.1.0 version for Connector Server.</p>
<p><br>
</p>
1.The  TCP communication between connector server and connector host is on  (port 8759)<br>
<div>2. I am using non SSL Connector Server<br>
</div>
<div>3. connector server is not running after i encounter this failure.<br>
</div>
4. fallowing log msg is comming in logs.. <br>
<br>
framework.server.Main - Method: buildBundleURLs    No bundles found in the bundles directory
<br>
server.impl.CCLWatchThread - Method: checkCCL    Creating thread 'ConnectionListener' with a non-null CCL
<br>
framework.server.Main - Method: run    Connector server listening on port 8759<br>
<br>
Creating thread 'pool-1-thread-1' with a non-null CCL <br>
o.i.f.s.impl.ConnectionListener - Method: run    Unexpected version: 2 <br>
org.identityconnectors.framework.common.exceptions.ConnectorException: Unexpected version: 2<br>
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:95) ~[connector-framework-internal.jar:na]<br>
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313) ~[connector-framework-internal.jar:na]<br>
    at org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection.readObject(RemoteFrameworkConnection.java:165) ~[connector-framework-internal.jar:na]<br>
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.processRequest(ConnectionProcessor.java:151) ~[connector-framework-internal.jar:na]<br>
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.run(ConnectionProcessor.java:127) ~[connector-framework-internal.jar:na]<br>
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_45]<br>
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_45]<br>
    at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]<br>
<br>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:arial,sans-serif; font-size:13.333333969116211px; background-color:rgb(255,255,255)">
<p><br>
</p>
</div>
</div>
</div>
<div style="color:rgb(33,33,33)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri,
                sans-serif"><b>From:</b> midPoint
<a class="moz-txt-link-rfc2396E" href="mailto:midpoint-bounces@lists.evolveum.com">
<midpoint-bounces@lists.evolveum.com></a> on behalf of Pavol Mederly <a class="moz-txt-link-rfc2396E" href="mailto:mederly@evolveum.com">
<mederly@evolveum.com></a><br>
<b>Sent:</b> 07 October 2014 12:21<br>
<b>To:</b> midPoint General Discussion<br>
<b>Subject:</b> Re: [midPoint] How to Communicate from midPoint to Remote Connector Server</font>
<div> </div>
</div>
<div>
<div class="moz-cite-prefix">Hello,<br>
<br>
one more thing (maybe not very probable, but possible) - are you using the correct version of the Connector Server? I.e. which version do you use?<br>
<br>
Regards<br>
Pavol<br>
</div>
<blockquote type="cite">
<div style="font-family:times new roman,new
                  york,times,serif; font-size:12pt; color:#000000">
<div>Hi,<br>
</div>
<div><br>
</div>
<div>let's start from the simplest things first:<br>
</div>
<div><br>
</div>
<div>1. is your TCP communication between connector server and connector host? (port 8759)<br>
</div>
<div>2. are you using or not using SSL?<br>
</div>
<div>3. is the connector server still running even after you encounter this failure?<br>
</div>
<div>4. can you check Connector Server logs? There should be something regarding this failure.<br>
</div>
<div><br>
</div>
<div>For me it looks like a communication problem.<br>
</div>
<div><br>
</div>
<div>Regards,<br>
</div>
<div>I.<br>
</div>
<div><br>
</div>
<hr id="zwchr">
<blockquote style="border-left:2px solid
                    #1010FF; margin-left:5px; padding-left:5px; color:#000; font-weight:normal; font-style:normal; text-decoration:none; font-family:Helvetica,Arial,sans-serif; font-size:12pt">
<b>From: </b>"Indresh Kumar Bajpai" <a class="moz-txt-link-rfc2396E" href="mailto:indresh.bajpai@ilantus.com">
<indresh.bajpai@ilantus.com></a><br>
<b>To: </b><a class="moz-txt-link-abbreviated" href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
<b>Cc: </b>"Shelly Piplani" <a class="moz-txt-link-rfc2396E" href="mailto:shelly.piplani@ilantus.com">
<shelly.piplani@ilantus.com></a>, "Sumit Sharma" <a class="moz-txt-link-rfc2396E" href="mailto:sumit.sharma@ilantus.com">
<sumit.sharma@ilantus.com></a><br>
<b>Sent: </b>Tuesday, October 7, 2014 8:25:21 AM<br>
<b>Subject: </b>Re: [midPoint] How to Communicate from midPoint to Remote Connector Server<br>
<div><br>
</div>
<style style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<p><span style="">Hi Team,</span></p>
<p><br style="">
</p>
<p><span style="">Can somebody assist on this.</span></p>
<p><br style="">
</p>
<p><span style="">Requirement is as below.</span><br style="">
</p>
<p><br style="">
</p>
<p><span style="">1) - I have configured and set up the SAP Connector in my local machine, now i am trying to communicate from my local machine to Demo Server (typically a Linux machine) through Remote Connector Host</span>,<span style=""> i have installed
 the Remote Connector Server in my Local machine as well. </span><br style="">
</p>
<p><br>
<span style=""></span></p>
<p><span style="">2)- while communicating from midpoint to  Connector Server, i am passing the fallowing parameters in Connector Host -  Name, Host Name, Port, Shared Secret.</span></p>
<p><br style="">
</p>
<p><span style="">while importing this connector host in mid point under Resource tab  by clicking on Discovery i am getting the fallowing error.</span></p>
<p><br>
</p>
<p><br>
</p>
<p><img title="pastedImage.png" style="width:1121px" src="cid:part6.07090506.09060609@evolveum.com"><br>
</p>
<p><br>
</p>
<div style="color:rgb(33,33,33)">
<hr style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><span color="#000000" face="Calibri, sans-serif" style="font-size:11pt; color:#000000; font-family:Calibri,sans-serif"><br>
<span style="">can some body  suggest that what exact parameters should i need to pass while configuring Connector host in midpoint</span><span style=""> for SAP Connector</span>, s<span style="">o that i can communicate with demo server through remote Connector
 host</span>.<br>
<br>
<span style="">Thanks and Regards</span><br style="">
<span style="">Indresh </span>..<br>
<br>
<br>
<br>
<strong>From:</strong> midPoint <a class="moz-txt-link-rfc2396E" href="mailto:midpoint-bounces@lists.evolveum.com">
<midpoint-bounces@lists.evolveum.com></a> on behalf of Pavol Mederly <a class="moz-txt-link-rfc2396E" href="mailto:mederly@evolveum.com">
<mederly@evolveum.com></a><br>
<b>Sent:</b> 06 October 2014 20:54<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:midpoint@lists.evolveum.com">
midpoint@lists.evolveum.com</a><br>
<b>Subject:</b> Re: [midPoint] How To Communicate From Mid point to Remote Connector Server</span>
<div> </div>
</div>
<div>
<div class="moz-cite-prefix">Hello Indresh!<br>
<br>
Please see <a href="https://wiki.evolveum.com/display/midPoint/Active+Directory+HOWTO" target="_blank">
https://wiki.evolveum.com/display/midPoint/Active+Directory+HOWTO</a> for an inspiration.<br>
<br>
If you would go through that manual, and if you get stuck at some point, just let us know and we'll try to help you.<br>
<br>
Regards,<br>
Pavol<br>
<br>
</div>
<blockquote>
<p><br>
</p>
<p>Hi Team,</p>
<p><br>
</p>
<p>Can somebody assist me on How to connect from mid point to Remote Connector Server.</p>
<p><br>
</p>
<p>I have installed Connector Server in my local machine and trying to connect to midpoint.</p>
<p><br>
</p>
<p>Thanks and Regards</p>
<p>Indresh Kumar<br>
</p>
<div id="Signature">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:arial,sans-serif; font-size:13.333333969116211px; background-color:rgb(255,255,255)">
<p><br>
</p>
</div>
</div>
</div>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com" target="_blank">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint" target="_blank">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
<br>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.</div>
</div>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.<br>
_______________________________________________<br>
midPoint mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a><br>
</blockquote>
<div><br>
<br>
</div>
<div><br>
</div>
<div>-- <br>
</div>
<div><span name="x"></span>  Ing. Ivan Noris<br>
  Senior Identity Management Engineer<br>
  evolveum.com<br>
  ___________________________________________<br>
           "Idem per idem - semper idem Vix."<span name="x"></span><br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
<br>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
</div>
</div>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. This message contains information that may be privileged or confidential
 and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof.
 If you receive this message in error, please notify the sender immediately and delete all copies of this message.
</div>
</div>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
<br>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
</div>
</div>
This message contains information that may be privileged or confidential and is the property of ILANTUS Technologies. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain,
 copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
</body>
</html>