List of Contributions

Brian Zupke

Contact Details

My Content

1 to 20 of 50+ total
Posted By Brian Zupke 05-12-2026 12:35
Found In Egroup: Precisely Enterworks
\ view thread
Matthew, The screenshot shows the jobs were queued over a period of 1.5 hours, with times spaced 10-20 minutes apart for most of them. In this particular case, were these jobs queued before the shutdown process was initiated, or after services were back up? If they were from before, would your issue ...
Posted By Brian Zupke 05-10-2026 21:46
Found In Egroup: Precisely Enterworks
\ view thread
Matthew, Can you elaborate on which workflows result in stuck work items that require an additional restart? Is it just because many scheduled jobs are launched as soon as the services are restarted after the downtime period? Or is there a backlog of work items that were created but not processed because ...
Posted By Brian Zupke 05-08-2026 18:27
Found In Egroup: Precisely Enterworks
\ view thread
Organizations managing large volumes of digital assets in EnterWorks frequently encounter a processing bottleneck: DAM Upload jobs execute sequentially in strict first-in, first-out order. The platform provides no native mechanism to differentiate between urgent and routine uploads. As a result, high-priority ...
Posted By Brian Zupke 04-25-2026 17:52
Found In Egroup: Precisely Enterworks
\ view thread
This EnterWorks Tech Talk explores how modern EnterWorks implementations can effectively combine custom HTML pages with existing and new JSP-based server logic. While the EnterWorks Business UI emphasizes HTML and JavaScript for widgets, actions, and previews, many real-world solutions still benefit ...
Posted By Brian Zupke 04-17-2026 19:06
Found In Egroup: Precisely Enterworks
\ view thread
Matthew, This is covered in the following Knowledge Base article: https://customer.precisely.com/s/article/EnterWorks-Category-Associations-with-code-set-values-containing-commas-generated-by-CategoryAttributeAssignmentReport-stored-procedure-does-not-load-properly ------------------------------ ...
Posted By Brian Zupke 03-19-2026 01:43
Found In Egroup: Precisely Enterworks
\ view thread
Version 11.3 included a significant change to scheduled import job behavior: imports are now reported as failed if any individual record fails. While this improves error visibility, it introduces unintended side effects for scheduled and dependent jobs, including premature termination of file processing ...
Posted By Brian Zupke 03-08-2026 19:48
Found In Egroup: Precisely Enterworks
\ view thread
The EnterWorks compare extract scripts have been updated to include data model changes introduced in recent versions. The compare scripts are an essential tool for creating and maintaining an EnterWorks implementation. The Knowledge Base article How to Compare the EnterWorks data models or EPX for differences ...
Posted By Brian Zupke 03-08-2026 06:25
Found In Egroup: Precisely Enterworks
\ view thread
EnterWorks version 11.3 includes RabbitMQ version 4, which has lowered the default maximum message size from 128 MB to 16 MB. Some EnterWorks processing, including the uploading of Digital Assets assumes the maximum message size is 128 MB. If the default size of 16 MB is used, DAM Upload jobs containing ...
Posted By Brian Zupke 03-05-2026 19:34
Found In Egroup: Precisely Enterworks
\ view thread
The EnterWorks REST API provides numerous endpoints for accessing metadata from the EnterWorks Data Model. Starting with version 11.3, EnterWorks now provides a secure, read-only REST API that enables external systems to retrieve metadata definitions (in their entirety) and configuration objects from ...
Posted By Brian Zupke 02-09-2026 19:02
Found In Egroup: Precisely Enterworks
\ view thread
Matthew, There is NOT a native functional capability to populate a Primary Key attribute with a UUID upon creation of a record. Your alternative choices are: Implement a VTL rule (the Apache Velocity String tool has a generateUUID method and the java.util.UUID class should be accessible. Keep in ...
Posted By Brian Zupke 01-22-2026 21:05
Found In Egroup: Precisely Enterworks
\ view thread
Validation in EnterWorks is a cornerstone for maintaining high-quality data across the entire enterprise system. The platform's robust validation engine ensures compliance with business rules, verifying that all incoming or modified data meets the required standards before it is eligible for syndication. ...
Posted By Brian Zupke 01-22-2026 21:04
Found In Egroup: Precisely Enterworks
\ view thread
The EnterWorks Scheduled Promotion lacks detailed options for promoting only the specific records that need to be promoted. This can lead to longer promotion jobs, which may cause issues when multiple repositories are promoted frequently. Assuming the records to be promoted have already been validated, ...
Posted By Brian Zupke 11-04-2025 16:51
Found In Egroup: Precisely Enterworks
\ view thread
Micah, The Precisely Ideas website (https://ideas.precisely.com/ideas/) is a more suitable venue for this request, as it enables other customers and partners to vote on each submitted idea. It may also be worthwhile to peruse the EnterWorks submissions on that site and provide feedback on any that ...
Posted By Brian Zupke 08-17-2025 15:57
Found In Egroup: Precisely Enterworks
\ view thread
Matthew, I have submitted the following to update the product documentation regarding PreSave Change Notification. If you have any more questions, please let me know. The Change Notification functionality can be invoked using a PreSave Validation rule instead of from the Change Notification Trigger ...
Posted By Brian Zupke 08-12-2025 15:12
Found In Egroup: Precisely Enterworks
\ view thread
The stored procedure EW_PurgeHistoryRecords provided in the EnterWorks Tech Talk: "ETT 149 - How to Clean Up History Records for Scheduled Job Repositories Using SQL" has been updated to accept a comma-delimited list of repositories in addition to wildcards. This eliminated the need to define separate ...
Posted By Brian Zupke 06-30-2025 13:31
Found In Egroup: Precisely Enterworks
\ view thread
EnterWorks has a repository record preview option that displays a thumbnail image (if configured), the summary attributes, and a set of selected attributes in a compact form. Prior to version 11.2 the only configurable portions of the preview are the defined summary attributes and the selected user preference. ...
Posted By Brian Zupke 06-21-2025 03:03
Found In Egroup: Precisely Enterworks
\ view thread
Under rare circumstances, a Scheduled Export, Import, or Promotion may show a status of Processing in the corresponding Jobs repository without there being a work item in the corresponding EPX workflow doing the actual work for this job. When this occurs, the job will remain in the Processing state indefinitely ...
Posted By Brian Zupke 06-06-2025 18:47
Found In Egroup: Precisely Enterworks
\ view thread
Some EnterWorks repositories contain log information, such as the Change Notification Log (CN_Log) repository. These repositories tend to grow over time. EnterWorks does not have an automatic cleanup or purge operation that will remove the oldest records from these repositories. If left unchecked, the ...
Posted By Brian Zupke 05-10-2025 18:39
Found In Egroup: Precisely Enterworks
\ view thread
For some Code Sets, Taxonomies, and Hierarchies, it is desirable to be able to monitor them for changes and take actions such as sending notification e-mails or launching workflows. The Change Notification functionality operates on changes made to repository records. It cannot operate directly on changes ...
Posted By Brian Zupke 05-10-2025 18:38
Found In Egroup: Precisely Enterworks
\ view thread
Every time a change is made to a repository record, the repository item history table is updated with the previous values for the record. These previous values can be viewed by examining the history for the record. Erroneous changes can be rolled back from a previous version of that record, provided ...