Hi,
I'm trying to use the new .Net provider but get an error when opening the connection - CLI2: BADMOVEMODE(387).
From the messages manual:
387 BADMOVEMODE loc_mode cannot be set to 'N' in Buffer Mode.
Explanation: The dbcarea parameters loc_mode & parcel_mode are not compatible.
Remedy: Correct the parameter combination.
The connection string (built via TdConnectionStringBuilder) is:
Connection Timeout=30;Database=financial;User Id=DBC;Data Source=DemoTDAT;Connection Pooling=False
(the Password is suppressed)
The target is the demo Teradata V2R5 running on localhost. I can connect to it from my program via ODBC. Also while experimenting I've had various other error messages due to incorrect Data Source, User Id etc. Once I sorted out those parameters the BADMOVEMODE thing happens. So I feel I'm close but something breaks between the .Net provider and CLI2.
Any suggestions ?