Is anyone aware of any dataport limitations? One of my clients has a Customer dataport, and the maximum number of fields seem to be 34 fields. Once I run the dataport with the 35th field, I get a fatal application error and it throws me out.
This happens in both C/SIDE and SQL Server option.
Daniel.
0
Comments
Use 'Integer' as the DataItem and then you will not have any limitations on Dataport fields. Yes, you will have to write code but a clean way of doing the Dataports.
Regards
Suresh.
By the way, I also tried it in a standard Navision database, and it does the same thing.
Suresh, so you're saying that you know of these limitations? If you do, what are they?
RIS Plus, LLC
I have created Dataports with 100 fields, with no problems, without using the Integer table as a dataitem.
Importing into Variables, doing checks/Validation on the variables then assigning to the appropiate fields to insert/modify.
I don't know what type of file you areading from, But i tend to use MSDOS (Text) type files which are Tab delimited,
On the Datatport
Set FieldStartDelimeter = <None>
FieldEndDelimeter = <None>
FieldSeperator = <TAB>
"Navision... the 35th field is the limit."
Yeah well... how need that sky anyways...
If it was hard to write, it should be hard to understand."