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

R3483 Issue

$
0
0
Hi,
i have some issues with my R3483 program.
when i lunch it, i have this issue:

Statut R3483
Description Date échec géné.
Méth. de regroupemen 2
Date du lo 07/02/2018 Heure du l 13:42:54

I want to know how to set it up before lunch it.

Database Upgrade in JDE and platform change from AIX to Red Hat Linux 5 for db server

$
0
0
Hi,

We are running JDE 9.0 TR 8.98.4.3 and in our project, we are migrating platform from AIX 6.1 to Red Hat enterprise linux 5 for our database server and also we are patching out from Oracle 11.1 to 11.2.0.7 Below is the scenario. Our Enterprise Server and web servers are running on AIX platform.

The data from the existing database server will be copied to new database machine with Red Hat Linux 5.
DNS alias name will be set pointing to the old database server name.
The database name, connection string and the port number are changing. (port number 1543(existing) to 1521 (new planned)

Since we are setting an alias name the database server name will be retained but we have a platform change for database server.
Would modifying the database data-sources and updating the tnsnames.ora, JDE.INI and JDBJ.INI in this case would help or any other step needs to be followed after that.
It would be great if someone could help us in suggesting an approach or provide us a help material or an oracle document link that would help us in this case.

Any help on the above will be greatly appreciated.

Thanks,
SG Madav Karna

Loftware Label Issue

$
0
0
Hi,
I am having an issue with the Label. I have to modify an existing Label where the weight field which is currently printing with decimals should only print the whole number excluding the Decimal values.

I tired this option - Created a new field
d on the Label made the old field displaying the weight with decimals to non-printable field and then on the field wrote a formula - New field = Old Field *1 and made decimal places to 0 but this is just printing a value 1 and I am unsure how to achieve this.

Please let me know if there is any other option to get this happen.

Loftware Label Issue

$
0
0
HI,

I have an issue with the Loftware Label, I need to modify an existing label where the weight which is currently printing with decimals should only print the whole number excluding the decimals.

I created a new field on the Label, Made the existing field which prints the weight to Non Printable Field and then in the new field wrote a formula which is new Field = Old Field *1 and made the decimal places to 0.

After doing this when I tested the new field just prints a value 1 unsure why.

Please let me know how to do this.

Aysnchronous Business Fucntion Error

$
0
0
HI,

Can someone please let me know your thoughts on the error below:

I get Asynchronous Business Function Error F4311EndDOC , have attached screen shot as well.

Regards,
Madhavi
Attached Images

recording changes to work orders

$
0
0
hi

Is there any easy way to write a program that would give us changes that were made to work orders. I don't see any ledger file. We are using JDE 9.0. We need to send changes to our WMS system but I don't really want to mod the existing JDE program to create a separate file

any help would be great

thanks,
Carol

JDE License Audit

$
0
0
Hi, Can anyone throw some insights on JDE License Audit process? Which tables and transactions to query and standard scripts to run?

How to display data from buffer in grid Using C business function

$
0
0
i have the data in the buffer (say F550101). I want to display these data on grid. After modifying the data i want to insert in to table (say F550101H), Using C business Function

Work orders not generating routing when created from W line type on sales order E19.1

$
0
0
Hi all, we're having an odd issue and I was hoping someone here might be able to point me in the direction of more factors to check into.

We have a large group of items in one of our branches that if we manually create the work order and generate bills and routings (R31410) we have no issues. However when we enter these items on a W line type and then generate the work order it only builds a parts list but no routing. We've tried multiple variations of the processing options on the work order generation program and still see the same results.

Is this ringing any bells for anyone else here that might be able to point where else to look for this particular issue?

Thanks for your ideas!

EDIT: Been hacking around with this some more and determined we're also only seeing it on items that have master routers setup in the F4104 cross reference, that are also created from W line types. As described above these work fine if work order is manually created.

Debugging with Patwel's Object Browser

$
0
0
Hello Everyone...

I was trying to debug a BF via Object Browser via the steps presented by DB in in an earlier thread. I performed the following -

1. Opening the BF in ObjectBrowser
2. Setting up the BF to run locally via Object Browser and plugging in the values to pass.
3. Opening the .c file in VS and setting break points in the BF.
4. Attaching VS to ObjectBrowser.exe
5. Hit Execute in Object Browser but the break points are never hit.

After that I ended up trying to pull the BF into OMW, checking it out and doing a BusBuild on it but no luck..

Can anyone help me out please and point me in the right direction?

Thank You!!

Deployment in 8.12 and 9.1

$
0
0
I know how to do deployment in 8.12, TR 8.96.40.

Is there any change in the steps if I do deployment in 9.10 ?

Reading FlatFiles from Amazon S3 Bucket

$
0
0
Hi

Customer uses the Amazon S3 buckets ( .csv / .txt) to store bank files. We need to read and upload them in JDE. I tried to used the FetchNextLineFromFlatFile (B76B0220) function but it fails. Checked the debuglog and it gives the 3003 error code (Open of File Unsuccessful). The files / S3 buckets have all the permissions required to read the files. Am I missing anything?


Release : 9.2.0.3

Thanks!!

Feb 10 12:56:21.194009 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 1] <Item>: szFlatFileName <type>: STRING <Value>: [https://s3.us-east-2.amazonaws.com/t...r/Tesfile.csv]
Feb 10 12:56:21.194010 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 2] <Item>: idFilePtr <type>: ID <Value>: [0]
Feb 10 12:56:21.194011 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 3] <Item>: szFlatFileRecord <type>: STRING <Value>: []
Feb 10 12:56:21.194012 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 4] <Item>: mnRecordLength <type>: MATH_NUMERIC <Value>: [500]
Feb 10 12:56:21.194013 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 5] <Item>: cSuppressErrorMessage <type>: CHAR <Value>: []
Feb 10 12:56:21.194014 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 6] <Item>: cErrorCode <type>: CHAR <Value>: [2]
Feb 10 12:56:21.194015 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 7] <Item>: szErrorMessageID <type>: STRING <Value>: [3003]
Feb 10 12:56:21.194016 - 3124/2236 WRK:Starting jdeCallObject

Reading FlatFiles from Amazon S3 Bucket

$
0
0
Hi

Customer uses the Amazon S3 buckets ( .csv / .txt) to store bank files. We need to read and upload them in JDE. I tried to used the FetchNextLineFromFlatFile (B76B0220) function but it fails. Checked the debuglog and it gives the 3003 error code (Open of File Unsuccessful). The files / S3 buckets have all the permissions required to read the files. Am I missing anything?


Release : 9.2.0.3

Thanks!!

Feb 10 12:56:21.194009 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 1] <Item>: szFlatFileName <type>: STRING <Value>: [https://s3.us-east-2.amazonaws.com/t...r/Tesfile.csv]
Feb 10 12:56:21.194010 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 2] <Item>: idFilePtr <type>: ID <Value>: [0]
Feb 10 12:56:21.194011 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 3] <Item>: szFlatFileRecord <type>: STRING <Value>: []
Feb 10 12:56:21.194012 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 4] <Item>: mnRecordLength <type>: MATH_NUMERIC <Value>: [500]
Feb 10 12:56:21.194013 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 5] <Item>: cSuppressErrorMessage <type>: CHAR <Value>: []
Feb 10 12:56:21.194014 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 6] <Item>: cErrorCode <type>: CHAR <Value>: [2]
Feb 10 12:56:21.194015 - 3124/2236 WRK:Starting jdeCallObject OUT->[ 7] <Item>: szErrorMessageID <type>: STRING <Value>: [3003]
Feb 10 12:56:21.194016 - 3124/2236 WRK:Starting jdeCallObject

Find works only once

$
0
0
Hello All,

I am seeing an unexplainable behaviour with a custom object.

When you do a find, it works the first time. From second time onwards, no records are displayed on the grid. This is environment specific i.e., same spec works properly in PYB but causes issues in DV and PY. The "find flag" is reset every day (Not sure what triggers the reset). See attached some screenshots: P5809219 Testing.zip and JAS Logs DV Local.zip

The form is a simple find browse form with literally no ER Codes (other than FC Date = PO Date)

Notes:

PYB and PY has the same specs.
The view is a 5 table custom view
There are 100+ columns in the grid
We have one build a day
Attached Files

BSSV user session expired

$
0
0
Hello,



We got the following error message when use mobile application which call published BSSV to get data:



####<Feb 13, 2018 1:57:44 AM EET> <Error> <com.sun.xml.ws.server.sei.TieHandler> <HQ-BSSV910> <BSSV_INST1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <MEPSAN> <> <38ec33f2-6c62-467e-adbd-e63bb6b2eb25-000133de> <1518479864962> <BEA-000000> <Cannot find the user session with session ID 1101683464 either because the user never login or because the user session has been expired, please (re)login
com.jdedwards.system.connector.dynamic.InvalidSess ionException: Cannot find the user session with session ID 1101683464 either because the user never login or because the user session has been expired, please (re)login
at com.jdedwards.system.connector.dynamic.Connector.g etUserSession(Unknown Source)
at oracle.e1.bssvfoundation.impl.connection.BSFNConne ction.<init>(Unknown Source)
at oracle.e1.bssvfoundation.impl.connection.SBFConnec tion.<init>(Unknown Source)
at oracle.e1.bssvfoundation.impl.connection.SBFConnec tionManager.getDefaultConnection(Unknown Source)
at oracle.e1.bssvfoundation.impl.base.Context.<init>( Unknown Source)
at oracle.e1.bssvfoundation.impl.base.Context.<init>( Unknown Source)
at oracle.e1.bssvfoundation.impl.base.Context.<init>( Unknown Source)
at oracle.e1.bssvfoundation.base.PublishedBusinessSer vice.startPublishedMethodInternal(Unknown Source)
at oracle.e1.bssvfoundation.base.PublishedBusinessSer vice.startPublishedMethod(Unknown Source)
at oracle.e1.bssv.JP55OP01.GetOperationPerm.GetPermis sions(Unknown Source)
at oracle.e1.bssv.JP55OP01.GetOperationPerm.GetPermis sions(Unknown Source)
at oracle.e1.bssv.J55URS.GetAllFromURS.getAllFromURSB yUser(Unknown Source)
at oracle.e1.bssv.JP55URS.GetAllURS.getAllURSByUser(U nknown Source)
at oracle.e1.bssv.JP55URS.GetAllURS.getAllURSByUser(U nknown Source)
at sun.reflect.GeneratedMethodAccessor1557.invoke(Unk nown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker .invoke(WLSInstanceResolver.java:117)
at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker .invoke(WLSInstanceResolver.java:91)
at com.sun.xml.ws.server.InvokerTube$2.invoke(Invoker Tube.java:149)
at com.sun.xml.ws.server.sei.SEIInvokerTube.processRe quest(SEIInvokerTube.java:88)
at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1 136)
at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:10 50)
at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:101 9)
at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:8 77)
at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSE ndpointImpl.java:420)
at com.sun.xml.ws.transport.http.HttpAdapter$HttpTool kit.handle(HttpAdapter.java:687)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(H ttpAdapter.java:266)
at com.sun.xml.ws.transport.http.servlet.ServletAdapt er.handle(ServletAdapter.java:169)
at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSSe rvletAdapter.java:205)
at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedI nvoke.run(HttpServletAdapter.java:634)
at weblogic.security.acl.internal.AuthenticatedSubjec t.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(Se curityManager.java:146)
at weblogic.wsee.util.ServerSecurityHelper.authentica tedInvoke(ServerSecurityHelper.java:108)
at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpS ervletAdapter.java:278)
at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpSe rvletAdapter.java:287)
at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSSe rvlet.java:134)
at weblogic.servlet.http.AbstractAsyncServlet.service (AbstractAsyncServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:844)
at weblogic.servlet.internal.StubSecurityHelper$Servl etServiceAction.run(StubSecurityHelper.java:280)
at weblogic.servlet.internal.StubSecurityHelper$Servl etServiceAction.run(StubSecurityHelper.java:254)
at weblogic.servlet.internal.StubSecurityHelper.invok eServlet(StubSecurityHelper.java:136)
at weblogic.servlet.internal.ServletStubImpl.execute( ServletStubImpl.java:341)
at weblogic.servlet.internal.TailFilter.doFilter(Tail Filter.java:25)
at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.java:79)
at oracle.security.jps.ee.http.JpsAbsFilter$1.run(Jps AbsFilter.java:137)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged (JpsSubject.java:315)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaa sMode(JpsPlatformUtil.java:460)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMo de(JpsAbsFilter.java:120)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter( JpsAbsFilter.java:217)
at oracle.security.jps.ee.http.JpsFilter.doFilter(Jps Filter.java:81)
at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.java:79)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSSe rvletFilter.java:225)
at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.java:79)
at weblogic.servlet.internal.WebAppServletContext$Ser vletInvocationAction.wrapRun(WebAppServletContext. java:3367)
at weblogic.servlet.internal.WebAppServletContext$Ser vletInvocationAction.run(WebAppServletContext.java :3333)
at weblogic.security.acl.internal.AuthenticatedSubjec t.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Se curityManager.java:120)
at weblogic.servlet.provider.WlsSubjectHandle.run(Wls SubjectHandle.java:57)
at weblogic.servlet.internal.WebAppServletContext.doS ecuredExecute(WebAppServletContext.java:2220)
at weblogic.servlet.internal.WebAppServletContext.sec uredExecute(WebAppServletContext.java:2146)
at weblogic.servlet.internal.WebAppServletContext.exe cute(WebAppServletContext.java:2124)
at weblogic.servlet.internal.ServletRequestImpl.run(S ervletRequestImpl.java:1564)
at weblogic.servlet.provider.ContainerSupportProvider Impl$WlsRequestExecutor.run(ContainerSupportProvid erImpl.java:254)
at weblogic.work.ExecuteThread.execute(ExecuteThread. java:295)
at weblogic.work.ExecuteThread.run(ExecuteThread.java :254)


any help

JDE API to Transfer data from Prowess to JD Edwards

$
0
0
Hi,

Do we have an API in JDE to bring data(Sales Order Data) from Prowess system(third party) to JD Edwards.
Or any ideas how to bring the Sales Oder data into JDE system.

let me know if you need more details.

JDE API to Transfer data from Prowess to JD Edwards

$
0
0
Hi,

Do we have an API in JDE to bring data(Sales Order Data) from Prowess system(third party) to JD Edwards.
Or any ideas how to bring the data into JDE system.

let me know if you need more details.

Orchestrator Client runs with Error

$
0
0
Hi Lists,
I went thru the OBE "Create a Simple Orchestration Form Request" to the very end step to run the Orchestrator client, however it came the error message like attached. Please advise anything can be wrong with my steps. Thanks lot

Regards,
John
Trail Edition 9.2.2
[IMG]file:///C:/Users/user/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg[/IMG]
Attached Files

R96450 re-enabling my disabled code

$
0
0
Hi folks,

I wonder if you can give me your thoughts on UBE R96450 XJDE0001. It's a rather powerful little UBE that sometimes comes as an automatic post installation step with ESUS and it's job is to enable or disable NER code and if configured in the POs Generate the NERs new code

How does it know what NERS to pick up?????

The reason I ask is we have just gone live with Polish Localisations and I was required to manually disable code in 3 BSFNs N7000311 N7000351 N7000501. I switched OFF the PL code by disabling the code (as it broke our SO process)

We took ESU JL23704 and it appears to gone off and run R96450 and flipped all the code in in those 3 NERs. What was once enabled is now disbaled, and what was disabled now enabled ~@{}{@~~~~#####!!!!!?????????? How???

How did that UBE know I had changed those BSFNs, how did the UBE know what it needed to flip in terms of NER code? And how do I stop this happening again with future ESUs that may run that UBE?

Thanks

John

JDEPLAN has vanished from JD Edwards EnterpriseOne Login screen (Environment tab)

$
0
0
Dear members

I have a CNC-related question to you hoping that you can provide me with an idea how to resolve the problem.

I have been required to make Host-name and IP Address changes for Enterprise and Deployment servers.
After changing all host-names and IP addresses registered in the above-mentioned servers, I disabled Security Server and logged on JDEPLAN in Deployment Server to change there machine names being recorded with old Deployment Server host-names.

Starting from yesterday, JDEPLAN has vanished from Select Environment dialogue box at the time of JD Edwards Sign in. I can access only to DEP910.

1.jpg



I have referred to My Oracle support documents to find out how to resolve the current issue, but I have been unable to find any document there.
As a result I consulted to some CNC consultants who asked me to take the following steps.

1. Confirm if Planner source code is in JDEdwards/E910. (It is there)
2. Connect E1 Local in SQL and check if JDEPLAN910.F0094 exists or not. (Confirmed, it exists)
3. Confirm if JDEPLAN is in JDEPLAN910.F0094 (Confirmed that it is there.)

select distinct LMLL from JDEPLAN910.F0094;

I do not know what the following actions can be taken to restore JDEPLAN back to Select Environment.

I have thought if it is a better idea to assign JDE to JDEPLAN once more in the database or not.

Any of your opinion is highly appreciated.
Thank you

All the Best: Technician
Attached Images
Viewing all 8067 articles
Browse latest View live


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