My Oracle Support Banner

Values In Field dDocId Have Exceeded Maximum Size Allowed For Int Type (Doc ID 2419880.1)

Last updated on SEPTEMBER 20, 2023

Applies to:

Oracle WebCenter Content - Version 11.1.1.9.0 and later
Information in this document applies to any platform.

Goal

We make SOAP calls to content server's WSDLs for retrieving files, etc. We call the GET_FILE WSDL and take some of what's returned with the file to use as values for java objects in our code. One of the things for which this is done is the dDocId value of the item. Because we have a dDocId value in content server that's greater than 2,147,483,647, when our code tries assigning that to a java object in our custom code, it fails. We can call it from elsewhere and it works if we aren't trying to parse the number for dDocId and use it somewhere.

What options do we have for fixing this? Could we get an updated WSDL so that what's returned for dDocId can be used in our code? This has broken our production instance which is integrated with other applications using this interface.
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.