Thingworx message size too large. what's the progress of JIRA EDGE-909
Sep 19, 2019
11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 19, 2019
11:07 AM
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
Labels:
- Labels:
-
Coding
2 REPLIES 2
Sep 19, 2019
11:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 19, 2019
11:25 AM
I found the setting. It works .
client.getClientConfigurator().setMaxMessageSize();
Sep 19, 2019
10:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 19, 2019
10:48 PM
The ticket is closed now, and the R&D replied that the Max Message size is by default 536,870,912 bytes
