EM DBControl Docs......

Is there any document or tutorial/resources explaining the screens of Enterprise Manger DBControl screens. Lots of info on EM DBControl setup etc but not much on how to utilize/read the screen data.
Oracle 10g R2
Smith

Did you check the fine Oracle® Enterprise Manager Concepts manual?
:p

Similar Messages

  • Extra element in XMLBean doc returned from DBControl!

    Hi,
    I am returning XMLBeans from a DBControl. The returned XMLBean has an extra element in it that was not defined in the schema for the bean. Here's the schema that is defined:
    <xs:complexType name="CompanyCoreDetailsType">
    <xs:sequence>
    <xs:element name="accountNo"/>
    <xs:element name="companyName"/>
    <xs:element name="companyNameDisp"/>
    <xs:element name="address1"/>
    <xs:element name="address2"/>
    <xs:element name="address3"/>
    <xs:element name="city"/>
    <xs:element name="state"/>
    <xs:element name="zip"/>
    <xs:element name="country"/>
    <xs:element name="website"/>
    <xs:element name="regionID"/>
    <xs:element name="regionName"/>
    <xs:element name="hiringSummer"/>
    <xs:element name="hiringFullTime"/>
    <xs:element name="recruitingNotes"/>
    <xs:element name="recruitingNotesDate"/>
    <xs:element name="hiringInfoSource"/>
    <xs:element name="overviewFileName"/>
    <xs:element name="stockSymbol"/>
    <xs:element name="active"/>
    <xs:element name="forceToWeb"/>
    <xs:element name="numCompanyContacts"/>
    <xs:element name="numStudentContacts"/>
    <xs:element name="numInsights"/>
    <xs:element name="reviewDate"/>
    <xs:element name="lastDate"/>
    </xs:sequence>
    </xs:complexType>
    And here's the return from the DBControl:
    Return value: <CompanyCoreDetails xmlns="http://gsb.stanford/valobj" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <accountNo>
    <ACCOUNTNO>A2100856964%5:0E/Mai</ACCOUNTNO>
    <COMPANYNAME>AAAAAA</COMPANYNAME>
    <COMPANYNAMEDISP>AAAAAA</COMPANYNAMEDISP>
    <ADDRESS1>Mother Ignacia Street</ADDRESS1>
    <ADDRESS2 xsi:nil="true"/>
    <ADDRESS3 xsi:nil="true"/>
    <CITY>Quezon City</CITY>
    <STATE xsi:nil="true"/>
    <ZIP/>
    <COUNTRY>Philippines</COUNTRY>
    <WEBSITE>www.aaaaaa.com</WEBSITE>
    <REGIONID>2</REGIONID>
    <REGIONNAME>Asia/Australia</REGIONNAME>
    <HIRINGSUMMER xsi:nil="true"/>
    <HIRINGFULLTIME xsi:nil="true"/>
    <RECRUITINGNOTES xsi:nil="true"/>
    <RECRUITINGNOTESDATE xsi:nil="true"/>
    <HIRINGINFOSOURCE xsi:nil="true"/>
    <OVERVIEWFILENAME xsi:nil="true"/>
    <STOCKSYMBOL xsi:nil="true"/>
    <ACTIVE>Active</ACTIVE>
    <FORCETOWEB>No</FORCETOWEB>
    <NUMCOMPANYCONTACTS>1</NUMCOMPANYCONTACTS>
    <NUMSTUDENTCONTACTS>0</NUMSTUDENTCONTACTS>
    <NUMINSIGHTS>0</NUMINSIGHTS>
    <REVIEWDATE xsi:nil="true"/>
    <LASTDATE>2005-06-07T14:29:00-07:00</LASTDATE>
    </accountNo>
    </CompanyCoreDetails>
    Notice the extra <accountNo> element which is added and wraps most of the other elements.
    The db control is calling a stored procedure which returns all the elements defined in the schema in the same order. The names of the elements are the same, but the case is different. The SP does return something called ACCOUNTNO which looks like it's interpreted correctly.
    Thank you,
    Max

    Jennifer,
    Here's the code for the db control... let me know what else you need and thanks for looking into this.
    * Defines a new database control.
    * The @jc:connection tag indicates which WebLogic data source will be used by
    * this database control. Please change this to suit your needs. You can see a
    * list of available data sources by going to the WebLogic console in a browser
    * (typically http://localhost:7001/console) and clicking Services, JDBC,
    * Data Sources.
    * @jc:connection data-source-jndi-name="CIDBDataSource"
    public interface CompanyDBControl extends DatabaseControl, com.bea.control.ControlExtension
    static final long serialVersionUID = 1L;
    * @jc:sql statement="exec s_gm_company_criteria_search {industries}, {regions}, {jobFunctions}"
    CompanySearchResultCltnDocument criteriaSearch(String industries, String regions, String jobFunctions);
    * @jc:sql statement="exec s_gm_company_alpha_search {alpha}"
    CompanySearchResultCltnDocument alphaSearch(String alpha);
    * @jc:sql statement="exec s_gm_company_name_search {name}"
    CompanySearchResultCltnDocument nameSearch(String name);
    * @jc:sql statement="exec s_gm_get_company_info {accountNo}"
    CompanyCoreDetailsDocument getCoreCompanyDetails(String accountNo);
    * @jc:sql statement="exec s_gm_get_company_cmc_contacts {accountNo}"
    CompanyCMCContactsCltnDocument getCompanyCMCContacts(String accountNo);
    * @jc:sql statement="exec s_gm_get_company_student_contacts {accountNo}"
    CompanyStudentContactsCltnDocument getCompanyStudentContacts(String accountNo);
    * @jc:sql statement="exec s_gm_get_company_insights {accountNo}"
    CompanyInsightsCltnDocument getCompanyInsights(String accountNo);
    }

  • Em dbcontrol finally working

    I installed oracle 11gr2 on 32 bit windows 2003 (datacenter) Microsoft Windows [Version 5.2.3790]
    with 8 g memory (using PAE) and really had trouble with dbcontrol. It did not get installed correctly
    the first time and I took me days to get it working eventually. (The problem being how to permanently modify parameters in the database without it? It would be great if there were just a command line way
    to do that.) so anyway I am posting a way that worked for me
    to get it working. Which might not be the best way or the only way. In retrospect I think one of the
    issues here is regarding creating the loopback adapter per instructions:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#BABBDGBI
    2.4.1 Installing Oracle Database on DHCP Computers
    I thinik once you do that you have created the multiple IP number situation so then you should follow the
    next set of instructions more or less. 2.4.2 Installing Oracle Database on Computers with Multiple IP Addresses
    Which I don't understand. Windows does not necessarily have a domain name. The netbios name took
    the place of it. perhaps IP number can be substituted for "domain name" ? If you don't have a static
    ip then you don't have a static domain name either, if you did have a dns service in the loop.
    Anyway this worked for me. I am not suggesting everyone try this if they don't have em working. I'm just
    throwing it out there for ideas as I spent many many hours on this:
    (The netbios name is BUGGY. The loopback adapter was assigned ip 10.213.213.213)
    For example type hostname at the command line and windows will tell you what it considers
    the netbios hostname to be.
    \windows\system32\drivers\etc\hosts:
    10.213.213.213 localhost localhost
    127.0.0.1 localhost
    10.213.213.213 BUGGY
    tnsnames.ora: Note the addition of LOOPY to accommodate the loopback adapter:
    # tnsnames.ora Network Configuration File: E:\app\ora11\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORA11 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora11)
    LOOPY =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.213.213.213)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora11)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    LISTENER_ORA11 =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    listener.ora note addition for 10.213.213.213:
    restart listener after any changes.
    settings, control panel, administrative tools, services, *TNSlistener
    # listener.ora Network Configuration File: E:\app\ora11\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\app\ora11\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:E:\app\ora11\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.213.213.213)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\ora11
    important. you have to know passwords of
    SYS
    DBSNMP
    and SYSMAN
    check path for extraneous perls:
    path >path.date
    check is there another perl possibly before oracle's perl?.
    If so take it out of the path, or possibly just rename perl.exe
    temporarily.
    check the java console and make sure all versions of java are enabled. (I did have this
    problem!)
    start,settings,control panel,java, java,view
    recreate dbcontrol
    emca -config dbcontrol db -repos recreate -oracle_hostname BUGGY
    (you may have to drop first:
    emca -deconfig dbcontrol db -repos drop )
    If it runs to completion then you may have the question of what
    is the port it is running on? When you recreate it it uses a new port number.
    you can do this:
    emctl start dbconsole
    It will tell you it is already running and tell you what the port is.

    I installed oracle 11gr2 on 32 bit windows 2003 (datacenter) Microsoft Windows [Version 5.2.3790]
    with 8 g memory (using PAE) and really had trouble with dbcontrol. It did not get installed correctly
    the first time and I took me days to get it working eventually. (The problem being how to permanently modify parameters in the database without it? It would be great if there were just a command line way
    to do that.) so anyway I am posting a way that worked for me
    to get it working. Which might not be the best way or the only way. In retrospect I think one of the
    issues here is regarding creating the loopback adapter per instructions:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#BABBDGBI
    2.4.1 Installing Oracle Database on DHCP Computers
    I thinik once you do that you have created the multiple IP number situation so then you should follow the
    next set of instructions more or less. 2.4.2 Installing Oracle Database on Computers with Multiple IP Addresses
    Which I don't understand. Windows does not necessarily have a domain name. The netbios name took
    the place of it. perhaps IP number can be substituted for "domain name" ? If you don't have a static
    ip then you don't have a static domain name either, if you did have a dns service in the loop.
    Anyway this worked for me. I am not suggesting everyone try this if they don't have em working. I'm just
    throwing it out there for ideas as I spent many many hours on this:
    (The netbios name is BUGGY. The loopback adapter was assigned ip 10.213.213.213)
    For example type hostname at the command line and windows will tell you what it considers
    the netbios hostname to be.
    \windows\system32\drivers\etc\hosts:
    10.213.213.213 localhost localhost
    127.0.0.1 localhost
    10.213.213.213 BUGGY
    tnsnames.ora: Note the addition of LOOPY to accommodate the loopback adapter:
    # tnsnames.ora Network Configuration File: E:\app\ora11\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORA11 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora11)
    LOOPY =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.213.213.213)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora11)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    LISTENER_ORA11 =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    listener.ora note addition for 10.213.213.213:
    restart listener after any changes.
    settings, control panel, administrative tools, services, *TNSlistener
    # listener.ora Network Configuration File: E:\app\ora11\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\app\ora11\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:E:\app\ora11\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.213.213.213)(PORT = 1521))
    ADR_BASE_LISTENER = E:\app\ora11
    important. you have to know passwords of
    SYS
    DBSNMP
    and SYSMAN
    check path for extraneous perls:
    path >path.date
    check is there another perl possibly before oracle's perl?.
    If so take it out of the path, or possibly just rename perl.exe
    temporarily.
    check the java console and make sure all versions of java are enabled. (I did have this
    problem!)
    start,settings,control panel,java, java,view
    recreate dbcontrol
    emca -config dbcontrol db -repos recreate -oracle_hostname BUGGY
    (you may have to drop first:
    emca -deconfig dbcontrol db -repos drop )
    If it runs to completion then you may have the question of what
    is the port it is running on? When you recreate it it uses a new port number.
    you can do this:
    emctl start dbconsole
    It will tell you it is already running and tell you what the port is.

  • Case confusion - two dbcontrol config directories for one database

    Oracle 11.2.0.2 SE-One 64-bit
    Oracle ASM 11.2.0.2 64-bit
    Oracle Linux 5.6 x86-64
    Stand alone server, no cluster, no RAC
    Configured a new dbcontrol for subject database.  Everything seems to be functioning correctly but it created two config directories
    oracle:mydb$ cd $ORACLE_HOME
    2013-09-12 14:21:50
    oracle:mydb$ ls -l myserver*
    myserver.mycompany.org_mydb:                        -------- note the dbname is lower case and directory is sparse
    total 4
    drwxr----- 3 oracle oinstall 4096 Sep 12 14:13 sysman
    myserver.mycompany.org_MYDB:                        -------- note the dbname is upper case and directory is fully populated
    total 12
    -rw-r----- 1 oracle oinstall    6 Sep 12 14:13 emctl.pid
    -rw-r--r-- 1 oracle oinstall   56 Sep 12 14:13 oraInst.loc
    drwxr----- 7 oracle oinstall 4096 Sep 12 14:13 sysman
    And in the j2ee directory we get this.  Note the dbname is in upper case
    oracle:mydb$ cd oc4j/j2ee
    2013-09-12 14:26:49
    oracle:mydb$ ll
    total 36
    -rw-r--r--  1 oracle oinstall 1012 Apr  5 08:56 deploy_db_wf.ini
    drwxr-xr-x 14 oracle oinstall 4096 Apr  5 08:53 home
    drwxr-xr-x  3 oracle oinstall 4096 Apr  5 08:51 oc4j_applications
    drwxr-x---  6 oracle oinstall 4096 Apr  5 08:51 OC4J_DBConsole
    drwxr-xr-x 10 oracle oinstall 4096 Sep 12 14:13 OC4J_DBConsole_myserver.mycompany.org_MYDB 
    drwxr-xr-x  5 oracle oinstall 4096 Apr  5 08:51 OC4J_Workflow_Component_Container
    drwxr-xr-x  5 oracle oinstall 4096 Apr  5 08:51 OC4J_Workflow_Management_Container
    drwxr-xr-x  2 oracle oinstall 4096 Apr  5 08:53 utilities
    What the database tells us about itself:
    SQL> select name from v$database;
    NAME
    MYDB
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    mydb
    SQL> select name,
      2         value
      3  from v$parameter
      4  where name in ('db_name',
      5                 'db_unique_name',
      6                 'instance_name',
      7                 'service_names',
      8                 'global_names'
      9                 )
    10  order by name;
    NAME                 VALUE
    db_name              MYDB
    db_unique_name       MYDB
    global_names         FALSE
    instance_name        mydb
    service_names        MYDB
    And the environment from which I ran emca:
    oracle:mydb$ env |grep ORA|sort
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0.2/dbhome_1
    ORACLE_SID=mydb
    The mis-matched cases stem from my predecessor deciding he didn't like database names in lower case, so started changing in mid-stream.  I'm not sure exactly what he did or how he did it.  But that aside, the results of creating a new dbcontrol (getting two directories for the same database) still puzzling.  I started by dropping the original (emca -deconfig dbcontrol db -repos drop), which dropped the upper-case version of the directories, but left the lower-case version.  I then deleted that manually before running emca to configure a new dbcontrol, but still ended up with both versions.
    Ideas?

    The ORACLE_HOME may have been set twice with differents values in it (i.e. extra slash) before starting twice the same db.
    Please, have a look to this article from Ivan Kartik :
    http://ivan.kartik.sk/index.php?show_article=40
    And depending of your OS, you could check what ORACLE_HOME is used for each process :
    How to Check the Environment Variables for an Oracle Process*
    Doc ID:  373303.1*
    Nicolas.
    added the metalink note ref.
    Edited by: N. Gasparotto on Sep 4, 2009 11:34 AM

  • Dbcontrol on a standby?

    I'm performing role transiton between primary and physical standby. Can I create a enterprise manager dbcontol on the current standby? I guess I use "emca -config dbcontrol db -repos create," but I wonder if there are any special considerations when the roles flop? Can I even run dbconsole against a standby? I'm not seeing this covered in the docs.

    I get this when I tried to emca -config dbcontrol db:
    Password for DBSNMP user: Invalid username/password. [ORA-01219: database not open: queries allowed on fixed tables/views only]
    I guess I have to open the standby readonly, but it would be nice to find documentation on dbcontrol config on a standby. Can't find it.

  • For DB 11i, EM changed location of Security - created doc bugs

    In With Database 11g for Windows, EM console Security related links (Users, Roles, etc) have been moved from the Schema tab to the Server tab.
    As a result,
    - the OBE entry for 'What is under the Server Page' and 'what is under the schema page' have changed (http://www.oracle.com/technology/obe/11gr1_db/manage/dbconsole/dbcontrol.htm)
    - the 11g for Win - Installation guide references the Schema page instead of the Server page at http://download.oracle.com/docs/cd/B28359_01/install.111/b32006/startrdb.htm#CHDCBCHD
    It is correct in the Oracle® Database 2 Day DBA 11g Release 1 (11.1)

    I had the same issue after upgrading from 10.7.2 to 10.7.3 and changing my main SSL cert.
    The solution was to make sure the correct cert was listed in:
    /etc/openldap/slapd.conf
    as well as:
    /etc/openldap/slapd.d/cn=config.ldif
    It looks as though the slapd.conf file gets updated properly when you select an SSL cert in the Server Admin app, but the cn=config.ldif does not. That is the one that was hanging my server up.
    Hope this helps!

  • DbControl not working in clustered environment

    Hi all,
    I have a situation here with Oracle dbcontrol -it is not working in clustered environment. It is working on one node but fails on other node. Any suggestions ?
    Thanks in advance !

    http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/emca.htm
    in this article Oracle has given example with RAC. so thats why i asked that question.Exactly, with RAC. If you specify -cluster option, you should have a running cluster, isn't it ?

  • Error running emca -config dbcontrol db -repos create

    G:\app\testuser\product\11.2.0\dbhome_1\bin>emca -deconfig dbcontrol db
    STARTED EMCA at 13-Sep-2012 11:12:40
    EM Configuration Assistant, Version 11.2.0.3.0 Production
    Copyright (c) 2003, 2011, Oracle. All rights reserved.
    Enter the following information:
    Database SID: TESTDATA
    Do you wish to continue? [yes(Y)/no(N)]: Y
    13-Sep-2012 11:12:46 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    WARNING: ORA-01031: insufficient privileges
    13-Sep-2012 11:12:46 oracle.sysman.emcp.DatabaseChecks throwDBUnavailableException
    SEVERE:
    Database instance is unavailable. Fix the ORA error thrown and run EM Configuration Assistant again.
    Some of the possible reasons may be :
    1) Database may not be up.
    2) Database is started setting environment variable ORACLE_HOME with trailing '/'. Reset ORACLE_HOME
    and bounce the database.
    For eg. Database is started setting environment variable ORACLE_HOME=/scratch/db/ . Reset ORACLE_HOM
    E=/scratch/db and bounce the database.
    G:\app\testuser\product\11.2.0\dbhome_1\bin>cd ..
    G:\app\testuser\product\11.2.0\dbhome_1\install>emca -config dbcontrol db -repos create
    STARTED EMCA at 13-Sep-2012 11:16:05
    EM Configuration Assistant, Version 11.2.0.3.0 Production
    Copyright (c) 2003, 2011, Oracle. All rights reserved.
    Enter the following information:
    Database SID: TESTDATA
    Exception in thread "main" java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException
    at oracle.sysman.emd.targetIntg.agent.AgentTargetInstaller.<clinit>(AgentTargetInstaller.jav
    a:235)
    at oracle.sysman.emcp.target.TargetManager.getAgentTargetInstaller(TargetManager.java:1074)
    at oracle.sysman.emcp.target.TargetManager.getLocalHost(TargetManager.java:1099)
    at oracle.sysman.emcp.ParamsManager.getLocalHost(ParamsManager.java:1043)
    at oracle.sysman.emcp.ParamsManager.getHost(ParamsManager.java:3076)
    at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:124)
    at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:178)
    at oracle.sysman.emcp.DatabaseChecks.getDbServiceName(DatabaseChecks.java:692)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1292)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:583)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:529)
    G:\app\testuser\product\11.2.0\dbhome_1\install>
    I have set the oracle_home and oracle_sid

    13-Sep-2012 11:12:46 oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    WARNING: ORA-01031: insufficient privileges
    13-Sep-2012 11:12:46 oracle.sysman.emcp.DatabaseChecks throwDBUnavailableException
    SEVERE:
    Database instance is unavailable. Fix the ORA error thrown and run EM Configuration Assistant again.The Errors says it all, make sure your db is up and running and the ORACLE_SID and ORACLE_HOME is set to correct SID and PATH.
    ref doc : How To Drop, Create And Recreate DB Control In A 10g/11g Database [ID 278100.1]
    Edited by: Veeresh.S on Sep 13, 2012 4:04 PM

  • IPad AiO app: Sharing multiple files/docs at one time?

    iPad AiO remote app:  I cannot share more than one file or doc at a time to Cloud storage, even though you can 'select all' the app does not seem to allow you to share a group at one time.  Is there a work around for this? 

    Hello aqtpa33629,
    Welcome to the HP Support Forums!
    I see that you are using the AiO remote app and are trying to upload files to your Cloud storage. The "Select All" option is for selecting all files to delete, not uploading.
    The app is only allowing one file to upload because only one file can be opened at one time.
    Regards,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • ISA: Billing doc search

    Dear guru's
      The Billing doc search in the ISA searches both open and closed billing docs(Invoices, Credit Memos). How do I restrict to get only the open items in the search.
    Thanks,
    Vivek.

    Hi Vivek,
            Use the following logic.
    Note : lit_isu_cont contains the list of isu contracts,lit_isu_cont-lv_vertrag.
    SELECT belnr vertrag endabrpe bergrund abrvorg loevm
            FROM erch
            INTO TABLE lit_bill_data
            FOR ALL ENTRIES IN lit_isu_cont
            WHERE vertrag = lit_isu_cont-lv_vertrag
            AND ( bcreason = space
                  AND loevm = space
                  AND simulation = space ).
    If sy-subrc = 0.
    " Billing document exits ".
    endif.
    Hope this helps.
    Regards,
    Kapil

  • Open sales orders and open deliveries and open billing doc to sap from legesy

    Dear all
    i have some open sales orders and open deliveries and open billing doc are there in the legesy system
    so i want to know how to transfer the doc to sap by using lsmw plz tell me

    Hi Amith,
    it is always good to search in Google before posting .LSMW is very old topic and i am sure you will get lots of Documents on this .Please go through the below link .you will get some idea on this.
    http://scn.sap.com/thread/1012472
    there are 14 steps in LSMW and it is same for all (master data and Transaction Data)
    Pls practice this in your sand box or quality system before working it in the client requirement.
    Hope this helps to you
    Regards
    Sundar

  • Open Doc - & in Child report prompts issue

    Hi,
       I am opening a child report using open doc function. This works fine but if there is no LOV in Child report with ampersend (&)
       ="<a href=\"http://server/XI/opendoc/openDocument.jsp?sType=wid&iDocID=7544&sWindow=Same&lsSSelectBusinessGroup:="[vTeam]"&lsSSelectOrgLevel01:="[Current].[Org Level 03]"&sRefresh=Y\">"[Current].[Org Level 03]+"</a>"
    If valuue of [Current].[Org Level 03] has value eg: 'R&D' the child report is selecting only upto 'R' excluding '&D'. Because of this no data is seen.
      Can anyone help?

    Hi,
    This is because of the character &.
    You need to enclose the value in double quotes. Use Char(34) while forming the url.
    ="<a href=http://server:port/opendoc/openDocument.jsp?sType=wid&iDocID=7544&lsSSelect+Business+Group:="+[vTeam]+"&lsSSelect+Org+Level+01:="+Char(34)+[Current.Org Level 03]+Char(34)+"&sRefresh=Y>"+[Current.Org Level 03]+"</a>"
    Also you can try replacing & with
    &amp;
    in the url using Replace function.
    If
    &amp;
    does not work, then try
    %26
    Regards

  • Open Pages doc from server by two persons !!!

    Hi,
    We have noticed that you can open a pages doc from a Apple MAcOS X Server from two diffrent persons, what wil result in not saving any data. Normal you CAN'T open a file that s already open ... !! This is a really big risk .. ?
    What to do about this .. ?

    This is a flaw that has existed since version 1 of Pages. My solution is to work locally and save globally (locked). It is a pain, I know, but it keeps multiple people from attempting to work on the same file at one time.

  • Print a report on doc format truncate data

    hi
    I have a report launching with a form in an oracle applications, when I print a report on pdf format looks ok
    but when I print the same report on doc format truncate data on left and right side.
    Can you help me
    thanks

    Hi Herbe
    Reports does not support .doc format. Are you referring .rtf format?
    In any case, you must contact Oracle Support to get the issue resolved.
    Regards
    Sripathy

  • Can we change billing doc without cancelling( excise invoice is subsequent)

    Dear all,
    Here is a urgent issue
    One Excise invoice has been created with reference to a billing document
    and we have not maintained tax code in that condition records so it is not allowing to release the doc for accounting entries
    now my requirement is without cancelling the excise invoice and also not to do transaction  J1ih,( to create excise JV for direct GL entries
    i want to change the billing document
    Thanks in advance

    have not maintained tax code in that condition records
    While it is not necessary to reverse the excise invoice, the fact is that since tax code was not flowing in billing document, I am sure, excise duty would also not be flowing, in which case, your excise invoice is also generated for wrong value. 
    I would be surprised if you say that excise values are flowing in billing document and also in excise invoice and if your issue is only tax, then as already suggested, maintain a condition record (with the date in line with pricing date in billing document) and try.
    G. Lakshmipathi

Maybe you are looking for

  • Transaction with Global Temporary Table

    Problem: Transaction starts with few DML statements and in the middle we are calling a JAVA method which creates the dynamic global temporary table and proceeding with few DML statements, if one of the statement fails, in the exception clause we are

  • NOKIA N97 and BH-507

    Ho da poco comprato l'auricolare Nokia BH-607. Sono molto deluso. L'auricolare non è compatibile con il Nokia BH-607. Alla prima connessione tutto ok, infatti viene riconosciuto dal software ACA. Poi, una volta spento il telefono, o interrotta la con

  • Audio skipping on dvd

    I'm brand new at Idvd and have pretty successfully made my first dvd of a slide show of pictures from my daughters play. Since it's almost 7 minutes I managed to join two song tracks in itunes. Everything looks and sounds fine on preview. I'm downloa

  • Crstal Reports: "Failed to retrieve data from the database"

    Running a report in crystal report from SAP 8.81 using the following parameters: CardCode, GroupCode, Date gives the following error: "Failed to retrieve data from the database" "Conversion failed when to converting the nvarchar value to data type in

  • SUS Partner Information

    Hi Experts ! I am able to send all the Partner information from R/3 to SUS. It has the Ship-to, Sold-to, Remit-to and Ordering Address etc... I was expecting these to appear on the Partner Information section in SUS automatically as its just addition