Effacer les filtres
Effacer les filtres

How to fix a get sort row error?

2 vues (au cours des 30 derniers jours)
JFz
JFz le 20 Juil 2017
Commenté : JFz le 24 Juil 2017
I run a matlab based application with out any problem on my computer. But when I run the same app on a colleague's computer, I get this error:
Jul 20, 2017 2:37:01 PM com.microsoft.sqlserver.jdbc.AuthenticationJNI <clinit>
WARNING: Failed to load the sqljdbc_auth.dll cause : no sqljdbc_auth in java.library.path
Undefined function 'sort' for input arguments of type 'MException'.
Error in sortrows>sort_back_to_front (line 114)
[~,ind] = sort(x(ndx,k),'ascend');
Error in sortrows (line 89)
ndx = sort_back_to_front(x_sub, col);
Why?
Thanks in advance for any help.
  1 commentaire
Walter Roberson
Walter Roberson le 20 Juil 2017
What is class(x_sub) on each of the machines at the time of the problem?

Connectez-vous pour commenter.

Réponse acceptée

Ankitha Kollegal Arjun
Ankitha Kollegal Arjun le 24 Juil 2017
You might have to add the Microsoft SQL Server Windows Authentication library to the javalibrarypath.txt file.
Create 'javalibrarypath.txt' in MATLAB preferences directory (Obtained by entering 'prefdir' command in MATLAB), and add the location of 'sqljdbc_auth.dll' to it as described in Step 3 of the following documentation:
  1 commentaire
JFz
JFz le 24 Juil 2017
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by