Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
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