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
0
votes
0 answers

POS Hypercom Terminal T4230 integration issue using Java serial PORT communication

We are integrating JDE-Edwards ERP to POS terminal using the Java integration Code but when I tried to send the transaction initiate request to the POS terminal it is working sometimes fine and sometimes I am getting the negative acknowledgment from…
Anand
  • 1
  • 3
0
votes
0 answers

JDE BSFN throwing boot strap login error through servlet but not main method

I'm trying to call a JDE BSFN through a servlet, and it keeps failing on login, throwing a bootstrap login error. I have the same code being called from a main method (launched from a script on command line), and it logs in fine. Both pieces of…
B Gibson
  • 1
  • 1
0
votes
2 answers

To get data for the last 5 days when date is stored as int in julian format

I'm new to sql and need help on a query. Database is JDEdwards In my database i have a column 'jdt' with Julian date stored as integer. Now i have to write a query to extract last 5 days data from the present day. My thinking approach is to convert…
mounika
  • 1
  • 2
0
votes
5 answers

How is it possible to call a report in J D Edwards via Dell Boomi?

I want to call a report in JD Edwards via Dell Boomi. I have already established the database. Can you help me with it?
Pooja Pai
  • 11
  • 1
0
votes
2 answers

Weird characters from the BSFN B76B0220

I'm trying to recover Strings from a .txt file with the bsfn B76B0220.FetchNextLineFromFlatFile When the text is recovered the String should looks like this: 170015560220171030070567000400000 Instead of that the String recovered is this…
rencinas
  • 142
  • 1
  • 8
0
votes
2 answers

JD Edwards Tables required fields

Is there a way to see in JD Edwards or Solution explorer the required fields for an insert of data into a certain table? When I insert data using a Table Conversion into an EDI Table (Z-Table) and run the EDI Batch Process, I get messages in my…
Stefan
  • 3
  • 3
0
votes
1 answer

c# invoking JDE XMLcallobject compatibilty with Visual Studio 2010 and XMLinterop.dll

JDE xmlinterop.dll giving error code 14 when trying to do a pinvoke from C# in Visual studio 2010 environment - can anyone help?
Devi Das
  • 1
  • 1
0
votes
1 answer

Getting the next hundred records from getAddressBook(JDE BSSV)

I am making a request to /AddressBookManager?WSDL invoking getAddressBook, I am getting the first hundred records from it and the question would be if there's a way to get the next hundred then the next hundred(pagination)? I've been looking for…
mfam
  • 1
  • 3
0
votes
2 answers

Unable to connecte with security server JD Edwards EntrepriseOne

its almost 3 days that i got this error : Unable to locate security server. Failed to communicate with security server JD Edwards EntrepriseOne could not sign you on. thanks for your help ;
Neyo
  • 13
  • 5
0
votes
2 answers

JD Edwards EntrepriseOne : Unable to locate security servera

I have follow all the steps to install JDE , but i got this error : Failed to communicate with security server: Unable to locate security server JD Edwards EntrepriseOne could not sign you on.Make sur your User ID is correct and retype your…
Neyo
  • 13
  • 5
0
votes
1 answer

How difficult would it be to use metadata from web services to build drop down menu in J D Edwards

Looking for a way to harmonise data between a number of copies of J D Edwards. Currently users type in data that should be in drop downs to prevent errors. How feasible is it to create a web service with all the controlled lists and then use these…
user3592901
  • 21
  • 1
  • 1
  • 6
0
votes
3 answers

How to do grand total on level break footer total in Report Design Aid

I want to calculate a grand total of those total I get on level break footer group. Example: Item A1 - 10 Item A2 - 20 Item A3 - 30 Total = 60 Item B1 - 10 Item B2 - 20 Total = 30 Grand Total 90 What should I do?
0
votes
1 answer

Unable to get count of table rows using jdbc - for JDEdwards table

I am trying to get the total count of a table rows using the below code. Connection con = getJdeConnection(userN, password, hostN, dbName); PreparedStatement p = con.prepareStatement("select count(*) from F0010"); …
Abdul
  • 1,130
  • 4
  • 29
  • 65
0
votes
1 answer

How to Modify Event Rules @ JD Edwars System

I'm using a JD Edwards version 9.1 OneWorld Enterprises. how can i modify its event rule at a certain module let say at the process option module there was a certain field has 4 conditions. and i like to add 1 condition to it. probably it's like an…
jdeLMC
  • 1
  • 1
0
votes
1 answer

.net connection to JDEdwards 9.1

I am working on .net application which needs to connect to JD Edwards 9.1 (not in AS400) database to query tables and also call business function. Could someone tell me: What .net driver i need to install and from where? What would the connection…
sanjeev40084
  • 9,227
  • 18
  • 67
  • 99