David-san,
Thanks for your reply.
After I downloaded alpha4, I could connect to SQLFabric from DB2 client by DB2's Command Line Processor. But I had to add username to 'APP' and password to 'APP' in connecting process.
I couldn't connect to SQLFabric if there are no username or password.
Connecting from C# app Yagihashi-san made wasn't fine under my test.
I got some errors...well, let me explain.
The following error I got first:
Quote:
SQL30020N Execution of the command or SQL statement failed because of a
syntax error in the communication data stream that will affect the successful
execution of subsequent commands and SQL statements: Reason Code
"0x124C"("011D")"". SQLSTATE=58009
I added user and password to C# example code.
Code:
connStringBld.UserID = "app";
connStringBld.Password = "app";
Then, I got different error message.
Quote:
SQL30082N Attempt to establish connection failed with security reason "17" ("UNSUPPORTED FUNCTION"). SQLSTATE=08001
I used Visual C# 2008 Express Edition. I guess this limited edition may be one of reasons of errors...
I did all tests under Windows XP Professional (x86). SQLFabric and C# application run on the same machine.
SQLFabric server was run by 'sqlf fabricserver start'. '-noSecurityManager' was treated as invalid argument in alpha4 (and alpha3).
Thank you for updating some wiki pages. It helped us.
This report will also help you to enhance this great product.
Best Regards,
So