Data Flow - From Petals to a Job using a tPetalsInput

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (17)

View Page History
{section}
{column}

h1. Preliminary notes


The job is made up of two components:
# The tPetalsInput transforms the Petals' data flow into a Talend flow.
# The tPetalsInput loads the Petals' data flow in the job.
# The tMySqlOutput writes the data into the database.

Here is the overall aspect of the job.

!PetalsToJob_tpi_job_2.jpg!


\\
Here is the schema of the tPetalsInput tMySqlOutput component.

!PetalsToJob_tpi_msoschema_2.jpg!

\\
And here are the properties of the tPetalsInput tMySqlOutput component.

!PetalsToJob_tpi_msoproperties_2.jpg!
h2. Exporting the job

Select the job and right-click it. Select *Export to Petals ESB*. Job Scripts*.
Update the target destination.
In the *Export type* combo, select *Petals ESB*.
Let Update the target destination and let the job be exposed as a singleton.


You should have the following dialog:

!PetalsToJob_tpi_export.jpg! !DefaultExport.jpg!


Click *Finish*.


{code:lang=xml}
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tal="http://petals.ow2.org/talend/">

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<tns:executeJobResponse
xmlns:tns="http://petals.ow2.org/talend/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Otherwise, to determine the act cause of a problem, you would have to use logging features available in the Talend palet.
However, let's make it clear, the job's logs are managed independently of Petals and its monitoring capabilities.

{column}
{column:width=350px}