Improvement on JDE environment audit script
I’ve put a number of iterations of this on my blog, but hopefully they keep getting better. I’m using the current one to devise a script that keeps a couple of “Systems” in sync. On a nightly basis I...
View ArticleCheats way to copy a pathcode, quickly
Quick way to duplicate a pathcode:Central objects copy, takes about 40 mins. Honestly, forget import and export and security and indexes and constraints… Just do this:select 'TRUNCATE TABLE PP910.'...
View ArticleSchedule a basic oracle script
This is for me when I need to do this again in a week…I keep forgettingc:\windows\syswow64\wscript.exe //e:vbscript d:\myriad\scripts\CheckForCorruptVersionsInProd.vbsThe contents of the script:The...
View Articleweblogic cannot start E1 web instance with server manager
This is becoming a little frustrating.Because weblogic redeploys the application after EVERY restart from the owl_deployment directories under jde_home – if you have any directories locked or explorer...
View Articlegetting OATS to work with OVR in E1–JDE load testing tips
This was not the easiest thing I’ve ever done, but interesting things never are.I have been doing some load testing, but need to ensure that OVR reports are being load tested at the same time. OVR, as...
View ArticleAttending open world
I’m not too sure whether anyone out there (listening to this) is going to oracle open world, but I’m lucky enough to be attending. Reach out to me if you’d like a demo of google analytics for JDE or...
View ArticleJD Edwards and IOT
ExcitingThis is a pretty exciting enhancement, it’s exciting for a number of reasons. Although to be honest, technically – it’s not that exciting. It’s the change of thinking that is truly exciting....
View Article32 vs 64 bit app determination and windows which–two bugbears of mine (what’s...
I’ve struggled for this for a while too, in this modern day of transition from 32 to 64 bit, why is not HEAPS easier to tell if a file is 64 bit? Give me the unix file command any day of the week....
View Articleweblogic 12.1.3.0.0 and IP address for weblogic.management.server
All of my blog posts are generally created out of need, this one is another example. I was helping out a client with a DR test of their JD Edwards and it was all looking great until the automatic...
View ArticleAIS based coolness
You are probably aware that we've done quite a bit of bespoke development in the enterprise mobility space. I've banged on about it enough. We have a work orders application that does GPS tracking,...
View Articleoracle olite, old bpel and SOA and the database that would not shrink
wow, this was a beauty.I've been fighting it for some time now.I have an old oracle lite database that houses the internals for a BPEL install. the database is orabpel.odb and exists in...
View ArticleBlogging has been made almost impossible
Wow, this is tough. I use windows live writer for blogging to blogger. The reasons are simple, I have a source code formatting plugin which I love, and I like being able to cut and paste pictures...
View ArticleUsing OATS and OVR - The TLA edition
OATs is very good for load testing JD Edwards. I think it's handy to use at all phases of the software lifecycle, but especially for testing a tools release, an upgrade or platform migration.I've...
View ArticleI think I can, I know I can
This is the first blog of 2016, which I hope to make the year of the blog. Thanks so much to the people of open live writer for making this possible again. http://openlivewriter.org/ I cannot coomit...
View Articlereverse engineer forms for mobile development
Okay, things are going to get fairly technical here, but that’s what this blog is all about.We are writing a lot of mobile applications for JD Edwards at the moment. We have our apps integrating with...
View ArticleThe real performance impact of logging and nettrace to JD Edwards
Ever wanted to know what the affect of enabling logging was going to be on your back end users? Have you ever really wanted to get some sqlnet tracing and some jdedwards logging on a problem – but not...
View Articlechange a table and save off the data–how to guide- oracle syntax
A classic situation when you create a table for a development requirement and then you need to add a couple of columns, but don’t want to lose your data. There is a couple of ways of getting this...
View Articleif you are debugging some code, from a CNC perspective–development notes
Ever been knees deep (I said knees) in code and wondering why a BC is being read and a GC etc etcHere is a handy refernce from oracle for what they are and when they are populatedNote that you might...
View ArticleOATS functional testing gone wrong
First problem was that I could not run any applications, see below: This was from openscript, l[1] no titleclose window(“@index=’0’”)Need to run openscript as administrator, and then you do not get...
View ArticleI’ve finally worked out ` in pl/sql (flea, flee, fle)
This should have occured before now, but it’s done. Why is the title of this about `, because the ` command in shell will execute the internals of the command immediately.I used to always run the...
View Article