Configuration (properties file) in Visual Administrator

Hi,
properties files can be edited in Visual Adminstrator (under Configuration Adapter) and there is also a description field. I thougt it would be filled with comments in the properties file, but the description field is always empty. It is possible to fill this field?
Regards,
Roman

Re: Storing constant values in OSB captures the earlier discussion.
Re: OSB: What is best practice for reading configuration information
Please go through above links and see they suit your needs.
Thanks
Manoj

Similar Messages

  • Application Module Configuration Properties file?

    Hi,
    Any body knows where could i find the Application Module Configuration Properties file on the disk.
    (This properties on wizard are appeared when we right click on application module and select configuration...)

    Curt,
    Thanks for your direction. That link is vary useful to be familiar with the AM configuration setting.
    Frankly, during last few months I was extremely busy to develop JSP pages. And didnt study much about AM But now that we are close to move the application to production I faced unacceptable problems. Recently I started to read your/and other folks treads to get more familiar with AM.
    Here is some of the problem i faced, which i think are AM related:
    1-The application speed goes down as soon as more than 2-3 browser(user) work with the same application(most probably I have memory leak).
    2-Some times I received following error when tried to load a JSP page in the application:
    Error Message: oracle.jbo.PCollException: JBO-28020: Passivation error on collection TXN, node id -1 void
    3-I faced following error when I tried to work with two applications in one or even two browsers:
    Error Message: JBO 30004: An application module that was not checked out was checked in...
    So, please let me know your idea on those and/or any point that I have to check.
    By the way, I am still on JDev9i-Beta and I accepted all default setting at the time I created AM . but the state of each page explicitly defined at the page level(mostly stateful, but on some of the pages i didn't mentioned the state which by default is stateless).
    Thanks.

  • Configurations file location | visual administrator parameter | path ??

    Hi folks ,
      I have installed the GDS console . As suggested in the installation guide " GDS 1.0 - Installation Guide.pdf " I have copied the GDS folder in the path E:/usr/sap which is where my WAS is installed  (This GDS folder comes when you unzip the file GDS1005_1.zip in the software for MDM 5.5 SP05 ase release . It contains the subfolders namely " configurations" , "IncomingMessages" , "MessagesToDataPool"). The WAS and the GDS console are at the same machine .
    Now there is a step in the configuration of visual administrator parameters where I need to configure the parameter "Configurations file location" . I gve the path as "E:\usr\sap" as suggested in the example for the configuration in the installation guide (my GDS folder is inside "sap" folder ) but when I try to access the page for GDS through http://<host-name><port>/gds it says resource not found .
    What I am not able to figure out is what would be the appropriate path for this parameter so that I am able to access the page ?
    Could you please help me out !!!
    Regards
    Deepak Singh

    Hi ,
       Actually I did all that you suggested but the problem was , for J2EE to accept my changes I was required to restart the engine from the console which I was not doing . This morning I did that and could move on to the next set of problems . But thanks for the suggestions . I do appreciate that .
    - If you look at the " GDS 1.0 - Installation Guide.pdf " then under " Editing the application properties " there is a table which has five columns , Property/Default/<b>1Sync</b>/Description/Example . What exactly does the " 1Sync " column convey ??? . Guess it is the External data pool ??
    - I am doing this more as a personel training excercise so I have some  infrastructural constraints .I have a WAS 6.40 SP15 installed on my machine . I have MDM 5.5 SP05 with the GDS component .  I don't have a XI/R3 system yet in the landscape . I don't have any external data pool . I don't have an AS2 adapter either . So now I am getting a couple of configuration errors which are for some parameters in visual administrator .
    The parameters are
    > DestinationDataPoolGln
    > DestinationDataPoolName
    > 'GDS.PrincipalHeader'
    > ProviderGln
    > ProviderName
    > ProviderTimeZone
    > 'GDS.SchemaLocation'
    > 'LinksItemKeyCombination'
    > 'SystemExternalValidations'
    Is there a way I can configure these values without adding anything further systems in my landscape ??
    Would appreciate your inputs !
    Regards
    Deepak Singh

  • Can't locate .properties file on Visual Admin

    Hello,
    I have created an RID.properties file inside a DynPro application under src/packages/... and I am able to load it and get it's attributes from the DynPro code.
    So far so good...
    As far as I know this properties file can be viewd and modifed on the Visual Admin under:
    Configuration Adapter -> webdynpro...
    I've browsed all the folders at this location and couldn't locate my .properties file. So where is it...?
    Roy

    i think you only want to access and maintain the properties on server side...
    ok, check out
    http://help.sap.com/saphelp_nw04/helpdata/en/b8/aa343e32ff1033e10000000a114084/content.htm
    for an example how to access the properties from your wdp app.
    i suggest loading all props into a specific context node and corresponding attributes. perhaps there are better ways.
    Now sth. uncomfortable:
    Be careful when you redeploy your app. All properties are overwritten with the ones you defined locally.
    you also cant delete the config on local side, it would be deleted on server, too. (at least i think so)

  • How can configure .properties file and  log4j on weblogic 8.1 SP5

    Hi,
    I know this is not right forum for post this question.But I hope I'll get my perfect answer here.
    I have 2 questions.
    1. Where I'll keep my .properties file in weblogic 8.1 SP 5. means I have one own .properties file which is contains some proxy settings and this .properties resides on .war file(now), But I want move this propeties file outside .war file. So Where I'll keep in weblogic 8.1 SP 5.
    2. How can we configure log4j in weblogic?
    Please reply me.
    Regards,
    Pattanaik

    You can add your.properties and log4j.properties to the classpath cant you?
    You just need to edit setEnv.cmd (if i remember correctly) in your weblogic server folder to add the folder containing the properties files to the classpath variable.

  • Configure properties file that java file uses in OSB.

    I have a jar file consisting of java files which maintain the session id in the queue. One main jar depends on 3 more jars for logging.
    Also java files in the jar depends on the *.properties file to read the queue length dynamically.
    I need to access the main jar from osb proxy server. I used java callout to access the java method provided in the main jar.
    My question is: where should I place *.properties which is used by java class, in the osb folder. I don't see how I can add *.properties in the osb console.
    Your timely help is greatly appreciated.

    sudheshna wrote:
    another java class which loads property file...I'm understanding that you don't have way to modify this +"another java class"+, but you have to figure out what strategy it uses to pick up the properties file... classpath? environment variable? absolute path? relative path?
    If the file needs to be on the classpath (a common strategy) then you can just place the it in %DOMAIN_HOME%\config\soa-infra... This one is usually in the classpath... Other option is to change setDomainEnv.cmd(setDomainEnv.sh) to add a directory to the classpath and place the file there...
    Hope this helps...
    Cheers,
    Vlad

  • Visual administrator configuration

    Can somebody tell me from which file the visual administrator picks up the value for host name etc.?

    It is too obvious:
    /usr/sap/<SID>/JC<Instance number>/j2ee/admin/cfg/adminCFG.properties
    Best regards,
    Aliaksandr Zhukau

  • Maximum no of administrator users that can login into Visual Administrator

    Hi All,
    I am using WAS 640 ( ABAP + JAVA Addin) .. I wanted to know is there any parameter that i can set to limit the number of users (all with administrator rights) who can login into the Visual Administrator tool simultaneously...
    Thanx...

    Try this
    To increase the maximum number of opened connections and/or the time to wait for a new connection you should change the DataSource properties in the Visual Administrator or manually modify of the data-sources.xml file.
         The necessary steps in the Visual Administrators are as follows:
    a.  Open the Visual Administrator and select Server Services JDBC Connector.
    b.  Select the appropriate DataSource within the Runtimetab on the right.
    c. Select the tab named Additional.
    d. Set the desired values for the fields Maximum Connectionsand/or Maximum Time to Wait for Connection.
    e. After your modification select Save. The Visual Administrator will prompt you for application redeployment. After confirming that, you should be able to get the connection from the database.
    thanks
    saurabh

  • Pre-configured properties are overwritten

    Hello,
    Sorry, posted this is wrong forum before
    I am using SunOne 6.0 SP4 and have noticed a strange problem when configuring the rules.properties and servlet.properties files.
    Here's what I do.
    1) Create a web server
    2) Copy pre-configured properties files to the config directory
    3) Apply changes
    However, the properties files are overwritten with default
    ones. It appears to be tied to the date the files are modified because if I modify the files before copying them over, they are not over-written.
    Is this a bug/feature?

    I'm a little confused by your steps. Can you be more explicit in your description?
    Based on what you've said I'd recommend you do this:
    1) Create your instance
    2) Configure what you need to through the GUI, then Apply
    3) Copy your hand-tuned files in place
    4) Re-enter the Admin Server interface from the beginning
    5) Follow the warning screens that indicatemanual changes have occurred.

  • NodeManager.properties file not able to generate while installing obiee 11g

    hello,
    I am trying to install obiee 11g on windows 7 64 bit machine. I am successfully able to complete all the steps ,but i get stucked in the last step of creating Domain
    follwing are the logs generated :
    NMProcess: <Mar 25, 2013 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    NMProcess: java.lang.NullPointerException
    NMProcess: at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess: at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess: at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess: at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess: at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess: at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess: at weblogic.NodeManager.main(NodeManager.java:31)
    Excerpt from nodemanager.log which is created at <WL_HOME>\common\nodemanager:
    <Mar 25, 2013 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Mar 25, 2013 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Mar 25, 2013 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    <Mar 25, 2013 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    <Mar 25, 2013 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    java.lang.NullPointerException
    at java.util.Hashtable.containsKey(Hashtable.java:314)
    at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Please help me out to solve the issue..i tried to start the StartNodeManager.cmd as well as all the services related to it.
    But still i am not getting properties file due to which installaltion fails.
    Thnks,
    Priyadarshini

    Check these..It may help you..
    http://santoshbidw.wordpress.com/2012/05/12/obiee-11g-installation-11-1-1-6-on-windows-7-64bit-os/
    OBIEE 11g installation with Windows 7 SP1 (64 bit)
    If corrects your problem ,post the answer for the benifits of other users,
    Regards,
    veeresh Rayan

  • Log files in Visual Admin of SAP Netweaver

    Hi Netweaver Experts,
                              Could any one help me where to find the log files in Visual Administrator of SAP Netweaver. If you could mention the directory where the files are stored, that would be more helpful for me!!!
    Thanks in Advance,
    Raaj and Suniel

    hi,
        you can find the log files in the following directory.
    <b><drive>:\usr\sap\<SID>\DVEBMGS01\j2ee\admin\log\system</b>
    hope this info helps!
    with regards,
    Raj.
    <i>pls, award points</i>

  • Is there configuration setting file that shows settings in visual admin

    Is there a configuration file or text file that shows visual admin parameter settings that i view without starting up visual administration.
    Thanks
    Weyland Yutani

    The use of Visual Administrator is the fact, that those "configurations" are spread across the filesystem and in the database. You could do everything done with VA also by hand by editing .properties files or change XML files.
    Markus

  • Configure logs Visual Administrator

    Hello all,
    I have a problem related to the size of log files in XI environment.
    I access to transaction al11 in XI environment. Then, I access to the folder /usr/sap/XIP/xxx/j2ee/cluster/server0 and I see that there are a lot of jrfc*.trc files of 0,5 GB of size.
    I would like to know where can I define those files and how to manage them in order to optimize space in servers.
    Thanks in advance.
    Best regards,
    Gemma

    Can you please have a look, which errors are logged in the trace files. If possible, then fix the errors, this will reduce the amount of lines generated. It is possible that somebody activated a rfc trace, this can be done, where the rfc destination is specified. For example SM59, or visual admin -> server0 -> services -> destinations.
    To configure the logging of the files in server0/log have a look at this thread: Re: Log file size in SAP Netweaver
    Visual Administrator Tool -> Server -> KERNEL -> LogManager:
    DefaultTraceFile_Count -> is the number of files
    DefaultTraceFile_Limit -> is the size of the files in bytes
    Be aware, that usually the log files are not overwritten. They are archived in ..log/archive. To turn this off you can do this here:
    Visual Administrator Tool -> Server -> SERVICES-> Log Configurator -> Tab Properties
    Regards, Michael
    Edit: oh, too slow

  • Creation of Properties file in j2ee visual admin

    Hi,
    I have followed the exact steps mentioned in the MI 2.5 installtion document for editing the entries in the <System ID>.prop files. but it is not generationg the files in the required folder in the server and sync is failing with log as " unable to open the property file".
    But it worked if I copied the file manually to teh server, System_Properties file.
    have you faced the same problem ever?
    Thanks
    Satya

    Hi Satya,
             If you are talking about the steps that should be completed
    before testing the configuration with the url...
    http://<Server>:<Port>/meSync/servlet/meSync?~sysid=<System
    ID>&~login=<User
    name>&password=<Password>&client=<Client>&language=<Language>&ackno
    wledge=X&~test=true&
    then i think version:<b>sp14</b> document is very clear...
    1. In the J2EE visual administrator, choose the
    service <i>Configuration Adapter</i> from the
    <i>server --> services</i> menu.
    2. Choose <i>RunTime</i> tab(Default).
    4. Navigate to....
    configurations --> apps
                   --> sap.com
                   --> com.sapmarkets.mesyncjco
                   --> appcfg
    5. Change it to <i>edit mode</i>. choose <i>yes</i> for the popup.
    6. Right Click on <i>appcfg</i> .
    7. Select <i>create subnode</i>
    8. Select the <i>File Entry</i> from the drop down box.
    9. Give the <i>name</i> as <i><sysid>.props</i>
    <sysid>= Your System id.
    10. Enter the two enter each in a line in the <i>display</i>.
    For eg.
    ashost=<myserver>
    sysnr=<sn>
    <myserver>=Hostname.
    <sn>=System Number.
    Hope it helps.
    Regards,
    Maheswaran.B

  • ERROR in Document Services Configuration through visual administrator

    Hi Experts,
                   I am using NETWEAVER 7.0 , I am getting error when i am trying to do 'Document Services Configuration' and 'Document Services License Service' through visual administrator message is
    "[permissions_collection_operator]: [permission_collection]:  domain's permissions: [
      standalone: [, ]
      collections:
    {(java.lang.RuntimePermission loadLibrary)(java.lang.RuntimePermission queuePrintJob)(java.lang.RuntimePermission stopThread)}
    {(java.net.SocketPermission localhost:1024- listen,resolve)(java.net.SocketPermission * connect,resolve)}
    {(java.util.PropertyPermission java.version read)(java.util.PropertyPermission java.vm.name read)(java.util.PropertyPermission java.vm.vendor read)(java.util.PropertyPermission os.name read)(java.util.PropertyPermission java.vendor.url read)(java.util.PropertyPermission java.vm.specification.vendor read)(java.util.PropertyPermission java.specification.vendor read)(java.util.PropertyPermission os.version read)(java.util.PropertyPermission java.specification.name read)(java.util.PropertyPermission java.class.version read)(java.util.PropertyPermission file.separator read)(java.util.PropertyPermission os.arch read)(java.util.PropertyPermission java.vm.version read)(java.util.PropertyPermission java.vm.specification.name read)(java.util.PropertyPermission java.specification.version read)(java.util.PropertyPermission java.vendor read)(java.util.PropertyPermission java.vm.specification.version read)(java.util.PropertyPermission * read)(java.util.PropertyPermission path.separator read)(java.util.PropertyPermission line.separator read)}
    {(java.io.FilePermission * read,write)}
    And error when double click on  ''Document Services License Service' message is -
    "Error while loading service Document Services License Service
    java.lang.ClassNotFoundException: com.adobe.service.sap.licensing.AdminUI"
    Thanks & Regards
    Anirudh Saini

    You have the ads_agent pw set incorrectly on the java side. -- I think

Maybe you are looking for