Closed arranf closed 8 years ago
Which columns did you have to add?
@dcs619
[Card_Type] [varchar](50) NULL,
[Last_Four] [varchar](50) NULL,
[Fund_Is_active] [bit] NULL,
[Fund_GL_Account] [varchar](50) NULL,
[Sub_Fund_GL_Account] [varchar](50) NULL
That got me past the missing Card_Type error but now I'm running into this exception. Unless off the top of your head you know a way to see the inner exception I'll build Excavator and run this as debug.
@dcs619 I've looked at the code it's failing at and I can't see why the account entity would be invalid.
None of the fields from the F1 data would be null aside from Sub_Fund_Name which would be cast as a ""
. Any idea before I invest a little time to step through it.
Fixed
I added in the columns to the F1 DB as suggested in #156