cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Connector - SQL Table Metadata not updated

Former Member
0 Kudos

Hi,

i'm facing with this problem...

I have added a new column to table of SQL server db, that is db of enterprise portal, and the test by jdbc connector fails.

The SQL statement returns only the already existed columns and not my new one.

I ve tried to add a brand new table but in this case the sql statement returns 'Table doesn't exist'.

I restard Portal more and more times...

shall i refresh the metadata in jdbc connector? if yes where?

Thanks for every feedback

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is your new column populated with data? I know that ABAP stacks cannot handle "Null" records so the column must be filled with a default value. It may be similar for the Java systems.