http://receivablesar.blogspot.com/2016/08/default-draft-option-when-create.html
As workaround you can apply the following personalization in both screens through Help > Diagnostics > Custom Code > Personalize.
Please see below screen prints on how to implement this.
Those additionally include on how to disable the other 2 options.
Monday, 22 August 2016
Wednesday, 10 August 2016
Changing Standard Oracle Message
http://receivablesar.blogspot.com/2016/08/changing-standard-oracle-message.html
DB_TO_RUNTIME <
application shortname> .msb
Why does concurrent program FNDMDGEN: Generate Messages only create message files on the Concurrent Manager tier?
SOLUTION
As per the development guide:
Make a copy of the resulting file (which is on the server side), and transfer the copy to the appropriate mesg directory for your application on other machines as needed (concurrent processing servers, forms server machines). The file should have the same name (such as US.msb) in each location.
The program was never intended to create the message files on all tiers as such manual copying of the files are required as per the guide.
- goal: How to generate messages?
- fact: FNDMDMSG - Define Messages
- fact: FNDMDGEN - Generate Messages
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.2
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All
rights reserved.
FNDMDGEN: Generate Messages
+---------------------------------------------------------------------------+
Current system time is 10-AUG-2016 15:51:10
+---------------------------------------------------------------------------+
Writing file /apps/test/TEST/fs1/EBSapps/appl/ar/12.0.0/mesg/US648412.tmp
Moving file /apps/test/TEST/fs1/EBSapps/appl/ar/12.0.0/mesg/US.msb
to /apps/test/TEST/fs1/EBSapps/appl/ar/12.0.0/mesg/US648412.old.
Moving file /apps/test/TEST/fs1/EBSapps/appl/ar/12.0.0/mesg/US648412.tmp
to /apps/test/TEST/fs1/EBSapps/appl/ar/12.0.0/mesg/US.msb.
Processed a total of 7060 messages
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
No completion options were requested.
Output file size:
0
+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 10-AUG-2016 15:51:11
+---------------------------------------------------------------------------+
Bounce the Application Tier to see Changes
Why does concurrent program FNDMDGEN: Generate Messages only create message files on the Concurrent Manager tier?
SOLUTION
As per the development guide:
Make a copy of the resulting file (which is on the server side), and transfer the copy to the appropriate mesg directory for your application on other machines as needed (concurrent processing servers, forms server machines). The file should have the same name (such as US.msb) in each location.
The program was never intended to create the message files on all tiers as such manual copying of the files are required as per the guide.
Subscribe to:
Posts (Atom)