Aperture Data Studio and Find Duplicates Upgrade

HussainSyed
HussainSyed Member
edited December 2023 in General

@Ian Hayden , we have issue with our upgrade on DEV, Find duplicates is not working.
We need your response,
I have sent you an email as well.
First we ran into LDAP issue, I resolved it according to steps you mentioned,
Then, with FD, we are unable to test.

Tagged:

Comments

  • @Henry Simms , we have huge problem in DEV and our dev is on Freeze, Due to recent upgrade, I have already emailed, experian support and no one has responded, Please check and let us know.
    Find Duplicates does not let us create new dup stores and it fails.
    REST API swagger UI url does not work fine. which means FIND DUPLICATES upgrade has some issue, wizard ran successfully fine for both ugprades, but something is missing.
    Please respond on email thread, and help us resolve this,
    I kept Ian in mail too,
    and Ash is I suppose on leave.
    we need a teams meeting to resolve this from experian side.

  • @Sueann See , Can anyone help in above case?

  • Ian Hayden
    Ian Hayden Experian Super Contributor

    Hi @HussainSyed I will pick this up over email and work with you to get it resolved asap.

    Thanks,

    Ian

  • @Ian Hayden thanks once again for your help in resolving the issue.

    Br,

    Hussain Syed

  • Shreya
    Shreya Member

    Hi @Ian Hayden , @HussainSyed ,

    Could you please let me know what was done to fix this issue? My team is also facing similar issue after upgrading Aperture Data Studio from 2.10.0.80 to 2.10.10 and Find Duplicates from 3.8.10 to 3.8.15.

    The installations completed without an issue but while connecting to remote Duplicate server (connected via http on port 8443) we are getting Invalid url error and even the swagger UI is not loading on the 8443 port remote on the Find Duplicate server.

    Please suggest steps that can help sort this issue. Thanks in advance.

    Thanks,

    Shreya

  • Hi Shreya,
    we added the following line to your find_duplicates.properties file .

    spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER

    but better to share logs with experian if it is the same issue.
    most likely could be same.

  • Shreya
    Shreya Member

    Thanks for reverting @HussainSyed . We are getting below error when trying to setup remote duplicate store

    2023-05-16 08:26:05

    203 WARN c.e.d.m.MatchServiceManager [qtp1688586669-116] Unable to connect to Find Duplicates server using URL http://X.X.X.X:8443/ - cause:

    2023-05-16 08:26:05

    203 WARN c.e.d.m.MatchServiceManager [qtp1688586669-116] com.experian.match.api.client.SystemApi.getStatus(SystemApi.java:44) com.experian.match.api.client.ApiException: Exception while obtaining status

    2023-05-16 08:26:05

    203 WARN c.e.d.m.MatchServiceManager [qtp1688586669-116] org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:269) javax.ws.rs.ProcessingException: java.net.ConnectException: Connection timed out: connect

    2023-05-16 08:26:05

    203 WARN c.e.d.m.MatchServiceManager [qtp1688586669-116] java.base/sun.nio.ch.Net.connect0(Native Method) java.net.ConnectException: Connection timed out: connect

  • Ian Hayden
    Ian Hayden Experian Super Contributor

    Many thanks for your response @HussainSyed - it looks like the same issue. @Shreya please try with Hussain's suggestion.

    This issue will be fixed for 2.11 (due soon).

  • Shreya
    Shreya Member

    Thanks @HussainSyed and @Ian Hayden this worked.

    Just a follow up question, do we need to add this property whenever we do upgrade/install on the remote Find Duplicate server?

  • @Shreya , our DEv env had Find Duplicates on same server, For which we did the above fix. and swagger UI was up.
    In prod our Find Duplicates is on separate server, and for that we have not upgraded to latest version.
    although, seeing from error:
    [qtp1688586669-116] Unable to connect to Find Duplicates server using URL http://X.X.X.X:8443/ - cause:
    443 is for https,
    I believe you need 8080 if you are using http.

  • Ian Hayden
    Ian Hayden Experian Super Contributor

    Hi @Shreya, if you are using this version of the Find Duplicate server you will need to manually add this line. It is something we are fixing in the next release however, so if you pick that up instead you will not need it.

  • Shreya
    Shreya Member

    Will make a note of it @Ian Hayden

  • @Shreya glad you were able to resolve.