FM "TH_POPUP" Does not show popup in 4.7 server when run in background.

Hi Experts,
    I am Using the Function Module TH_POPUP in my report to notify user when a background job is compleated. when I run my report in background the job gets canceled when the Function module is called only in our SAP 4.7 server.
The report works without trouble in  our SAP 4.6c & ECC servers
Can anybody give a solution?
or
provide another function module similar to TH_POPUP..
Thanks in Advance...
Anand C
Edited by: Anand Cyril on Oct 5, 2009 8:35 PM

Why do you want the pop-up to appear?  How exactly does it appear when you run it in the background?  I would have thought that it wouldn't as there's no GUI for it to pop-up on.
Try adding this code to your program
IF SY-BATCH NE 'X'. "program running in foreground
*...show pop-up
ENDIF.

Similar Messages

  • Hello I send imessages to a phone number I receive delivery notice but sms does not show on receiving phone. Otherwise when receive imessage from other phone I reply and receiver sees SMS !!! Any explanation ?

    Hello I send imessages to a phone number I receive delivery notice but sms does not show on receiving phone. Otherwise when receive imessage from other phone I reply and receiver sees SMS !!! Any explanation ?

    To my knowledge, I've only seen this for imessage only and not SMS.
    The other users would need to have send read receipts enabled on their phone.

  • HT204291 My iPad 4 does not show up on my TV screen when in AirPlay mirroring mode using WiFi.  The iPad displays AirPlay set to TV with the Mirroring On (green).  My iPad IOS software is 8.2 and my Apple TV software is at 7.1.  The TV displays the Apple

    My iPad 4 does not show up on my TV screen when in AirPlay mirroring mode using WiFi.  The iPad displays AirPlay set to TV with the Mirroring On (green).
    My iPad IOS software is 8.2 and my Apple TV software is at 7.1.  The TV displays the Apple Menu.  The “Settings” does however displays the General menu allowing me to see:
    Apple software:          7.1 (7003)
    Apple TV:                   Model No. A1464, Part No. MD199B/A
    Signal Strength shows 5 circles.
    It does not display the iPad screen but when I use the BT Sport App I can hear the sound but there is no video.  I have searched the internet for a solution to no avail. The problem first arose when the IOS was at 8.1+ but it worked correctly briefly when I updated to IOS 8.2.  Can you help please?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.
    If you are still having problems, the following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

  • I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts

    I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts.   All the instructions on synching start with "find your device in the device window".  But what if you have no device window?

    Missing "message" from above: The iPad "DGMTR" is synced with another iTunes library on DGMTR's MacBook Pro. Do you want to erase this iPad and sync with this iTunes library? An iPad can be synched with only one iTunes library at a time. Erasing and syncing replaces the contents of this iTunes library.
    I thought the libraries were the same.

  • I ordered at around 12:30AM pacific and it does not show in my order history.  When I look it up on the order status page, it just says "received and processing".  Do I have any chance of getting it on friday?

    I ordered at around 12:30AM pacific and it does not show in my order history.  When I look it up on the order status page, it just says "received and processing".  Do I have any chance of getting it on friday?

    It seems to depend on a variety of different things.
    Verizon appears to be going by the process time of orders, and not the order time of orders.  Your process time will be the timestamp on your confirmation email.
    It also depends on which model, GB, and color you ordered.  The 6+ were in high demand and low supply.
    It also depends on which warehouse (order location) your order was being processed through.  Verizon reps have told me that some warehouses have more of certain phones than others, and if your order went to a warehouse that doesn't have enough of that particular phone then you are SOL and will have to back for a backdated order.
    There is a possibility you will get it, but if you ordered any of the 6+ models, then it is unlikely.

  • PS gallery linked to Dreamweaver does not show up once on pub. server

    i created a photoshop gallery and linked it to my website (Dreamweaver) under construction (as im learning); it shows up fine when i preview it on browser from my computer location, however, it does not show up once on the public server. any help as to the direct problem with this link/file/coding, etc... would be greatly appreciated....
    site >>>> http://paulrosal.com/ >>>>> CLICK ON "ART"
    ******************************CHECK OUT CODING RIGHT HERE******************************
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>gallery</title>
    <style>
    body,html {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height: 100%;
    width: 100%;
    </style>
    <!-- Active Content Workaround Support File -->
    <script src="resources/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    function getQueryVariable(variable) {
      var query = window.location.search.substring(1);
      var vars = query.split("&");
      for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if (pair[0] == variable) {
          return pair[1];
      return -1;
    </script>
    <script language="JavaScript" type="text/javascript">
      var startImg = getQueryVariable("startImg");
      //alert(startImg);
    </script>
    <!-- Flash Detection Script Block -->
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1" type="text/javascript">
    <!-- // Detect Client Browser type
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    if (navigator.plugins != null && navigator.plugins.length > 0) {
    if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                    var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
                    versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
                flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
               } else {
    flashVer = -1;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
          reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version    
    for (i=25;i>0;i--) {    
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);         
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray         = versionStr.split(" ");
    tempString        = tempArray[1];
    versionArray      = tempString .split(",");                   
    } else {
    versionArray      = versionStr.split(".");
    versionMajor      = versionArray[0];
    versionMinor      = versionArray[1];
    versionRevision   = versionArray[2];
    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
    versionNum        = parseFloat(versionString);
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );    
    // -->
    </script>
    </head>
    <body><div align="center" style="width:100%; height:100%">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values entered above in "Globals"
    var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    // Location visited after installation is complete if installation is required
    var MMredirectURL = window.location;
    // Stored value of document title used by the installation process to close the window that started the installation process
    // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete
    // DO NOT MODIFY THE FOLLOWING TWO LINES
    //document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    document.title = document.title.slice(0, 47);
    var MMdoctitle = document.title;
    // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
    if ( hasProductInstall && !hasReqestedVersion ) {
        var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + 'width="550" height="200"'
        + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
        + '<param name="movie" value="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Ac tiveX&MMdoctitle='+MMdoctitle+'" />'
        + '<param name="quality" value="best" /><param name="bgcolor" value="#3A6EA5" />'
        + '<embed src="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Plug In" quality="high" bgcolor="#3A6EA5" '
        + 'width="550" height="300" name="detectiontest" align="middle"'
        + 'play="true"'
        + 'loop="false"'
        + 'quality="best"'
        + 'wmode="opaque"'
        + 'allowScriptAccess="sameDomain"'
        + 'type="application/x-shockwave-flash"'
        + 'pluginspage="http://www.adobe.com/go/getflashplayer">'
        + '<\/embed>'
        + '<\/object>';
        document.write(productInstallOETags);   // embed the Flash Product Installation SWF
    } else if (hasReqestedVersion) {  // if we've detected an acceptable version
        AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'flashvars','baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localT ext.xml&livePreview=false&startImg='+startImg,
    'width', '100%',
    'height', '100%',
    'src', 'resources/gallery',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'opaque',
    'devicefont', 'false',
    'id', 'gallery',
    'bgcolor', '#f7f7f7',
    'name', 'gallery',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'resources/gallery',
    'salign', ''
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'This photo gallery requires the Adobe Flash Player.'
            + '<a href=http://www.adobe.com/go/getflash/>Get the free Flash Player here</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
           Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed.
      <a href="http://www.adobe.com/go/getflash/">Download the Adobe Flash Player</a>
    </noscript>
    </div>
    </body>
    </html>

    Are you sure you have uploaded everything in the gallery folder to the correct location. It can't find the index.html page.

  • When ever I take a photo from my iPhone 5s and changes their effect. But I does not show any effect in my computer when i connect to laptop. Please suggest me its solution.

    When ever I click a photo with photo effect. Photo effect shows only in my iphone but it does not show in computer when ever I connect to laptop. So please resolve the problem.

    That is how it works. You will need to email the photo to yourself in order to preserve the edits.

  • Lion OS x 10.7 does not show me url drop down boxes when I mouse over hyperlinks

    Lion 10.7 does not show me url drop down boxes whenever I mouse over hyperlinked text in Gmail.
    Is there a setting I missed?  Does anyone have any idea why this might be?
    Thanks,
    lenms

    ANY one?    
    Any constructive comments would be appreciated.
    Thanks,
    lenms

  • "Device" does not show in iTunes to start syncing when I plug in my iphone

    "Device" does not show on my latest itunes on my MacBookPro, using Mountain Lion to sync my Iphone,how can I get it to show up?
    Thanks

    Hi Chiquita,
    Do you have your Sidebar showing? Go to the top of the screen and click on View, then click on "Show Sidebar".
    See if that resolves your issue.
    Cheers,
    GB

  • My DW CC latest version does not show me the text field option when trying to make a form!!! P

    So when I youtube the same version as mine it still show to other users the text field option but on my insert panel under forms it does not give me the option
    PLEASE HELP

    Hi Taatueeyy,
    As this sound weird issue, I'll suggest you to clear preferences and then try launching.
    How to clean preferences, please check the below link
    http://forums.adobe.com/thread/494811
    If this doesn't resolve your problem. please reveret.

  • EM 10g - Listener does not show up on DB home, but is running. Why??

    Oracle Version          10.2.0.1.0
    Microsoft Windows Server 2003 R2 Server 5.2 Service Pack 2 (32-bit)
    LSNRCTL> start LISTENER
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 22-OCT-2007 11:42:18
    Uptime 0 days 0 hr. 0 min. 5 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    ========================================================
    LSNRCTL> status LISTENER
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 22-OCT-2007 11:42:18
    Uptime 0 days 0 hr. 14 min. 8 sec
    Trace Level user
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listener Trace File D:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=us-as1.nti2.org)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT.us-as1.nti2.org" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    ======================================================
    C:\Documents and Settings\pierrel>netstat -a
    Active Connections
    Proto Local Address Foreign Address State
    TCP us-as1:smtp us-as1.nti2.org:0 LISTENING
    TCP us-as1:http us-as1.nti2.org:0 LISTENING
    TCP us-as1:nntp us-as1.nti2.org:0 LISTENING
    TCP us-as1:epmap us-as1.nti2.org:0 LISTENING
    TCP us-as1:microsoft-ds us-as1.nti2.org:0 LISTENING
    TCP us-as1:nntps us-as1.nti2.org:0 LISTENING
    TCP us-as1:kpop us-as1.nti2.org:0 LISTENING
    TCP us-as1:1110 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1111 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1117 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1119 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1158 us-as1.nti2.org:0 LISTENING
    TCP us-as1:1521 us-as1.nti2.org:0 LISTENING
    ==================================================
    init.ora
    # $Header: init.ora 25-jul-01.18:03:38 rajayar Exp $
    # Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved. */
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, use the
    # same file for all instance. Place all instance-specific parameters
    # at the end of the file using the <sid>.<parameter_name> = <value> syntax.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified differently for each instance, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own.
    # replace "clustdb" with your database name
    db_name = clustdb
    compatible=9.0.0
    db_files = 1024 # INITIAL
    #INITIAL
    #db_files=80
    #SMALL
    #DB_files=400
    #MEDIUM
    #db_files=1000
    #LARGE
    control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
    db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8
    #SMALL
    #db_file_multiblock_read_count = 16
    #MEDIUM
    #db_file_multiblock_read_count = 32
    #LARGE
    #Datawarehouse
    db_block_size=8192
    # Transaction processing
    # db_block_size=4096
    open_cursors=300
    #Transaction processing
    #sort_area_size=524288
    #Datawarehouse
    sort_area_size=1048576
    large_pool_size=1048576 #Transaction processing, Datawarehouse
    db_cache_size=50331648 #Datawarehouse, Transaction processing
    java_pool_size=67108864 #Datawarehouse, Transaction processing
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers=100 #SMALL
    # db_block_buffers =550 # MEDIUM
    # db_block_buffers=3200 #LARGE
    #shared_pool_size = 52428800 # INITIAL
    shared_pool_size = 67108864 # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    processes = 59 # INITIAL
    # processes = 50
    #SMALL
    #processes = 100
    #MEDIUM
    #processes = 200
    #LARGE
    parallel_max_servers = 5
    #SMALL
    # parallel_max_servers = 4 x (number of CPUs)
    #MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)
    # LARGE
    log_buffer = 8192 # INITIAL
    #log_buffer = 8192
    #SMALL
    #log_buffer = 32768
    #MEDIUM
    #log_buffer = 163840
    #LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 10 K each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form at the end of this file:
    # <sid>.rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
    user_dump_dest=%ORACLE_HOME%/admin/clustdb/
    db_block_size = 4096
    remote_login_passwordfile = exclusive
    # text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    # job_queue_processes = 4 #datawarehouse
    # job_queue_interval = 10
    # job_queue_keep_connections = false
    distributed_transactions = 5
    open_links = 4
    # The following parameters are instance-specific parameters that are
    # specified for two instances named clustdb1 and clustdb2
    undo_management=AUTO # For automatic undo management
    # = MANUAL For manual/RBS undo management
    cluster_database= true
    cluster_database_instances=2
    remote_listener=LISTENERS_CLUSTDB
    # First instance specific parameters
    clustdb1.thread=1
    clustdb1.instance_name=clustdb1
    clustdb1.instance_number=1
    clustdb1.local_listener=listener_clustdb1
    clustdb1.remote_login_passwordfile = exclusive
    # Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
    # when undo_management=MANUAL
    clustdb1.undo_tablespace = UNDOTBS1
    # clustdb1.rollback_segments = (rbs1_1,rbs1_2)
    # Second instance specific parameters
    clustdb2.thread=2
    clustdb2.instance_name = clustdb2
    clustdb2.instance_number = 2
    clustdb2.local_listener = listener_clustdb2
    clustdb2.remote_login_passwordfile = exclusive
    # Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
    # when undo_management=MANUAL
    clustdb2.undo_tablespace = UNDOTBS2
    # clustdb2.rollback_segments = (rbs2_1,rbs2_2)
    ===========================================
    listener.ora
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
    TRACE_LEVEL_LISTENER = USER
    ===============================================
    sqlnet.ora
    # sqlnet.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =================================================
    tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = us-as1.nti2.org)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.us-as1.nti2.org)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ============================================================

    Enterprise manager still requires a static service definition in listener.ora and does not rely on dynamic registration.
    From documentation:
    The SID_LIST is required for backward compatibility with Oracle8 or Oracle7 databases, as well as external procedures and heterogeneous services, and some management tools, including Oracle Enterprise Manager.
    Werner

  • My facetime is missing from my macbook pro, does not show up in applications folder or when i type it into the spotlight search bar. Why?

    Please help!

    You say you are running Mac OS X 10.6.8, that does not come with FaceTime preinstalled. To confirm this, open  > About this Mac, and tell us which OS X version you have.
    If it's 10.6.x, open the Mac App Store and purchase FaceTime, or upgrade to a newer OS X version

  • Sessionrestore occasionally does not show my tabs as they were when I closed Firefox, but as they were some time before I closed it.

    Occasionally Sessionrestore doesn't show my tabs as they were when I closed Firefox, but as they were at some seemingly random (but persistent if trying again) point between starting and ending my previous session. Occasionally they're exactly as they were when I started my last session. I'm currently using Firefox 5, but the problem was already present when I was still using 4. Perhaps it's also relevant that I tend to have lots of windows and tabs open, sometimes to the point of crashing Firefox.

    I've increased my window limit to five too, though I'm unsure if I understand it's function correctly, I've reloaded more then three windows through session restore in the past. Anyway, that didn't have an effect. I haven't used app tabs at all yet, so I doubt that could be the problem. As for closing down Firefox correctly, the problem seems to persist regardless of how Firefox closes, be it a crash, killing it in task manager, or through file>exit. I forgot to mention this earlier, but I've monitored sessionstore.js, and it seems like that file literally stops being modified at some point, regardless if I keep browsing. If there's a way that I could "reliably duplicate" the process, I'd love to help, just say what I should do. It's been happening pretty much every browsing session lately, it seems that if I just browse for a decent while it's bound to happen.

  • 2G itouch does not show on mycomputer or in itunes when trying to sync

    Just back from vacation and itunes 9.0 available so I upgrade. Having not synced for a while i try but the PC restarts itself. Once started neither Itunes or Mycomputer sees the ipod and so cannot sync. When connecting the ipod to the PC I get a different beep noise to what you usually get when attaching an external drive through a USB port and the computer shows no sign of a drive attached. When I remove the ipod I do get the usual beep noise you get when removing an external drive from USN port.
    I have tried:
    1/uninstalling and re-installing itunes
    2/deauthorising and authorising computer in itunes
    3/different cables
    4/different USB ports on the PC
    5/powering off the itouch
    ...probably tried other things too but lost count.
    Anyone help ?

    I had a similar problem the other day when upgrading from 3.0 to to 3.1 and then then my ipod touch wouldn't even turn on.
    When connecting the ipod to the computer and holding down the ipod power and home buttons for 20 seconds the computer would beep but perform no action and itunes would not recognise the ipod.
    If you right click on the usb connections on your computer you may find the computer is not recognising the ipod correctly if so you will need to update the drivers these are located in c:/program files/common files/apple/mobile device support/drivers
    just point windows to that directory and it will load the driver usbaapl.sys
    reconnect the ipod and hold the home and power buttons again
    then once windows has identified the ipod correctly press the home button and itunes should identify your ipod which it will then reformat.
    It worked for me and after that finally loaded 3.1.1 correctly.
    good luck hope this solves it.
    let me know if it does.

  • Print Server does not show local USB printers (OS Server 10.3.9)

    I have mac OS X 10.3 server sharing my local USB printer for over more than 18 months, suddently on Jan 6th 2007, my server refused to see them in
    the Print Services in the Admin tool.
    The last log I got from starting it is on jan 5th:
    2007-01-05 16:31:08 -0800 [00288] Starting Mac OS X Server Print Service (v1.0.150)...
    2007-01-05 16:31:44 -0800 [00288] Mac OS X printing initialized.
    2007-01-05 16:31:45 -0800 [00288] Starting print sharing. Service: LPR.
    2007-01-05 16:31:46 -0800 [00288] Stopping print sharing. Service: SMB.
    2007-01-05 16:31:47 -0800 [00288] Print Service Started.
    2007-01-05 16:31:47 -0800 [00288] PrintServiceMonitor: Starting event listener.
    2007-01-05 16:31:47 -0800 [00288] Printer: "Lexmark Optra E310", Created..
    2007-01-05 16:31:47 -0800 [00288] Printer: "Internal Modem", Created..
    2007-01-05 16:31:47 -0800 [00288] Printer: "iP2000", Created..
    I can see this error in the watchdog log:
    2007-02-08 18:27:28 PST Reaped child process 287 ("/usr/sbin/PrintServiceMonitor"); quit with exit status 36.
    2007-02-08 18:27:28 PST Process "/usr/sbin/PrintServiceMonitor" respawning too rapidly!
    2007-02-08 20:35:27 PST Terminating due to signal.
    I can still print locally to the machine (obvisouly no other computers on my network can !).
    The Print Service tab, let me add 3 types of queue: LPR, appletalk and OpenDirectory but NOT USB !!!
    On Jan 8th I have installed FCP and that's the extend of my modification....
    R.

    I have tracked the problem a little deeper, and it's caused by the PrintServiceMonitor.
    If you run in a Terminal:
    :/private/etc/cups root# PrintServiceMonitor -x
    PrintServiceMonitor: Initialization error (-9948)
    _Assert: ASXPrintServerLib.cpp, 452
    ktrace seems to point to a CUPS config error but I can't find what's wrong with it.

Maybe you are looking for

  • I bought iWork on CD. How can I transfer them to reflect in my App Store for Mac?

    How can I transfer them to reflect in my App Store for Mac?

  • Urgent query

    I have table Like contract_ref_no contract_type realized_internal_gmr_ref_no 53909-P P GMR-3584 102585-S S GMR-3584 51289-p p GMR-1869 104586-S S GMR-1869 57182-P P GMR-2890 102588-S S GMR-2890 I want to display order depending on purchase order(cont

  • Exception: Oracle Parser Error: Empty Global Elements List

    Hello and Thanks in advance for any help. I created a synchronous process bpel. I made a partnerlink callout to an external bpel process. This partnerlink references the wsdl locally as opposed to directly referencing the process on the server. After

  • Inflation with different rates per year

    what am I doing wrong here trying to get compound inflation for 20yrs (starting at 2001) where the inflation rate increases each year. I'm missing something basic my inflated amt is coming up null when I use inflated_amt[iteration_number + 1 ] = infl

  • I can't find the pathfinder panel in Illus. cs4

    I have looked in my window menu and it is not there as a choice. I have typed in pathfinder and pathfinder panel in the help dialog box and neither word is found. Can anyone help. Please. thanks much. Betsy W.