on 2013 Feb 08 2:25 AM
Hi, I'm new to sybase, and I encounter strange error. When try to unload database using dbunload.exe -xx from my code it cut data when column has some KB of data. What can be wrong or has anyone had such error ?
Request clarification before answering.
Are you are using a driver (eg ODBC) to connect to the database?
We saw a problem where for large results, the driver would truncate the data because it did not allocate enough memory to hold the complete result.
Is the data truncated when you run dbunload directly from the command line?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I'm using ODBC driver to connect to database, I think it is Sybase jConnect JDBC. Probably I didn't it use directly from command line because I need application to do this. The biggest problem is that on my instance of application dbunload started to work correctly however on the other one it fails. And I did nothing here. Any idea ?
I'd still recommend to use the exact command directly from the command line to see if that truncates data, too. (I have never ever run into this issue...).
IIRC, 11.0.1.2044 is the original 11.0.1 maintenance release and rather "old" nowadays, so you might as well try to use a current v11.0.1 EBF - cf. Breck's helpful EBF list here...
User | Count |
---|---|
50 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.