Getting Error using NoteStore Class of Action Script 3 SDK

Asked By 50 points N/A Posted on -
qa-featured

Hello,

I'm using Action Script 3 Software Development Kit.  The getNote function of NoteStore class shows the  error of 'Message Length Exceeded'.

I called on the API with the following arguments of the getNote method,

noteStore.getNote(…, …., true, false, false, false, handleGetNoteFailure, handleGetNoteSuccess).

I always get this error message:

'EDAM processing error: Message length exceeded: 256000 (type: org.apache.thrift.TApplicationError).'

This behavior remains same for any type of note, i.e. welcome note or custom note etc. I've even tried using the lower version of Flex i.e. 4.1, but in vain. There are bugs in the current version of SWC. So, I cannot use that one also.

Can anyone help me in this regard? I'll be really grateful for this.

Regards.

SHARE
Answered By 590495 points N/A #153499

Getting Error using NoteStore Class of Action Script 3 SDK

qa-featured

If this is the first time it happened, try restarting your computer then try it again. If you are creating the ActionScript 3 project in FlashDevelop, make sure you have a compiler to use. You can use Adobe Flash CS3, or Adobe Flex 3 SDK. If this is the first time you’ll be using the program, better check the application’s documentations or its help section to view the program’s available commands that you can use with your project. I think the script you are using is not in the proper syntax or maybe is too long for the compiler to handle or maybe some other problem that is associated with the script you use.

You may also try reinstalling Flex to fix any corrupted files that may have developed since you first installed it. Uninstall Flex then restart your computer when asked. After booting, check your computer for any possible errors. Use a disk utility application to check the system. Install Flex again afterwards and then check if this fixes the problem.

Related Questions