Fusion

Bank Number Missing Field From Expenses

Introduction Bank branch details missing in the expense. We need to go Manage Administrator Profile Option with this code CE_USE_EXISTING_BANK_BRANCH to add this user under profile values. Once fixed this…

Read More

Data Access Control Issue for Account Payable

Introduction: If the user has the below roles and data access set for a specific BU, it is showing all BUs in the payable module. It should be shown only…

Read More

Project Tasks Import FBDI Query in Oracle Fusion ERP Cloud

Introduction: This blog has Project Tasks Import FBDI Query that can be used to retrieve data as per Project Tasks FBDI Format in Oracle Fusion Cloud application.   Cause of…

Read More

Supplier Site PayGroup Mass Update Using REST API – Oracle Fusion ERP Cloud

Introduction: This blog has the REST API details that can be used to update the Supplier Site PayGroup in Oracle Cloud application.   Cause of the issue: Business wants to…

Read More

SQL to get the details of Cloud Users who logged within the last 30 days

Introduction:  The purpose of this document is to provide detailed SQL query overview of the cloud users who logged within the last 30 days. Cause of the issue: We didn’t…

Read More

SQL to get the details of Cloud Fusion Projects (PPM)

Objectives :  The purpose of this document is to provide comprehensive information on project headers and its line-level details. This document aims to offer a detailed SQL query overview of…

Read More

Supplier Unmasked bank details Report Query

Supplier Unmasked bank details Report Query Introduction:   This SQL query is used to fetching the data of supplier unmasked bank details to identify if there were any setup was…

Read More

Customer collector name at site level query

Customer collector name at site level query Introduction:   This SQL query is used to fetching the data of customer and collector name at site level.   Cause of the…

Read More

Conquering Application Deployment Failures in WebLogic

Introduction: Deploying applications to WebLogic can often be a daunting task, fraught with potential pitfalls. In this post, we’ll delve into common deployment failures, classpath issues, and deployment descriptor errors, providing practical solutions to get your applications up and running smoothly. Common Deployment Failures Deployment failures can stem from various issues. Here are some common culprits and their solutions: Incorrect deployment package format:Ensure your application is packaged correctly as a WAR, EAR, or other supported format. Missing or incorrect libraries:Verify that all required libraries are included in the deployment package and their dependencies are resolved. Configuration errors:Check for typos, invalid syntax, or missing elements in deployment descriptors (web.xml, application.xml, etc.). Resource conflicts:Resolve conflicts with existing applications or resources by using unique names and avoiding overlapping configurations. Tackling Classpath Issues Classpath problems often lead to deployment failures. Here are some tips: Organize libraries:Structure your project’s libraries effectively to avoid conflicts. Leverage classloaders:Understand WebLogic’s classloader hierarchy and how it impacts class resolution. Use dependency management tools:Employ tools like Maven or Gradle to manage dependencies and avoid version conflicts. Check for duplicate classes:Identify and resolve any duplicate classes in your application or its dependencies. Resolving Deployment Descriptor Errors Deployment descriptors provide essential metadata for your application. Common errors include: XML syntax errors:Validate your XML structure using a linter or XML editor. Invalid or missing elements:Ensure all required elements are present and correctly configured. Version compatibility:Verify compatibility between your deployment descriptor version and WebLogic’s supported versions. Schema validation:Use a schema to validate your deployment descriptor against the correct specification. Best Practices: Thorough testing:Test your application in different environments (development, testing, production) to identify potential issues early. Logging:Enable detailed logging to capture errors and troubleshoot effectively. Version control:Use version control to track changes and revert to previous working versions if needed. Continuous integration and deployment (CI/CD):Automate the build, test, and deployment process to reduce errors and improve efficiency. Conclusion: By understanding common deployment challenges and following best practices, you can significantly improve your application deployment success rate in WebLogic. Remember to carefully analyze error messages, leverage available tools, and systematically troubleshoot issues to resolve them efficiently.

Read More

How to list all integrations in an OIC instance using REST API

Introduction: This process would overview how to use the rest API to list available integrations in an OIC instance.   Cause of the issue: As there is no option to…

Read More