Questions tagged [oracle-agile-plm]

Oracle's Agile Product Lifecycle Management enables you to strategically manage the complete lifecycle of a product: from the ideation phase through to recycling and retirement.

Oracle's Agile Product Lifecycle Management enables you to strategically manage the complete lifecycle of a product: from the ideation phase through to recycling and retirement.

More than a technology solution, Agile Product Lifecycle Management focuses on process efficiency, rapid innovation, cross-functional collaboration, closed-loop quality control, risk mitigation, and cost-effectiveness.

Reference: http://www.oracle.com/us/products/applications/agile/overview/index.html

25 questions
12
votes
2 answers

Requested factory com.ctc.wstx.stax.WstxInputFactory cannot be located

I am build an Oracle Agile PLM CustomAction Px. I called a webservice inside the Px to process some data. After i deployed, it gave "Class not found exception" for javax.xml.ws.Service so i copied jaxws-api-2.1-1.jar in…
Raj
  • 255
  • 2
  • 6
  • 17
1
vote
0 answers

Set "compliance calculated date" on item title block in Oracle Agile PLM

If there are internal specifications in the Compliance tab of item, then by clicking "calculate compliance", following title block fields are populated: Compliance calculated date Overall compliance But when only external specifications are…
DDOTS
  • 11
  • 2
1
vote
0 answers

Agile Item Imported or Manually Created

Can it be identified through some flag in the oracle agile plm database, if an item is manually created from the java/web client or is it imported externally?
1
vote
1 answer

Groovy Script in Oracle Agile PLM Troubleshooting

I'm in the process of learning basic programming (now reading through SICP now) for the purpose of writing Groovy scripts to deploy in Oracle Agile PLM. I've gone through a couple Java tutorials online, and I'm reading through the Groovy Recipes…
BUDA
  • 11
  • 1
1
vote
1 answer

Get FileDownloadUrl from attachment (Agile PLM)

I've been following the code samples included in Oracle document E15930_01 (Agile PLM Core Web Services User Manual). The samples are in Java, but I've translated what I need to .NET for the project I'm working on. I can search for an object and…
Tim
  • 4,051
  • 10
  • 36
  • 60
1
vote
2 answers

java.lang.ClassNotFoundException: javax.xml.rpc.Stub - after deploying on tomcat

Stacktrace:] with root cause java.lang.ClassNotFoundException: javax.xml.rpc.Stub at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at…
akshay
  • 115
  • 1
  • 3
  • 9
1
vote
1 answer

Oracle Agile PLM - Update DB password

Apart from the agile.properties file, where else do I have to update the DB password string for Agile? Still getting ORA-01017. I did a grep, the other files that have the string are install\bin\tokens.txt and…
wez
  • 337
  • 3
  • 16
0
votes
0 answers

Oracle Agile PLM - Change dropdown values in a list type

This query is related to Oracle Agile PLM. Could you let me know if it's possible to change dropdown Values on a simple list on the basis of the value under another simple list. For example - if list 1 has value Y, then the dropdown for list 2…
Xdf_Xef
  • 1
  • 1
0
votes
1 answer

Write a program to load Item Manufacturer tab and print each row details in a text/csv file

im new to oracle agile plm can you solve me this.I refer Agile sdk guide but it not at all solving can you make this efficient search
0
votes
0 answers

ORA-00054 When Issuing FOR UPDATE NOWAIT in AgilePLM

I am trying to resolve an issue where the application user is prompted ORA-00054 in Oracle AgilePLM. From sql logs I came to know that the following command is causing this issue. SELECT 1 FROM CLUSTER_THREAD_LOCKS WHERE LOCK_TYPE = 3 FOR UPDATE OF…
Burhan Khalid Butt
  • 275
  • 1
  • 7
  • 20
0
votes
1 answer

Agile PLM API create relationship between items: Invalid Parameter

I'm developing an scala application using Agile PLM API. Everything works so far, adding attachments, adding BOM items, creating items and so on. But when creating Relationships in the Relationship Table, I always get this…
Ben
  • 696
  • 9
  • 19
0
votes
2 answers

A subquery returning multple rows

I am getting an error in the below query.. can anyone help fixing this query select c.CHANGE_NUMBER, (select le.ENTRYVALUE from listentry le where le.ENTRYID = c.CATEGORY)as CATEGORY , ( SELECT last_name || ',' || first_name || '(' ||…
Nagma
  • 5
  • 1
  • 4
0
votes
1 answer

SSL Configuration in Clustered environment

We have an Oracle application (Agile PLM) which is deployed in a clustered environment. We have one admin node and two managed nodes supporting our application, where admin and 1 managed nodes are on the same server. We also have Load balancer which…
Tapan
  • 53
  • 5
0
votes
1 answer

Oracle Agile PLM-Customisation

In my company, we are using Oracle Agile PLM 9.3.5. So far we never did any customisation. Now we want to customise the standard product. I am new to this product. Does anybody have any idea how to proceed with customisation? Requirement: In the…
Prabu M
  • 11
  • 1
0
votes
1 answer

Getting peergoneevent exception

I have a web application deployed on tomcat whick interacts with Agile PLM on weblogic server. Issue: I have to test the connection at regular intervals so when i test the connections they are successful but when i restart the Agile Plm on weblogic…
UKK
  • 167
  • 1
  • 13
1
2