What is the significance of datatags application?

Does it matter if datatags application is up or down within your OC4J? This application is in every OC4J you create.
Not sure what is the significance/use or impact of this application if its up or down.

This is duplicate

Similar Messages

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How to put Guage Meters in Visula composer & what is the significance

    Hi ALL,
    I am new to VC . So I want to Know what is the significance of Gauge meters & How we have to put in Iview .
    Please provide me steps to use Gauge meter.
    Reward the points
    Thanks&Regard,
    kiran.

    Hi Kiran,
    Refer the following link.It ll be useful
    <a href="/people/abesh.bhattacharjee/blog/2007/02/27/get-started-with-dynamic-graphics-in-xmii-115">/people/abesh.bhattacharjee/blog/2007/02/27/get-started-with-dynamic-graphics-in-xmii-115</a>
    <a href="Regarding dynamic graphics://Regarding dynamic graphics
    Regards,
    Hemalatha
    /Assign points if helpful/

  • Distribution function - What is the significance of "USER" field in Distribution template?

    Hi,
    I am working with the distribution functionality in BPC 10.
    Here i am saving the reports in a folder on my desktop. For this we need to create a template which includes multiple report names, fixed members and variable members.
    In the variable member section, we have a field for User.
    For this field
    1. when i do not specify anything it does not let me distribute,
    2. when i specify a user name it creates 2 folderrs on my dektop one with the template name and one for the user
    3. when i specify a space (" ") this creates only 1 folder during the distribution that is of the Template name (Which is what is required)
    However what i do not understand is how this works without a username? What is the significance of this field in the distribution template?
    Thanks in advance,
    Shweta

    Hi Ram,
    I have used this field for, what is the effect of the breakdown or problem when users are creating the notification. Example are given below. The same filed will come in IW28 report for analysis purpose.
    1 No Effect
    2 Production Restricted
    3 Production Breakdown
    Hope it will help you to understand.
    Best Regards
    Kalyan

  • What is the significance of this setting..?

    Dear All,
    Can you please tell me what is the significance of the following settings in the Availability check configuration.
    IMG - SD - Basic Functions - Availability check & TOR - Availability check - Availability check with ATP Logic or Against planning - Define default settings.
    Here we maintain availability check rule for each Sales area. In our system for some sales areas it is maintained as C and for some B and rest blank.
    Your help is solicited.
    Regards,
    Vishi

    Hi Vishi,
    Here is the details of availability check rule in default setting from SAP F4 help....
    Blank     Dialog box in the case of shortages (batch/BAPI full dlv.)
    A     One-time delivery
    B     Full delivery
    C     Delivery proposal
    D     Dialog box in the case of shrtages (batch/BAPI one-time dlv)
    E     Dialog box in the case of shortages (batch/BAPI dlv. prpsl)
    1     Delivery proposal for product selection
    I guess this is self explanatory...... if you have further doubt revert back....
    Thanks,
    Raja

  • What is the significance of super() in constructor?

    excuse me, my english is poor.
    public class App2 extends App1{
    App2(String str){
    //there is a crytic super() *****why?****
    System.out.println(str);
    public static void main(String args[]){
    App2 tt=new App2("hello");
    class App1{
    App1(){
    System.out.println("App1 constructor");
    //end progarm
    why there is a crytic super()?
    What is the significance of super() in constructor?

    "public class App2 extends App1"
    implies that App2 inherits something from App1.
    e.g.
    App1 has member data a1, b1, c1 and App2 add its own member data a2, b2, c2. Since App2 extends App1, now App2 has member data a1, b1, c1, a2, b2, c2.
    If you call App2's constructor, you can initialize a2, b2, c2. How about a1, b1, c1? If you don't use super in App2's constructor, a1 b1 c1 won't be initialized. So, call super to let App1 initialize a1, b1 and c1.

  • What is the significance of having Ver 1 and Ver 2 in a Bal Sheet?

    Hi,
    1. What is the significance of having Version 1 and Version 2 in a Balance Sheet(Income Statement)?
    Any real life significance of these versions?
    2. I had a previous question which was not answered, can verify if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, can you help with it?
    Thanks

    Hi,
    thanks for the response.
    Does this versioning process also takes place in Balance Sheet or it is something done only for Income Statements?
    Is this the reason why some queries have varaibles to enter Version 1 and Version 2?
    If Version 1 and Version 2 are from the same datasource, and you bring all into a DSO, what will be the advantage to separate the Version 1 and Version 2 data different cubes?
    To help me get your response well, is the Versioning concept used in addressing the other part of my question:
    i.e.  if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, how do you address this?
    Thanks

  • What is the significance of plan version?

    Hi all,
    Pls tell what is the significance of plan version? What will happen if I create some orgunit oin current plan and some org unit in another plan?

    Hi..,
    Plan versions are scenarios in which you can create organizational plans.
    ==>In the plan version which you have flagged as the active plan version, you create your current valid organizational plan. This is also the integration plan version which will be used if integration with Personnel Administration is active.
    ==>You use additional plan versions to create additional organizational plans as planning scenarios.
    But Only one plan version will be active at any time !!!
    As a rule, a plan version contains one organizational structure, that is, one root organizational unit. It is, however, possible to create more than one root organizational unit, that is more than one organizational structure in a plan version.
    For more information on creating plan versions, see the Implementation Guide (IMG), under Personnel Management ® Global Settings in Personnel Management ® Plan Version Maintenance.
    regards,
    sai ramesh

  • What is the significance of badi BBP_Create_PO_Back?

    Hi Friends
    what is the significance of badi BBP_Create_PO_Back.?
    Thanks & Regards
    Kanni.
    Edited by: Kanni. on Jun 21, 2009 10:41 AM

    Hello,
    BBP_CREATE_PO_BACK was used to pass additional data from SC to ECC PO.
    This BADI is replaced by BBP_CREATE_BE_PO_NEW with SRM 5.0. Using this BADI you can change all the data that is transferred to the backend system for generation of a purchase order. This includes, for example, the item data, the account assignment data, and texts. All the shopping cart data is available as input parameters.
    Hope this helps.
    Thanks
    Ashutosh

  • What is the significance of Marker interface? Why are we using, even though

    What is the significance of Marker interface? Why are we using, even though it has no method?

    Well, what's the significance of an interface? They can define a set of methods a class may implement but the class could equally well implement these methods without the interface so why having interfaces at all?
    The answer is that the most important aspect of an interface is that it constitutes a type (you can declare variables of it). And it's a type regardless of how many methods it defines, including none. So the reason for having a marker interface is that you're interested solely in the type aspect of interfaces.

  • What's the problems of my application (VB6) when i migrate to Oracle

    Hello,
    I have an application written by Visual basic 6.0 and running in SQLserver 2000.
    i prepare for migration to Oracle database 8.1.6.
    what's the problems of my application when i migrate from SQLserver to Oracle?
    Help me please?
    Thanks!
    Chuyen.

    David,
    Thanks for your response.
    Yes, I am running Win2000 Server. I checked Component Services and verified that both Management Server and Agent are processes set in automatic mode and started.
    David, my problem is that logging in to Management Server requires me to enter the Name of the Management Server. What is the "Name" of my Management Server? I don't understand what this means as I do not recall ever being asked to name my Management Server when I installed it.
    The names relevant to my database installation are:
    Host server name: Tower100
    Database name: TOWER
    Service_Name: Tower.LinFamily
    Repository DB Name: TowerRep
    Repository SID: TowerRep
    Are any of these the "Name" of my Management Server?
    I have tried all these names, and they don't seem to work.
    Also, when you say the default account name, do you mean the account "SERVICE" with the default password?
    Tony Lin
    Tony,
    If you installed on Windows then you will want to make sure that the Management Server and Intelligent Agent services are started in the Services Control Panel first.
    Otherwise if you are using a UNIX server, you may need to start the mangement server manually. Here is a script I use to automate the startup process on Solaris:
    http://www.dotcomsolutionsinc.net/products/installgen/sol_901_32bit_files/installgen_sol901_12_.html
    From the Enterprise Manager Console login window you can click on the icon to the right of the Management Server field, click on the Add button, then enter the hostname of the management server to add it.
    If the Management server is running, then you should be able to log in using the default account the first time, then create your administrator accounts.
    David Simpson
    www.dotcomsolutionsinc.net
    (Oracle Replication Consulting & Tools)

  • What's the best duplicates finder application for Mac OS X?

    What's the best duplicates finder application for Mac OS X?

    Thank you both!  I ended up going for DupeGuru because it was free and it worked well.   Easy Duplicate Finder baited me with the promise of free download then when the search was over I got the "buy the software" if I wanted to delete more than 10 files.
    DupeGuru worked well and so far I have not been asked for money.
    This solves my question.

  • What's the significance of the letter -p in the JRE installables

    Hi,
    Can anybody please let me know what is the significance of the letter "-p" in the JRE installables as i could see that till JRE 1.6.0_13 the name for the Window offline installable has -p {for eg: jre-6u12-windows-i586-p.exe} where as for the higher version i.e 1.6.0_14 onwards there is no letter "-p" {for eg: jre-6u14-windows-i586.exe} .
    Appreciate your quick response in this regards.

    qm control is only useful for procured materials
    it
    Manage quality-related information for materials, vendors, and manufacturers in quality info records
    Monitor the QM systems of vendors and manufacturers
    Supply quality documents with requests for quotations and purchase orders
    Certify vendors or manufacturers that have QM systems implemented, to reduce the inspection requirement
    Request that quality certificates be submitted with the delivered goods and monitor the receipt of these certificates
    Inspect vendor goods at vendor sites (source inspections)
    Block the payment of invoices until the goods have been inspected and accepted
    U can use qm control key depending upon ur requirement

  • What is the fix for some applications repeatedly asking permission to accept incoming connections?

    What is the fix for some applications repeatedly asking permission to accept incoming connections?
    On every restart, AutoPairs and Epson Event Manager asks me to reject or agree to allow incoming connections. It is very aggravating and time-wasting. I know other Mac users who have the identical problem with other applications on their Macs.
    Isn't there some way to make my Mac understand that "Yes" means "Yes" once and for all?
    I am presently running Yosemite, but this was a problem with prior OS X versions too.
    Respectfully,
    Nate

    This is a comment on why you might, or might not, want to use the built-in Application Firewall.
    The firewall blocks incoming network traffic, regardless of origin, on a per-application basis. By default it's off, and when turned on, it allows applications digitally signed by Apple, and only those applications, to listen on the network. It does not block outgoing traffic, nor can it distinguish between different sources of incoming traffic, nor does it filter traffic by content.
    No matter how it's configured, the firewall is not, as some imagine, a malware filter. If that's what you expect it to do, forget it. All it will do is bombard you with pointless alerts.
    Consider some scenarios in which you may expect the firewall to be useful.
    1. You enable file sharing, and you allow guest access to certain folders. That means you want people on your local network, but not outsiders, to be able to access those shared folders without having to enter a password. In the default configuration, the firewall will allow that to happen. The router prevents outsiders from accessing the shares, whether the application firewall is on or off. But if your computer is portable and you connect it to an untrusted network such as a public hotspot, the firewall will still allow access to anyone, which is not what you want. It does not protect you in this scenario.
    2. You unknowingly install a trojan that steals your data and uploads it to a remote server. The firewall, no matter how it's configured, will not block that outgoing traffic. It does nothing to protect you from that threat.
    3. A more likely scenario: The web browser or the router is compromised by an attacker. The attack redirects all web traffic to a bogus server. The firewall does not protect you from this threat.
    4. You're running a public web server. Your router forwards TCP connection requests on port 80 to your Mac, and the connections are accepted by the built-in web server, which is codesigned by Apple. The application firewall, still configured as above, allows this to happen. An attacker hacks into the system and tries to hijack port 80 and replace the built-in web server with one that he controls. The good news here is that the firewall does protect you; it blocks incoming connections to the malicious server and alerts you. But the bad news is that you've been rooted. The attacker who can do all this can just as easily turn off the firewall, in which case it doesn't protect you after all.
    5. You're running a Minecraft server on the local network. It listens on a high-numbered port. You, as administrator, have reconfigured the firewall to pass this traffic. An attacker is able to log in to a standard account on the server. He figures out how to crash Minecraft, or he just waits for you to quit it, and then he binds his own, malicious, Minecraft server to the same port. The firewall blocks his server, and because he's not an administrator, he can't do anything about it. In this scenario, the security is genuine.
    6. Here is a more realistic scenario in which you might have reason to enable the firewall. Your MacBook has sharing services enabled. You want those services to be available to others on a home or office network. When you're on those networks, the firewall should be off. When you move to an untrusted network, you can either turn off all the services, or enable the firewall with a non-default configuration to block them. Blocking is easier: one click instead of several.

  • I missed the second day free application from itune 12 Days of Gifts.  Where can I download again.  What was the second day free application ?

    I missed the second day free application from itune 12 Days of Gifts.  Where can I download again.  What was the second day free application ?

    Yesterday's app here in the UK still appears to be free (at the moment) to download (I don't know what the app's normal price is) : Score! Classic Goals. If it's not free in your country's store then if you want you will need to buy it.

Maybe you are looking for

  • How to manage music from an external hdd on iTunes?

    Hello everyone. I will try to keep it simple in order to be easy to understand... I have my entire music on an External Drive: WD MY PASSPORT. I found around here that, if I press OPTION while I move a music folder to itunes, it doesn't copy the musi

  • How to read table of accounts to read in step 2 the single accounts

    Hi, I want to write a litle MIS-Report with diverse FI-management-ratios. At the first screen (selection-screen) the user has to specify the table of accounts. So I have to know, how I can read an "table of accounts" in ABAP. That means the hierachy

  • Alert Framework question

    Hi, we have set a generic user with a group email adress in alert categorie definitions as the destination where the alert should be sent. What this does is that the alerts are sent to a common mailbox which the group responsible for pi can monitor.

  • How to buy already installed application - namely OS X Lion?

    If you try to buy already installed application, Appstore tells you it's installed and doesn't let you buy it. Only option I found is deleting the application, then you can buy it and download it anew. But... I have OS X Lion, I bought it under one A

  • Oracle BAM report output

    Is there any way the BAM report data to output to Xcel or PDF format? It appears that the default reports(graphs) created from BAM ACTIVE STUDIO only allow to: - print - Return to Home - Return to previous page when zoomed in (drilled down) to data s