1

I'm trying to load new objects using load_df.p and I do NOT want to see any messages. But even if I give "ignore any errors and commit the loading of the .df" parameter as yes it gives a warning.

RUN prodict/load_df.p ("c:\temp\delta.df,yes,NEW OBJECTS").

It raises a warning message as follows:

There have been errors encountered in the loading of this df and you have selected to commit the transaction anyway.

Are you sure you want to commit with missing information?

How can I suppress this message and make load_df.p to continue loading?

aza
  • 115
  • 13

1 Answers1

0

You can extract prodict.pl and customize load_df.p however you'd like.

bupereira
  • 1,463
  • 8
  • 13
  • 1
    I thougth there might be a parameter which I might set it. I think you are suggesting Instead of using prodict.pl, I should extract load_df.p code, and customize it. Makes sense :) – aza Jan 04 '18 at 14:53
  • I don't remember by heart. But even if there is, extracting load_df.p and looking at it will answer all your questions, since you'll have the code it runs. – bupereira Jan 05 '18 at 15:32