cancel
Showing results for 
Search instead for 
Did you mean: 

Data Transfer Transform error

Former Member
0 Kudos

Hello,

This is regarding the issue in the Data Transfer transform and getting below error:


DFC-250014 Data flow did not receive registration requests from its children within 360 seconds

Could anyone suggest why this error popping up and job fails?

Regards,

Yogesh Verma

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Charles,

I have increased the value of the DFRegistrationTimeoutInSeconds and job is now running fine.

Regards,

Yogesh

Former Member
0 Kudos

Thank you very much for the explanation Charles

Regards,

Yogesh

0 Kudos

Hi Yogesh,

Could you please provide the details like what you had mapped using the Data Transfer Transform, the mapping and what you are trying to do, and if you have executed it where exactly you are facing the problem at runtime.

Unless you share more details on it, its hard to guess.

Thanks,

AJ

Former Member
0 Kudos

Hello Anirban,

The following scenario is there:

Source table( A datastore) -> Query -> Target table(B datastore)

To solve the performance issue the following way trying to deal:

Source table(A datastore) -> Data Transfer ( B Datastore) -> Query -> Target Table(B Datastore)

from the above way Data services generating optimized SQL but during the execution getting above DFC error DFC-250014

Regards,

Yogesh

Former Member
0 Kudos

Hello Anirban,

Have you faced this issue earlier?

If you require more information then let me know.

Regards,

Yogesh

former_member192448
Participant
0 Kudos

Hi Yogesh

Is this a simple one to one mapping in the query transform?

How much data is being processed from the source?You mentioned the Data transfer was introduced to solve a performance issue.

Do you have any option in the query transform set to run as seperate process?

Check the value DFRegistrationTimeoutInSeconds in DSConfig.txt found here

Start > Run > %DS_COMMON_DIR%\Conf

Increase the default value and test job run again

Regards

Charles

Former Member
0 Kudos

Hello Charles

Thanks for the reply.

We have increased the value of DFRegistrationTimeoutInSeconds and the job completed successfully but need to find out the RCA as in other environments its value default and the job is running successfully.

What is the role of this parameter in DS?


Regards,

Yogesh



former_member192448
Participant
0 Kudos

Hi Yogesh

The parameter DFRegistrationTimeoutInSeconds is the timeout in seconds a subdataflow process should respond to the parent dataflow process when the job is running with distribution level "Transform"

Regards

Charles

Former Member
0 Kudos

Anyone has faced this error?

Regards,

Yogesh Verma