Subject Re: [IBO] Transaction is not valid for the current connection.
Author Cam
Hi Jason.
 I was able to get a bit of a solution using your info. Thanks.

Changing the IB_Connection in the IDE and saving was including the IB_Connection data in the dfm.
Closing the project was the trigger for the problem. Examining the dfms after closing showed that some IB_Connection data had 'disappeared' from the dfms.
I searched the whole disk for possible alternative dfm locations, none found.

I wrote a quick pgm to edit the dfms adding the IB_Connections back where they had gone 'missing'. Then doing the project build works 100% of the tests so far.

Obviously not an ideal situation but will do until the dust settles and I can investigate further.

Thanks again
Cam.

On 11/06/2014 12:22 PM, 'IBO Support List' supportlist@... [IBObjects] wrote:
Cam,
 
If you are available, I can do a private support session to have a look at this issue.
 
If it says (default) what this means is that it has picked up whatever the default setting was and that there won't be a setting stored in the DFM file. This means that when the module or form is loaded that it won't have a reference to the IB_Connection. I recommend that you change it to the value you want so that the (default) indicator goes away. This way there will be an entry in your DFM file and the reference will be streamed in when your module or form loads.
 
Also, you are not on the latest of IBO. I'm quite sure you ought to get up to the latest version, but if you are in a time crunch I can understand if you opt to stay where you are with this one issue addressed.
 
Hope this helps,
Jason Wharton
 

..snip