Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good day!
I have over 650 jobs imported from 5.6.1 version to 7.2.1 with tMDMInput/tMDMConnection components where URL set to
"http://"+context.MDM_Host+":"+context.MDM_Port+"/talend/TalendPort"
and MDM version set to "5.6 URL compliance"
Is there any way to change "/talend/TalendPort" to "/talendmdm/services/soap" (or better to context.MDM_Path variable)
and MDM version to "Server 6.0" in all jobs at once?
Hello,
The Server 6.0 is selected by default.
You can get more information from this component reference:https://help.talend.com/reader/msYHZX5cy8r~kHLcYyRO_A/Nx1orwjemT_sEC2qfZQMKQ
Best regardd
Best regards
Sabrina
Hello, Sabrina
"5.6 URL Compliance" selected in all jobs imported from 5.6.1 to 7.2.1.
I have tested tMDMOutput and tMDMInput on 7 version with both values "5.6 URL Compliance" and "6.0 Server" in MDM version field and did not notice the differences. Both works fine. But only if I changed "/talend/TalendPort" to "/talendmdm/services/soap" in URL before test. Without changes job fails.
So there is only one question left: is it possible to update URL field in all tMDM* components in all jobs without opening every job manually?
Hello,
The URL in tMDMInput should be MDM server. The link of user interface should be:/talendmdm/ui or /talend/TalendPort.
Did you create in Server Explorer view of the Studio a new connection? It will open the dialog box with the default settings (URL should be then something like http://localhost:8180/talendmdm/services/soap).
The link /talendmdm/services/soap should be OK.
Best regards
Sabrina
Hello,
> "The URL in tMDMInput should be MDM server."
I'm understand that. URL with /talendmdm/services/soap working nice. URL with /talend/TalendPort gives an error as well as accessing to /talend/TalendPort via browser gives a 404 error. Question is about how to quickly change /talend/TalendPort to /talendmdm/services/soap (or set up a context variable) in all six hundred jobs imported from 5.6.1? Changing them one by one would take about a week.