Sunday, April 27, 2008
Resolving ORA-04031
Here is a meta link doc resource that will help you in troubleshooting the above error:ORA-04031
Monday, April 21, 2008
Google Translate, how useful it is...
One of out customer got the following error message in the log.
"ORA-12152: TNS: impossibile inviare il messaggio di interruzione".
I do not know what language it is and the meaning.So here is where the translate tool from Google comes handy.
I just entered this in the original text area and tried all several conversions to English.Finally I came to conclusion, it is in Italian and the rough meaning of it is : "ORA-12152: TNS: Failed to send the message interruption".
This way you can use Google Translate while working in a company having having Customers from different parts of the world.
"ORA-12152: TNS: impossibile inviare il messaggio di interruzione".
I do not know what language it is and the meaning.So here is where the translate tool from Google comes handy.
I just entered this in the original text area and tried all several conversions to English.Finally I came to conclusion, it is in Italian and the rough meaning of it is : "ORA-12152: TNS: Failed to send the message interruption".
This way you can use Google Translate while working in a company having having Customers from different parts of the world.
Tuesday, April 15, 2008
JDE iseries Documents
Go through this really useful documents when you have your ES or JAS server on iseries.You can refer these for a overview of the various settings and the performance impact etc.,
com.jdedwards.jas.AuditComponent
In Xe/ERP8, if you see a 'Third Pirty' in place of CFRGUID field for all the tables enabled for auditing.If you are sure that the CFR setup is proper then you need to check the position of 'com.jdedwards.jas.AuditComponent' under the [server components] of your jas.ini.I believe these components are leaded during the server start up and the order has significance.Now try placing the 'com.jdedwards.jas.AuditComponent' at the end and try now.
Monday, April 14, 2008
Master Business Function
A Master Business Function (MBF) processes data into/from Database through a series of events.Each MBF template contains one or all of the below functions.The main advantage of an MBF over a conventional BSFN is the readabilty and a standard in processing the data.MBF are of two types:
1]Transaction File Master Business Function.
2]Master File Master Business Function.
A Transaction File MBF usually maintains cache for Header and detail information in an application.This cache is used to store the intermediate before commiting to the database.Transaction File MBF is the widely used type of MBF.
Components of a Transaction MBF and their actions
Begin doc : This will be called when all header information has been entered.It loads the Header cache.
Edit Line : Called when a line information has been entered.Loads the Detail Cache,and accordingly to the operation updates it.
Edit Doc : Called when ready to commit the transaction.Validates the data inside the cache.
End Doc :Traverses through the Header and Detail cache and reflects the same into the database.
clear cache: called to delete all cache records.
1]Transaction File Master Business Function.
2]Master File Master Business Function.
A Transaction File MBF usually maintains cache for Header and detail information in an application.This cache is used to store the intermediate before commiting to the database.Transaction File MBF is the widely used type of MBF.
Components of a Transaction MBF and their actions
Begin doc : This will be called when all header information has been entered.It loads the Header cache.
Edit Line : Called when a line information has been entered.Loads the Detail Cache,and accordingly to the operation updates it.
Edit Doc : Called when ready to commit the transaction.Validates the data inside the cache.
End Doc :Traverses through the Header and Detail cache and reflects the same into the database.
clear cache: called to delete all cache records.
Friday, April 4, 2008
JDE is very much alive
Oracle's measures in building the confidence in JDE Customers seems to be bearing fruits.Many of the cutomers who were idle for a long time started upgrading to the latest Apps/Tools releases.More direct sales than before.Definitely it is a positive sign to EnterpriseOne
Wednesday, April 2, 2008
Redirecting the output of a command to a file: Windows/Dos
c:\>Command >C:\abc.txt
This will over write the data in file
c:\>Command >>C:\abc.txt
This will append the output
Usage:
For example if you want to find/search something in the path or environment variables.It is difficult to observe the output displayed on the dos screen or traversing one-by-one graphically.
so better option is to redirect the output to a text file.
>set >C:\mypath.txt
Now it is easy search in the text file
Subscribe to:
Posts (Atom)