question

ssharath avatar image
ssharath asked ssharath answered

response map minoccurrences issue

Error Fewer than the MinOccurrences number of matching tables were found in tabular map "table1". Error Fewer than the MinOccurrences number of matching tables were found in tabular map "table1_1". Error Response has multiple mapping errors. Map: project://my_project/response_maps/provisioninginstancetable.ffrm How to get rid of this error message. I'm using same response map in different test cases when needed. Please any one help me on this.
iTest
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ssharath avatar image
ssharath answered
I'm still facing this issue Mahesh. I've created the response map by querying mysql DB to fetch unique row. Actually, I'm dealing with two network devices technologies say #device1 and #device2. For creating the Map I used 'Id' of #device1. Later, used the same response map for both devices. Since, I'm querying same DB table for both devices column names will be same just data will be changed depending on the device returned as per the 'Id' . The above part is all about how I created the response map. Now, if I query the table using #device2 id and store the response in the same table from then on these error messages start popping up. I can't share the response that's the reason I've explained it. If you still have problem in understanding the issue. let me know. Thank you
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

nmahesh avatar image
nmahesh answered
If you are still getting the error message, please provide the command response and response map you are using to investigate more on this issue.
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

nmahesh avatar image
nmahesh answered
Sometimes we see this error if the column names of the response map do not match with the column names of the command response. The error message tells that the table response map does not match the response of the command. We can overcome this error message by creating and associating a correct table response map which matches with the response of the command.
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.