Invalid AES key length: 3 bytes
조회 수: 12 (최근 30일)
이전 댓글 표시
Susie
2016년 1월 27일
답변: Subin Kuttappan Stellal Mary
2016년 2월 10일
Hello, Can anyone help solve this error? I'm trying to connect factset in Matlab...
Error using createtoken (line 11)
Java exception occurred:
java.security.InvalidKeyException: Invalid AES key length: 3 bytes
at com.sun.crypto.provider.AESCipher.engineGetKeySize(AESCipher.java:372)
at javax.crypto.Cipher.passCryptoPermCheck(Cipher.java:1052)
at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1010)
at javax.crypto.Cipher.implInit(Cipher.java:786)
at javax.crypto.Cipher.chooseProvider(Cipher.java:849)
at javax.crypto.Cipher.init(Cipher.java:1213)
at javax.crypto.Cipher.init(Cipher.java:1153)
at FASTFetch.encodeTicket(FASTFetch.java:118)
at FASTFetch.generateTicket(FASTFetch.java:134)
at FASTFetch.generateTokenParam(FASTFetch.java:224)
Error in makeurl (line 13)
t = createtoken(usern,serial,password,cid);
Error in factset (line 57)
댓글 수: 1
Walter Roberson
2016년 1월 27일
A more complete traceback of the same kind is shown at http://www.mathworks.com/matlabcentral/answers/66692-matlab-factset-cannot-connect
채택된 답변
Subin Kuttappan Stellal Mary
2016년 2월 10일
This is not the problem with MATLAB or Datafeed Toolbox.
The issue is related to false credentials or license issues for FactSet. I suggest you to contact FactSet directly for this issue.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Export에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!