This is a fairly handy post, if I do say so myself.
This firstly shows you how to convert a BLOB to readable text in oracle SQLPLUS and also shows you how to display manifest information for E1 8.12 and above using SQL
select
utl_raw.cast_to_varchar2(DBMS_LOB.SUBSTR(wbjpo, 2000, 1)) from dv812.f989999 where WBoID = 'MANIFEST-MANIFEST';
This will reveal something like:
¿¿ sr 9com.jdedwards.base.spec.manifest.SerializedObjectManifest 1¿? xpw
¿ Dcom.jdedwards.base.spec.manifest.SerializedObjectManifest/2005-10-07 DV812
DV812IF ¿F¿ ¿F¿ 0¿¿ 0¿¿
nsgshsjdnwb01 ~ MOIRS 0¿¿
n
sgshsjdnwb01 ~ MOIRSx
If you search through it, you'll find the important bits:
Note that if you've taken the planner ESU, you can just run the following application (P98770) which will tell you the same information. But if you can't bring the web up - then you might need to run my SQL above.
I love blogging about new technology appropriate for the enterprise. I want to change the face of innovation to embrace change, agility and promote an innovation culture.
Showing posts with label manifest f989999 f989998 BLOB convert to char. Show all posts
Showing posts with label manifest f989999 f989998 BLOB convert to char. Show all posts
Monday, 16 March 2009
Subscribe to:
Posts (Atom)
-
Why am I still doing this. Fixing fat clients is not a lot of fun. Here is a couple of tips for connecting to the database using NTS and...
-
Ever wanted to know what that pesky OMW transfer error message code meant, here is the list of errors and what they mean in some meaningful...
-
CK : User Preference Cookies (what is saved in user preferences – Enable Hover Forms etc) GF : Grid Format (added when user adds a fri...