Raul-rp opened a new issue, #3699:
URL: https://github.com/apache/hop/issues/3699
### Apache Hop version?
2.7
### Java version?
11
### Operating system
Windows
### What happened?
When running a workflow using Hop remote workflow engine, with pipelines
containing the "Combination lookup-update" step when building the dispatch zip,
the connection properties disappear.
ORIGINAL (Local) :
<transform>
<name>Combination lookup/update</name>
<type>CombinationLookup</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<cache_size>9999</cache_size>
<commit>100</commit>
**<connection>FE0VSQL218</connection>**
<crc>N</crc>
<crcfield>hashcode</crcfield>
<fields>
<key>
<lookup>AGENT</lookup>
<name>AGENT</name>
</key>
<return>
<creation_method>tablemax</creation_method>
<last_update_field/>
<name>AGENT_ID</name>
<use_autoinc>N</use_autoinc>
</return>
</fields>
<preloadCache>N</preloadCache>
<replace>N</replace>
<schema>dm_honda_me</schema>
<table>dim_agent</table>
<attributes/>
<GUI>
<xloc>576</xloc>
<yloc>224</yloc>
</GUI>
</transform>
ZIP in Hop server :
<transform>
<name>Combination lookup/update</name>
<type>CombinationLookup</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<cache_size>0</cache_size>
<commit>0</commit>
<crc>N</crc>
<fields>
<return>
<use_autoinc>N</use_autoinc>
</return>
</fields>
<preloadCache>N</preloadCache>
<replace>N</replace>
<attributes/>
<GUI>
<xloc>576</xloc>
<yloc>224</yloc>
</GUI>
</transform>
### Issue Priority
Priority: 1
### Issue Component
Component: Hop Gui, Component: Hop Server
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]