Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

AdvancedPositionalParser_tFileInputMSPositional_2 error

New installation of Talend 7.1.1.

Testing tFileInputMSPositional.

Used tFileInputMSPositional with one tLogRow to output info.

If i setup tFileInputMSPositional and 'run' it it works.

As soon as i do a Row connector to tLogRow i get the following error- 'The constructor AdvancedPositionalParser_tFileInputMSPositional_2(String, int, int, int, int, int, boolean, boolean) is undefined' .

I am running on Windows 10 (64) and have Java 64.

Labels (3)
1 Solution

Accepted Solutions
fdenis
Master
Master

check your params.
you must obtain something like that (with quote) :AdvancedPositionalParser_tFileInputMSPositional_1("t", "1", "1,8,10,3", true, true)

View solution in original post

5 Replies
fdenis
Master
Master

what about code tab? is there red underscored lines?
Anonymous
Not applicable
Author

Yes, this line - AdvancedPositionalParser_tFileInputMSPositional_1
schema_car_owner_tFileInputMSPositional_1 = *new
AdvancedPositionalParser_tFileInputMSPositional_1(*
* "car_owner", 1, 1, 5, 5, 2, false, true);*
Anonymous
Not applicable
Author

Just want to add, tested in Talend for Data Integration 6.3.1 and 7.1.1 as well as Talend MDM 7.1.1.

Same error in all versions.

fdenis
Master
Master

check your params.
you must obtain something like that (with quote) :AdvancedPositionalParser_tFileInputMSPositional_1("t", "1", "1,8,10,3", true, true)
Anonymous
Not applicable
Author

Thanks a lot.

Forgot the quotes. 

Working now.