Posts

Showing posts from April, 2021

Maximo Spatial

Image
Sometimes it might be useful to check ArcGIS token service and credentials by sending a POST request to get Token for further requests. The ArcGIS provides a GenerateToken service which can be used to Generate Token. More info can be found about the parameters in ArcGIS documentation .  Below is a sample POST request data: 

Spatial Maps not loading after applying IFIX

Maximo Spatial maps were not loading after applying a recent Maximo Spatial IFIX 7.6.0.5-TIV-MAMST-IF015  The below exception was being generated in the logs [ 4 / 22 / 21 1 : 42 : 17 : 765 GST] 0000010 9 ServletWrappe E com . ibm . ws . webcontainer . servlet . ServletWrapper service SRVE0068E: An exception was thrown by one of the service methods of the servlet [ / webclient / components / mxmap / map . jsp] in application [MAXIMOSTG] . Exception created : [java . lang . NullPointerException at psdi . pluss . app . plussgis . SpatialConfHelper . getExpressionQuery(SpatialConfHelper . java: 363 ) at psdi . pluss . app . plussgis . SpatialConfHelper . hasSigotion(SpatialConfHelper . java: 230 ) at psdi . pluss . app . plussgis . SpatialConfHelper . getMapServicesArray(SpatialConfHelper . java: 162 ) at psdi . pluss . app . plussgis . SpatialConfHelper . getSpatialMapConf(SpatialConfHelper . java: 460 ) at psdi . pluss . app . plussgis . PlusSGISService . getSpatialMapCon...

Maximo Anywhere iOS build Error Archive Failed due to certificate issue

Image
During the iOS Build after resolving the Build System issue we were getting below error causing Archive Failed error. [INFO] 2021-4-15 12:59:23   note: Planning build note: Constructing build description [INFO] 2021-4-15 12:59:25   note: Constructing build description error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "XXXXXXXCSG" with a private key was found. (in target 'AssetManager' from project 'AssetManager') [INFO] 2021-4-15 12:59:27   error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "XXXXXXXCSG" with a private key was found. (in target 'AssetManager' from project 'AssetManager') [INFO] 2021-4-15 12:59:27   [ERROR] 2021-4-15 12:59:27   ** ARCHIVE FAILED ** [ERROR] 2021-4-15 12:59:27   xcodebuild: Command failed with exit code 65 [ERROR...

Maximo Anywhere iOS Build Archive error due to new build system

Image
 During Maximo Anywhere App Container build for iOS I was getting the below error  Reems-Air : ios sreeja$ xcodebuild -workspace AssetManager.xcworkspace -scheme AssetManager -configuration Release -destination generic/platform=iOS -archivePath AssetManager.xcarchive archive CONFIGURATION_BUILD_DIR=/Users/sreeja/IBM/Anywhere/MaximoAnywhereAppCntr/output/AssetDataManager/platforms/ios/build/device SHARED_PRECOMPS_DIR=/Users/sreeja/IBM/Anywhere/MaximoAnywhereAppCntr/output/AssetDataManager/platforms/ios/build/sharedpch "VALID_ARCHS=arm64 CURRENT_ARCH=arm64 ONLY_ACTIVE_ARCH=YES" Command line invocation : /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace AssetManager.xcworkspace -scheme AssetManager -configuration Release -destination generic/platform = iOS -archivePath AssetManager.xcarchive archive CONFIGURATION_BUILD_DIR = /Users/sreeja/IBM/Anywhere/MaximoAnywhereAppCntr/output/AssetDataManager/platforms/ios/build/device SHARED_PRECOMPS_DIR = /Us...