Responsibility Name and Instance Name

Hi All,
Is there a way to know to which responsibility we are logged in to once we are logged in?
Also, is there a way to know the instance name we are logged in to? Working on too many instances and responsibilities and when ever i get confused, i am forced to relogin.
Is there a way where its/it could be displayed somewhere?
Thanks.

I face this problem all the time and its quite frustrating to be clueless & lost. I wish Oracle could also add the functionality of switching responsibilities without actually logging out and logging in.
Anyway, I have created a custom folder from the below sql statement to display all the session information. I have then shared this folder with all the users/responsibilities.
select
sys_context('userenv', 'db_name') db_name,
sys_context('userenv', 'current_schema') current_schema,
sys_context('userenv', 'host') host,
sys_context('userenv', 'os_user') os_user,
sys_context('userenv', 'terminal') terminal,
sys_context('userenv', 'sessionid') sessionid,
sys_context('userenv', 'session_userid') session_userid,
sys_context('userenv', 'session_user') session_user,
sys_context('userenv', 'authentication_data') authentication_data,
sys_context('userenv', 'authentication_type') authentication_type,
sys_context('userenv', 'bg_job_id') bg_job_id,
sys_context('userenv', 'client_info') client_info,
sys_context('userenv', 'current_schemaid') current_schemaid,
sys_context('userenv', 'current_user') current_user,
sys_context('userenv', 'current_userid') current_userid,
sys_context('userenv', 'db_domain') db_domain,
sys_context('userenv', 'entryid') entryid,
sys_context('userenv', 'external_name') external_name,
sys_context('userenv', 'fg_job_id') fg_job_id,
sys_context('userenv', 'instance') instance,
sys_context('userenv', 'ip_address') ip_address,
sys_context('userenv', 'isdba') isdba,
sys_context('userenv', 'lang') lang,
sys_context('userenv', 'language') language,
sys_context('userenv', 'network_protocol') network_protocol,
sys_context('userenv', 'nls_calendar') nls_calendar,
sys_context('userenv', 'nls_currency') nls_currency,
sys_context('userenv', 'nls_date_format') nls_date_format,
sys_context('userenv', 'nls_date_language') nls_date_language,
sys_context('userenv', 'nls_sort') nls_sort,
sys_context('userenv', 'nls_territory') nls_territory,
sys_context('userenv', 'proxy_user') proxy_user,
sys_context('userenv', 'proxy_userid') proxy_userid
from dual;
Now it reminds me I should also add responsibility name to the above sql.
Hope this helps.

Similar Messages

  • Lumira Login Error "Check the Server Name and Instance ID"

    Dear Experts
      I installed Lumira Desktop and was able to connect to the
    HANA Server.
    Later while I was working the software hanged and I had to
    shut it down.
        Now, after re-opening the software I receive error "Check the Server Name and Instance ID"
    (though the server credentials are same as error and correct”
    Any suggests on how to rectify

    I wonder if one of the following KBAs may give you a clue?
    1995325 - Error HDB 11009: The dataset could not be published to SAP Lumira Server because publishing to the SAP HANA layer failed. Lumira Server
    2134259 - Lumira LaunchPad Logon Hangs
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter (#SAPLumira)
    Got Enhancement ideas? Use the SAP Idea Place 

  • Name space conflict between static and instance method

    Hello,
    there seems to be a very unfortunate name space conflict between static and instance method name. Consider:
    static String description() that should return a description of a class.
    String description() that should return a description of an instance.
    That seems to confuse the compiler. How come? Static and instance methods don't have anything to get confused about.
    Thanks for any insights :-)

    Umm...jeez.
    It's not a bug, it's the way it's supposed to be.
    Since a static method can be called the same way an instance method
    A instance = new A();
    A.staticMethod();
    instance.staticMethod();it's not allowed.
    Also in the class, you can call
    public void myMethod() {
          instanceMethodInClass();        // You don't need this, it's superfluous
          staticMethodInClass();          // You don't need the class name.
    }If you didn't understand, then just accept the fact that it is so. Some day you'll understand it.

  • Change Db name and Instance name in *i

    Following is the procedure how i changed the DB and instance name
    1Alter database abckup controlfile to trace;
    2.Edit the trace file to create a new file
    create a instance with diff SID(New sid)
    startup nomount
    edit the initora.file
    changed the instance and db_name in Init.ora
    edit the controlfile with resetlogs option and set dataabse name
    alterdatabase open tresetlogs
    shutdown backup
    Is it correct?
    looks correct to me
    aything i missed out?

    edit the init.ora and then startup nomount and then execute create controlfile command and then open db.

  • How can I find the Host Name and Instance #

    I am having trouble finding the host name and instance #. Thanks in advance.

    Hi Kyle,
    Hope you are doing good.
    if it is the R/3 server, the easiest option would be to navigate to /nSm51 .  
    Hope this helps.
    Kind Regards,
    Hemanth
    SAP AGS

  • How to display the responsibility name in the header of a SS page?

    Customer is wanting to show the Responsibility name at the top of the Self Service page, similar to the way the PUI forms does.
    For example, if you are in Forms and have the System Administrator responsibility opened, in the top of the forms window you will see: System Administrator
    The customer has several iProcurement responsibilities
    “KNAW Internet Procurement 210”
    “KNAW Internet Procurement 220”
    “KNAW Internet Procurement 230”
    “KNAW Internet Procurement 240”
    “KNAW Internet Procurement 250”
    and would like to see the which responsibility they are in displayed at the top of the SS/OAF page.
    They are on R12.1.2, and I have looked through the Framework Profile Options but not finding anything there.
    Is there a way to do this?
    Thanks,
    Randy
    my ref.3-3132851721

    hi,
    is there any generic fix for this. if we want to display then we need to change the each page CO . is it a possible solution. or any generic solution. Please provide
    Thanks
    Smarak

  • Is there way to find Responsibility name in Discoverer

    I got a question in Discoverer.
    Is there a way to find Responsibility name in EUL10_US user in Database side. I mean in EUL tables can we able to find what Responsibilties been shared the report.
    I see many EUL tables when we login as EUL10_US user Toad, I would like to know the Report with which ORacle responsibilities shared.
    Any ideas on this -thanks a lot!!!
    skat

    I wrote a query that I've been using for a while that shows me the owner, report name, and who (responsibility included) that the report is shared to. Hopefully you'll be able to modify to suit your needs.
    SELECT owner.user_name || ' [' || owner.description || ']' as owner_name
    ,owner.end_date
    ,nte_main.name as rpt_name
    ,NVL2(fu.user_name, 'USER: ' || fu.user_name || ' [' || fu.description || ']' || ' (' || fu.end_date || ')', NVL2(resp.responsibility_name, 'RESP: ' || resp.responsibility_name, NULL)) AS shared_to
    ,nte_main.description as rpt_description
    FROM applsys.fnd_user fu
    ,applsys.fnd_responsibility_tl resp
    ,applsys.fnd_user owner
    ,(SELECT docs.doc_name as name
    ,docs.doc_description as description
    ,users.eu_username as username
    ,DECODE(INSTR(users.eu_username, '#', 1, 2), 0, substr(users.eu_username, INSTR(users.eu_username, '#', 1, 1) + 1), NULL) as user_id
    ,DECODE(INSTR(users.eu_username, '#', 1, 2), 0, NULL, substr(users.eu_username, INSTR(users.eu_username, '#', 1, 1) + 1, INSTR(users.eu_username, '#', 1, 2) - 2)) as resp_id
    ,DECODE(INSTR(users.eu_username, '#', 1, 2), 0, NULL, SUBSTR(users.eu_username, INSTR(users.eu_username, '#', 1, 2) + 1)) as app_id
    ,DECODE(INSTR(own_users.eu_username, '#', 1, 2), 0, substr(own_users.eu_username, INSTR(own_users.eu_username, '#', 1, 1) + 1), NULL) as owner_id
    FROM eul_owner_us.eul5_documents docs
    ,eul_owner_us.eul5_access_privs priv
    ,eul_owner_us.eul5_eul_users users
    ,eul_owner_us.eul5_eul_users own_users
    WHERE priv.gd_doc_id(+) = docs.doc_id
    AND users.eu_id(+) = priv.ap_eu_id
    AND own_users.eu_id(+) = docs.doc_eu_id
    ) nte_main
    WHERE nte_main.user_id = fu.user_id(+)
    AND nte_main.resp_id = resp.responsibility_id(+)
    AND nte_main.owner_id = owner.user_id(+)
    -- AND nte_main.app_id = resp.application_id(+)
    ORDER BY owner_name, nte_main.name, shared_to

  • SQL query to get the responsibility name

    Hi,
    I require an SQL query which would give the responsibilty name to which the concurrent programs are assigned.
    Thanks& Regards,

    SELECT          fcpv.user_concurrent_program_name
    FROM            fnd_request_groups frg,
                    fnd_request_group_units frgu,
                    fnd_concurrent_programs_vl fcpv,
                    fnd_responsibility_vl frv
    WHERE           frgu.request_group_id = frg.request_group_id
    AND             frgu.request_unit_id = fcpv.concurrent_program_id
    AND             frv.request_group_id = frg.request_group_id
    AND           frgu.request_unit_type = 'P'
    AND             frv.responsibility_name =<Responsibility Name>Regards
    Prashant Pathak

  • Displaying responsibility name on the iprocs self service page

    Hi ,
    We have a requirement to displaying the responsibility name on the page. when we visit a iprocs page.
    it will be displayed on the after product branding. Any way to achieve this. with personalization or customization. so that it reflect to all page.
    Please provide a resolution.
    Thanks
    Smarak

    Hi,
    You can use pageContext.getResponsiblityName() to get the responsiblity name and use it we ever required.
    HTH,
    Syed.

  • Writing a query to find out who is having a given responsibility name.

    Hi,
    I am new to Oracle Apps and have no idea about its tables. Can anyone please help me in writing a query to find out who is having a given responsibility name.
    Thanks in advance.
    Regards
    Himanshu

    Hi
    you can get required data by using this query
    select usr.user_name
    ,     res.responsibility_name
    from fnd_user usr
    ,     FND_USER_RESP_GROUPS_DIRECT usrrep
    ,     fnd_responsibility_tl res
    where usr.user_id=usrrep.user_id
    and usrrep.responsibility_id=res.RESPONSIBILITY_ID
    group by usr.user_name,res.responsibility_name
    Regards,
    Venky

  • Customize a Seeded Responsibility (Responsibility Name)

    This seems like a simple question, but I've been unable to find the answer by searching. My organization assigns a custom responsibility called "US XX Manager Self-Service" instead of the seeded "Manager Self-Service". We also have a responsibility request system that queries a list of all responsibility names and prompts the employee to pick one. The problem is that often the managers are requesting the seeded responsibility instead of the correct custom one.
    My question is this: I'm sure it's not advisable to change the responsibility name of a seeded resp., but will it cause any major issues to change the name of "Manager Self-Servce" to "Manager Self-Service (HR Only)"?
    Thanks.

    I will never suggest to change the seeded data. I hope the above explanations would have made it clear the why aspect. The biggest problem is that you don't exactly know what kind of issues you might hit in case of using modified seeded data.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • XQuery with recuesive function and instance of operation gives problem

    Hi,
    << Using Oracle 11g .06. release >>
    I have an Xquery that has recursive functions and "instance of" operation.
    I facing the following problem
    "error raised during evaluation: oracle.xquery.XQException: XPTY0004: It is a type error if, during the static analysis phase, an expression is found to have a static type that is not appropriate for the context in which the expression occurs, or during the dynamic evaluation phase, the dynamic type of a value does not match a required type as specified by the matching rules in 2.5.4 SequenceType Matching.
    Detail: empty sequence encountered where a sequence of length one is expected
    The same xQuery works on Berkely DB, Altova XML and Oxygen. I could able to figure out the problem in oracle, where i need an help from you people.
    The below is the XQuery Function
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SELECT XMLQuery('xquery version "1.0";
    declare default element namespace "WiMax_CAPC_XML";(: :)
    declare namespace HHP="HHP";(: :)
    declare namespace AtomicXQuery="AtomicXQuery";(: :)
    declare function AtomicXQuery:filter-modifier($element as element(), $attribute-name as xs:string*) {
    element {node-name($element)}
    for $child in $element/node()
    return if ($child instance of element())
    then (("deepa instance"),$child,"45",name($child),$attribute-name,
    if($child/node() instance of element())
    then ("it is an instance of element")
    else($child),
    AtomicXQuery:filter-modifier($child, $attribute-name))
    else $child
    let $i:= ora:view("NECB")/node()/child::*[2]/HHP:HHP/HHP:hapNe/HHP:maxCageCount
    let $m:=element HHP:deepa {element HHP:deepa1 {"deepa1"}} return AtomicXQuery:filter-modifier($m,"modifier")'
    RETURNING CONTENT) AS RESULT
    FROM DUAL;
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    The XML data is available in XMLType table NECB.
    The XMLData is as follows
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    <?xml version="1.0" encoding="UTF-8"?>
    <ConfigDataFile xmlns="WiMax_CAPC_XML" xmlns:HHP="HHP" xmlns:SWM="SWM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <fileHeader cfgMinorVersion="0" cfgSavedMinorVersion="0" cfgVersion="0" fileFormatVersion="CAPC_I1" fileName="NECB.xml" fileType="necb" senderName="CNEOMI" swVersion="D00.00.01.05" vendorName="Motorola"/>
    <configData dnPrefix="String">
    <HHP:HHP>
    <HHP:hapNe>
    <HHP:maxCageCount>3</HHP:maxCageCount>
    <HHP:minLogLevel>1</HHP:minLogLevel>
    </HHP:hapNe>
    <HHP:hapCageTable>
    <HHP:hapCageEntry cageId="1">
    <HHP:numOfModems>1</HHP:numOfModems>
    <HHP:numOfBackupModems>1</HHP:numOfBackupModems>
    <HHP:hapCagemaxModemCount>1</HHP:hapCagemaxModemCount>
    <HHP:minModemLogLevel>1</HHP:minModemLogLevel>
    <HHP:hapModemTable>
    <HHP:hapModemEntry cageId="1" modemId="1">
    <HHP:maxServiceTypeCount>1</HHP:maxServiceTypeCount>
    <HHP:hapModemLogLevel>1</HHP:hapModemLogLevel>
    <HHP:maxBlackboxCount>1</HHP:maxBlackboxCount>
    <HHP:minBlackboxLogLevel>1</HHP:minBlackboxLogLevel>
    <HHP:hapBlackboxTable>
    <HHP:hapBlackboxEntry cageId="1" modemId="1" blackboxId="1">
    <HHP:hapBlackboxLogLevel>1</HHP:hapBlackboxLogLevel>
    </HHP:hapBlackboxEntry>
    </HHP:hapBlackboxTable>
    </HHP:hapModemEntry>
    </HHP:hapModemTable>
    </HHP:hapCageEntry>
    </HHP:hapCageTable>
    <HHP:serviceTypeTable>
    <HHP:serviceTypeEntry serviceTypeId="1">
    <HHP:priority>1</HHP:priority>
    <HHP:serviceTypemaxModemCount>1</HHP:serviceTypemaxModemCount>
    </HHP:serviceTypeEntry>
    </HHP:serviceTypeTable>
    <HHP:serviceMappingTable>
    <HHP:serviceMappingEntry cageId="1" modemId="1" serviceTypeId="1">
    </HHP:serviceMappingEntry>
    </HHP:serviceMappingTable>
    </HHP:HHP>
         <SWM:SWM>
    <SWM:wmanIfBsPagingGroupTable>
    <SWM:wmanIfBsPagingGroupEntry ifIndex="1" wmanIfBsPagingGroupIndex="1">
    <SWM:wmanIfBsPagingGroupId>1</SWM:wmanIfBsPagingGroupId>
    <SWM:wmanIfBsPagingControllerId>9</SWM:wmanIfBsPagingControllerId>
    <SWM:wmanIfBsPagingCycle>100</SWM:wmanIfBsPagingCycle>
    <SWM:wmanIfBsPagingOffset>1</SWM:wmanIfBsPagingOffset>
    <SWM:wmanIfBsPagingRetryCount>3</SWM:wmanIfBsPagingRetryCount>
    <SWM:wmanIfBsPagingBcastRetryCount>3</SWM:wmanIfBsPagingBcastRetryCount>
    <SWM:wmanIfBsPagingControllerAddress>aabbccddeeffaabbccddeeffaabbccddeeffaabbccddeeffaabbccddeeffaabb</SWM:wmanIfBsPagingControllerAddress>
    <SWM:wmanIfBsPagingControllerAddressType>1</SWM:wmanIfBsPagingControllerAddressType>
    <SWM:wmanIfBsPagingControllerAsnMmId>aabbccddeeff</SWM:wmanIfBsPagingControllerAsnMmId>
    </SWM:wmanIfBsPagingGroupEntry>
    </SWM:wmanIfBsPagingGroupTable>
    <SWM:wmanIfAsnMmTable>
    <SWM:wmanIfAsnMmEntry ifIndex="1">
    <SWM:wmanIfAsnMmId>AAffFFAAAAFF</SWM:wmanIfAsnMmId>
    <SWM:wmanIfAsnMmId/>
    </SWM:wmanIfAsnMmEntry>
    </SWM:wmanIfAsnMmTable>
    <SWM:wmanIfNeighborAsnMmTable>
    <SWM:wmanIfNeighborAsnMmEntry ifIndex="1" wmanIfNbrAsnMmId="AAffFFAAAAFFFFFF">
    <SWM:wmanIfNbrAsnMmAddress>AAffFFAAAAFFFFFF</SWM:wmanIfNbrAsnMmAddress>
    <SWM:wmanIfNbrAsnMmAddressType>1</SWM:wmanIfNbrAsnMmAddressType>
    <SWM:wmanIfNbrAsnMmControlSecurityProtocol>1</SWM:wmanIfNbrAsnMmControlSecurityProtocol>
    </SWM:wmanIfNeighborAsnMmEntry>
    </SWM:wmanIfNeighborAsnMmTable>
    </SWM:SWM>
    </configData>
    <fileFooter dateTime="2007-11-07T09:30:47.0Z" update="2007-11-07T09:30:47.0Z"/>
    </ConfigDataFile>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    The expected output XML is as follows
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    <HHP:deepa xmlns="WiMax_CAPC_XML" xmlns:HHP="HHP">deepa instance<HHP:deepa1>deepa1</HHP:deepa1>45 HHP:deepa1 modifier<HHP:deepa1>deepa1</HHP:deepa1>
         <HHP:deepa1>deepa1</HHP:deepa1>
    </HHP:deepa>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Thanks in advance!

    Ashwin,
    Please try it with 11.1.0.7 instead and let us know if it works.
    Regards,
    Geoff

  • How to reset the response status and response header

    Dear Masters
    Actually we are using NTLM Authentication process to get the system login id for our web application. The problem which I am getting is after running the NTLM Authentication Code I am not able to call the action class. It is telling 400 Server error bad request. I am using Struts Dispatch Action Class. In Dispatch Action I will be passing a name (eg. method) as a parameter in struts-config.xml file and using that parameter I will be calling the respective method in the Action class. The problem which I am facing is after running the authentication code I am not able to fire the action class. It is telling the error in the console as "parameter named method is not found". Actually in NTLM Authentication code they are setiing the response status to www-authenticate,NTLM. If I reset the response status back to the normal form I think i will be able to fire the action class. Please give me a suggestion on how to reset the response status and response header back to the normal form. Any solution to this is appreciated. Please respond your reply as soon as possible. Thanks in advance.
    Regards
    Ramesh

    Hi,
    I think, a servlet filter is what you need. Please check the following URLs on how to go about creating a filter.
    http://dev2dev.bea.com/pub/a/2005/05/decorators.html
    http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html
    http://www.onjava.com/pub/a/onjava/2004/03/03/filters.html?page=1
    Cheers,
    vidyut

  • ECP CI Start and Instance Profile not showing in RZ10

    Hi,
    I am not able to access or view our ECP Central Instance Start and
    Instnace profile for ECP CI Instance in RZ10 , I do not see the start
    and instance profile for ECP CI Instance. However, I do see start and
    instance profiles for APP1 and APP2 instance, but just not CI instance.
    So, when I try to re-import the profiles I get the below error message.
    I wanted to check if it is access related, so, I logged on the the ECP
    CI Server physicall and had tried to accessed the ECP
    CI Server and try to access the below path from start --> run -->
    SAPGRPPRD\sapmnt\ECP\SYS\profile\ECP_DVEBMGS02_ECC-Prod-CIS and
    SAPGRPPRD\sapmnt\ECP\SYS\profile\START_DVEBMGS02_ECC-Prod-CIS and it
    works. But the profiles are not being read
    From ECP CI RZ10. Can you please advise why this is not showing.
    Error Message when i try to import the profiles:
    Log for the import of profiles
    Instance profile
    SAPGRPPRD\sapmnt\ECP\SYS\profile\ECP_DVEBMGS02_ECC-
    Prod-CI Could not be read. The import is therefore not possible.
    Start profile
    SAPGRPPRD\sapmnt\ECP\SYS\profile\START_DVEBMGS02_ECC-
    Prod- Could not be read. The import is therefore not possible.
    Instance profile
    SAPGRPPRD\sapmnt\ECP\SYS\profile\ECP_DVEBMGS02_ECC-
    Prod-CI Could not be read by file; Therefore could not be checked.
    (Server = ECC-Prod-CIS_ECP_02 )
    Please advise?

    Hi,
    I logged on the the ECP
    CI Server physicall and had tried to accessed the ECP
    CI Server
    as per above statment you have login to CI and try to call CI proifle file manually. then can you tell us why this both the host name are different.
    SAPGRPPRD
    ECC-Prod-CIS
    Thanks
    Anil

  • MST region and instances

    Dear All,
    I have a query regarding MST, I have attached the topology, i am suing 4500 switches as the CORE in the LAn network and many 2960,3850 as access switches, am also using Nexus switches. I would like to use Multiple spanning tree(MST) in the network. My plan was to make the 4500 VSS core as the root switch. However am confused as to how many regions and instances do i create. Please give ur valuable views on this as to how do i go about and apply MST on the network

    Hi,
    Usually you don't need more than one region and one instance unless you have a lots of vlans and you want to load balance traffic. Multiple regions with multiple instance can make things complicated and hard to manage.
    For switches to participate in multiple spanning-tree (MST) instances, you must consistently configure the switches with the same MST configuration information. A collection of interconnected switches that have the same MST configuration comprises an MST region as shown in Figure 19-1.
    The MST configuration controls to which MST region each switch belongs. The configuration includes the name of the region, the revision number, and the MST VLAN-to-instance assignment map. You configure the switch for a region by using the spanning-tree mst configuration global configuration command, after which the switch enters the MST configuration mode. From this mode, you can map VLANs to an MST instance by using the instance MST configuration command, specify the region name by using the name MST configuration command, and set the revision number by using the revision MST configuration command.
    A region can have one or multiple members with the same MST configuration. Each member must be capable of processing RSTP bridge protocol data units (BPDUs). There is no limit to the number of MST regions in a network, but each region can support up to 65 spanning-tree instances. Instances can be identified by any number in the range from 0 to 4094. You can assign a VLAN to only one spanning-tree instance at a time.
    link:
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/software/release/12-2_52_se/configuration/guide/3560scg/swmstp.html
    HTH

Maybe you are looking for

  • System overload on brand new MBP 15"

    Hi everyone, Last week i bought a new 15" retina Macbook pro (2.0 Ghz quad-core i7, 8gb RAM, ssd). I mainly plan to use it for recording and mixing in Logic. With my previous macbook (13"  2011 model, the cheapest at that time) i got the system overl

  • Operating system not supported for installing ALM trail version on a windows 7

    My mahine has windows 7 64bit operating system and 8GB Ram but when I am trying to install intall ALM 12.2 it says This machines' operating system is not a supported and recommended ALM (12.20) server.

  • TestStand Report Customization

    I'm using TestStand 3.5 and LabVIEW8.  In a related exercise, I found that the file StationGlobals.ini contains a number of configurable options.  I used the TestStand sequence editor to update the Station Globals (I added some custom items).  I was

  • Symbian Anna Web Browser Problem

    Symbian Aana is Not good for Web browser, There is No RELOAD Option in Web browser of Symbain aana Version 7.3.1.37 How to Reload a Page if i'm using Facebook and other websites. plz Update this RELOAD option in Web browser and Web browser is Shaking

  • Using RdbClient

    Hello all, I'm using RdbClient class to populate an Oracle Rdb from within a C# (.net 3.5) application. Mostly seems to work fine but on one particular table I'm getting an error regarding the size of the column being inserted. The column in Rdb data