Skip to main content
17-Peridot
September 19, 2019
Question

Thingworx message size too large. what's the progress of JIRA EDGE-909

  • September 19, 2019
  • 2 replies
  • 1010 views

Hi, 

I got error "Thingworx message size too large: 51512" when invoke the SystemRepository.CreateTextFile in JAVA SDK as following: 

client.invokeService(ThingworxEntityTypes.Things, "SystemRepository", "CreateTextFile", path, 15000);

I found the ticket : https://www.ptc.com/en/support/article/CS226655 was reported , what's the progress now ?  and what's the size limit in JAVA SDK for now ? 

 

Regards,

Sean 

2 replies

seanccc17-PeridotAuthor
17-Peridot
September 19, 2019

I found the setting.  It works . 

 

client.getClientConfigurator().setMaxMessageSize();

5-Regular Member
September 20, 2019

The ticket is closed now, and the R&D replied that the Max Message size is by default 536,870,912 bytes