cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

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

seanccc
17-Peridot

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

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 2
seanccc
17-Peridot
(To:seanccc)

I found the setting.  It works . 

 

client.getClientConfigurator().setMaxMessageSize();

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

Top Tags