Maximo Open Forum

 View Only

 Maximo Mobile Attachment Upload Failing After DocLinks Performance Enhancement

  • Everything Maximo
  • Maximo Application Suite
  • Mobility
Abhishek M R's profile image
Abhishek M R posted 05-15-2026 08:09
Hi Everyone,

We recently implemented the DocLinks performance enhancement for the Maximo Mobile Technician custom application, based on the following article:

https://community.ibm.com/community/user/blogs/piyush-sukhadiya/2025/05/05/maximo-mobile-technician-doclinks-performance

After deploying these changes, we are facing an issue specifically with attachment uploads from mobile devices.

Attachment upload is failing from Android and iOS devices in Maximo Mobile but the same functionality is working fine in RBA (web).
Error Observed
Cannot invoke 
"com.ibm.tivoli.maximo.oslc.provider.LocalURIResolver$ResolvedResource.getOslcResourceDetailInfo()"
because "resolvedResource" is null

Has anyone faced a similar issue after implementing this performance enhancement?
Steven Shull's profile image
Steven Shull

I'm assuming you opened a support ticket because Known Issue: DT471022 was approved the other day. 

Looking at step 3.3, that's an objectively wrong step. I'm not sure that it's leading to your issue, but the REST API uses the object name for sending & receiving child objects in the object structure, not the relationship name. By replacing the object name with the relationship name I could see it impacting the upload. I would try to revert that change and see if that resolves your issue.