Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当datastage Job试图将消息放入队列时,出现错误消息,我想这可能是我们尝试发布的文件大小的问题,大约是3MB,但是当我们尝试使用大约2MB的大小时,它在队列中成功发布。有人可以指导一下。
MQ 错误 2102 表示“系统资源不足,无法成功完成调用”。
根据您的问题,当您发布更大的消息时会收到此错误。
因此,这让我相信您的服务器空间不足导致了这个问题。