Bartender Text files contain table field descriptions but no data

Our Bartender Text files are being sent to Our Azure Share, so i can open them up - however the only Data I can see appears to be from the “Company” table. I see a bunch of empty ,“”,“”,“” but no data.

I have a ticket in with Epicor - this is going to be VERY urgent come Monday morning.

I tried starting from the Standard GenInv RDD and I am seeing the same thing. The field headers are being sent to a text file - but no data.

Any suggestions welcome?,

DaveO

PRB0320218
Pre-Issue - All data missing from GenInv Bartender output file except for the Company table.

There a few Bartender Issues currently reported.

Check your RDD I wonder if Epicor modified the GenInv RDD. I have had that in the past I had to remove some JOINs. If they didn’t then its something else, I just know the PRB number above, no details. Take a screenshot of your RDD. Curious how many Relationships you have.

We had the same issue. The work-around we did was to create new BAQs that had the label data we wanted and used the PartTran.SysRowID as the parameter for the BAQ. We built an RDD / Report Style off of that BAQ. Then we updated our auto-print BPM to fetch the data from the BAQ and send the new report to bartender instead of the report based on geninv.

Note that for us the assembly reference you need to link the BPM to the BAQ wasn’t accessible for us (issue logged as PRB0314284) so we shoehorned this into a different PartTran.Update BPM that was already referencing that assembly :face_with_bags_under_eyes:

Mr. Steve: Thank you for the post. I was just starting down that path but unsure if it was going to work. You have given me some confidence that i am headed in the right direction.

Thank you again,

DaveO

Mr. Steve: Thank you so much. Your suggestion worked perfectly.

Note i had to use an expression to use the PartTran.SysRowID - had to use PartTran.SysRowID.ToString() since that field apparently has a type PartTran.Guid?

Thank you so much for the “nudge”.

DaveO