MSSQL aggregation error: Read-only file system

image

Hi,
I’m aggregating a few accounts from a jdbc source (MSSQL db server) and what I’m observing is that after the first aggregation, on every subsequent aggregation there is an error that says “Read Only File System”. What’s strange is the same query that worked the first time, stops working after the first aggregation, without any changes.

Any thoughts, have you seen this and fixed it before?
I am using the jtds-1.3.1jar for this integration.

I would check the health of the server where your database resides. It’s strange that a database server would be read-only for the entire filesystem, especially since databases are meant to be written to. Perhaps your server is in a degraded state and it is going into a read-only mode to prevent damage.

2 Likes

That’s right, @colin_mckibben

There was an inherent file system problem on the server that was causing this issue. Fixing it at the server level resolved any test connection/aggregation issues.