Question

LanguageCode.FND_TOO_MANY_ROWS


Userlevel 2
Badge +5

I get this error after i have done a import to one test environment.

LanguageCode.FND_TOO_MANY_ROWS

Can someone tell me what to do ?

 

/Kent


This topic has been closed for comments

2 replies

Userlevel 6
Badge +7

Hi,

Can you provide the complete error message? It should be something like this:

FND_TOO_MANY_ROWS: The method ":P1" in :LU returns more than one row.

Userlevel 6
Badge +12

Hi Kenai1968,

 

Based on the error given I can say is maybe there is a cursor which only need to pick one record yet it is picking up several records. You need to add more information or do some debugging to find out more information. Check for any import logs maybe available for a call stack .

 

Regards,

Sahan