Quantcast
Viewing all 2772 articles
Browse latest View live

EBS-OTM Integration : Unable to invoke IntGtmXmlService

Hi,

I am trying to invoke IntGtmXmlService using BPEL. But I face the below error while calling the IntGtmXmlService WSDL.

<fault>
<bpelFault>
<faultType>0</faultType>
<remoteFault>
<part name="summary">
<summary>Unknown exception, internal system processing error.</summary>
</part>
<part name="detail">
<detail>javax.xml.ws.soap.SOAPFaultException: Unknown exception, internal system processing error.</detail>
</part>
<part name="code">
<code>env:Server</code>
</part>
</remoteFault>
</bpelFault>
</fault>
<faultType>


Below are the version details :

OTM : 6.3.1
EBS : R11
JDev version : 11.1.1.5.0

I dunno what is wrong. Please respond.

Thanks
HV
Image may be NSFW.
Clik here to view.

Custom Status which should not be visible in CHANGE EXTERNAL STATUS page

Hi All,

I have created new shipment status, but I want to make it Internal as in my requirement user should not manually change the newly created status.

I have tried updating IS_EXTERNAL column to value 'N' in STATUS_TYPE table but still it is visible in CHANGE EXTERNAL STATUS drop down list.

Thanks in advance,
Pavan Shah
Image may be NSFW.
Clik here to view.

Error when a saved query is checked by an action

Hi,

I am working on OTM 5.5 and i want to add a saved query to one of the action checks.

I am doing a UNION of 2 select statements in the saved query and when i do the action it is throwing an error saying " java.sql.SQLException: Missing IN or OUT parameter at index:: 2"

Below is the query which i want to put as a saved query.

SELECT 1 FROM APPOINTMENT WHERE OBJECT_GID = ? AND
TRUNC(APPOINTMENT_START_TIME)=TRUNC(SYSDATE+1) AND
SYSDATE < TO_DATE(TO_CHAR(SYSDATE,'DD-MON-RRRR')||'04','DD-MON-RRRR HH24')
UNION
SELECT 1 FROM APPOINTMENT WHERE OBJECT_GID = ? AND TRUNC(APPOINTMENT_START_TIME)>TRUNC(SYSDATE+1)

The above given query works as expected when i run it using the SQL Servlet but throws an error when used to put a restriction on the action.
Image may be NSFW.
Clik here to view.

What are the Out of the Box Reports that are generated for GTM?

The question is pretty much in the title. Just wanted to know what reports could be generated for GTM out of the box. A quick response would be very helpful. Thanks!
Image may be NSFW.
Clik here to view.

Authentication failed for user system

OTM 6.2 vs 6.3

FTI Report- no access

I am trying to provide access to a user for FTI reports and getting the below error

Access ProhibitedYou are not currently authorized to use Oracle BI Interactive Dashboards.

If you would like to use this powerful capability, please contact this site's administrator.

Checks done:

1)under user manager for transportation intelligence role I have assigned operational
2)under access control list for that particular user I have provided all the related report access but still throwing the same error, can anyone suggest if I am missing something?

Thanks!
Image may be NSFW.
Clik here to view.

Display agentUtility backlog, programatically

Hi All
I would like to monitor the size of the agentUtility backlog, without using EventDiagServlet. I've been searching for a way to do this without much luck, thus far. Anyone have an idea? I thought (hoped) maybe a DB query might be the ticket, but nothing yet.
Cheers,
Rick
PS OTM 5.5 is what I'm working with
Image may be NSFW.
Clik here to view.

[SOLVED] EBS can only connect with a single OTM domain?

From an old OTM-EBS config document, I found this sentence:
'EBS can only connect with a single OTM domain. You can use the delivered EBS domain in OTM, or create a master domain to suit the implementation'

Is it overdue knowledge?

If I have two parallel domains (ex. Canada&Mexico ), can I config the EBS profile to send the orders into the corresponding domain? Canada orders sent into Canada domain while Mexico orders sent into Mexico domain.

Thanks
Image may be NSFW.
Clik here to view.

Recalculate Shipment time for planned shipments

Hi,

I am trying to recalculate shipment time for a shipment that is tender accepted, but is not enroute yet.

The requirement is to have a custom action on the shipment. This action must calculate if the shipment that has been tender accepted will adhere to the estimated planned delivery time on the shipment or if it will be delayed.

I tried using the recalculate estimated stop times, but the shipment needs to be enroute for this to work.

Would you have any recommendations how I can achieve this?

Many Thanks,
Image may be NSFW.
Clik here to view.

Overview of OTM life cycle

Agent not triggered when a Contact created using CSV

Hi,

I have an agent that should be triggered when a Contact is created in OTM.

When I create a Contact using XML, the agent gets triggered.

But if I create a Contact using CSV, the agent does not get triggered.

Is it an expected behavior?

Please advise.

Thanks
Hari
Image may be NSFW.
Clik here to view.

OTM 6.3 Web server installation issue

Hi,

Our environment details given below.

Oracle Weblogic server - 10.3.6
Oracle Database - 11.2.0
Oracle Web Tier - 11.1.1.7.0
Oracle Transportation Management - 6.3.1

First, we installed and configure database and then installed weblogic server, then installed and configured OHS, then installed apps server of OTM, Finally tried to install web server for OTM, it through following error message........

one or more of the following files are missing from your OHS install or they are not writable:
/u01/Bea/Middleware/Oracle_WT1/instances/instance1/bin/opmnctl
/u01/Bea/Middleware/Oracle_WT1/instances/instance1/config/OHS/otm631/httpd.conf
/u01/Bea/Middleware/Oracle_WT1/instances/instance1/config/OHS/otm631/ssl.conf
/u01/Bea/Middleware/Oracle_WT1/instances/instance1/config/OHS/otm631/moduleconf
/u01/Bea/Middleware/Oracle_WT1/wlserver_10.3/server/lib/webservice.jar

What is wrong in my installation? I am having doubt in BEA home directory, OHS weblogic home directory.......Can you tell what i had missed in this?

Thanks in Advance
Guna
Image may be NSFW.
Clik here to view.

Configuring External Report Server with OTM 6.2

Hi

We are currently on otm6.2 and using embedded report server for reports. Now we installed external report server (BI Publisher 10.1.3.4) with OAS.

We have included the below properties in glog.properties file. Do I need to take care of any other settings apart from glog.properties ?

#-----------------------------------------------------------------
# BI Reports Configuration
#---------------------------------------------------------------
glog.bipreports.separateRptWebserver=true
glog.bipreports.webserver=<<Report Server IP Address>>
glog.bipreports.webserver.port=9704
glog.bipreports.webserver.URL=http://[Report Server IP Address]:9704
report_server_url=http://$glog.bipreports.webserver$:$glog.bipreports.webse rver.port$/bipublisher/temp/


Can anybody help me with the configuration steps to integrate report server with OTM or any document reference. Also after configuring how can we test if the request is handled by the external report server or not.
Image may be NSFW.
Clik here to view.

In Appointments, getting NULL pointer exception.

Hi,

I am working on shipment appointments. In v5.5, i was successfull. but in the same set ups I did in 6.2 version, it is goving below error, when I tried to schedule an appointment for the shipment.


At2013-05-03 18:03:33.113java.lang.NullPointerExceptionjava.lan g.NullPointerException at glog.server.appointment.scheduler.ResourceSchedule rFactory.getResourceScheduler(ResourceSchedulerFac tory.java:28) at glog.server.appointment.scheduler.AppointmentReque stHandler.search(AppointmentRequestHandler.java:57 ) at glog.server.appointment.scheduler.AppointmentActio nSessionBean.schedule(AppointmentActionSessionBean .java:56) at glog.server.appointment.scheduler.AppointmentActio nSessionServerSideEJBWrapper.schedule(AppointmentA ctionSessionServerSideEJBWrapper.java:83) at glog.server.appointment.scheduler.AppointmentActio nSessionServerSideEJBWrapper_lmgt1r_EOImpl.schedul e(AppointmentActionSessionServerSideEJBWrapper_lmg t1r_EOImpl.java:280) at glog.server.appointment.scheduler.AppointmentServi ceAdaptor.findAppointment(AppointmentServiceAdapto r.java:88) at glog.server.appointment.scheduler.AppointmentServi ceAdaptor.scheduleAppointment(AppointmentServiceAd aptor.java:41) at glog.server.appointment.ShipmentAppointmentSession Bean.scheduleAppointment(ShipmentAppointmentSessio nBean.java:16) at glog.server.appointment.ShipmentAppointmentSession ServerSideEJBWrapper.scheduleAppointment(ShipmentA ppointmentSessionServerSideEJBWrapper.java:44) at glog.server.appointment.ShipmentAppointmentSession ServerSideEJBWrapper_mpj1u9_EOImpl.scheduleAppoint ment(ShipmentAppointmentSessionServerSideEJBWrappe r_mpj1u9_EOImpl.java:426) at glog.server.appointment.gen.ShipmentAppointmentSes sionSkel.scheduleAppointment(ShipmentAppointmentSe ssionSkel.java:93) at glog.server.appointment.gen.ShipmentAppointmentSes sionSkel.exec(ShipmentAppointmentSessionSkel.java: 36) at glog.webserver.wrapper.SkelImpl.execDispatch(SkelI mpl.java:15) at glog.server.wrapper.WrapperSessionBean.execDispatc h(WrapperSessionBean.java:61) at glog.server.wrapper.WrapperSessionServerSideEJBWra pper.execDispatch(WrapperSessionServerSideEJBWrapp er.java:48) at glog.server.wrapper.WrapperSessionHome_a06097_EOIm pl.execDispatch(WrapperSessionHome_a06097_EOImpl.j ava:58) at glog.server.wrapper.WrapperSessionHome_a06097_EOIm pl_WLSkel.invoke(Unknown Source) at weblogic.rmi.internal.BasicServerRef.invoke(BasicS erverRef.java:589) at weblogic.rmi.cluster.ClusterableServerRef.invoke(C lusterableServerRef.java:230) at weblogic.rmi.internal.BasicServerRef$1.run(BasicSe rverRef.java:477) at weblogic.security.acl.internal.AuthenticatedSubjec t.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(Se curityManager.java:147) at weblogic.rmi.internal.BasicServerRef.handleRequest (BasicServerRef.java:473) at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WL SExecuteRequest.java:118) at weblogic.work.ExecuteThread.execute(ExecuteThread. java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java :173)Can any one help me in this.

Thank you.
Sunny.
Image may be NSFW.
Clik here to view.

Need recommendations for best way to calculate Detention

Need recommendations for best way to calculate Detention
1) Current Setup / Process we are using:
Accessorial Costs for Detention (DET) using the Rate Basis of Stop Wait Time (duration spent waiting at stop)
Operations opens the Buy Shipments session, clicks on the pencil to edit the Shipment Stop, and then records the quantity of Detention (in H or M) in the Wait Time boxes. The Accessorial Code of DET is added to the Buy Shipment Financial Tab, and a Recalculate Shipment Cost is done to add the Detention Charge to the Shipment.

However, it appears that Stop Wait Time is being updated by status updates entered by the Service Providers (Carriers). The prior Wait Time entry made by Operations is being overwritten.

2) The following Rate Basis Items are available when building Accessorial Costs
Destination Wait Time (duration spent waiting at stop)
Source Wait Time (duration spent waiting at stop)
Stop Wait Time (duration spent waiting at stop)
Destination Total Activity Time
Source Total Activity Time
Stop Total Activity Time

3) However, the Shipment Stop screen has (3) Time fields for consideration
Wait Time
Accessorial Time
Activity Time

Is there a Rate Basis selection that will use the Accessorial Time boxes/fields ? (If that is the best approach).

Recommendations for best way to calculate Detention (and any other time based Accessorial Charge) would be greatly appreciated. Thank you for your time and consideration.
Image may be NSFW.
Clik here to view.

Does E2OPEN support OPEN TENDER(Broadcast tender& Spot bid tender)?

Does E2OPEN support OPEN TENDER(Broadcast tender& Spot bid tender)?

OTM select a list of carriers and send broadcast Tenderoffer and Carriers send back TenderResponse with bid price. Does E2OPEN support the requirement?
Image may be NSFW.
Clik here to view.

Rush Hour for Multiple windows

Hi,

Having issues with OTM Rush Hour functionality. If there are multiple rush hour windows, it is not adding them up. Below is a scenario

Created Rush Hour data for locations A to B

1. Lane A to B created
2. 2 Calendars with RUSHHOURS activity created
A. 7.00 - 7.30 AM - 10 Min Rush Hour
B. 7.30 - 8.00 AM - 15 Min Rush Hour

When planning an order that is travelling from A to B from 6.30 to 9 AM, expected the Rush Hour would be a summed up value of 25 Min. But OTM plans with Zero Rush Hour.

Even looked at the option of putting an average value for the whole hour. But OTM does not apply partial values. Meaning, if the shipment traveled only 10 min of a 1 hour Rush Hour window, it applies the complete Rush Hour delay.

Any ideas would help.

Thanks
Image may be NSFW.
Clik here to view.

Failed to parse the specified XML Content

Our company is experiencing parsing errors "Failed to parse the specified XML Content is not allowed in prolog" after integration XML is loaded into OTM. Transmissions are created without error but occasionally a parsing error occurs while Transactions are being created as 'Release' element Transactions. The XML_BLOB in the i_transaction table appears to be loaded as Chinese characters and not as XML. Does anyone have any suggestions as to why this may be happening?
Image may be NSFW.
Clik here to view.

Modifying "Show Routing Options Screen"

HI All,

We have a requirement where we need to modify the “show routing options screen" with some default values as shown in the attachment.
For the exclude check box to be checked as default , I made the below changes to GetRoutingConstraintscomm.xsl and deployed the file in the path [OTM Instance] /opt02/app/otm/apache/htdocs/xsl/uic and also bounced the server , but the changes are not reflecting.
<td>
<xsl:call-template name="fieldBoolean">
<xsl:with-param name="name">inclusive/transport_mode_ex</xsl:with-param>
<xsl:with-param name="label"><xsl:value-of select="translator:get-translated-value('field.is_excluded')"/></xsl:with-param>
<xsl:with-param name="form">management_main</xsl:with-param>
<xsl:with-param name="value"><xsl:value-of select="transport_mode_ex"/></xsl:with-param>


Quote:

Just changed the value of transport_mode_ex to “Y”, also tried with “true”

<xsl:with-param name="query">false</xsl:with-param>
</xsl:call-template>
</td>
Please suggest me how can we achieve this.
Thanks in advance.

Regards,
V.Chandrakala
Attached Files
Image may be NSFW.
Clik here to view.
Viewing all 2772 articles
Browse latest View live