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

Equipment Cost Analysis

$
0
0
Hello!
Can anybody help me, step by step explain how to setup Equipment Cost Analisys from the beginning?
I was doing like --> Doc ID 1373970.1 --> but it didn't help me

How to link a suggesion with the corresponding Request?

$
0
0
All,

I am new to the ERP JD Edwards. So if the question is too priliminary, please be patient in answerting the same. Thank you in advance for clarifying my doubt.

When we create a request in F4600 and after running process that request (R46171), a suggestion (F4611) will be created. My question is how can you identify which request created which suggestion.

In other words, how can we link F4600 and F4611 tables? what should be the joining columns between these two tables.

Thanks,
Pothuri

Full Package build Query

$
0
0
Hi,

I have one Query on Full package built and deployment.

If I do full package on PD environment,all the standard objects and custom objects which promoted to PD and later moved to 01 status(complete status) also will be built again

or only the custom objects with 38 status(PD status) will be built again?


Thanks & Regards,
Puppy.

How to identify Clone Object

$
0
0
Hi,

Is there way to identify the clone objects list in JDE?

I mean copy of standard objects.

Thanks & Regards,
Puppy.

Tools Upgrade 9.2.0.3 - Apps 9.1 - Deployment Server

$
0
0
Hello list,

(This may be a silly question here but I still wanted to ask)
We are currently on TR 9.1.5.5 (Apps Release 9.1) and we are thinking of upgrading to 9.2.0.3 TR on our Development E1 install - while keeping the Apps level at 9.1.
I have performed a due diligence of all required certifications and install requirements. There is just 1 thing which I (probably know the answer) but would like to confirm with you folks is about the Deployment Server.

Our current installation of Deployment Server is on Windows 2008 R2. Under the MTR for Deployment Server for 9.2.0.0 certification 2008R2 is not listed.
Does it mean we have to first perform a Deployment Server migration to a Windows 2012 R2 server and then perform the Tools Upgrade?

Are there any other options?

Thanks,
Soumen

Landed Cost

$
0
0
HI,

We are implementing Landed Cost Management in JDE 9.0

I have established AAI 4310 for Inventory Account and 4320 for Receipts not voucher

I have established AAI 4385 and 4390 for other charges i.e. Port Dues, Clearance etc etc.

Now the problem is Our Accounts department wants to hit F.O.B account as well which should contain the total i.e. cost of goods + other charges

Please advise what is the best way to achieve this?

DEV - The Forgotten Environment - UDCs VERS Data

$
0
0
Hi folks,

Nearly every site/customer I've worked on forgets about DEV. Be this versions, test data, UDC etc. Then us lowly developers are asked to test why something doesn't work and we don't have the versions created in PY/CRP.

My main concern is versions

Now data refreshes can take care of the UDCs and data etc, but how do people tackle versions that analysts and testers will be creating in PY/CRP?

Discuss.... :)

Thanks in advance for you input

John

Package Build Kernel going Zombie during Update Builds & Deploy

$
0
0
I have an open SR with Oracle, but I wanted to reach out to this community for some ideas.

We've been on Tools 9.1.5.7 since January, from 9.1.3. Starting a few weeks ago our Package Build Kernel for our DV and PY builds will Zombie periodically. There are times when I can't even build the simplest single object package. Then later I can do a very large update build with dozens (10 page build report) without issue. It seems entirely random.

We did find a networking issue related to our DV builds. We were building DV to 2 servers and one of the servers had a rogue network adapter that picked up a random IP address. We fixed that and DV was building fine for almost 2 weeks. This past weekend I did a successful Full Build with no issue, and we even dropped the second build server because we didn't need it anymore. Anyway, the very next update build went Zombie. After multiple reboots and attempts I finally got multiple small update builds done and deployed. I got up early this morning to do that large update build that failed the night before so I could gather the logs for Oracle Support, and the build was successful.

We have the same problem in our PY path code. We haven't experienced the issue in Production, but we don't build production often and those packages are usually much smaller, but I haven't noticed that the size of the package has anything to do with the issue.

Anyway, has anyone else had issues with the Package Build Kernel going Zombie? Any ideas on how to fix it?

Oracle says they have had other customers report the issue.

Also, when the issue originally appeared I got a dmp file. I don't know if it was every time, but I noticed it several times. I haven't noticed one in a while. Does that indicate anything?

This isn't technically a down Production issue, but were getting ready to implement another phase of our project and PY builds are frequent so this is a huge problem for us.

Thank you!

C BSFN With Internal Function Errors

$
0
0
I have a snippet of code that I have been having issues with, on the call to the IB590100_GetDiscount I seem to get issues related to the copying of data needed for the function. The "jdeStrcpy" in the "Main Processing" is where it begins with a "type cast error". What am I doing wrong?

Thanks for ANY assistance.......


HEADER SPEC H

/************************************************** ***************************
* Structure Definitions
************************************************** **************************/
typedef struct tagDS590100F009
{
MATH_NUMERIC Tier1Qty;
MATH_NUMERIC Tier2Qty;
MATH_NUMERIC Tier3Qty;
MATH_NUMERIC Tier4Qty;
MATH_NUMERIC Tier5Qty;
MATH_NUMERIC Tier1Disc;
MATH_NUMERIC Tier2Disc;
MATH_NUMERIC Tier3Disc;
MATH_NUMERIC Tier4Disc;
MATH_NUMERIC Tier5Disc;
JCHAR TierYN;
} DS590100F009, FAR * LPDS590100F009;


/************************************************** ***************************
* Internal Function Prototypes
************************************************** **************************/
static ID IB590100_GetDiscount(LPBHVRCOM lpBhvrCom,
LPVOID lpVoid,
LPDS590100F009 lpdsF009);

#endif /* __B590100_H */

================================================== ================================================== ==================================================

DETAIL SPEC C

/************************************************** **********************
* Declare structures
************************************************** **********************/
DS590100F009 dsF009;

/************************************************** **********************
* Main Processing
************************************************** **********************/
jdeStrcpy((JCHAR*)dsF009.TierYN,(const JCHAR*)dsColF5942009.piev01); /* NEED TO COPY THIS TO INTERNAL FUNCTION KEEP GETTING "***** TYPE CAST ERROR ******/

idReturnCode_A = IB590100_GetDiscount(lpBhvrCom, lpVoid,
&dsF009);

/* Internal function comment block */
/************************************************** ************************
* Function: Ixxxxxxx_a // Replace "xxxxxxx" with source file number
* // and "a" with the function name
* Notes: NOT BEING USED - FVL
*
* Returns:
*
* Parameters:
************************************************** ************************/
static ID IB590100_GetDiscount(LPBHVRCOM lpBhvrCom,
LPVOID lpVoid,
LPDS590100F009 lpdsF009)

{
ID idReturnCode = ER_SUCCESS;

if (lpdsF009->TierYN != _J('Y'))
{
}


return idReturnCode;
}

debugging zombie kernel

$
0
0
So from time to time random kernels go zombie. I have no way to reproduce the zombie kernels. All i have is the bssv log,zombie kernel logs and jdenet log. I know what function derps. I don't know what data was sent in without turning on a ton of logging and waiting for the process to derp. this could take weeks or months (slowing everything down).

The zombie process is created when BSSV executes a bsfn and the call object kernel derps (again, i do not know why and can't reproduce). this causes the bssv to return 500 errors for that user as the next executing bssv will not attach to a new kernel (i've complained about this and it's working as designed per oracle. any bssv executing bsfn using cache will NEVER attach to new process without restarting the windows bssv service)

Whats the best way to go about trying to find the source of the zombie process? are there any other logs to point me in a direction without turning on debug logging?

C BSFN With "Type Cast" errors when copying data for an Internal Function call

$
0
0
I have a snippet of code listed that is giving me nightmares.......the "jdeStrcpy" below is where the "type cast" error is generated. I have tried many different ways of getting the value passed to the Internal Function, but everything fails. Any insight as to what I'm doing incorrectly?

Thank you,
fvlmasl2



***** H SPEC ********

typedef struct tagDS590100F009
{
MATH_NUMERIC Tier1Qty;
MATH_NUMERIC Tier2Qty;
MATH_NUMERIC Tier3Qty;
MATH_NUMERIC Tier4Qty;
MATH_NUMERIC Tier5Qty;
MATH_NUMERIC Tier1Disc;
MATH_NUMERIC Tier2Disc;
MATH_NUMERIC Tier3Disc;
MATH_NUMERIC Tier4Disc;
MATH_NUMERIC Tier5Disc;
JCHAR TierYN;
} DS590100F009, *LPDS590100F009;

/************************************************** ***************************
* Internal Function Prototypes
************************************************** **************************/
static ID IB590100_GetDiscount(LPBHVRCOM lpBhvrCom,
LPVOID lpVoid,
LPDS590100F009 lpdsF009);


#endif /* __B590100_H */


***** C SPEC ********

/************************************************** **********************
* Declare structures
************************************************** **********************/
DS590100F009 dsF009;


/************************************************** **********************
* Main Processing
************************************************** **********************/
jdeStrcpy((JCHAR*)dsF009.TierYN,(const JCHAR*)dsColF5942009.piev01); ******** Keep Getting a "Type Cast" error here.

idReturnCode_A = IB590100_GetDiscount(lpBhvrCom, lpVoid, &dsF009);



/* Internal function comment block */
/************************************************** ************************
* Function: Ixxxxxxx_a // Replace "xxxxxxx" with source file number
* // and "a" with the function name
* Notes: NOT BEING USED - FVL
*
* Returns:
*
* Parameters:
************************************************** ************************/
static ID IB590100_GetDiscount(LPBHVRCOM lpBhvrCom,
LPVOID lpVoid,
LPDS590100F009 lpdsF009)

{
ID idReturnCode = ER_SUCCESS;

if (lpdsF009->TierYN != _J('Y')) ************************* Need this value passed from above ************************************
{
/* I will be doing something here */
}
return idReturnCode;
}

Pipe character, "|", showing as close bracket, "]"

$
0
0
Hello list,

We had a requirement to create a non-csv, delimited text file.
We chose the pipe ("|") as it doesn't normally appear in our data.

When we create the file and use VIEW or QUERY to look at it, we see "pipe".
When we use DSPPFM to look at the same data, the delimiter shows as "close bracket".

When the delimited file is sent for outside processing, they see "close bracket".

I could (probably) understand the character changing when viewed from different platforms,
but am baffled as to DSPPFM not showing the same as QUERY.

Any thoughts as to why this is happening?

Interested or Third-Parties on Checks

$
0
0
Howdy,

Trying to eliminate some custom modifications....

Is there a way to append "Interested Parties" or "Third-Parties" to the named payee on a check?

For example, Let's say that we are notified of a vender's legal obligation to have a spouse / partner co-sign (or sign-off) on a check. Is there a way, without modifying the check, to have those extra folks display on the check?

Thoughts / suggestions - appreciated!

(db)

Application Development Analyst

$
0
0
Description:

The San Diego County Regional Airport Authority is seeking a passionate and energetic Application Development Analyst to join our Information & Technology Services team. The successful candidate will be responsible for developing and supporting Authority's Enterprise Resource Planning (ERP) system. This position requires technical and functional skills working with ERP; ERP development background combined with flexibility and continuous learning; knowledge of enterprise-wide reporting tools and enterprise output management software would be a plus.

Under general direction, this role will work with various functional areas/teams to develop and maintain airport's existing Oracle JDE Edwards EnterpriseOne (E1) system, and troubleshoot system issues, provide recommendations for system improvements, integration with third party systems, create custom subsystem/s as needed; customizing base objects; serve as the code reviewer in the ERP change management process.

Examples of duties:

Primary Duties and Responsibilities

ERP Development, Maintenance, Change Management, and Design

1. Experience and functional understanding of the following JDE EnterpriseOne modules: General Ledger, Accounts Payable, Accounts Receivable, Human Resources, Payroll, Procurement, Inventory, Capital Asset Management and Real Estate.

2. Experience with JD Edwards in WebSphere, AS400/DB2 environment.

3. Proven experience with SQL and relational databases.

4. Experience/Knowledge of the following: Business Services/Web Services, UPK, EDI.

5. Experience/Knowledge with JD Edwards 3rd Party applications: CreateForm, TransForm or Formscape.

6. Excellent technical problem solving skills combined with the ability to debug operational and system issues with little direction.

7. Ability to create detailed technical specifications.

8. Familiarity with change management and issue tracking.

9. Ability to communicate ideas in both technical and user-friendly language.

10. Experience working with all levels of staff to define business and technical requirements as well as to perform application support.

11. Batch Applications, Table Conversions, Financial Report Writing (RDA)

12. BI Publisher, Workflow, Media Objects

13. Hands-on experience within the last 2 years with interface and integration requirements with API knowledge

14. Experience with customized version of ERP

15. Troubleshooting of system issues.

16. Programming development of new modifications.

17. Management of documentation. Ensures quality and documentation of new modifications

18. Recommendations for system improvements.

19. Regular processes required for system maintenance.

20. Provides appropriate training to staff as needed.

21. Experience with Enterprise Reporting tools, platform like Crystal Reports and SAP BusinessObjects.

22. Performs other related duties as assigned.

Minimum qualifications:

A typical way of obtaining the knowledge, skills and abilities outlined above is graduation from a college or university with a major in computer science, management information systems or a closely related field; and three years of progressively responsible experience in enterprise resource planning administration.

Licenses; Certificates; Special Requirements:
A valid Class C California driver's license and the ability to maintain insurability under the Authority's vehicle insurance program.

Supplemental information:

Knowledge of:
1. Principles and methods of systems analysis, including business process and entity relationship analysis tools and methods.
2. The systems development life cycle.
3. Systems design principles and applications development methodologies and tools.
4. Programming theory and operating system capabilities and constraints applicable to the Authority's information systems environment.
5. Applicable programming languages.
6. Software development and maintenance tools and utilities.
7. Systems integration design concepts.
8. Relational database concepts and standard database software.
9. Functions, capabilities, characteristics and limitations of standard computer platforms and devices.
10. Basic network architecture and design concepts.
11. Principles and practices of sound business communications.
12. Basic project management tools and techniques, including preparation and management of detailed project schedules and metrics and change management and control.
13. Standard PC software packages, including word processing, spreadsheet, database and flow charting.
14. Multiple foundations, OMW transfer rules, roles, subsystems, and E1 application servers, building and deploying packages.

15. E1 Development Tool Set and SEC-QURE E1 configuration, Job Scheduler and Cross Reference utility.
16.

Ability to:
1. Perform business rule and process analyses and reach sound, logical conclusions regarding customer needs and business requirements.
2. Understand and apply the analysis of functional requirements to the development of systems proposals, specifications and recommendations for efficient, cost effective information systems and technology solutions.
3. Facilitate customer meetings and negotiate understanding and agreement.
4. Set priorities and organize work to complete project responsibilities efficiently and effectively.
5. Balance responsibilities for multiple projects to ensure timely results in accordance with Authority quality standards.
6. Troubleshoot and diagnose systems problems and install fixes or make repairs in areas of responsibility.
7. Evaluate alternatives and make sound independent decisions within established guidelines.
8. Communicate clearly and effectively to diverse audiences of technical and non-technical personnel orally and in writing.
9. Plan and conduct effective customer training programs.
10. Prepare clear, concise and accurate documentation, reports of work performed, project management reports and other written materials.
11. Read, interpret, explain and apply technical information on business processes, software and hardware for technical and non-technical users.
12. Keep technical skills current to meet continuing applications development assignments.
13. Establish and maintain effective customer focused working relationships with managers, customers, vendors, consultants, employees and others encountered in the course of work.

F0005 udc

$
0
0
I am creating a UBE. One of the requirement is to copy F0005 UDC value (00/04) size 3 to UDC (05/AP) size 4. When the copy is done, there is a leading blank in the beginning of 05/AP UDC value.

example MNT --> ' 'MNT

I have tried many ways to remove the leading blank from the target UDC, but have been unsuccessful. The size of target UDC needs to remain at size 4.


Does anyone have any ideas on how to removing the leading blank?




E1 9.1

How Roll Back Transactions in Inbound conversion.

$
0
0
Hi All,

I have a scenario in Table Conversions that is flat file to JDE tables. the scenario is assume there are 100 records in the flat file. now I should upload all the records into JDE tables. in case of any record (assume it is 85th record) is not getting uploaded due to any kind of error, then previous 84 records should be roll back. they should not be uploaded. can we do it in table conversion program? please give me detailed description on this.
If any other solution except table conversion, please let me know. Any response will be appreciated.

Thank you very much in advance.

Thanks and Regards,
Naidu.

JDE E1 9.2 standalone issue

$
0
0
I keep encountering the following Java issue when trying to install the Oracle 12c database engine

Java(TM) Platform SE binary has stopped working
Problem signature:
Problem Event Name: BEX64
Application Name: java.exe
Application Version: 6.0.750.13
Application Timestamp: 53276f59
Fault Module Name: orawsec12.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 54114f75
Exception Offset: 000000000000be3a
Exception Code: c0000409
Exception Data: 0000000000000000
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Additional Information 1: b4af
Additional Information 2: b4affc7a411821716082cce1c027501b
Additional Information 3: 9d76
Additional Information 4: 9d766f081a7f37dd31c29effe0a4122e


Has anyone seen this? Solutions?

How To Roll back transaction in Inbound Table Conversions

$
0
0
Hi All,

I am working on Inbound Table Conversions program. the scenario is " assume there are 100 records in the flat file (.csv or .txt ). now once submit UBE version, up to 85 records are good to upload without any error in input flat file. now in 86th record there is there is error which can be primary index duplication or data type is not matching in any of the column, with mapped column in jde table, in the same row. now all the 85 records previously uploaded, should be roll back without uploading in the jde tables. please give detail description on this.
if any response is appreciated.

Thanks a lot in advance.

Regards,
Naidu.

Auto Refresh main power from at a regular intervals

$
0
0
Hello -

We have a powerform (Dashboard) which is embedded with 4 subforms and would like to refresh the dashboard after at a regular intervals. Is anyone implemented this in the past? Would be nice, if we get some hint/input or any other work around.

We call a bsfn(B55xxx) in Post Button click - Async event but somehow conrol ui APIs does not work. B55xxx, sleeps for 3 minutes and trigger control UI apis (B4210960).

Thank you for the help.

http://www.jdelist.com/vb4/showthrea...m-Auto-Refresh
http://www.deepeshmd.com/enterpriseo...ions-bsfn-api/

AS/400/E900/9.1.5.9

Regards,
Mitu

How to declare variables and structures in C Business Function.

$
0
0
Hi All,
I want to develop a C BSFN which is used to insert records into a specific table F55xxxxxx. I am confused in declaring variable and structures. I observed a couple of standard C Business Functions which used to insert the records into Fxxxxx. But in all those C Business Functions, variable declaration and structures are different from each other, even they are doing same job( inserting records into its associated tables). Can anyone explain in brief how to declare variables and structures. And why variable and structure declaration are different from each other.


Kindly help me out.


Thanks in advance.
K A Naidu.


Viewing all 8103 articles
Browse latest View live


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