Quantcast
Channel: JDELIST.com - JD Edwards ERP Forums
Viewing all 8114 articles
Browse latest View live

XCOPY equivalent on UNIX box for UBE CSV file copying

$
0
0
Hi folks,

A while ago I wrote a little nifty UBE to sweep completed jobs F986110 on email out the CSV/PDF attachment if a match on UBE and VERS was found in a config table of mine.
https://www.jdelist.com/vb4/showthre...E-jobs-CSV-PDF

I'd like to add to this functionality and actually move the competed jobs CSV/PDF from the print Q to a network location for future FTP access. So maybe I could use BSFN Call External Program to do this by writing a unix command to move/copy the file.

Has anyone here done something like this before? I know I could create the file myself but the CSV file is very complex and I don't have the time/resources to code it all in.

Thanks

John

JDE E1 9.2 Data Only Upgrade

$
0
0
I have installed JDE 9.2 on a complete new set of servers (Enterprise, database, weblogic, etc) These servers are running Windows Server 2012 R2...database is running SQL 2012. I have completed the application installation. Now I want to convert my existing JDE 9.0 database. I am starting with pathcode DV. I restored the existing 9.0 database to the new 9.2 database server. I am at the point of creating the planner package for this conversion. This is where I need assistance. This is my first upgrade project, and I am a little confused as to exactly what my next steps should be. Any assistance in where and how I proceed would be welcome.

F4311 LNID using different formats with different Doc Types

$
0
0
Hello All-
First time posting, I did my best to search beforehand but couldn't find anything regarding this.

I am working with a company that uses HomeBuilder in 9.1, which is new to me. They use R44H7113 to create commitments from "Lots", however, when I look at the F4311 for these records I am seeing LNID in different formats for different order types. Which is something I have never seen before.

For example, in F4311, DCTO: OC has a LNID of 1000 in UTB.
But, DCTO: ON has a LNID of 1.

It looks as if the workfile (F44H711) is also displaying this data as a single character like the ON example in the F4311.

I can't figure out how the format could differ from the data dictionary setup. If we enter the commitment directly in P4310 it uses the correct LNID format (1000).

Can anyone point me in a good direction to troubleshoot? I confirmed that the F44H711 and F4311 are getting populated using UBEs, there is no direct data inserts or anything like that.

Thanks!

Help with F0411FSEditDoc BSFN - 078P Update to cache F04UI002 failed

$
0
0
We are trying to use the F0411FS family of methods to create vouchers (BeginDoc, EditLine, EditDoc, EndLine).

We have successfully used the F0911FS family with no issues as well as the AcctRecFS family just fine.
But we are hitting and issue with the call to F0411FSEditLine. This keeps failing on cache update with the message " 078P Update to cache F04UI002 failed"

I looked in the C code and see just a few places this can happen, but do not know what is causing the update failure. What is the best way to see why this is failing?

I am pretty sure we have the header record in the cache just fine and that the one line is in there as well. it's just not clear why the update fails.

I'm thinking perhaps the values I am setting on the line are violating some database constraint.

Here is what debug logging shows- we have a cache with 0 records in it and then we try to update it. Could this be it?
Incremented cache count to 3
Created new cache - hCache:[08D7C7D8]
hCache:[08D7C7D8] Nm:[1F04UI002] Recs:0 Curs:0 Hnds:1 Cchs:3 INIT new
Entering jdeCacheUpdate - hCursor:[00000000]

If anyone had suggestions about this I surely would appreciate it!

Cheers
Daniel

New to Forum and Have Question

$
0
0
I am new to this forum and have a number of questions:

  • Does the forum have specific areas that we ask questions regarding a specific version of JDE - We have been recently acquired by a company that uses JDE - the version is version is a new non GUI version of the software - not Enterprise One.
  • Is there a specific area of the forum that talks about implementation and upgrade.
  • I am also looking for general training in the JDE software is there a location on the forum page for this.


Thanks for any help you can give me.

Stephen

Fetch Next Line From Flat File(B76B0220) Clears the file

$
0
0
Hello All,

I am developing a UBE to read a CSV file from a folder. Currently testing on my local machine. When I am testing, Open File BSFN works and it returns the file pointer (value = 1 in most cases). But then
when Fetch Next Line From Flat File(B76B0220) is executed it does not retrieve any record. All the file in the folder which is read gets cleared. Any idea where I am missing the point ?

My sample code is below and Error debug log for BSFN is attached

Open Flat File
"1" -> BF cSuppressErrorMessage
VA rpt_szErrorCode_ERRC <- BF cErrorCode
VA rpt_szErrorMessage_DTAI <- BF szErrorMessageId
<Zero> -> BF cAppendMode
VA rpt_szFilePointer_GENLNG <- BF idFilePtr
VA rpt_szCC_COBRAURL -> BF szFilePath


Fetch Next Line from Flat File
VA rpt_szFileName_PTH -> BF szFlatFileName
VA rpt_szFilePointer_GENLNG -> BF idFilePtr
VA rpt_szFlatFileRecord_DS200 <- BF szFlatFileRecord
VA rpt_mnRecordLength_RECL <- BF mnRecordLength
"1" -> BF cSuppressErrorMessage
VA rpt_szErrorCode_ERRC <- BF cErrorCode
VA rpt_szErrorMessage_DTAI <- BF szErrorMessageID
Attached Images

Pricing adjustment in different currency

$
0
0
Hello everyone,I have a question, I'll appreciate if you can give me advise.


We use several pricingadjustments to calculate price:
1) to set quotation price based on formula (it takes price from Price VariableTable)
2) adding premium (on amount, fixed number for each customer)
All those prices are in USD.


Also in somecases we need to add transportation charges to the price, and those charges arenot in USD, because those prices are from transportation provider. We have tomanually calculate transportation charge in dollars, using exchange rate onActual Shipment Date and then manually add them to new pricing adjustment,which means we need to create new adjustment for each sales order every day,and it’s very inconvenient, because usually those transportationcharges are effective for whole month, and we must recalculate them annually onlybecause of daily exchange rate change.

Is it possible to add exchange rate to the price adjustment? I mean, Iwant to create price adjustment valid for 1 month in nonUSD, and it to be recalculatedto dollars using F0015 exchange rate data during pricing process?

Scheduler for PY Environment

$
0
0
Hello,

I feel like this topic has been touched on a lot but I am missing something or just being dense. We need to do testing of a customized auto-cash program for an extended period and would really like to have a number of job's run automatically in our PY environment. I have seen posts regarding having multiple scheduler kernels running for different environments but Doc ID 1323621.1 clearly states this is not supported. It goes on to state that you would have to configure PY on the PD server. So to configure PY on PD server I simply need PY910 added to the environment list in the Machine Identification, OCM mappings for both machine's data sources mirrored for PY910, and to do a PY full build but select the PD batch server when defining/deploying? Am I missing anything? Would I also need to configure and deploy to PY Logic server? What is the reasoning behind disregarding Oracle's support stance and instead running multiple scheduler kernels?

Thank you,

Jim

Changing the BU on an unposted voided journal entry

$
0
0
We are on E1 9.0, tools 9.1.4.7.

Here is our issue today. A user has posted journal entry from May she wants to void. She chose the void option, chose a June GL date, then saved the resulting void entries. However, when she tries to post this entry, it errors because one of the original BU's has now been set to Non posting. At first I would think you would be able to just go into this unposted void entry and change the business unit. It appear to let you change the bu and account, but there is no SAVE button to save the change.

It would appear that once you've started a void but have not posted the void, you have no option to change anything.

Anyone have any thoughts to change the business unit on this journal entry at this point.

Any thoughts would be appreciated.

How to get a union of two data sets?

$
0
0
I have a business view that have two date fields (SRPDJ and CDJ). Users will enter into data selection whatever they want and I want to use whatever they entered and get all records that match that criteria and fall within date ranges for SRPDJ and CDJ

For example

Let's say users enter Community = 'OTT' into the data selection then

I want to get all records where Community is 'OTT' and SRPDJ is between 1/1/2016 and 12/31/2016

And

All records where Community is 'OTT' and CDJ is between 1/1/2017 and 12/31/2017

So it's a union of two data sets. Users will enter the date ranges into processing options but I hard code it here for simplicity. Here's my code

Set Selection Append Flag( <Yes>)

Set User Selection(BC Sales Date (Julian) (F44H501)(SRPDJ), <Greater Than or Equal To>, 1/1/2016, <And>)

Set User Selection(BC Sales Date (Julian) (F44H501)(SRPDJ), <Less Than or Equal To>, PO 12/31/2016, <And>)


Set User Selection(BC Sales Date (Julian) (F44H501)(CDJ), <Greater Than or Equal To>, 1/1/2017, <Or>)

Set User Selection(BC Sales Date (Julian) (F44H501)(CDJ), <Less Than or Equal To>, 12/31/2017, <And>)


But I only get all the records for SRPDJ and NOT CDJ.


Do you know why?

Thanks

JDE 9.2

JDE EnterpriseOne Xe Upgrade Path

$
0
0
Is there anyone out there still on JDE EnterpriseOne Xe SP 24.14 (not moved from coexistent) and is planning to upgrade to 9.2?
Is there even an upgrade path from Xe to 9.2?





IBM iSeries V7R1
JDE EnterpriseOne Xe SP 24.14

dark theme for Object Browser??

Enabling LDAP Support in JD Edwards EnterpriseOne

MAF Application in JDE

$
0
0
Hi ,

I am trying to develop sample mobile application using oracle document.

But Out of the list they have given, I am facing issue with AIS Class Generator and Mobile Application Framework (MAF). When AIS CG is installed, MAF is disappearing and vice versa.

Whether anyone know to fix this issue?

Thanks in Advance
Narayana

Removing Quantity on a canceled BO

$
0
0
There are a lot of blanket orders in my system from before I started in my position, that are canceled or expired but have open quantities on them. This causes issues where new PO's and BO's don't do automated tasks, like send orders to suppliers, attach PO's to BO's, etc.

Is there a way to get rid of these open quantities on canceled or expired orders?

Many program crashes with fresh install of A9.4

$
0
0
Hi there!
I hope this is simple and has been seen before. It's so pervasive I figure it's gotta be an easy fix and I just missed something.

I have a fresh install of IBM i 7.1, and performed a fresh install of JDE A9.4. I log in as JDE, and can jump through the menus and enter the various functions, but once I enter a function (not just a menu), if I press F12 or F4, I get a program crash, and the RPG dump indicates a "permanent I/O exception" on the Display File. I'm really shocked that the whole mess doesn't just work right out of the box, so I figure I did something wrong. This happens on any function. I can't track it down to just a subset.

Has anyone seen anything like this before?

Thanks!

Schedule R98403A

$
0
0
Good afternoon everyone


I have a problem scheduling the R98403A, when it runs manually it runs successfully, now you want to schedule the same, the report runs but does not copy any record.


All help will be welcome.


Best regards

Hashmap in JDE

$
0
0
In my UBE, I need to keep track of things in data structure like Hashmap. How do you implement similar things in JDE? What do you recommend?

Thanks

JDE 9.1

How to get count of records when doing select in table IO?

$
0
0
Right now I have to use a counter to count number of records returned back from doing select of table IO in my UBE. Is there a better way without having to write C bsfn?

Thanks

JDE 9.1

HEader detail form

$
0
0
Hi All,
Sorry i am posting a dumb question... but i am really struck at this. I made a clone of P4210 as P554210 and am trying to insert a line once header information is filled... i.e after fiiling the header information when i come to grid a line should be inserted... so i tried it Event "Set focus on Grid" i have used insert Grid row system function... but while trying to see the output i could see a empty line is being inserted first and then my line is getting inserted. Please help me on this.
Viewing all 8114 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>