Hello, I need to start an agent which runs on object Power Unit as a result of an action in the Shipment. I tried to search in the Data Type Association and it does not have a Shipment to Power Unit, does anybody know any other way to do it without Tracking Events? And also I tried to update an status through Direct SQL but it does not trigger the agent on STATUS CHANGED neither. Thanks you very much !
↧
Data Type Association (To Power Unit)
↧
SOA : OTM call problem
We have a problem with SOA when it try to contact OTM it gives the following error:-
<bpelFault>
<faultType>0</faultType>
-<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
<summary>
oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://host:7002/GC3Services/IntXmlService/call
</summary>
</part>
-<part name="detail">
<detail>
Unable to access the following endpoint(s): https://host:7002/GC3Services/IntXmlService/call
</detail>
</part>
-<part name="code">
<code>401</code>
</part>
</remoteFault>
</bpelFault>
I can see that the URL has a self-signed certificate when invoking the URL https://host:7002/GC3Services/IntXmlService/call from browser.
How can we solve this problem, Thx.
<bpelFault>
<faultType>0</faultType>
-<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
<summary>
oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://host:7002/GC3Services/IntXmlService/call
</summary>
</part>
-<part name="detail">
<detail>
Unable to access the following endpoint(s): https://host:7002/GC3Services/IntXmlService/call
</detail>
</part>
-<part name="code">
<code>401</code>
</part>
</remoteFault>
</bpelFault>
I can see that the URL has a self-signed certificate when invoking the URL https://host:7002/GC3Services/IntXmlService/call from browser.
How can we solve this problem, Thx.
↧
↧
Length of Appointment View
↧
Shipment cost based on Day wise (shipment end time).
Hi,
This is my first post in faq. Please guide me.
I am trying for below scenario.
OTM should calculate/plan the shipment cost based on shipment end time.
Ex:
If the shipment end time day is Tuesday, then shipment cost will be 111 INR.
else If the shipment end time day is Friday, then shipment cost will be 121 INR.
else (remaining days), then shipment cost will be 131 INR.
But I am not succeed in this.
Please see the attachment for screenshots of my configuration.
My Observation: OTM always considering about START TIME only.
Please help me in this.
Thank you.
Rahul
This is my first post in faq. Please guide me.
I am trying for below scenario.
OTM should calculate/plan the shipment cost based on shipment end time.
Ex:
If the shipment end time day is Tuesday, then shipment cost will be 111 INR.
else If the shipment end time day is Friday, then shipment cost will be 121 INR.
else (remaining days), then shipment cost will be 131 INR.
But I am not succeed in this.
Please see the attachment for screenshots of my configuration.
My Observation: OTM always considering about START TIME only.
Please help me in this.
Thank you.
Rahul
↧
Dates not Getting Modified from order release to shipment in OTM 6.2.7
Hi,
When modifying the order release early pickup date in OTM its not getting updated in shipment. Some modification happened in order release means we performing the Recalc Shipment action in OTM. While recalculating the shipment its taking the old dates for recalculation not the new dates.
Please help why this recalc shipment is not updating the dates in shipment.
Regards,
Suresh
When modifying the order release early pickup date in OTM its not getting updated in shipment. Some modification happened in order release means we performing the Recalc Shipment action in OTM. While recalculating the shipment its taking the old dates for recalculation not the new dates.
Please help why this recalc shipment is not updating the dates in shipment.
Regards,
Suresh
↧
↧
Orders not getting unassigned while the dates modified in OTM 6.2.7
Hi,
In OTM 6.2.7, we have one saved condition in agent like
select order_release_gid from order_release x where exists (select order_release_gid from view_shipment_order_release where order_release_gid = x.order_release_gid) and order_release_gid = ?; [Domain_name.5398795] [agentUtility - 1]
but while uploading a modified date in OTM this condtion is failing in OTM. Once the condition is failed in OTM it wont raise an custom event named Unassign Dated Modified Order from shipment.
It shows an error like "java.lang.NullPointerException". I attached the error log also.
Agent Domain_name.ORDER RELEASE - MODIFIED II (689913648) received error 5861/CLOSE/Process Agent:
java.lang.NullPointerException
java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:336)
at glog.server.process.ProcessResults.get(ProcessResu lts.java:16)
at glog.server.agent.utility.If.onCompletion(If.java: 173)
at glog.server.agent.ActionWorkflow$AgentActionCallba cks.onCompletion(ActionWorkflow.java:108)
at glog.server.process.CallbackMonitor.handle(Callbac kMonitor.java:79)
at glog.server.process.CallbackMonitor.access$000(Cal lbackMonitor.java:11)
at glog.server.process.CallbackMonitor$1.trigger(Call backMonitor.java:33)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.CallbackMonitor.trigger(Callba ckMonitor.java:14)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.LifetimeContext.enterCompleted (LifetimeContext.java:144)
at glog.server.process.LifetimeState$Completed.entryA ction(LifetimeState.java:99)
at glog.server.process.LifetimeContext.changeState(Li fetimeContext.java:289)
at glog.server.process.LifetimeState$Waiting.checkFor Completion(LifetimeState.java:82)
at glog.server.process.LifetimeState$Waiting.handle(L ifetimeState.java:65)
at glog.server.process.LifetimeContext.handle(Lifetim eContext.java:107)
at glog.server.process.LifetimeMonitor$7.trigger(Life timeMonitor.java:78)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.LifetimeMonitor.trigger(Lifeti meMonitor.java:10)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.LifetimeContext.enterCompleted (LifetimeContext.java:158)
at glog.server.process.LifetimeState$Completed.entryA ction(LifetimeState.java:99)
at glog.server.process.LifetimeContext.changeState(Li fetimeContext.java:289)
at glog.server.process.LifetimeState$Waiting.checkFor Completion(LifetimeState.java:82)
at glog.server.process.LifetimeState$Waiting.handle(L ifetimeState.java:65)
at glog.server.process.LifetimeContext.handle(Lifetim eContext.java:107)
at glog.server.process.LifetimeMonitor$7.trigger(Life timeMonitor.java:78)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.LifetimeMonitor.trigger(Lifeti meMonitor.java:10)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.LifetimeContext.enterCompleted (LifetimeContext.java:158)
at glog.server.process.LifetimeState$Completed.entryA ction(LifetimeState.java:99)
at glog.server.process.LifetimeContext.changeState(Li fetimeContext.java:289)
at glog.server.process.LifetimeState$Running.handle(L ifetimeState.java:55)
at glog.server.process.LifetimeContext.handle(Lifetim eContext.java:101)
at glog.server.process.LifetimeMonitor$6.trigger(Life timeMonitor.java:71)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.LifetimeMonitor.trigger(Lifeti meMonitor.java:10)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.BusinessProcess.sendEvent(Busi nessProcess.java:386)
at glog.server.process.BusinessProcess.close(Business Process.java:45)
at glog.server.process.BusinessProcess.close(Business Process.java:49)
at glog.server.workflow.TopicManager.markAsExecuted(T opicManager.java:328)
at glog.server.workflow.Trigger.trigger(Trigger.java: 127)
at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:146)
at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:98)
at glog.util.event.EventThread.run(EventThread.java:8 6)
at java.lang.Thread.run(Thread.java:619)
[agentUtility - 1]
Regards,
Suresh
In OTM 6.2.7, we have one saved condition in agent like
select order_release_gid from order_release x where exists (select order_release_gid from view_shipment_order_release where order_release_gid = x.order_release_gid) and order_release_gid = ?; [Domain_name.5398795] [agentUtility - 1]
but while uploading a modified date in OTM this condtion is failing in OTM. Once the condition is failed in OTM it wont raise an custom event named Unassign Dated Modified Order from shipment.
It shows an error like "java.lang.NullPointerException". I attached the error log also.
Agent Domain_name.ORDER RELEASE - MODIFIED II (689913648) received error 5861/CLOSE/Process Agent:
java.lang.NullPointerException
java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:336)
at glog.server.process.ProcessResults.get(ProcessResu lts.java:16)
at glog.server.agent.utility.If.onCompletion(If.java: 173)
at glog.server.agent.ActionWorkflow$AgentActionCallba cks.onCompletion(ActionWorkflow.java:108)
at glog.server.process.CallbackMonitor.handle(Callbac kMonitor.java:79)
at glog.server.process.CallbackMonitor.access$000(Cal lbackMonitor.java:11)
at glog.server.process.CallbackMonitor$1.trigger(Call backMonitor.java:33)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.CallbackMonitor.trigger(Callba ckMonitor.java:14)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.LifetimeContext.enterCompleted (LifetimeContext.java:144)
at glog.server.process.LifetimeState$Completed.entryA ction(LifetimeState.java:99)
at glog.server.process.LifetimeContext.changeState(Li fetimeContext.java:289)
at glog.server.process.LifetimeState$Waiting.checkFor Completion(LifetimeState.java:82)
at glog.server.process.LifetimeState$Waiting.handle(L ifetimeState.java:65)
at glog.server.process.LifetimeContext.handle(Lifetim eContext.java:107)
at glog.server.process.LifetimeMonitor$7.trigger(Life timeMonitor.java:78)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.LifetimeMonitor.trigger(Lifeti meMonitor.java:10)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.LifetimeContext.enterCompleted (LifetimeContext.java:158)
at glog.server.process.LifetimeState$Completed.entryA ction(LifetimeState.java:99)
at glog.server.process.LifetimeContext.changeState(Li fetimeContext.java:289)
at glog.server.process.LifetimeState$Waiting.checkFor Completion(LifetimeState.java:82)
at glog.server.process.LifetimeState$Waiting.handle(L ifetimeState.java:65)
at glog.server.process.LifetimeContext.handle(Lifetim eContext.java:107)
at glog.server.process.LifetimeMonitor$7.trigger(Life timeMonitor.java:78)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.LifetimeMonitor.trigger(Lifeti meMonitor.java:10)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.LifetimeContext.enterCompleted (LifetimeContext.java:158)
at glog.server.process.LifetimeState$Completed.entryA ction(LifetimeState.java:99)
at glog.server.process.LifetimeContext.changeState(Li fetimeContext.java:289)
at glog.server.process.LifetimeState$Running.handle(L ifetimeState.java:55)
at glog.server.process.LifetimeContext.handle(Lifetim eContext.java:101)
at glog.server.process.LifetimeMonitor$6.trigger(Life timeMonitor.java:71)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.LifetimeMonitor.trigger(Lifeti meMonitor.java:10)
at glog.util.event.EventHandler.triggerEvent(EventHan dler.java:228)
at glog.util.event.EventHandler.raiseEvent(EventHandl er.java:85)
at glog.server.process.ProcessManager.raiseEvent(Proc essManager.java:50)
at glog.server.process.ProcessEvent.raise(ProcessEven t.java:29)
at glog.server.process.BusinessProcess.sendEvent(Busi nessProcess.java:386)
at glog.server.process.BusinessProcess.close(Business Process.java:45)
at glog.server.process.BusinessProcess.close(Business Process.java:49)
at glog.server.workflow.TopicManager.markAsExecuted(T opicManager.java:328)
at glog.server.workflow.Trigger.trigger(Trigger.java: 127)
at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:146)
at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:98)
at glog.util.event.EventThread.run(EventThread.java:8 6)
at java.lang.Thread.run(Thread.java:619)
[agentUtility - 1]
Regards,
Suresh
↧
OTM 6.3 Installation
Hi,
I am trying to install OTM 6.3 on linux box where app and web on different box. I installed weblogic on one machine and while installing and configuring OHS on another machine, I am getting error related opnm.
I am following below document to install OHS,
Oracle® Fusion Middleware
Please let me know if there are some extra steps involved to install OHS. Also I am confused with statement that states weblogic directory should be present on OHS box.
Thanks,
Ravi
I am trying to install OTM 6.3 on linux box where app and web on different box. I installed weblogic on one machine and while installing and configuring OHS on another machine, I am getting error related opnm.
I am following below document to install OHS,
Oracle® Fusion Middleware
Please let me know if there are some extra steps involved to install OHS. Also I am confused with statement that states weblogic directory should be present on OHS box.
Thanks,
Ravi
↧
Triggering agents - SHIPMENT STATUS - TRACKING and TRACKING EVENTS flows
Hello,
I am trying to configure a Workflow for Tracking events and need to understand exactly when agent SHIPMENT EVENT TRACKER gets triggered, because it was working fine always when I included a Tracking Event ... After testing some changes in the
glog.shipmentevent.processingflow=trackingEventAge ntfor the MATCH functionalities, it stopped working, so I removed the parameter and now it does not work anymore. Any ideas on what might have passed ?
I am trying to configure a Workflow for Tracking events and need to understand exactly when agent SHIPMENT EVENT TRACKER gets triggered, because it was working fine always when I included a Tracking Event ... After testing some changes in the
glog.shipmentevent.processingflow=trackingEventAge ntfor the MATCH functionalities, it stopped working, so I removed the parameter and now it does not work anymore. Any ideas on what might have passed ?
↧
How to get result of PLSQL output variables in report format
↧
↧
How to create customized themes & Logs in OTM
↧
Pull data from External system
↧
Publish Documnets based on Operation type
↧
Populate other approved invoice details on invoice approval Screeen
Hi Guys,
I have a requirement where if a shipment has multiple invoices attached to it say Invoice A and Invoice B , then if I try to approve invoice B (consider that invoice A has been approved)
then then approval screen of Invoice B along with its line level details should also show the details of the already approved invoice (In this case line level details of Invoice A).
Is it possible to achieve the above requirenment, and if yes what changes are required to be made. The screen where the changes would have to be made is attached as well.
I have a requirement where if a shipment has multiple invoices attached to it say Invoice A and Invoice B , then if I try to approve invoice B (consider that invoice A has been approved)
then then approval screen of Invoice B along with its line level details should also show the details of the already approved invoice (In this case line level details of Invoice A).
Is it possible to achieve the above requirenment, and if yes what changes are required to be made. The screen where the changes would have to be made is attached as well.
↧
↧
Miles in Stops tab not matching financials tab
Hi,
In 6.2, shipment stops tab is showing as 198.9 MI but in finanacials tab it is showing as 292.40000000000003 MI.
In Rate inquiry, while giving the pickup and drop location the distance is showing as 244MI for the first drop of the shipment whereas in stops tab it is 150.50MI. Remaining drop distance are same as rate inquiry.
I have attached the screen shot of the stops tab and financials tab of the shipment.
Thanks in advance,
Abi
In 6.2, shipment stops tab is showing as 198.9 MI but in finanacials tab it is showing as 292.40000000000003 MI.
In Rate inquiry, while giving the pickup and drop location the distance is showing as 244MI for the first drop of the shipment whereas in stops tab it is 150.50MI. Remaining drop distance are same as rate inquiry.
I have attached the screen shot of the stops tab and financials tab of the shipment.
Thanks in advance,
Abi
↧
Oracle Transportation Management OTM Online Training Online
Oracle Transportation Management OTM Online/Classroom training
Address:Himayatnagar, hyderabad, India
Date Posted:15-Apr-2013
Phone Number:+91-8099902123
Training Type:Online/Classroom
Email Id: info@unitedglobalsoft.com
We provide Online training to candidates from different cities in India like Bangalore, Hyderabad, Delhi, Mumbai, Chennai, Pune & Gurgoan.
And different countries like USA, UK, UAE, Australia, Canada, Singapore, Saudi, China and many other countries.
Description
OTM 6.0 Core Competence
This course teaches you the most widely used core functional components in OTM, including order management, transportation planning of direct, multi-stop, and multi-leg shipments, the tendering/booking and acceptance process, and visibility. This course helps you get started with OTM including: finding what you need in OTM, entering supporting data and business rules, creating orders, building shipments, execution, and tracking shipments. OTM is a broad application with many features. This course is designed to introduce you to the breadth of the application. At the conclusion of this course, you will have an understanding of the overall OTM capabilities you may use on a daily basis.
Learn to:
Enter data to model sample business processes
Create an order and release an order in OTM
Create shipments from orders
Execute shipments
Settle transportation costs
Who Can Benefit
End Users
Functional Implementer
Project Manager
Technical Consultant
Prerequisites
Understand the transport process of your company
Basic knowledge of transportation and logistics processes
Oracle OTM Training
Introduction to Freight /Transport Management System.
Introduction to OTM
OTM Application Architecture (Technical)
Basic Configurations (Favorites, Preferences, Themes, Status)
OTM Business Model
Locations and Corporations
Calendars
Contacts
Commodities and Items
Equipment
Service Providers
Contact Notification
Understanding Automation Agents
Automation Agents.
Mile Stones.
Configuring and Verifying Automation Agents.
Understanding Financial Rules
Rate Manager.
Rate Distance
Rate Service
Rate Offering and Stop-off Charges
Rate Record
Rate Quality and Rate Preference
Rate Query
Less Than Truckload Rates
ItinerariesOrder ( Bases, Release , Status)
Bulk Planning
Shipment Modifications and Tendering
Verify Match-Pay Process and Voucher Creation
Milk Runs
Setting up Trips
Working with Trips
If you want to know more about Oracle OTM Training do not hesitate to call +91-8099902123(India) or +1 201-710-8393(USA) or mail us on nitesh@unitedglobalsoft.com
Address:Himayatnagar, hyderabad, India
Date Posted:15-Apr-2013
Phone Number:+91-8099902123
Training Type:Online/Classroom
Email Id: info@unitedglobalsoft.com
We provide Online training to candidates from different cities in India like Bangalore, Hyderabad, Delhi, Mumbai, Chennai, Pune & Gurgoan.
And different countries like USA, UK, UAE, Australia, Canada, Singapore, Saudi, China and many other countries.
Description
OTM 6.0 Core Competence
This course teaches you the most widely used core functional components in OTM, including order management, transportation planning of direct, multi-stop, and multi-leg shipments, the tendering/booking and acceptance process, and visibility. This course helps you get started with OTM including: finding what you need in OTM, entering supporting data and business rules, creating orders, building shipments, execution, and tracking shipments. OTM is a broad application with many features. This course is designed to introduce you to the breadth of the application. At the conclusion of this course, you will have an understanding of the overall OTM capabilities you may use on a daily basis.
Learn to:
Enter data to model sample business processes
Create an order and release an order in OTM
Create shipments from orders
Execute shipments
Settle transportation costs
Who Can Benefit
End Users
Functional Implementer
Project Manager
Technical Consultant
Prerequisites
Understand the transport process of your company
Basic knowledge of transportation and logistics processes
Oracle OTM Training
Introduction to Freight /Transport Management System.
Introduction to OTM
OTM Application Architecture (Technical)
Basic Configurations (Favorites, Preferences, Themes, Status)
OTM Business Model
Locations and Corporations
Calendars
Contacts
Commodities and Items
Equipment
Service Providers
Contact Notification
Understanding Automation Agents
Automation Agents.
Mile Stones.
Configuring and Verifying Automation Agents.
Understanding Financial Rules
Rate Manager.
Rate Distance
Rate Service
Rate Offering and Stop-off Charges
Rate Record
Rate Quality and Rate Preference
Rate Query
Less Than Truckload Rates
ItinerariesOrder ( Bases, Release , Status)
Bulk Planning
Shipment Modifications and Tendering
Verify Match-Pay Process and Voucher Creation
Milk Runs
Setting up Trips
Working with Trips
If you want to know more about Oracle OTM Training do not hesitate to call +91-8099902123(India) or +1 201-710-8393(USA) or mail us on nitesh@unitedglobalsoft.com
↧
OTM Lifecycle
↧
Security Exception for ADF Application
Hi,
We have developed ADF application which is running on Machine A and OTM is Running on Machine B. Created a link in OTM to access the ADF application. The following exception is thrown while accessing the ADF application.
This content cannot be displayed in a frame
To help protect the security of information you enter into this website,
the publisher of this content does not allow it to be displayed in a frame.
What you can try:
Open this content in a new window
How to resolve the issue as i don't want the ADF application to be deployed in OTM Box.
Regards,
Ravi
We have developed ADF application which is running on Machine A and OTM is Running on Machine B. Created a link in OTM to access the ADF application. The following exception is thrown while accessing the ADF application.
This content cannot be displayed in a frame
To help protect the security of information you enter into this website,
the publisher of this content does not allow it to be displayed in a frame.
What you can try:
Open this content in a new window
How to resolve the issue as i don't want the ADF application to be deployed in OTM Box.
Regards,
Ravi
↧
↧
How to use the profile option "OTM: Domain Name" in EBS - OTM integration
↧
Access Control List
Hi,
When i try to search for external systems configured particular to a user role , a error saying "you do not have access rights to query external systems"
Navigation is Business Process Automation -> communication -> External systems in 6.2.5.
Please help me which child Access Control List to be added to the Access control list of user role pertaining to that particular.
Or suggest if their is aothe way to achieve this.
When i try to search for external systems configured particular to a user role , a error saying "you do not have access rights to query external systems"
Navigation is Business Process Automation -> communication -> External systems in 6.2.5.
Please help me which child Access Control List to be added to the Access control list of user role pertaining to that particular.
Or suggest if their is aothe way to achieve this.
↧
Order Release XML Inbound
↧