I am generating a Report using MS Report designer.
I get a message box stating "Login failed for Database XXX".
When I select the cancel choice in the box, the report goes ahead and generates properly.
I have a Data Environment with three connections. The subject Report uses a Table under connection 3.
The "Database XXX" referred to in the message is under connection 1.
Nothing refers to Database XXX or any thing else under connection 1 at Report generation time.
By using breakpoints, I find that the code for connection 1 is being executed just before execution of the code for connection 3, even though nothing under connection 1 is addressed.
Nothing is harmed by what is happening and the Report generates accurately, but I cannot release such an irritant to my users.
Any one encountered some thing like this before? If so, is there a fix?
Thanks
Ralpjh
TIA
Ralph D. Meredith
I get a message box stating "Login failed for Database XXX".
When I select the cancel choice in the box, the report goes ahead and generates properly.
I have a Data Environment with three connections. The subject Report uses a Table under connection 3.
The "Database XXX" referred to in the message is under connection 1.
Nothing refers to Database XXX or any thing else under connection 1 at Report generation time.
By using breakpoints, I find that the code for connection 1 is being executed just before execution of the code for connection 3, even though nothing under connection 1 is addressed.
Nothing is harmed by what is happening and the Report generates accurately, but I cannot release such an irritant to my users.
Any one encountered some thing like this before? If so, is there a fix?
Thanks
Ralpjh
TIA
Ralph D. Meredith