tags:

views:

81

answers:

2

SISS 2008 - My package goes green very quickly, but does nothing. The connections are opened, but nothing is being passed in the connection.

This problem started when I moved from a test environment to a production one. I'm using package configurations to hold the connection data.

A: 

I put this down to using data sources and not package configurations.

Mr Shoubs
A: 

I'm wrong - I'm pretty sure it has something to do with the data, as I removed all but one row. Some exception must be occuring that isn't handled by the provider which is why we're getting the strange behaviour.

Mr Shoubs
This has something to do with the way postgres handles varchar columns with '' (two single quotes) in it. When you select, they become null, which means you can't insert into a column with NOT NULL. I think the provider didn't handle this exception.
Mr Shoubs
Not really sure whats going on, provider is investigating
Mr Shoubs

related questions