Forum Discussion

tothemoohn's avatar
tothemoohn
Regular Visitor
9 years ago

Bad Request. (Failed to convert parameter value from a String to a Inter.). '.

I keep getting this error message when I try to apply query from one particular table that only has different values, but are similar to many other tables I have. Does anyone know what the issue is?

 

"Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error] OData: Request failed: The remote server returned an error: (400) Bad Request. (Failed to convert parameter value from a String to a Int32.).

'."

 

 

Any Help is appreciated.

 

Thanks,

 

Freddie

1 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    What is the data source? What it appears to be is that there is a String column that you are trying to convert to an Integer and you have some text that it cannot convert properly. You might try looking at your query and see if you can clean up some rows of bad data. Tough to really tell what is going on though.