Questions tagged [jdedwards]

JD Edwards was a company producing Enterprise Resource Planning (ERP) software.

JD Edwards was a company producing Enterprise Resource Planning (ERP) software. It was acquired first by PeopleSoft and then by Oracle, who continue to support the products. Current software includes JD Edwards EnterpriseOne and JD Edwards World.

83 questions
1
vote
1 answer

SOAP Literal WSDL request JDEdwards

I recived following wsdl (pasting only part of it for clarity) from my client, after he upgraded JDEdwards ERP system in his company.
Grzegorz
  • 3,538
  • 4
  • 29
  • 47
1
vote
0 answers

JDE XE to 9.2 Upgrade

I am trying to upgrade Archived Data in JDE XE to JDE 9.2 I have my archived Data in a Seperate Library and I want to use that as the Source for Loading the Data into the Target Library Can you please let me know where I can provide the Source and…
Ajith
  • 11
  • 1
1
vote
1 answer

Change AS400, Synon and JDedwards default language

The AS400 systems are V5R3 and have Spanish as the primary language and English as the secondary. We have Synon and JDEdwards installed on system with Spanish as the primary language and English as the secondary. So please let me know how I can…
abhishek29
  • 11
  • 1
1
vote
1 answer

Integrating Paypal checkout with Demandware and Oracle JDE

We have an e-commerce site powered by Demandware, and we are looking to integrate Paypal as a payment option. We use Oracle JDE to manage our orders. We were told it will be about 96 hours to integrate Paypal to DemandWare and 200 hours to do the…
1
vote
1 answer

XSL Transformation fails on JD Edwards report with poorly formed XML output

I have a requirement to transform the output of a custom invoice program in JD Edwards for EDI. The XML data coming out of the report is poorly formed and I'm struggling to restructure the data to meet the EDI requirements. I am new to XSL, so…
Justin
  • 13
  • 3
1
vote
0 answers

JDE BSFN error while calling from java servlet

I am trying to call the JDE "Approve Or Reject Order" business function from a java servlet. We are passing all the values correctly from java side(making all necessary conversions to map the jde math numeric , date and branch plant parameters).…
1
vote
0 answers

Sales Cloud to JDE integration - groovy - JDE actiontype not recognized

Trying to Create (also update) the JDE E1 addressbook, inputs are taken from OSC , and service call is via groovy script. Webservice name: Customer And Contact Manager Service Method : processCustomerAndContactV2 Groovy script to create/update…
1
vote
1 answer

Export CSV from JDE

I need to import data from JD Edwards into MSSQL database. But I have some difficulty importing the CSV file (I'm using SSIS 2005). In the CSV files, total 18 columns, but there are only 16 comma delimiters. By right with 18 columns, there should…
ChRoss
  • 41
  • 4
1
vote
2 answers

JD Edwards Enterprise One 9.1 Biztalk Adapter

I am trying to connect Biztalk 2013 to JD Edwards Enterprise One 9.1 Standalone Demo (oracle version). I have configured all the parameters as it is said in this thread…
valsador
  • 83
  • 3
1
vote
2 answers

OUI JD Edwards EnterpiriseOne Standalone Installation

I am trying to install JDE EnterpiriseOne on a virtual machine running win7, i followed the instructions in this video : JDE 9.1 stanalone instalation toturial I installed "EnterpiriseOne Database Engine" of course after installing oracle client,…
Hammam Muhareb
  • 355
  • 1
  • 4
  • 11
1
vote
1 answer

How to filter the data for JDE object browser in date format?

I am new user for JDE and JDE Data browser as well. But for what I know the JDE data browser only enables us to do create some filter condition for our data. Let say I wish to get the data in a range of dates (Example:20/11/2009 To 8/9/2012). What…
goh6319
  • 137
  • 1
  • 3
  • 20
1
vote
0 answers

How create entities tables in netbeans without primary key tables from JDE database?

We have a JDE (JD Edwards) system on an AS400 DB2 database. There is a Showcase server running queries to create several tables (.dbf). These queries run at different time during the day and night to generate the tables with most current information…
hetch
  • 33
  • 7
0
votes
0 answers

Printing rows in a table for RTF using XML Publisher

I have a requirement where I need to print table records as shown in image (two tables - column M, N, O, P, Q for reference). Where record should print from left side of table then continue to print on right side of table . I need to use oracle XML…
Abhijit
  • 13
  • 10
0
votes
0 answers

JDE table size cal

I am new to JDE and I am trying to calculate the size of a table on JDE using a linked server setup on SSMS. I have tried different queries I found online, including sp_spaceused, but none of them worked for me. Can someone please help me with a…
Mancher
  • 1
  • 1
0
votes
0 answers

Selecting with INT value against STR field

I'm trying to select records from a table using SQL Developer based on an INT value (in one file) to a STR (in the other file) and I'm using a nested(?) query: select * from proddta.FQ584871 where tdrscn in (select rmrscn from proddta.f48310) and…