Top N Parameter

Hello Experts -
I'm using the Top N Parameter variable supplied by SAP but its not functioning the way its supposed to. No matter what number I give in the prompt, I get all the rows.
Rows:
Sold-to party
Material
Statement Grp
Columns:
Billed qty
Net value
In my condition, I'm using Net Value and TopN operator and using a variable. I tried with a hard-coded value but no result.
Any ideas any one please!

Hi Ajay -
"All characteristics in Drilldown Independently" is checked.
I just removed all the characteristics except one and its working fine. I'm going to add one char at a time and see if it works or now.
I thought the drilldown independently would make it work.
If any one can think of anything, please reply

Similar Messages

  • Top of Parameter box shows names of parameters at the top

    Hi All,
    Crystal 11.5.10.1263, stand alone, desktop
    I have a 3 level, cascading parameter.
    It's all working fine, thank you very much, but when the report is run,
    the names of the parameters are all displayed at the top like this:
    Get_Personnel - LAST_NAME/Get_Personnel - INSTITUTION_ID/Get_Personnel - APPROVAL_DATE   Get_Personnel - LAST_NAME/Get_Personnel - INSTITUTION_ID/Get_Personnel - APPROVAL_DATE 
    ...and under that , of course, is
    Select Institution
    Select Approval Date
    Select Last Name
    which is just fine.
    How do I get rid of that ugly stuff at the top ?
    I've tried, but I can't find how to get rid of it.
    Thank you very much,
    Jimmy

    Hi Abhilash,
    No dynamic cascading parameters in the sub report.
    I use to have dynamic cascades in the sub report,
    but I deleted them a few days back.  Now I only have
    the link in the sub report to the main report:
    {Command.INSTITUTION_ID} = {?Pm-Command.INSTITUTION_ID}
    I have my Institution_ID linked to the (?Pm-Command.Institution_ID) in the Select Expert.
    I experimented just now.  I deleted this in the Select Expert and deleted the
    link to the sub report.  Then I recreated the link to the sub report and ran it.
    No data was returned, so I definitely need the Select Expert hooking up the
    Institution ID to the (Pm-Command.Institution_ID)
    This is what shows in the Field Explorer of the Sub report
    in the Parameter Fields section, if this helps:
    Pm-Command.INSTITUTION_ID
    If I sound like I'm rambling, that's only because I am...
    Thanks,
    Jimmy

  • Passing Parameter to XSL document (in XDK forPL/SQL)

    Here i' trying to pass parameters to my XSL document.But the value is not getting populated in the final document, can anyone help me on this.,.?
    // This is how i 'm passing parameter value to the XSL
    xslprocessor.setParam (styles,'p_batch_name','batch1');
    // Applyting stylesheet(xsl) with XMLdoc and storing it in a DOM node
    docn := xmldom.makeNode(xslprocessor.processXSL(engine,styles,doc));
    My XSL is like this
    <INSERT xsl:version="1.0" xmlns:xsl ="http://www.w3.org/1999/XSL/Transform">
    <xsl:param name="p_batch_name"/>
    <ROWSET table="abc">
    <xsl:for-each select="rowset/row">
    <ROW>
    <batch_name>"{$p_batch_name}"</batch_name>
    </ROW>
    <xsl:for-each>
    </ROWSET>
    <INSERT>
    But in the final document, the value (batch1) is not getting
    populated. it is coming as null .
    Can anyone help me ...
    null

    This does not work because of the following two things:
    [list=1]
    [*]The value of a parameter is interpreted as an XPath expression. Passing a value of batch1 will be interpreted as the XPath expression batch1 that will try to match any <batch1> child elements of the root of the source document. You need to include the value in quotes to have it be interpreted as a literal string:xslprocessor.setParam (styles,'p_batch_name','"batch1"');[*] The setParam method can only set the value of "top-level" stylesheet parameters. In your stylesheet, you've illegally used <xsl:param> inside a template. You need to switch from the "simple form" of a stylesheet to the "normal form" of the stylesheet to use a top-level parameter. So instead of:<INSERT>
    </INSERT>
    [code]
    you need instead:
    [code]
    <xsl:stylesheet>
    <xsl:template match="/">
    <INSERT>
    </INSERT>
    </xsl:insert>
    </xsl:stylesheet>[list]
    null

  • Error while creating money market transaction - payment details not retrieving from BP master data.

    Hello friends
                      I have error while creating financial transaction. Payment details are not retrieving from BP master data to creating financial transaction screen.
    No payment details entered for transaction
    Message no. FTR0030
    Please advise to set off this.
    Thanks & Regards
    Swami

    Dear Swami,
    Please select one payment details in Business partner and use assigned tab from top selection parameter from standing instruction to assigned bank details to product type.
    It will open other window like above example for each product of treasury, then assign bank details to product. Once assigned and save.
    System will pick payment details in deal automatically based on business partner.
    Hope this solve your issue.
    Regards,
    Jain
    Message was edited by: Jain Varghese

  • Oracle Enterprise Manager Agent deployment (Installation and Configuration) Error

    Hello,
    I am trying to create an agent on a linux server using Oracle Enterprise Manager 12.1.0.3. The user is created with root privilege on the server, by change /etc/sudoers entry username the same as the root entry. After that I tried to add host target by clicking Setup->Add Target->Add target Manually->Add Host Targets in the Oracle Enterprise Manager.
    In the Add Target view: I clicked on add, then I entry host and platform information. After that I click next. Then I provided the Linux x86-64 : Installation Details for
    Installation Base Directory, Instance Directory, Name Credential ... then click next. then click Deploy Agent.
    In the Add Host Status view: stages Initialization and Remote Prerequisite Check successfully passed, but in the stage Agent Deployment, it failed in the Installation and Configuration phrase of the Agent Deployment stage.
    The log content is shown below. There are numerous SEVERE Errors. But I don't have much experience in dealing with these type of problems. I thank you in advance for all the helps.
    lf
    WARNING: Validation of XML schema is disabled because AggregateDescriptions.xsd could not be found
    INFO: Creating new CFM connection
    INFO: Creating a new logger for oracle.sysman.top.agent
    INFO: Unmarshalling /users/ncgf/em_agent/core/12.1.0.3.0/inventory/ContentsXML/ConfigXML/oracle.sysman.top.agent.12_1_0_3_0.xml
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling /users/ncgf/em_agent/core/12.1.0.3.0/inventory/ContentsXML/ConfigXML/OuiConfigVariables.1_0_0_0_0.xml
    INFO: Aggregate Description oracle.sysman.top.agent:12.1.0.3.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Successfully returning from CfmFactory.connect()
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 2 aggregate instances saved
    INFO: oracle.sysman.top.agent:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: oracle.sysman.top.agent:12.1.0.3.0:common:family=CFM:oh=/users/ncgf/em_agent/core/12.1.0.3.0:label=1}
    INFO: Framework waiting for Action to complete at 15:08:10.272
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microStep=0
    WARNING: Skipping environment variable line: "}": oracle.sysman.emCfg.common.CfwException: A non-empty environment line must contain "=": }
    WARNING: Failed to read environment variable file /users/ncgf/em_agent/core/12.1.0.3.0/install/envVars.properties: java.io.FileNotFoundException: /users/ncgf/em_agent/core/12.1.0.3.0/install/envVars.properties (No such file or directory)
    INFO: oracle.sysman.top.agent:About to execute plug-in Agent Configuration Assistant
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant is running
    INFO: oracle.sysman.top.agent:Internal PlugIn Class: oracle.sysman.agent.config.AgentConfiguration
    INFO: oracle.sysman.top.agent:Classpath = /users/ncgf/em_agent/core/12.1.0.3.0/oui/jlib/srvm.jar:/users/ncgf/em_agent/core/12.1.0.3.0/jlib/agentConfig.jar:/users/ncgf/em_agent/core/12.1.0.3.0/jlib/emConfigInstall.jar:/users/ncgf/em_agent/core/12.1.0.3.0/sysman/jlib/emagentSDK.jar:/users/ncgf/em_agent/core/12.1.0.3.0/modules/oracle.http_client_11.1.1.jar:/users/ncgf/em_agent/core/12.1.0.3.0/sysman/jlib/log4j-core.jar
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration has been started
    INFO: oracle.sysman.top.agent:Parametes passed to agent configuration are:
    1.ORACLE_HOME=/users/ncgf/em_agent/core/12.1.0.3.0
    2.AGENT_PORT=3872
    3.ORACLE_HOSTNAME=nsn175-89.us.oracle.com
    4.b_doDiscovery=false
    5.AGENT_BASE_DIR=/users/ncgf/em_agent
    6.AGENT_INSTANCE_HOME=/users/ncgf/em_agent/agent_inst
    7.s_hostname=nsn175-89.us.oracle.com
    8.OMS_HOST=nsn175-105.us.oracle.com
    9.b_startAgent=false
    10.b_secureAgent=true
    11.b_chainedInstall=false
    12.b_forceConfigure=false
    13.EM_UPLOAD_PORT=4904
    14.b_forceAgentDefaultPort=false
    15.s_staticPorts=
    16.PROPERTIES_FILE=
    b_skipValidation=false
    INFO: oracle.sysman.top.agent:Validating OMS_HOST and EM_UPLOAD_PORT
    INFO: oracle.sysman.top.agent:Validating with http protocol ...
    INFO: oracle.sysman.top.agent:URL framed is:http://nsn175-105.us.oracle.com:4904/empbs/genwallet
    SEVERE: oracle.sysman.top.agent:Connection refusedUnexpected end of file from server
    INFO: oracle.sysman.top.agent:Validating with https protocol ...
    INFO: oracle.sysman.top.agent:URL framed is:https://nsn175-105.us.oracle.com:4904/empbs/genwallet
    SEVERE: oracle.sysman.top.agent:The EM_UPLOAD_PORT passed is a secure port. Hence AGENT_REGISTRATION_PASSWORD or s_encrSecurePwd should be passed
    INFO: oracle.sysman.top.agent:EM Protocol Switch determined: https
    INFO: oracle.sysman.top.agent:Performing free port detection..
    INFO: oracle.sysman.top.agent:Trying for host : nsn175-89/10.134.175.89 and port : 3872
    INFO: oracle.sysman.top.agent: Trying for host : /127.0.0.1 and port : 3872
    INFO: oracle.sysman.top.agent:** Agent Port Check completed successfully.**
    INFO: oracle.sysman.top.agent:Agent Port from User Passed Port3872
    INFO: oracle.sysman.top.agent:Paths after canonical format conversions are :
    1. state_dir=/users/ncgf/em_agent/agent_inst
    2. agentBaseDir=/users/ncgf/em_agent
    3. oraHome=/users/ncgf/em_agent/core/12.1.0.3.0
    INFO: oracle.sysman.top.agent:Parent directory of agent instance home:/users/ncgf/em_agent
    INFO: oracle.sysman.top.agent:AgentConfiguration:perform:AgentPortHandler for /users/ncgf/em_agent/core/12.1.0.3.0 and hosts=nsn175-89.us.oracle.com returned Port to Use=3872
    INFO: oracle.sysman.top.agent:Instantiating emctl.template file #DEFAULT_EMSTATE# with /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:Writing the following contents into /users/ncgf/em_agent/core/12.1.0.3.0/install/oragchomelist
    INFO: oracle.sysman.top.agent:/users/ncgf/em_agent/core/12.1.0.3.0:/users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:Both /etc/oragchomelist and /var/opt/oracle/oragchomelist does not exist.
    INFO: oracle.sysman.top.agent:Executing emctl deploy agent command...
    INFO: oracle.sysman.top.agent:AgentConfiguration: Executing emctl deploy agent command...
    INFO: oracle.sysman.top.agent:Executing the command: /users/ncgf/em_agent/core/12.1.0.3.0/bin/emctl deploy agent -L -o nsn175-105.us.oracle.com:4904 -N /users/ncgf/em_agent/agent_inst nsn175-89.us.oracle.com:3872 nsn175-89.us.oracle.com
    INFO: oracle.sysman.top.agent:Creating shared install...
    INFO: oracle.sysman.top.agent:Source location: /users/ncgf/em_agent/core/12.1.0.3.0
    INFO: oracle.sysman.top.agent:Destination (shared install) : /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:Secure Mode: No
    INFO: oracle.sysman.top.agent:DeployMode : agent
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:Creating directories...
    INFO: oracle.sysman.top.agent:Creating private.properties...
    INFO: oracle.sysman.top.agent:Creating blackouts.xml...
    INFO: oracle.sysman.top.agent:Creating targets.xml...
    INFO: oracle.sysman.top.agent:Creating emctl control program...
    INFO: oracle.sysman.top.agent:Creating emtgtctl control program...
    INFO: oracle.sysman.top.agent:Agent will not be secured.
    INFO: oracle.sysman.top.agent:Secure REPOSITORY_URL found. New agent should be configured for secure mode
    INFO: oracle.sysman.top.agent:Secure emdWalletSrcUrl found. New agent should be configured for secure mode
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:Property 'agentTZRegion' is  missing from /users/ncgf/em_agent/agent_inst/sysman/config/emd.properties. Updating it...
    INFO: oracle.sysman.top.agent:An agentTZregion of 'US/Pacific' is installed in /users/ncgf/em_agent/agent_inst/sysman/config/emd.properties.
    INFO: oracle.sysman.top.agent:The command: /users/ncgf/em_agent/core/12.1.0.3.0/bin/emctl deploy agent -L -o nsn175-105.us.oracle.com:4904 -N /users/ncgf/em_agent/agent_inst nsn175-89.us.oracle.com:3872 nsn175-89.us.oracle.com completed with status=0
    SEVERE: oracle.sysman.top.agent:Securing of agent step will be skipped because of the following reasons:
    1. Agent Registration Password was not passed.
    2. b_secureAgent was passed as false
    3. The flag -forceConfigure was assed from agentDeploy.sh
    INFO: oracle.sysman.top.agent:Plugin File:/users/ncgf/em_agent/plugins.txt
    INFO: oracle.sysman.top.agent:Plugin Homes found.
    INFO: oracle.sysman.top.agent:Executing command :/users/ncgf/em_agent/core/12.1.0.3.0/perl/bin/perl /users/ncgf/em_agent/core/12.1.0.3.0/bin/AgentPluginDeploy.pl -oracleHome /users/ncgf/em_agent/core/12.1.0.3.0 -agentDir /users/ncgf/em_agent -pluginIdsInfoFile /users/ncgf/em_agent/plugins.txt -action configure -emStateDir /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:The Agent emStateDir location passed is /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent: The log file is /users/ncgf/em_agent/agent_inst/install/logs/agentplugindeploy_2013_10_16_15_08_11.log
    INFO: oracle.sysman.top.agent: The temp file created to check R/W permissions in Oraclehome: /users/ncgf/em_agent/core/12.1.0.3.0 is /users/ncgf/em_agent/core/12.1.0.3.0/rwFile
    INFO: oracle.sysman.top.agent:Plugin command completed with status=0
    INFO: oracle.sysman.top.agent:Executing command :/users/ncgf/em_agent/agent_inst/bin/emctl listplugins agent -type all
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:---------------------------------------------------------------
    INFO: oracle.sysman.top.agent:---------------------------------------------------------------
    SEVERE: oracle.sysman.top.agent:ERROR: The Management Agent configuration failed. The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed, or this plug-in may not be present in the Management Agent software. Ensure that the Management Agent software has the oracle.sysman.oh monitoring plug-in, if not then retry the operation. If the agent software has the oracle.sysman.oh monitoring plug-in, view the plug-in deployment log /users/ncgf/em_agent/agent_inst/install/logs to check if the plug-in configuration for the oracle.sysman.oh monitoring plug-in failed.
    SEVERE: oracle.sysman.top.agent:Agent configuration has failed
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration finished with status = false
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration finished with status = false
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant has failed its perform method
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 2 aggregate instances saved
    INFO: done waiting for Action from 15:08:10.272
    Thank you for your help AkankshaSheoranKaler. I have executed the following command based on your request. If there is any issue, please let me know. Thanks!
    "Can you run this command to make sure that the agents bits were downloaded correctly : oms home /bin /emcli verify_updates
    Share the output of the command. I am suspecting this is a know issue (Bug 17300008) but i will wait for your output.  Also if you can open an SR with oracle support to track this issue and its resolution. "
    [ncgf@nsn175-105 bin]$ ./emcli setup -url=https://nsn175-105.us.oracle.com:7803/em -u sername=SYSMAN
    Oracle Enterprise Manager 12c 3.
    Copyright (c) 1996, 2013 Oracle Corporation and/or its affiliates. All rights reserve d.
    The configuration directory "/users/ncgf" may not be local. See the "dir" option in t he help for the setup command.
    Do you want to continue using this directory? [yes/no] yes
    Enter password
    Emcli setup successful
    [ncgf@nsn175-105 bin]$ ./emcli verify_updates
    Verifying updates. Starting validation...
    Type       : Plug-in
    Description: Demo Hostsample Test Plugin
    Attributes
            Version: 1201000100
            Revision: 0
            OS Platform: Generic Platform
            Plug-in Name: Demo Host Sample Plugin
    Archives are missing from the Software Library. Unable to determine the URL for downloading the update. The update might not have come from Oracle Enterprise Manager Store.
    For each update with missing archives, emcli import_update can be used with a -force option to re-upload the archives to the Software Library.

       Hello AkankshaSheoranKaler
    We have done the following, but we aren't able to resolve this issue. Thank you for your help!
    lf
    “This  happen if the software library is not accessible, readable or unmounted (if it is in shared file system).”
    On Enterprise Manager server [nsn175-105], we did the following:
    1. we modified /etc/exports to include this line: /export *(rw,no_root_squash,sync)
    we start nfs service by executing command “service nfs start”.  
    On Management Agent server (nsn175-89), we verified that we are able to mount /export directory of EM server.
    On Management Agent server, we started firefox browser and were able to run successfully https://nsn175-105.us.oracle.com:4904/empbs/genwallet
    After making this change, we ran agent deployment again. We encountered the same error as shown above.
    “You can fix the software library or you can download the agent bits in offline mode.”
    For fixing the software library, select Setup->Provision and Patching->Offline Patching, then select Offline Patching radio button, download: https://updates.oracle.com/download/em_catalog.zip. Next upload this zip file.
    “Try downloading the bits again”
    We are not sure what agent bits are. Would you please explain this and provide procedure how we can download this?
    (Here I have attempted to fix the software library, but I am new to Enterprise Manager and not sure how to interpret this).

  • How can i solve to secure the database Control ?

    Hello Good Morning !
    I have applied 10.2.0.4 patchset on 10.2.0.1 binary , finally i upgrade my database by DBUA
    When checking upgradation result screen - which was showed by DBUA. (i am confused what i blue marked below)
    i am  pasting following below. please have a look blue marked.
    Some information about the step is available.
    Step Execution Information:
    Post UpgradeEarlier persistent initialization parameter file (spfile) has been renamed to: /u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcltest.ora.bak.
    A persistent initialization parameter file (spfile) has been created at the following location: /u01/app/oracle/product/10.2.0/db_1/dbs/spfileorcltest.ora.
    Enterprise Manager Configuration
    Oracle Enterprise Manager configuration is upgraded.
    Enterprise manager configuration succeeded with the following warning -
    Error securing Database Control, Database Control has been brought up in non-secure mode.
    To secure the Database Control execute the following command(s):
    1) Set the environment variable ORACLE_SID to orcltest
    2) /u01/app/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole
    3) /u01/app/oracle/product/10.2.0/db_1/bin/emctl config emkey -repos -sysman_pwd < Password for SYSMAN user >
    4) /u01/app/oracle/product/10.2.0/db_1/bin/emctl secure dbconsole -sysman_pwd < Password for SYSMAN user >
    5) /u01/app/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    To secure Em Key, run /u01/app/oracle/product/10.2.0/db_1/bin/emctl config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >
    Go to top Initialization Parameter changes
    database upgrade has been completed successfully, and the database is ready to use.
    The following document describes important behavioral changes from previous database releases to the Oracle Database 10g release:
    /u01/app/oracle/product/10.2.0/db_1/assistants/dbua/doc/help/DefaultBehaviorChangesin10g.html
    select comp_name , version, status from dba_registry;
    Initialization Parameter changes
    The following changes have been made in the initialization parameters:Parameters Updated:
    Name                                Old Value                             New Value
    db_recovery_file_dest              /u01/app/oracle/flash_recovery_area    /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size        2147483648                              2147483648
    Thanks in advance .

    This means the the URL for database control will use the http protocol. To convert to the https protocol (using the included SSL certificate), use the steps documented above. Before doing so, pl review MOS Doc 1222603.1
    HTH
    Srini

  • Where can I find saplicense.exe for NSP

    I have installed NSP minisap and it works fine.
    But to get a new license key for the next three months I have to calculate the hardware key with the program saplicense.exe. I have searched my whole PC for this program. It seems that this program was not delivered with the installation CD. Is there any way to get this program?
    Best regards
    Michael

    I have the same problem.
    I installed SAP NW2004s for windows.
    I Logged on as SAP* (i tried with other users BCUSER and DDIC too) and i called the transaction SLICENSE.
    Result? The Hardware Key that should be written in the top protected parameter is BLANK and i can't determine the remote Hardware key.
    I tried to search the file "saplicense.exe" for get the Hardware Key, but it doesn't exists in my system.
    What can i do?
    Thanks in advance.
    Regards.
    Alfonso

  • Is there any Enterprise Manager Utility that can help update the Hostname

    I have installed An Oracle Database 12c and further planning to install Enterprise Manager 12c CC on top of this,
    Since occassionally my system IP changes due to dhcp configuration, hence i prefer using hostnames instead of IP address and further update hosts.properties file iwthin C:\Windows\System32\drivers\etc\
    further in case if i have to change the hostname of my machine, is there any utility that will help to update the hostname across properties files of all the Enterprise Manager components ?
    Also when installing 12c EMCC, i understand there is a pre-requisite to deconfig dbcontrol.
    In my case when i run from on Oracle 12c Database home, - emca -deconfig dbcontrol db -repos drop,
    I get unkown command error.
    C:\app\Oracle\product\12.1.0\dbhome_1\BIN>emca -deconfig dbcontrol db -repos drop
    'emca' is not recognized as an internal or external command,
    operable program or batch file.
    C:\app\Oracle\product\12.1.0\dbhome_1\BIN>
    kindly guide from where do i run the deconfig command or whether is it really required or not

    Hi,
    Just an update further.
    The 12 EMCC installation of all components completed except for Agent Configuration Assistant.
    View Log of Agent Configuration Assistant :
    ~~~~
    INFO: oracle.sysman.top.agent:About to execute plug-in Agent Configuration Assistant
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant is running
    INFO: oracle.sysman.top.agent:Internal PlugIn Class: oracle.sysman.agent.config.AgentConfiguration
    INFO: oracle.sysman.top.agent:Classpath = E:\EnterpriseMgr\agent\core\12.1.0.3.0\oui\jlib\srvm.jar;E:\EnterpriseMgr\agent\core\12.1.0.3.0\jlib\agentConfig.jar;E:\EnterpriseMgr\agent\core\12.1.0.3.0\jlib\emConfigInstall.jar;E:\EnterpriseMgr\agent\core\12.1.0.3.0\sysman\jlib\emagentSDK.jar;E:\EnterpriseMgr\agent\core\12.1.0.3.0\modules\oracle.http_client_11.1.1.jar;E:\EnterpriseMgr\agent\core\12.1.0.3.0\sysman\jlib\log4j-core.jar
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration has been started
    INFO: oracle.sysman.top.agent:Parametes passed to agent configuration are:
    1.ORACLE_HOME=E:\EnterpriseMgr\agent\core\12.1.0.3.0
    2.AGENT_PORT=
    3.ORACLE_HOSTNAME=NTEJANI-VBOX1.in.oracle.com
    4.b_doDiscovery=true
    5.AGENT_BASE_DIR=E:\EnterpriseMgr\agent
    6.AGENT_INSTANCE_HOME=null
    7.s_hostname=NTEJANI-VBOX1.in.oracle.com
    8.OMS_HOST=NTEJANI-VBOX1.in.oracle.com
    9.b_startAgent=true
    10.b_secureAgent=true
    11.b_chainedInstall=true
    12.b_forceConfigure=false
    13.EM_UPLOAD_PORT=4899
    14.b_forceAgentDefaultPort=false
    15.s_staticPorts=
    16.PROPERTIES_FILE=
    b_skipValidation=false
    INFO: oracle.sysman.top.agent:Validating OMS_HOST and EM_UPLOAD_PORT
    INFO: oracle.sysman.top.agent:EM Protocol Switch determined: https
    INFO: oracle.sysman.top.agent:Performing free port detection..
    INFO: oracle.sysman.top.agent:Trying for host : NTEJANI-VBOX1/127.0.0.1 and port : 3872
    INFO: oracle.sysman.top.agent:Trying for host : NTEJANI-VBOX1/10.180.63.214 and port : 3872
    INFO: oracle.sysman.top.agent: Trying for host : /127.0.0.1 and port : 3872
    INFO: oracle.sysman.top.agent:** Agent Port Check completed successfully.**
    INFO: oracle.sysman.top.agent: The agent port is 3872
    INFO: oracle.sysman.top.agent:Paths after canonical format conversions are :
    1. state_dir=E:\EnterpriseMgr\agent\agent_inst
    2. agentBaseDir=E:\EnterpriseMgr\agent
    3. oraHome=E:\EnterpriseMgr\agent\core\12.1.0.3.0
    INFO: oracle.sysman.top.agent:Parent directory of agent instance home:E:\EnterpriseMgr\agent
    INFO: oracle.sysman.top.agent:AgentConfiguration:perform:AgentPortHandler for E:\EnterpriseMgr\agent\core\12.1.0.3.0 and hosts=NTEJANI-VBOX1.in.oracle.com returned Port to Use=3872
    INFO: oracle.sysman.top.agent:Instantiating emctl.template file #DEFAULT_EMSTATE# with E:\EnterpriseMgr\agent\agent_inst
    INFO: oracle.sysman.top.agent:Writing the following contents into E:\EnterpriseMgr\agent\core\12.1.0.3.0\install\oragchomelist
    INFO: oracle.sysman.top.agent:E:\EnterpriseMgr\agent\core\12.1.0.3.0:E:\EnterpriseMgr\agent\agent_inst
    INFO: oracle.sysman.top.agent:Both /etc/oragchomelist and /var/opt/oracle/oragchomelist does not exist.
    INFO: oracle.sysman.top.agent:Executing emctl deploy agent command...
    INFO: oracle.sysman.top.agent:AgentConfiguration: Executing emctl deploy agent command...
    INFO: oracle.sysman.top.agent:Executing the command: cmd /c set NEED_EXIT_CODE=1&&E:\EnterpriseMgr\agent\core\12.1.0.3.0\bin\emctl.bat deploy agent -L -o NTEJANI-VBOX1.in.oracle.com:4899 -N E:\EnterpriseMgr\agent\agent_inst NTEJANI-VBOX1.in.oracle.com:3872 NTEJANI-VBOX1.in.oracle.com
    INFO: oracle.sysman.top.agent:Creating shared install...
    INFO: oracle.sysman.top.agent:Source location: E:\EnterpriseMgr\agent\core\12.1.0.3.0
    INFO: oracle.sysman.top.agent:Destination (shared install) : E:\EnterpriseMgr\agent\agent_inst
    INFO: oracle.sysman.top.agent:Secure Mode: No
    INFO: oracle.sysman.top.agent:DeployMode : agent
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:Creating directories...
    INFO: oracle.sysman.top.agent:Creating private.properties...
    INFO: oracle.sysman.top.agent:Creating blackouts.xml...
    INFO: oracle.sysman.top.agent:Creating targets.xml...
    INFO: oracle.sysman.top.agent:Creating emctl control program...
    INFO: oracle.sysman.top.agent:Creating emtgtctl control program...
    INFO: oracle.sysman.top.agent:Agent will not be secured.
    INFO: oracle.sysman.top.agent:Secure REPOSITORY_URL found. New agent should be configured for secure mode
    INFO: oracle.sysman.top.agent:Secure emdWalletSrcUrl found. New agent should be configured for secure mode
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3 
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:Property 'agentTZRegion' is  missing from E:\EnterpriseMgr\agent\agent_inst/sysman/config/emd.properties. Updating it...
    INFO: oracle.sysman.top.agent:An agentTZregion of 'Asia/Calcutta' is installed in E:\EnterpriseMgr\agent\agent_inst/sysman/config/emd.properties.
    INFO: oracle.sysman.top.agent:The command: cmd /c set NEED_EXIT_CODE=1&&E:\EnterpriseMgr\agent\core\12.1.0.3.0\bin\emctl.bat deploy agent -L -o NTEJANI-VBOX1.in.oracle.com:4899 -N E:\EnterpriseMgr\agent\agent_inst NTEJANI-VBOX1.in.oracle.com:3872 NTEJANI-VBOX1.in.oracle.com completed with status=0
    INFO: oracle.sysman.top.agent:Exit value -1
    INFO: oracle.sysman.top.agent:AgentUpgradeMain CreateService FAILED: The specified service already exists.
    INFO: oracle.sysman.top.agent:Failed in creating service Oracleagent12c1Agent
    SEVERE: oracle.sysman.top.agent:Agent configuration has failed
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration finished with status = false
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration finished with status = false
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant has failed its perform method
    ~~~
    I tried Starting the agent and it started successfully. But pingOMS failed and also in agent status,, it shows OMS unreachable
    below is the commands i executed
    ~~~~
    E:\EnterpriseMgr\agent\agent_inst\bin>emctl start agent
    Oracle Enterprise Manager Cloud Control 12c Release 3
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    The Oracleagent12c1Agent service is starting..................
    The Oracleagent12c1Agent service was started successfully.
    E:\EnterpriseMgr\agent\agent_inst\bin>emctl pingOMS
    Oracle Enterprise Manager Cloud Control 12c Release 3
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    EMD pingOMS error: An internal error has occurred at the agent: "unable to send response". Check the agent's error logs for details.
    E:\EnterpriseMgr\agent\agent_inst\bin>emctl status agent
    Oracle Enterprise Manager Cloud Control 12c Release 3
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    Agent Version     : 12.1.0.3.0
    OMS Version       : (unknown)
    Protocol Version  : 12.1.0.1.0
    Agent Home        : E:/EnterpriseMgr/agent/agent_inst
    Agent Binaries    : E:\EnterpriseMgr\agent\core\12.1.0.3.0
    Agent Process ID  : 3884
    Parent Process ID : 6060
    Agent URL         : http://NTEJANI-VBOX1.in.oracle.com:3872/emd/main/
    Repository URL    : https://NTEJANI-VBOX1.in.oracle.com:4899/empbs/upload/
    Started at        : 2013-09-06 11:23:37
    Started by user   : NTEJANI-VBOX1$
    Last Reload       : (none)
    Last successful upload                       : (none)
    Last attempted upload                        : (none)
    Total Megabytes of XML files uploaded so far : 0
    Number of XML files pending upload           : 0
    Size of XML files pending upload(MB)         : 0
    Available disk space on upload filesystem    : 82.39%
    Collection Status                            : Collections enabled
    Heartbeat Status                             : OMS is unreachable
    Last attempted heartbeat to OMS              : 2013-09-06 11:25:36
    Last successful heartbeat to OMS             : (none)
    Next scheduled heartbeat to OMS              : 2013-09-06 11:26:06
    Agent is Running and Ready
    E:\EnterpriseMgr\agent\agent_inst\bin>
    ~~~
    Kindly guide.
    Regards,
    Nayan

  • SSRS report with tabular model – Create a dropdown report parameter with "None" option as the top value.

    Hello Everyone,
    I would like to create SSRS single select dropdown list parameter (it is using MDX query in dataset) with "None" option at the top. Note: this parameter is dependent parameter and getting filtered based on the selection of another parameter.
    How can I add hard-coded "None" text at the top of the parameter values? Can Union function help me to add this hard-coded value? The purpose is, when user selects None from the dropdown ignore the condition of the parameter from MDX query else
    use the selected value in query condition.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

    Hi Ankit,
    In your scenario, you can achieve your requirement in report level other than in query. Add a Filter like:
    Expression: =IIF(Parameters!Name.Value="None",1,Fields!Name.Value)
    Operator:=
    Value: =IIF(Parameters!Name.Value="None",1,Parameters!Name.Value)
    In this case, report will ignore this parameter, and show all the records on the report when selecting “None” value. I have tested it on my local environment, the screenshots below are for you reference.
    Reference:
    Add a Filter to a Dataset (Report Builder and SSRS)
    Regards,
    Charlie Liao
    TechNet Community Support

  • Use parameter to specify "N" in Top N Group Sort

    I've successfuly set up a parameter which is passed to the Group N Sort criteria.
    Is there a way I can use this to set NO group sort? I've tried setting it to zero & 999999999 but it falls over.

    I think you can enter the values only between 1 to 32767. You can try creating a sample report with groups in it and go to group sort expert and select top N and try to add the value 0 then you will get a popup saying "Please enter an integer between 1 and 32767"
    Regards,
    Raghavendra

  • How to make header scollable in top-of-page parameter in rs_tree_list_displ

    hi frnds,
    I have a requirement.
    I want to make the header section scrollable in the top-of-page parameter of the fm rs_tree_list_display, but i am not able to do it.
    please help me out.
    code snippet is as follows:
    CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
        EXPORTING
          CALLBACK_PROGRAM      = SY-REPID
          CALLBACK_USER_COMMAND = 'USER_COMMAND'
          CALLBACK_TOP_OF_PAGE  = 'TOP_OF_PAGE'
          CALLBACK_GUI_STATUS   = 'MY_STATUS'
          COLOR_OF_NODE         = '4'
          USE_CONTROL           = 'L'.
    FORM TOP_OF_PAGE.
      DATA: V_YEAR TYPE CHAR30.
      DATA: V_PRCTR TYPE CHAR40,
            V_PF_AC TYPE CHAR35.
      CONCATENATE 'Profit Center Group:' P_PRGRP INTO V_PRCTR.
      CONCATENATE 'Profit&Loss A/C Group:' P_PRGRP1 INTO V_PF_AC.
      CONCATENATE 'Fiscal Year:' P_RYEAR INTO V_YEAR.
      SHIFT P_FRPMAX LEFT DELETING LEADING '0'.
      SHIFT P_TRPMAX LEFT DELETING LEADING '0'.
      WRITE:/.
      WRITE:/30 P_TXT.
      WRITE:/.
      WRITE:  /2 V_PRCTR,
              /2 V_PF_AC,
              /2 V_YEAR,
              /2 TEXT-019,18(2) P_RVERS,
              /2 TEXT-020,18(2) P_FRPMAX,
              /2 TEXT-021,18(2) P_TRPMAX.
    endform.
    Thanks in advance for your help.
    Hariom

    Use OO method, instead of FM, using class cl_gui_alv_tree, where you can display a HTML header.....
    Check the wiki for demo program......
    http://wiki.sdn.sap.com/wiki/display/Snippets/ExampleaboutALV+Tree

  • How do I display the value of a reference parameter at the top of report

    Hi
    I'm using a reference parameter in my report, i would like to print the entered value of the parameter at the top of the report before the results, how do I achieve this?

    Hi
    i don't know what do mean by this:
    in this boilerplate text.do you mean to use the text tool to type the text?
    Coz i did that but it only display on the runtime parameter form, I want it to show on the out put:
    e.g. P_PARAM: VALUE
    THANKS

  • Creating multivalue parameter in SSRS on top of DB2 views

    How to create multivalue parameterized report in SSRS for belo scenerio:
    Data source is DB2 and we don't need to write whole query as expression while creating dataset.
    But if we don't need to write whole query as expression in SSRS, is that possible to create the view in DB2 with same expression query and while calling the view in SSRS, how multivalue report can be generated.

    Hi Andy,
    Based on my understanding, you want to create a multivalued parameter in your report. When creating the parameter, you don’t want to write a whole query to specify the parameter’s value which is used in the main dataset, right?
    In Reporting Services, if we want to create a multivalued parameter, we can create a new dataset to populate the valid values for the parameter. Within the new dataset, we needn’t write a whole query which is used in the main dataset, we can only retrieve
    those data which will be used by the parameter. So in your scenario, you can write a simple query to populate the valid values for the multivalued parameter. If you create a view on database side, you can also call the view in SSRS to retrieve the corresponding
    data, then specify the values for the parameter with those data.
    Reference:
    Lesson 3: Adding Parameters to Select Multiple Values in a List (SSRS)
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • How can I create an empty row on a #TempTable based on an input parameter

    So if my Line of Business is 'MC' or 'MG', I have to go over to Oracle and get its data accordingly. Then, when I create my final report result set, I think I'll want to UNION in that result set if my Parameter is 'MC' or 'MG'. I don't think I can UNION
    based on the value of the Parameter. So my thought process was to create an empty row on my #TempTable so when I UNION and my parameter is NOT 'MC' or 'MG' then it will have nothing to UNION in. My struggle is how do I create an empty row in my #TempTable
    if my parameter is NOT 'MC' or 'MG'
    If I am wwwaaayyy off here, please tell me so.
    This is my #TempTable Creation SQL...
    IF EXISTS
    (SELECT 1
    FROM [#TempTable_LineOfBusiness_Parameter]
    WHERE [#TempTable_LineOfBusiness_Parameter].[RESULT] IN ('MC','MG'))
    BEGIN
    SELECT *
    INTO [#TempTable_Market_Prominence_Member_Data]
    FROM OPENQUERY
    (RPDMHF,
    'SELECT HCFA_NAME_ORG.NAME_ID,
    HCFA_NAME_ORG.MEMBER_ID,
    HCFA_NAME_ORG.HIC_NUMBER,
    MEMBER.NAME_FIRST,
    MEMBER.NAME_LAST,
    HCFA_DATE.START_DATE,
    HCFA_DATE.END_DATE,
    HCFA_NAME_ORG.COUNTY_CODE,
    HCFA_NAME_ORG.PART_A_PAYMENT,
    HCFA_NAME_ORG.PART_B_PAYMENT,
    HCFA_NAME_ORG.STATUS,
    HCFA_NAME_ORG.ORG_ID,
    HCFA_NAME_ORG.PLAN,
    HCFA_NAME_ORG.ENROLL_DATE,
    HCFA_NAME_ORG.PBP_ID,
    HCFA_DATE.VALUE
    FROM SC_BASE.HCFA_DATE
    LEFT JOIN SC_BASE.HCFA_NAME_ORG
    ON HCFA_NAME_ORG.NAME_ID = HCFA_DATE.NAME_ID
    LEFT JOIN AMIOWN.MEMBER
    ON TRIM(MEMBER.MEMBER_NBR) = TRIM(HCFA_NAME_ORG.MEMBER_ID)
    WHERE HCFA_DATE.INDICATOR = ''plan''
    AND HCFA_DATE.START_DATE >= ''2015-01-01''
    END
    If I add an ELSE, it always comes back and tells me the #TempTable_Market_Prominence_Member_Data already exists. As if it's creating it regardless of the Top IF.
    Thanks for your review and am hopeful for a reply.

    Hi ITBobbyP,
    The error came back from your ELSE Statement most probably caused by the reason mentioned in Hoffmann's post.
    Regarding your requirement, I would suggest you CREATE the [#TempTable_Market_Prominence_Member_Data] explicitly.
    CREATE TABLE [#TempTable_Market_Prominence_Member_Data]
    NAME_ID INT,
    MEMBER_ID INT,
    HIC_NUMBER VARCHAR(99),
    NAME_FIRST VARCHAR(99),
    NAME_LAST VARCHAR(99),
    START_DATE DATE,
    END_DATE DATE,
    COUNTY_CODE VARCHAR(99),
    PART_A_PAYMENT MONEY,
    PART_B_PAYMENT MONEY,
    STATUS VARCHAR(99),
    ORG_ID INT,
    PALN VARCHAR(99),
    ENROLL_DATE VARCHAR(99),
    PBP_ID INT,
    VALUE INT
    IF EXISTS
    (SELECT 1
    FROM [#TempTable_LineOfBusiness_Parameter]
    WHERE [#TempTable_LineOfBusiness_Parameter].[RESULT] IN ('MC','MG'))
    BEGIN
    INSERT INTO [#TempTable_Market_Prominence_Member_Data]
    SELECT *
    FROM OPENQUERY
    (RPDMHF,
    'SELECT HCFA_NAME_ORG.NAME_ID,
    HCFA_NAME_ORG.MEMBER_ID,
    HCFA_NAME_ORG.HIC_NUMBER,
    MEMBER.NAME_FIRST,
    MEMBER.NAME_LAST,
    HCFA_DATE.START_DATE,
    HCFA_DATE.END_DATE,
    HCFA_NAME_ORG.COUNTY_CODE,
    HCFA_NAME_ORG.PART_A_PAYMENT,
    HCFA_NAME_ORG.PART_B_PAYMENT,
    HCFA_NAME_ORG.STATUS,
    HCFA_NAME_ORG.ORG_ID,
    HCFA_NAME_ORG.PLAN,
    HCFA_NAME_ORG.ENROLL_DATE,
    HCFA_NAME_ORG.PBP_ID,
    HCFA_DATE.VALUE
    FROM SC_BASE.HCFA_DATE
    LEFT JOIN SC_BASE.HCFA_NAME_ORG
    ON HCFA_NAME_ORG.NAME_ID = HCFA_DATE.NAME_ID
    LEFT JOIN AMIOWN.MEMBER
    ON TRIM(MEMBER.MEMBER_NBR) = TRIM(HCFA_NAME_ORG.MEMBER_ID)
    WHERE HCFA_DATE.INDICATOR = ''plan''
    AND HCFA_DATE.START_DATE >= ''2015-01-01''
    END
    Explicitly creating the temp table will offer below benefit in this case.
    The ELSE statement is no longer needed, if the no rows get inserted into that table, it has nothing to union an empty table.
    With the column datatype defined, you can avoid such conversion error
    SELECT NULL AS COL1,NULL AS COL2 INTO #T
    SELECT COL1,COL2 FROM #T
    UNION
    SELECT 1,'ABC'--Conversion failed when converting the varchar value 'ABC' to data type int.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • How to add landing page s-parameter to a form submission?

    Hi,
    Really hoping somebody can help me. This is something I have seen used in many of my previouse roles and I would like to introduce it to my current position but am a bit lost. We develop our website inhouse and are currently in the process of migrating it to Dreamweaver CSS, which I am unfamiliar with.
    What I want to do is introduce a tracking code that allows me to see excatly where the original click came from on all Email submissions (conversions).
    What i would like to happen is, when a lead form from our website is submitted there is a hidden default field that comes through to us on the Email submission. That field should (if all goes to plan) pull the S parameter from the URL of the landing page. This S parameter is a code that I have generated and placed in the destination URL of all PPC ads and campaigns (as below)
    I believe I have the correct piece of script ,  I’m just not sure how to place it and what I need to amend within it .
        <form action="jspostto.htm" method="get">
            <input type="hidden" id="hiddenParameterValue" name="hiddenParameterValue" />
            <input type="submit" value="Submit" />
        </form>
        blah<br />
        <script language="javascript" type="text/javascript">
            document.getElementById("hiddenParameterValue").value = getParam("f");       
        </script>
    An example of the kind or code I am putting in is www.sapphiresystems.com/uk/sunsystems/index.htm?s=GUKAOOH02&K={keyword} in the destination URLs of PPC campaigns and Facebook links to the website as such www.sapphiresystems.com/sapb1/index.htm?s=FBSAPBOX.
    Really appreciate any help or insight you can offer,
    Many thanks
    Kiti

    Hi Both,
    Apologies, yes we are on PHP,
    This is what is really throwing me off .... i don't know what WEBBOT is? I have posted everything that was between form tags, just incase i let anything important out.
    Again really appreciate all the help and advice,
    Thanks , Kiti
    <!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script language="JavaScript" type="text/javascript"><!--
    function FrontPage_Form1_Validator(theForm)
      if (theForm.Name.value == "")
        alert("Please enter a value for the \"Name\" field.");
        theForm.Name.focus();
        return (false);
      if (theForm.Email.value == "")
        alert("Please enter a value for the \"Email\" field.");
        theForm.Email.focus();
        return (false);
      if (theForm.Heard_Sapphire.selectedIndex < 0)
        alert("Please select one of the \"Heard_Sapphire\" options.");
        theForm.Heard_Sapphire.focus();
        return (false);
      if (theForm.Heard_Sapphire.selectedIndex == 0)
        alert("The first \"Heard_Sapphire\" option is not a valid selection.  Please choose one of the other options.");
        theForm.Heard_Sapphire.focus();
        return (false);
      return (true);
    //--></script><!--webbot BOT="GeneratedScript" endspan --><form method="POST" action="../../_derived/nortbots.htm" onsubmit="location.href='../../_derived/nortbots.htm';return false;" language="JavaScript" name="FrontPage_Form1" webbot-onsubmit="return FrontPage_Form1_Validator(this)" webbot-action="--WEBBOT-SELF--">
        <!--webbot bot="SaveResults" U-File="../_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="Sapphire Website - SunPlanning demo request" S-Builtin-Fields U-Confirmation-Url="thanks_demo.htm" --><input type="hidden" name="VTI-GROUP" value="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->
        <table border="0" width="724" id="table6" height="681" cellspacing="0" cellpadding="0">
         <!-- MSTableType="nolayout" -->
         <tbody><tr>
          <td bgcolor="#FFFFFF" colspan="8" height="145" valign="top">
       <p style="margin-right: 25px; margin-top: 0; margin-bottom: 0; margin-left:18px; line-height:14pt">
       <b><font face="Arial" style="font-size: 14pt" color="#003366">Demo
       SunPlanning</font></b></p>
       <p style="margin-right: 25px; margin-top: 0; margin-bottom: 0; margin-left:18px; line-height:14pt"> 
       </p>
       <p style="margin-right: 25px; margin-top: 0; margin-bottom: 0; margin-left:18px; line-height:14pt">
       <font style="FONT-SIZE: 8pt" face="Arial">Please complete this short
       form and, upon receipt of your request, we’ll send you through your
       a link to your online demonstration. </font></p>
       <p style="margin-right: 25px; margin-top: 0; margin-bottom: 0; margin-left:18px; line-height:14pt"> 
       </p>
       <p style="margin-right: 25px; margin-top: 0; margin-bottom: 0; margin-left:18px; line-height:14pt">
       <font face="Arial">
       <span style="font-size: 8.0pt; font-style:italic">We respect your
       privacy. We do not share your details with anyone outside Sapphire.
       </span></font></p>
          </td>
          </tr>
         <tr>
          <td bgcolor="#FFFFFF"> </td>
          <td bgcolor="#FFFFFF" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" style="border-top: 1px dotted #C0C0C0"> </td>
          <td colspan="2" bgcolor="#FFFFFF" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" height="19" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" height="19" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" height="19" style="border-top: 1px dotted #C0C0C0"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <span style="font-weight: 700">
          <font face="Arial" style="font-size: 8pt" color="#003366">
          Title</font></span><font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">:</font></td>
          <td colspan="6" bgcolor="#FFFFFF" height="23">
           <select size="1" name="Title0" style="font-family: Arial; font-size: 8pt; background-color: #F4F4F4">
          <option>Mr</option>
          <option>Mrs</option>
          <option>Miss</option>
          <option>Ms</option>
          <option>Dr</option>
          </select></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <p>
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Name:</font></p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="23">
          <font color="#003366">
           <!--webbot bot="Validation" b-value-required="TRUE" --><input type="text" name="Name" size="35" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4">  </font>
          <font color="#FF0000" face="Arial" style="font-size: 8pt; ">
          * Required Field</font></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <p>
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Title:</font></p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="22">
          <font color="#003366">
           <input type="text" name="Position" size="35" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"></font></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <p>
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Company:</font></p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="22">
          <font color="#003366">
           <input type="text" name="Company" size="35" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"></font></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <p>
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Email Address:</font></p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="23">
          <font color="#003366">
           <!--webbot bot="Validation" b-value-required="TRUE" --><input type="text" name="Email" size="35" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"> </font>
          <font color="#FF0000" face="Arial" style="font-size: 8pt; font-weight: 700"> 
          </font><font color="#FF0000" face="Arial" style="font-size: 8pt; ">
          * Required Field</font></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <p>
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Telephone:</font></p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="22">
          <font color="#003366">
           <input type="text" name="Telephone" size="20" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"></font></td>
         </tr>
         <tr>
          <td colspan="8" bgcolor="#FFFFFF" height="19"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left" style="border-top: 1px dotted #C0C0C0"> 
          </td>
          <td bgcolor="#FFFFFF" style="border-top: 1px dotted #C0C0C0"> 
          </td>
          <td bgcolor="#FFFFFF" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" style="border-top: 1px dotted #C0C0C0"> 
          </td>
          <td bgcolor="#FFFFFF" height="20" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" height="20" style="border-top: 1px dotted #C0C0C0"> </td>
          <td bgcolor="#FFFFFF" height="20" style="border-top: 1px dotted #C0C0C0"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Address 1:</font></td>
          <td colspan="6" bgcolor="#FFFFFF" height="23">
          <font color="#003366">
           <input type="text" name="Address1" size="30" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"></font></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <span style="font-weight: 700">
          <font face="Arial" style="font-size: 8pt" color="#003366">
          Address 2</font></span><font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">:</font></td>
          <td colspan="6" bgcolor="#FFFFFF" height="23">
          <font color="#003366">
           <input type="text" name="Address2" size="30" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"> </font></td>
          </tr>
          <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Town:</font></td>
          <td colspan="6" bgcolor="#FFFFFF" height="22">
          <font color="#003366">
           <input type="text" name="Town" size="22" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"></font></td>
           </tr>
           <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
                <td bgcolor="#FFFFFF" align="left">
          <font face="Arial" style="font-size: 8pt; font-weight: 700" color="#003366">
          Post Code:</font></td>
          <td colspan="6" bgcolor="#FFFFFF" height="23">
          <font color="#003366">
           <input type="text" name="PostCode" size="10" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"> </font>
          <font color="#FF0000" face="Arial" style="font-size: 8pt; font-weight: 700"> </font></td>
             </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> 
          </td>
          <td bgcolor="#FFFFFF" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> 
          </td>
          <td bgcolor="#FFFFFF" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> </td>
          <td bgcolor="#FFFFFF" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> 
          </td>
          <td bgcolor="#FFFFFF" height="20" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> </td>
          <td bgcolor="#FFFFFF" height="20" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> </td>
          <td bgcolor="#FFFFFF" height="20" style="border-bottom: 1px dotted #C0C0C0; border-top-style:none; border-top-width:medium"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> </td>
          <td bgcolor="#FFFFFF" align="left"> </td>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF"> </td>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" height="19"> </td>
          <td bgcolor="#FFFFFF" height="19"> </td>
          <td bgcolor="#FFFFFF" height="19"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF" valign="top"> 
          </td>
          <td bgcolor="#FFFFFF" valign="top" align="left">
          <p>
          <font face="Arial" color="#003366" style="font-size: 8pt; font-weight: 700">
          Notes/Additional
          Info:</font></p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="84">
          <p>
           <textarea rows="5" name="Notes" cols="40" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4"></textarea></p></td>
         </tr>
         <tr>
          <td colspan="8" bgcolor="#FFFFFF" height="19"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left" style="border-left-width: 1px; border-right-width: 1px; border-top: 1px dotted #C0C0C0; border-bottom-width: 1px"> 
          </td>
          <td colspan="6" bgcolor="#FFFFFF" height="22" style="border-left-width: 1px; border-right-width: 1px; border-top: 1px dotted #C0C0C0; border-bottom-width: 1px"> 
          </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> 
          </td>
          <td bgcolor="#FFFFFF" align="left">
          <p>
          <font color="#003366" face="Arial" style="font-size: 8pt; font-weight: 700">
          How did you find us? </font>
          </p></td>
          <td colspan="6" bgcolor="#FFFFFF" height="22">
          <font color="#003366" face="Arial" style="font-size: 8pt; font-weight: 700">
           <!--webbot bot="Validation" b-value-required="TRUE" b-disallow-first-item="TRUE" --><select size="1" name="Heard_Sapphire" style="font-family: Arial; font-size: 8pt; background-color:#F4F4F4">
          <option>Please Select...</option>
          <option>Advertising</option>
          <option>Direct Mail</option>
          <option>Email Promotion</option>
          <option>Other</option>
          <option>Press Article</option>
          <option>Recommendation</option>
          <option>Web Search - Google</option>
          <option>Web Search - Bing</option>
          <option>Web Search - Other</option>
          <option>Web Search - Yahoo!</option>
          </select> </font>
          <font color="#FF0000" face="Arial" style="font-size: 8pt; ">
           * Required Field</font></td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> </td>
          <td bgcolor="#FFFFFF" align="left"> </td>
          <td bgcolor="#FFFFFF"> </td>
          <td colspan="2" bgcolor="#FFFFFF"> </td>
          <td bgcolor="#FFFFFF" height="19"> </td>
          <td bgcolor="#FFFFFF" height="19"> </td>
          <td bgcolor="#FFFFFF" height="19"> </td>
         </tr>
         <tr>
          <td bgcolor="#FFFFFF"> </td>
          <td bgcolor="#FFFFFF" align="left"> </td>
          <td bgcolor="#FFFFFF" colspan="6">
          <input type="submit" value="Submit Enquiry" name="Enquiry" style="float: left; font-size:8pt; font-family:Arial; color:#FFFFFF; font-weight:bold; background-color:#FF6600"></td>
         </tr>
         <tr>
          <td width="17"> </td>
          <td width="158" align="left"></td>
          <td width="136"></td>
          <td width="34"></td>
          <td width="137"></td>
          <td height="1" width="40"></td>
          <td height="1" width="174"></td>
          <td height="1" width="30"></td>
         </tr>
         </tbody></table>
       </form>

Maybe you are looking for

  • Compatability With IE

    Does anyone know if the new iweb 2.0.2 has solved the compataility issue with IE? Thanks Bill

  • How to use EACH

    Hi I have an issues with this code. I want to make this code like this Search for the each cost center and the relevant cost element see the take the amount and calculate the percentage and then it has to post to the same cost center . It shud not ag

  • Using Videora

    I'm pasting this from the Videora site, the settings worked for me when others didn't, enjoy: Configuring videora converter 0) Start Videora iPod converter. 1) Click setup in the left nav. 1.5) Click the profiles tab. 2) Click new profile. 3) Now, co

  • I need help with my wireless card of my T60 anyone plz...

    It was working fine but then one day, i couldnt get signal from the wireless router, i have tryed installing all of the network drivers and all it says on the divece manager is ""?ETHERNET CONTROLLER"" , and under properties it says OTHER, and this i

  • Distiller errors

    I need to create PDF files for our printers in PDF/X-1a:2001.  When I try to distill even a document with just a few words the distiller cannot see my Times New Roman font and so aborts.  In its list of fonts it appears as Times New Roman PSMT. It sa