Fusion

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

STEPS TO PERFORM REVALUATION IN FUSION APPLICATION

Introduction/ Issue Revaluation is a process of adjusting the accounted value of foreign currency denominated balances according to current conversion rates. Revaluation adjustments represent the difference in the value of…

Read More

Worker Email Change Using REST API – Oracle Fusion

Introduction: This blog has the REST API details that can be used to update worker email details in Oracle Cloud application. Cause of the issue: Business wants to integrate their…

Read More

Worker Creation Using REST API – Oracle Fusion

Introduction: This blog has the REST API details that can be used to create worker data in Oracle Cloud application.   Cause of the issue: Business wants to integrate their…

Read More

Corporate Card Transaction amount is not appearing amount field.

Introduction: Corporate card transaction amount is not showing in the user’s profile. The user should have these two roles of access in their account: travel manager or employee. Why we…

Read More

Remove all BU access in the Cash Management

Introduction/ Issue: Cash Management data security is NOT partitioned by Business Unit, therefore its security policies allow access to all BUs. Why we need to do We noticed that when…

Read More