List of Contributions

Hardik PAtel

Contact Details

My Content

1 to 15 of 15 total
Posted By Hardik PAtel 05-01-2023 09:20
Found In Community: Maximo Open Forum
\ view thread
Hello all, I am trying to enable log file for OSLC API using below IBM article as reference. followed all the steps but i am not getting any content in log file. Log files are generating empty. Creating a separate Log file for OSLC API Do i have to do any additional configuration to generate log files ...
Posted By Hardik PAtel 08-26-2022 09:06
Found In Egroup: Maximo Open Forum
\ view thread
Anyone has any idea why i see "AssetLookupBase structureChangedEvent 2" entry in systemout log file? I am seeing this entry every milliseconds in system out file. Not sure what is causing this? #Administration ------------------------------ Hardik PAtel ------------------------------
Posted By Hardik PAtel 09-27-2021 16:10
Found In Community: Maximo Open Forum
\ view thread
Anyone know how to resolve below error? I am getting below error when i try to insert/update data into inventory, invcost and invbalances table. Item is already exists in ITEM table with conditionenabled flag = 0. I am trying to post inventory data using POSTMAN tool. [9/27/21 16:06:10:773 EDT] 0000011e ...
Posted By Hardik PAtel 09-23-2021 14:15
Found In Egroup: Maximo Open Forum
\ view thread
What version of Maximo you are using it? I am currently using 7.6.1.2 and when i try to import multiple records in array, i am getting below error. https://www.ibm.com/support/pages/apar/IJ34804 ------------------------------ Hardik PAtel ------------------------------
Posted By Hardik PAtel 09-22-2021 18:16
Found In Egroup: Maximo Open Forum
\ view thread
Hello I would like to integrate Maximo with SAP system to load SAP inventory data into Item, Inventory, Invcost and Invbalance table using XSL mapping and http end point. What is the best way to implement this integration? Thanks #Integrations
Posted By Hardik PAtel 09-10-2021 16:32
Found In Egroup: Maximo Open Forum
\ view thread
Nevermind... i fixed curbal item field issue too. That field was restricted under inbound setting restrictions in object structure by default. ------------------------------ Hardik PAtel ------------------------------
Posted By Hardik PAtel 09-10-2021 16:28
Found In Egroup: Maximo Open Forum
\ view thread
Actually i enabled logging and found below update statement update invbalances set sendersysid=?,physcntdate=?,lotnum=?,binnum=?,ownersysid=?,reconciled=?,physcnt=?,conditioncode=? where invbalancesid=? and rowstamp=? and i dont see invbalances.curbal field eventhough i have mapped SAP quantity ...
Posted By Hardik PAtel 09-10-2021 11:49
Found In Egroup: Maximo Open Forum
\ view thread
Alex - I was able to resolve this issue. It was known bug in Maximo 7.6.1.1 version. Here is the link. https://www.ibm.com/support/pages/apar/IJ21447 Now I am able to process item data into following objects - Item, Inventory, INVCost and INVBalances. One issue i am having is Current balance is ...
Posted By Hardik PAtel 09-07-2021 10:59
Found In Egroup: Maximo Open Forum
\ view thread
Hi Alex, I hope you can help me here. I am trying to load item data from SAP system using JSON Mapping app but for some reason, i am getting below error message. I created ITEM object and use it inJSON mapping application and mapp JSON fields with Item object fields but when i try to post message ...
Posted By Hardik PAtel 08-20-2021 12:18
Found In Egroup: Maximo Open Forum
\ view thread
Original Message: Sent: 08-20-2021 09:37 From: Steven Shull Subject: Looking for an example to process JSON data file into Maximo. While the Maximo UI supports importing files in JSON format now, I don't think that the FLATFILECONSUMER cron task supports that option. The REST API was enhanced in ...
Posted By Hardik PAtel 08-19-2021 16:05
Found In Egroup: Maximo Open Forum
\ view thread
I am new to JSON and i am looking for an example to process JSON data file into Maximo on a regular interval. If you have any example or good resources, please share with me. Thanks Hardik #Integrations ------------------------------ Hardik PAtel Corning Inc ----------------------------- ...
Posted By Hardik PAtel 07-28-2021 08:35
Found In Egroup: Maximo Open Forum
\ view thread
Thanks everyone. Issue has been fixed by resyncing time on database server with ntp server. ------------------------------ Hardik PAtel Corning Inc ------------------------------
Posted By Hardik PAtel 07-26-2021 16:44
Found In Egroup: Maximo Open Forum
\ view thread
We use MAXADMIN account and timezone on Maxadmin account is US/EST in both QA and prod system. QA works fine without any issue but not prod. Maximo servers and database is in UTC timezone. One thing i didn't try is to change timezone something like EST or Central time and change it back to UTC ...
Posted By Hardik PAtel 07-22-2021 21:15
Found In Egroup: Maximo Open Forum
\ view thread
We have Maximo integration with OSISoft Asset Framework using SOAP webservice. Using which we get PI-tag reading from PI to Maximo Asset meter. From last couple weeks, integration is failing and we seeing below error in Maximo log files. We have not changed anything on Maximo and asset framework server ...
Posted By Hardik PAtel 07-08-2021 15:23
Found In Egroup: Maximo Open Forum
\ view thread
Is it possible to get date and time from logged in user's locale and timezone and compare that date and time with work order status change date? We dont want user to select future date when changing work order status and our instance is used across globe and servers are in US. Below is the code that ...