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

DEP vs Planner Environment

$
0
0
Hi,

I'm new to JDE and I want to know the difference between the Planner and DEP environment.
Incase if I want to change the database name in JDE, which environment should i choose to update the database data sources in JDE, ie planner or DEP?

Thanks,
SG Madav Karna

BI Publisher 12.1.1.0 Permissions not working

$
0
0
I have installed a new 9.2 instance and now configuring BI Publisher server. I have everything configured but when I go to add the permissions for BIAuthor to the boilerplates the permissions window never opens. Has anyone else experienced this? I have an SR open with Oracle.

Windows 2012 R2
EnterpriseOne 9.2
Tools Release 9.2.1.4
Oracle Repository Database 12.2.0.1.0
Weblogic 12.2.1.1.0
Fusion Middleware 12.2.1.1.0
BI Publisher 12.2.1.1.0

Front end testing framework

$
0
0
I'm wondering what front end web testing framework do you use to test JDE applications? Right now I test the front end manually.

Thanks

JDE 9.2

Subsystem Job Processing

$
0
0
We occasionally (seldom!) have problems with our MRP subsystem job processing not finishing (stuck 'In Process' but not really processing) and causing our nightly job stream to not complete. During some investigation into this I see a couple fields in the F986113 table that have values in them that appear to not be setup in the UDC values associated with that DD definition. Those fields are:

SSJOBSTS - UDC 98/JS
SSOPCR - UDC 98/CR

I see values in the table that do not exist in the UDCs. The values "W" and "R" from the table are not in UDC 98/CR and the value "R" does not exist in the UDC 98/JS.
I am just trying to trouble shoot this and wondering if these have any impact on the subsystem MRP processing. I don't think this is causing the UBE to fail but just trying to see if this has any relevance or if it should be setup.

Thanks!
Attached Files

VAT - Value Added Tax in Middle East

$
0
0
Is there any discussion happening on 'How can we make the system ready for upcoming (from Jan 1, 2018) VAT in Middle East (both Functional and Technical)' ?

Understanding the Package Build Process - 9.2.1.x

$
0
0
This video will explain , How E1 is building the package from Tools Release 9.2.1.x

YouTube : Click Here

How to email and move a UBEs CSV/PDFs file anywhere you like

$
0
0
Hi folks,

I've been asked to do 2 handy things lately, 1) email a UBEs output and 2) get the UBEs output from the print Q ready for FTP. (by moving a designated folder)
I thought I'd share it here in case someone else ever gets asked the same thing.

EVENTS
UBE: R554111CM
Event: End Report (future)
Event GUID: c606bb92-c827-45f3-ba92-a654b3e8d5b7
----------------------------------------
Event Level Variables
----------------------------------------
evt_szHostName_JOBN [JOBN]
evt_szJobDetails_FNDFUF2 [FNDFUF2]
evt_szDataSource_SRC [SRC]
evt_szInstallDir_DVAL [DVAL]
evt_szFileName_URLPATH [URLPATH]
evt_szEmailIds_VAR1 [VAR1]
evt_szEmailAddressow_EMAL [EMAL]
evt_mnAddressNumber_AN8 [AN8]
evt_mnServerJobNumber_JOBNBR [JOBNBR]
evt_B984054ServerJobNumber [JOBNBR]
evt_EmailTxtCommandString_CMDS [CMDS]
evt_FileAddress_CMDS [CMDS]
evt_PrintQueue_CMDS [CMDS]
evt_FoundationFutUse2_FNDFUF2 [FNDFUF2]
evt_Integer01 [INT01]
evt_cFileExists_EV01 [EV01]
evt_ComputerID [CTID]
evt_GTSAttachmentName_YATTNM [YATTNM]
evt_szExecuteCommand_NFLF [NFLF]
evt_szFTPCSVName_CMDS [CMDS]
evt_EmailSubject_CMDS [CMDS]
evt_ProoforFinal_DL01 [DL01]
evt_EmailFrom_HLNK [HLNK]
evt_AttachmentName_YATTNM [YATTNM]
----------------------------------------
// BEGIN: John Danter 20/06/2017 MPRJ0082.55.05 - Consigned Stock Lodz changes
// Email and FTP UBE CSV file attachment
//
// ===================================
// Filename
// FNDFUF2 is stored as a string made up of "OBJ_VERS_JOBNBR_PDF"
// ===================================
// Print Queue Address
-GTSGetPDFAddress(B550002.GTSGetPDFAddress)
VA evt_PrintQueue_CMDS [CMDS] <- szCommandString [CMDS]

(just calls C API GetPrintQueueDirectoryPathName (lpDS->szCommandString);)

// OBNM_VERS
! VA evt_FoundationFutUse2_FNDFUF2 = concat([SL ReportName],'_')
! VA evt_FoundationFutUse2_FNDFUF2 = concat([VA evt_FoundationFutUse2_FNDFUF2],[SL VersionName])
VA evt_AttachmentName_YATTNM = concat([SL ReportName],'_')
VA evt_AttachmentName_YATTNM = concat([VA evt_AttachmentName_YATTNM],[SL VersionName])
// Job Number
-GetAuditInfo(B9800100.GetAuditInfo)
VA evt_ComputerID [CTID] <- szMachineKey [MKEY]
-GetOneWorldJobNumber(B984054.GetOneWorldJobNumber)
VA evt_ComputerID [CTID] -> szExecutionHostName [EXEHOST]
VA evt_mnServerJobNumber_JOBNBR [JOBNBR] <- mnServerJobNumber [JOBNBR]
! VA evt_FoundationFutUse2_FNDFUF2 = concat([VA evt_FoundationFutUse2_FNDFUF2],'_')
! VA evt_FoundationFutUse2_FNDFUF2 = concat([VA evt_FoundationFutUse2_FNDFUF2],[VA evt_mnServerJobNumber_JOBNBR])
! VA evt_FoundationFutUse2_FNDFUF2 = concat([VA evt_FoundationFutUse2_FNDFUF2],"_PDF")
VA evt_AttachmentName_YATTNM = concat([VA evt_AttachmentName_YATTNM],'_')
VA evt_AttachmentName_YATTNM = concat([VA evt_AttachmentName_YATTNM],[VA evt_mnServerJobNumber_JOBNBR])
VA evt_AttachmentName_YATTNM = concat([VA evt_AttachmentName_YATTNM],'_PDF')
VA evt_AttachmentName_YATTNM = rtrim([VA evt_AttachmentName_YATTNM],' ')
//
// .CSV
! VA evt_FileAddress_CMDS = concat([VA evt_PrintQueue_CMDS],[VA evt_FoundationFutUse2_FNDFUF2])

VA evt_FileAddress_CMDS = concat([VA evt_PrintQueue_CMDS],[VA evt_AttachmentName_YATTNM])
VA evt_FileAddress_CMDS = concat([VA evt_FileAddress_CMDS],'.csv')
//
// Subject
VA evt_EmailSubject_CMDS = concat('Weekly Consumption Report ',date_today( ) )
VA evt_EmailSubject_CMDS = concat([VA evt_EmailSubject_CMDS],' ')
VA evt_EmailSubject_CMDS = concat([VA evt_EmailSubject_CMDS],[RV ProofOrFinal_DL01])
//
// Body text
-If PO mnSupplierNumber_AN8 [AN8] is greater than "0"
| VA evt_EmailTxtCommandString_CMDS = concat("Weekly Consumption Report for Vendor ",[PO mnSupplierNumber_AN8])
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS]," Period ending: ")
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS],[SL DateToday])
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS], ' ')
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS],[RV ProofOrFinal_DL01])
-Else
| VA evt_EmailTxtCommandString_CMDS = concat("Weekly Consumption Report for Multiple Vendors",' ')
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS]," Period ending: ")
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS],[SL DateToday])
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS], ' ')
| VA evt_EmailTxtCommandString_CMDS = concat([VA evt_EmailTxtCommandString_CMDS],[RV ProofOrFinal_DL01])
End If
//
// Attachment name
! VA evt_GTSAttachmentName_YATTNM = concat([VA evt_FoundationFutUse2_FNDFUF2],'.csv')
VA evt_GTSAttachmentName_YATTNM = concat([VA evt_AttachmentName_YATTNM],'.csv')
//
-CheckForFile(B0500725.CheckForFile)
VA evt_Integer01 [INT01] <- nReturnCode [INT01]
VA evt_FileAddress_CMDS [CMDS] -> szFullFileName [MMFN]
-If VA evt_Integer01 [INT01] is equal to "1"
| VA evt_cFileExists_EV01 [EV01] = "1"
-Else
| VA evt_cFileExists_EV01 [EV01] = <Blank>
End If
//
// ===================================
// Email CSV File
// ===================================
-If PO szEmailAddressCSV_EMAL [EMAL] is greater than <Blank>
| -If SL LoginEnvironment is equal to ("JPD900","PD900")
| | VA evt_EmailFrom_HLNK [HLNK] = "e1prod.consumptionreport@rrd.com"
| -Else
| | -If SL LoginEnvironment is equal to ("JUT900","UT900")
| | | VA evt_EmailFrom_HLNK [HLNK] = "e1uat.consumptionreport@rrd.com"
| | -Else
| | | -If SL LoginEnvironment is equal to ("JPY900","PY900")
| | | | VA evt_EmailFrom_HLNK [HLNK] = "e1crp.consumptionreport@rrd.com"
| | | -Else
| | | | -If SL LoginEnvironment is equal to ("DV900","JDV900")
| | | | | VA evt_EmailFrom_HLNK [HLNK] = "e1dv.consumptionreport@rrd.com"
| | | | End If
| | | End If
| | End If
| End If
| -EmailMergeLetter(B0500725.EmailMergeLetter)
| VA evt_EmailFrom_HLNK [HLNK] -> szFrom [HLNK]
| PO szEmailAddressCSV_EMAL [EMAL] -> szTo [HLNK]
| VA evt_FileAddress_CMDS [CMDS] -> szSubject [CMDS]
| VA evt_EmailTxtCommandString_CMDS [CMDS] -> szMessageTextChar256 [CMDS]
| VA evt_cFileExists_EV01 [EV01] -> cIncludeAttachmentFlag01 [EV01]
| VA evt_FileAddress_CMDS [CMDS] -> szNameOfAttachmentFile [HLNK]
| VA evt_GTSAttachmentName_YATTNM [YATTNM] -> szAttachmentDisplayText [CMDS]
End If
//
// ===================================
// FTP CSV file
// ===================================
-If PO cProofOrFinal1_EV01 [EV01] is equal to "1"
And PO szFTPFolderLocation_CMDS [CMDS] is greater than <Blank>
| // Construct complete destination FTP folder and filename address
| VA evt_szFTPCSVName_CMDS = concat([PO szFTPFolderLocation_CMDS],[VA evt_GTSAttachmentName_YATTNM])
| //
| VA evt_szExecuteCommand_NFLF = concat('cp ' , [VA evt_FileAddress_CMDS])
| VA evt_szExecuteCommand_NFLF = concat([VA evt_szExecuteCommand_NFLF],' ')
| VA evt_szExecuteCommand_NFLF = concat([VA evt_szExecuteCommand_NFLF],[VA evt_szFTPCSVName_CMDS])
| //
| -ExecuteExternalProgram(B34A1030.ExecuteExternalPro gram)
| VA evt_szExecuteCommand_NFLF [NFLF] -> szCommandLine [NFLF]
End If


Note this won't work locally as you can't get the job number using B984054.

Hope it's of use to someone.

Have a good weekend

John
Attached Files

Massive change of Planning Code

$
0
0
Hi everyone!

I was looking through the forums and I couldn't find any related to this.

We have hundreds of part numbers on the system, and we need to change the Planning Code, what we need to know it's if there is a way to change the planning code in a massive way.
This means, change the planning code of the hundreds of codes at the same time (It´s the same for all), without having to change it one by one.

I appreciate your help.

JDE Work Order Creation

$
0
0
Does anyone know what tables are touched when a work order is created. Both standard work order and an ETO Work Order?

I am trying to figure out which tables are touched besides the F4801 and F4801T.

Any help would be greatly appreciated.

Jim

E1Local not accessible during Deployment Server install

$
0
0
When trying to install a Deployment Server on Windows 2012 R2 I get the dreaded "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor" error. Both the TNSListener and E1Local services are running. When I run lsnrctl status, I do not see E1Local:
Code:

C:\Users\Administrator>lsnrctl status

LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 22-SEP-2017 19:43
:09


Copyright (c) 1991, 2014, Oracle.  All rights reserved.


Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.18.249.242)(PORT=1521
)))
STATUS of the LISTENER
------------------------
Alias                    LISTENER
Version                  TNSLSNR for 64-bit Windows: Version 12.1.0.2.0 - Produ
ction
Start Date                22-SEP-2017 18:27:58
Uptime                    0 days 1 hr. 15 min. 11 sec
Trace Level              off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File  C:\Oracle\E1Local\network\admin\listener.ora
Listener Log File        C:\Oracle\diag\tnslsnr\jdemultidp1\listener\alert\log.
xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.18.249.242)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
  Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully

I also noticed in the alert.log file, I do not see any service_register messages, though I did see these in the standalone client install. I also confirmed the services were present in the DB:
Code:

SQL> select NAME from ALL_SERVICES;

NAME
----------------------------------------------------------------
SYS$BACKGROUND
SYS$USERS
E1LocalXDB
E1Local

I have taken a number of steps to address this:
1. Ensuring that the TNS listener service is running. I can tnsping E1Local just fine:
Code:

C:\Users\Administrator>tnsping E1Local

TNS Ping Utility for 32-bit Windows: Version 12.1.0.2.0 - Production on 22-SEP-2
017 19:42:08


Copyright (c) 1997, 2014, Oracle.  All rights reserved.


Used parameter files:
C:\app\e1dbuser\product\12.1.0\client_1\network\admin\sqlnet.ora




Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = jdemulti
dp1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = E1Local)
))
OK (1150 msec)

2. Ensuring that the tnsnames.ora file has been copied to the 32 bit client bin directory.
3. Ensuring that the hostname is used in the tnsnames and listener.ora files
4. Attempting to force registration using alter system register.
5. Rebooted the TNSListener and E1Local services numerous times as well as manually starting these services.
6. Reinstalled both the E1Local database and the 32 bit changing the order of which one I installed first.
7. Set ORACLE_SID to E1Local
8. Added DBA_ORA group to my local user account (Administrator)
9. Followed the steps in this post https://www.jdelist.com/vb4/showthre...l=1#post167628
10. Used both 64 bit and 32 bit netmanagers to confirm settings and test connection (fails with same error)
11. Confirmed all my settings with my standalone client which has a working E1Local

At this point the only differences are that my standalone was installed using a domain user with admin rights, whereas my deployment server is installed by a local user with admin rights and the fact that I am installing a 9.1.0 deployment client versus a 9.2.0 standalone server, however I suspect the the E1Local setup is the same.

Can anyone tell me any other things to check or try beyond what I have already checked and tried?

About Websites

$
0
0
Difference between Web Development and Web Designing? Explain in detail

E1 - environment / library list on iSeries

$
0
0
I need for TSTQGPL to be ahead of QGPL when running jobs from E1 in DV, PY, JDV and JPY. This is a test library and I need to execute programs from this library instead of QGPL. This is for all DV, PY, JDV and JPY users. These users may have access as well to PD and JPD but I don't want that library in the list for these environments. For example if I call a program *LIBL/PGM1 using the business function Execute External Program from DV I want it to use the PGM1 in TSTQGPL, but if I do the same while in PD I want it to use the PGM1 in QGPL. Is there a CNC solution for this?

JDE Password settings

$
0
0
Hi,

I know that JDE doesn't allow the last 10 passwords to be entered again by default. Where can i see this setting. I looked in the processing option of P98OWSEC and wasn't able to find the above setting. Any help on this would be greatly appreciated.

Thanks,
SG Madav Karna

How do you supress a set footer section

$
0
0
We have a check where we print the following sections
Set Header
Detail Header
OUtboundPayment_DetailLine
Detail Footer
Set Footer (prints the AP cheque here)

If there are more DetailLine sections than can fit on a page then I want the DetailLine to continue on the next page.

But if the DetailLines are not completed then I do not want the Set Footer to print.

I have DetailLines that span two or more pages but the cheque prints on the bottom of every page.
If my detail line spans multiple pages how do I just get the Set Footer to print just on the final page.

The paper I am printing on is perforated so I cannot print the detail section where the check is supposed to print.

The current cheque for JDE prints so many detail lines then if there is overflow then the overflow goes on the cheque attachment report.

We are going from JDE to a Peoplesoft product and it does not look like they are doing any check attachment logic so I am now going to have to program for the continuation going to the next page and then only having the Set Footer print if the detail is done printing.

Any help would be much appreciated.

Overview of the JD Edwards EnterpriseOne Architecture

$
0
0
This video will explain the overview of the JD Edwards EnterpriseOne Architecture.


  1. Deployment Server
  2. Database Server
  3. Enterprise Server
  4. Fat client or workstation
  5. AIS Server
  6. BSSV Server
  7. Transaction Server


Click Here : YouTube

P42101 Cancelling Lines

$
0
0
After running an ESU we have noticed that at order entry instead of quantities being backordered, they are simply cancelled.

Has anyone else ran into this problem?

ECO Supplement Data - Loading Work Orders & Purchase Orders - How To Do It

$
0
0
The JDE manual has a section for Loading work orders or purchase orders into supplemental data. However, there is no information on how to do it. When I try to click on "Load WO" or "Load PO" using ECO Parts List screen, the screen comes up blank. Nothing in the Row or Form exit seem to help.

Can anyone help me with this?

'F0911 End Document' always set Batch Status to 'U- In Use'

$
0
0
I have the below data sequence

Company
BU
Group



I generate Journal Entry batch as follows:-

F0011 Open Batch : Report Init Section
F0911 Begin Document :Company1-Header
F0911 Edit Line(Debit) : Group1-Footer
F0911 Edit Line(Debit) : Group2-Footer
F0911 Edit Line(Debit) : Group3-Footer
F0911 Edit Line(Credit) : BU1-Footer
F0911 End Document :Company1-Footer

Now, the batch status is always goes to 'U- In Use', but I set A-Approved in the 'F0911 End Document'

What should I try ?

Closing an A/P voucher without paying or voiding the voucher

$
0
0
This may be an odd question but would like opinions if any.

We are on E1 9.0

Our question is this. The circumstances are a bit hard to follow but we've been asked if this is possible. When creating a particular type of voucher and posting it, we would like to move no further for this voucher. We need to flag it as closed in some fashion, but we are not going to pay it and not going to void it, though we do want the open of the voucher to to go zero.

Is there any mechanism for closing a voucher in this manner. The key is , we do not want any further journal entries beyond what was created when the voucher was created and posted. But we also don't want the voucher hanging out there with an open balance forever.

Any thoughts would be appreciated.

A batch A/P payment process

$
0
0
We are on E1 9.0

Is there a way to process a payment completely in batch, where you submit one job but that job would create the payment group, write the payment group, update the payment group.

Is there anything standard that would do that. Or if not, has anyone has anyone had any success with a custom process. I would think you would have some sort of wrapper program that would call the various steps in turn. I'm sure there might be some roadblocks along the way, but any thoughts on this would be appreciated.
Viewing all 8130 articles
Browse latest View live


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