BOE 3.1 SR3 on Solaris SPARC - how to for Int kit for SAP Solutions ?

Hi,
this is my first BOE installation and I've just installed the BOE SR3 Enterprise Server on Solaris SPARC with SAP WAS 7.0 and Oracle 11.2.0.2 providing the CMS database location and the Java application server for the BOE applications.
The installation went ok and all BOE Server services are running. I've now got to install the XI 3.1 SR3 BOBJ Integration for SAP Solutions kit and have read the installation and administration guide for this.
The pre-requisites state that the SAP RFC & Java Connector needs to be put in place before deploying. Are these not part of the NW 7 WAS 7.0 Java Server anyway ?
If anyone has any pointers to more detailed instructions for doing Integration for SAP solutions kit other than the guide then please let me know.
Regards,
Brian.

Hello Ingo,
many thanks for your reply, although I'm still confused. My Business Objects 3.1 Enterprise Server runs on the same host as a NW 7 WAS and has it's applications deployed and running on the NW 7 WAS Java instance .According to OSS 549268 you should not use the standalone SAP JCO connector if your applications are running on a SAP WAS - it has it's own integrated SAP Java Connector
"SAP JCo is available for two different environments: there is the standalone version and the version integrated in the SAP J2EE Engine. These two JCo variants have a compatible API but are implemented differently, so you may not mix them together within one environment.
SAP JCo 2.1 is the standalone version and can be used in all Java applications not running in an SAP J2EE Engine environment.
So it seems I don't need to use the standalone Java connector ?
Regards,
Brian.

Similar Messages

  • XI 3.1 SR3 on Solaris SPARC - using ccm.sh to add new node ?

    Hi,
    I'm configuring the XI 3.1 SR3 Integration for SAP component on my newly built BOE 3.1 SR3 environment and have a question on the "configuring SAP server side trust" part of the configuration. On page 91 of the Int Kit for SAP guide it states that :-
    To configure BusinessObjects Enterprise servers
    After you generate a PSE for BusinessObjects Enterprise, you must configure
    an appropriate server structure for SAP processing. The following procedure
    creates a node for SAP processing servers, so that you can set operating
    system credentials on the node level.
    Note:
    In this version of BusinessObjects Enterprise, servers are no longer
    configured in the Central Configuration Manager (CCM). Instead, a new
    Server Intelligence Agent (SIA) must be created.
    1. In the CCM, create a new node for SAP processing servers.
    Give the node an appropriate name such as SAPProcessor. For
    information about nodes, see u201CAdding a nodeu201D in the SAP BusinessObjects
    Enterprise Administrator's Guide.
    2. In the CMC, add the processing servers you need to the new node, then
    start the new servers.
    For information about adding and starting servers, see the u201CManaging
    and Configuring Serversu201D chapter of the SAP BusinessObjects Enterprise
    Administrator's Guide.
    The trouble is that the BOE S.1 SR3 administrators guide for "adding a node" on page 63 describes the process on windows where the ccm GUI tools is used. On unix however the ccm.sh command line tool needs to be used and looking at the "ccm.sh -help" options I can't see anything listed that could be used to perform this add node procedure.
    Can anyone suggest to me how I can setup this new node that is required so I can continue with the XI 3.1 SR3 Integratrion for SAP setup.
    Regards,
    Brian.
    I'm new to BOE so please accept my apologies if this is a basic task.

    Hi Seb,
    thanks for this. I suppose I'm unsure on this due to me only just becoming involved with BOE, the Integration for SAP document isn't very clear on this process for setting up a new SIA. I checked with the project manager and this needs to be setup to enable their planned usage. I'll take a look at using the serverconfig.sh utilility to create a new SAPProcessors "node".
    I'm assuming I can then use the CMC as per step 2 in the XI3 SR3 Integration for SAP guide, page 91 :-
    To configure BusinessObjects Enterprise servers
    After you generate a PSE for BusinessObjects Enterprise, you must configure
    an appropriate server structure for SAP processing. The following procedure
    creates a node for SAP processing servers, so that you can set operating
    system credentials on the node level.
    Note:
    In this version of BusinessObjects Enterprise, servers are no longer
    configured in the Central Configuration Manager (CCM). Instead, a new
    Server Intelligence Agent (SIA) must be created.
    1. In the CCM, create a new node for SAP processing servers.
    Give the node an appropriate name such as SAPProcessor. For
    information about nodes, see u201CAdding a nodeu201D in the SAP BusinessObjects
    Enterprise Administrator's Guide.
    2. In the CMC, add the processing servers you need to the new node, then
    start the new servers.
    For information about adding and starting servers, see the u201CManaging
    and Configuring Serversu201D chapter of the SAP BusinessObjects Enterprise
    Administrator's Guide.
    Regards,
    Brian.

  • How to configure dba cockpit in sap solution manager

    Hello colleagues,
    how to configure dba cockpit in sap solution manager??
    Thanks!

    Hi Victor,
    Please go through this doc, it might helps you.
    Sap Solution Manager - Dbacockpit
    Sap Solman Instguide Dba Cockpit Setup
    Regards
    Amit

  • How to Unlock the Object in SAP Solution Manager

    Hi all,
    Iam trying to Upload the TS into Solution manager, but the Project Documentation TAB is locked by another User.So i am unable to get ADD button enable
    I dont have access to SM12 or SE03. How to Unlock this
    Regards

    This is not the right forum to ask your doubt. Post this in Solution Manager forum
    SAP Solution Manager
    Regards,
    Prateek

  • How to set up approval process for test case in SAP solution manager?

    Hi Experts,
    We need to setup a 2 level approval process for test case documents in SAP Solution Manager.
    e.g. If test case document is uploaded for transaction "MM01" then first it will go to Reviewer1. Once Reviewer1 approves it , should go to Reviewer2.
    Adn finally once reviewer2 approves it , it will be complete.
    What are the required configurations and steps for approval process setup? It will be helpful if screenshots and detailed steps are provided.
    Thanks.
    regards,
    Sanjana

    Hi,
    the above requirement we are going develop add on.below code is there. in this code how we can set for line level amount instead of document total amount
    Private Function GetCondition(ByVal sCondition As String) As ApprovalTemplateConditionTypeEnum
            Try
                Select Case sCondition
                    Case "Deviation from Credit Limit"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromCreditLine)
                    Case "Deviation from Commitment"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromObligo)
                    Case "Gross Profit %"
                        Return (ApprovalTemplateConditionTypeEnum.atctGrossProfitPercent)
                    Case "Discount %"
                        Return (ApprovalTemplateConditionTypeEnum.atctDiscountPercent)
                    Case "Deviation from Budget"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromBudget)
                    Case "Total Document"
                        Return (ApprovalTemplateConditionTypeEnum.atctTotalDocument)
                End Select
            Catch ex As Exception
                MsgBox(ex.Message())
            End Try
        End Function
    Please guide me.
    Regds,
    Samapth Kumar.

  • How to create contact person on SAP Solution Manager

    Dear all.
    I installed SAP Solman SR3, I config solution manager for download support package. When I use the transaction AISUSER to assign user and contact person. I receive the information:" Partner 000xxxxxx not found". I saw in Solman SR2 didn't have this error.
    Now I want to define contact person ! Please help me if you know about this problem.
    thanks all so much.

    Hi Thao
    We have 2 column in AISUSER transaction table....
    one is USer in which userid for the person is entered
    sec is contact person in which S-Userid is entered(Delete the S and Leading Zeros from it)
    The error which you are facing is because when you enter the entry a check execute by the system is enquireing the table AIContacts which is update by a background job .....................so have you scheduled this standard job .........REFRESH_ADMIN_DATA_FROM_SUPPORT.
    Also posting the help log for the ur convenience....
    Procedure to remove the error
    Please check if you entered the correct number (S-User without S) or use the value help for this field. If the value help doesn't provide any data the report AI_SC_REFRESH_READ_ONLY_DATA has not been run yet. It should be scheduled daily with transaction SM_CONFIG_JOBS as job REFRESH_ADMIN_DATA_FROM_SUPPORT. However if you want to run this job successfully the user who created the job must be maintained in transaction AISUSER first. So you should ignore the warning for this purpose, maintain the partner for this user and continue maintaining this table after the job has fetched the contact data for the value help from SAP Support Portal successfully.
    Even then it can happen, that you don't find the partner number in the value help. The reason for this may be, that the user doesn't have enough authorizations for some actions, since only users with certaine authorizations are downloaded from SAP Support Portal. So you also may ignore the warning in this case, as long as there is no typo in the partner number.
    Hope it clarifies your doubt
    Regards
    Prakhar

  • How to recover recovery kit for hp 15 notebook r204-tx

    Recovery drive is damaged so I am not able to reinstall windows 8.1

    If that is so, then you have two options: 1) use the usb recovery flash drive you should have already created2)  purchase a recovery flash drive from HP. Ordering a recovery disk set from HPOn the web document, click on the country in which you reside for ordering information.The cost is usually around $40.00 USD or less.

  • Oracle Solaris SPARC(64bit) 12 release is not showing certified for Oracle DB 12c

    While installation of 12c Database in Oracle Solaris SPARC(64bit) 12 , getting following error.
    INS-13001 Environment does not meet minimum requirements.
    Can we install the older version of Solaris SPARC (64bit) 11 ?, or is there any solution for this error, Thanks....

    Oracle Solaris 12 doesn't exist outside Oracle.
    You should in this case use either Solaris 10 Update 10 or 11, or Solaris 11.0.7.5.0 at least.

  • How to install Apache Web Server with PHP on Sun Solaris Sparc machine

    Hi,
    We are trying to install the Apache Web Server and the PHP package on a Sun Solaris Sparc machine running on SunOS 5.8. We are having compilation problems with the source code of both these packages.
    Does anybody know if there are ready solaris packages for Apache and PHP available from where we can download and install instead of source code compilation?
    Or any instructions / things to watch for when installing Apache with PHP (if anybody has tried installing Apache with PHP on Sun Solaris earlier) is most welcome.
    Thanks,
    Harish

    Apache should be bundled along with Solaris check in "/var/apache" in Solaris 8 and Solaris 9
    php is available at www.php.net
    I found an old document for installing PHP maybe this will help.
    Cheers
    -Dhruva
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++Installing PHP 3.x for Apache 1.x.x on Solaris
    Introduction
    This document describes how to install PHP for Apache on Solaris.
    You should have Apache installed before trying to install PHP.
    If you want to use PHP with MySQL then you must install MySQL first.
    Before we Begin
    1. These instructions assume that you have Apache installed according to instructions.
    Getting PHP
    1. You must be logged in as root to perform this installation.
    su root
    2. I save all my downloads in:
    /usr/local/dist
    If you don't already have one, you may need to create that directory now:
    mkdir /usr/local/dist
    3. You can get PHP 3.0.14 from here(www.php.net).
    cd /usr/local/dist
    ftp ftp.php.net
    cd pub/distributions
    bin
    get php-3.0.14.tar.gz
    bye
    Installing PHP
    1. We will install PHP in /usr/local/build, but use a tricky tar command
    to do it in on hit from the download directory:
    cd /usr/local/dist
    tar xvfz php-3.0.12.tar.gz -C ../build
    Compiling PHP
    1. First let's get where the action is:
    cd /usr/local/build/php-3.0.14
    2. You now have 3 options:
    * Simple PHP install without MySQL - goto step 3
    * Simple PHP install with MySQL - goto step 4
    * Custom PHP install - goto step 5
    3. Simple PHP install without MySQL. Next, jump to step 6.
    ./configure --with-apache=../apache_1.3.12
    4. Simple PHP install with MySQL. MySQL must be installed before you can configure PHP to use it. I recommend that MySQL should always be reachable with /usr/local/mysql. Even if you install it else where you
    should create a symbolic link from /usr/local/mysql. Otherwise the compiler can have problems finding the mysqlclient library. The command
    should look like this:
    ./configure with-mysql=/usr/local/mysql with-apache=../apache_1.3.12
    Next, jump to step 6.
    5. Custom PHP install. Take a look at the available configuration directives by using this command:
    ./configure --help
    6. Now we can make the PHP executable. This may take a while.
    make
    7. Now we install the PHP module with:
    make install
    Adding the PHP Module to Apache
    1. Now we have to setup Apache to include the PHP module:
    cd ../apache_1.3.12
    2. Re-configure Apache to use the PHP module. You should use your previous Apache configure command along with the PHP activate module directive.
    You can see your previous Apache configure command by doing:
    cat config.status
    You can configure Apache using the previous command with the added PHP module by doing:
    ./config.status --activate-module=src/modules/php3/libphp3.a
    If you used the simple Apache install from instructions the command will look like this:
    ./configure prefix=/usr/local/apache activate-module=src/modules/php3/libphp3.a
    3. Make and install Apache with PHP enabled:
    make
    4. We need to stop the server before installing the files:
    /usr/local/apache/bin/apachectl stop
    5. Now we can install the new binaries:
    make install
    6. Start apache again (now running the new php enabled version):
    /usr/local/apache/bin/apachectl start
    Setting Up PHP
    1. We have to tell Apache to pass certain file extensions to PHP. We do this in Apache's httpd.conf file.
    cd /usr/local/apache/conf
    2. Edit the httpd.conf file. If you do a search for php you will find a couple of commented out lines telling Apache to use the PHP module. You should uncomment them to look like this.
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    3. I prefer to use the extension .phtml, you can use whatever extension you like (even .html) by adding lines to httpd.conf like this:
    AddType application/x-httpd-php3 .phtml
    Check that it Works
    1. We have to restart Apache to make these changes take effect on the running server.
    cd /usr/local/apache/bin
    ./apachectl restart
    2. Apache should now be running with PHP enabled. The server version should include PHP/3.0b2.
    ./apachectl status
    Apache Server Status for dev.synop.com
    Server Version: Apache/1.3.9 (Unix) PHP/3.0.12
    Server Built: Oct 25 1999 00:37:07
    3. Now it is time to test PHP with a page. The simplest thing to do is create a page called test.php3. My file is here. This file contains the
    following text:
    <?php phpinfo(); ?>
    4. Point your browser at this file on the virtual host which you used:
    http://localhost/test.php3

  • How can I install Oracle Database 10g for Solaries (SPARC) from the console

    Dear Forum Members,
    In my office, I have to installed Oracle Database 10g for Solaries (SPARC). But I have to do it without DISPLAY Monitor.Is it possible install it by remote login to this server using response file (silent mode) or something like that?
    If yes. Then How?
    If anyone have the exact solution, then I need your feedback. I shall wait for your reply.
    Thanks
    Aungshuman Paul

    There are 2 possible ways to accomplish this.
    First,
    Silent installation
    http://www.informit.com/articles/article.asp?p=174771&rl=1
    Second, (cut/paste from other site)
    How to install Oracle software remotely?
    Remote Software Installation Steps: (For Solaris only)
    If you want to install Oracle Software remotely, you should perform the following steps. These steps are applicable only if your source and target machine are running Unix.
    For example, you can install Oracle Software from your home from Washington, DC to a target source in California.
    1. Pick your source server or machine for remote installation.
    2. Check that your CD is in your source CD-ROM drive.
    3. On the target machine, find your target machine name with the output of the /usr/bin/hostname
    4. On the source machine, login as a user.
    5. On the source machine, enable client access: % /usr/openwin/bin/xhost + target-machine-name
    6. Become root user by typing: su (don’t use -)
    7. Check that Volume Manger is running. # ps –ef |grep vold (if you see an entry that contains /usr/sbin/vold, Volume Manager is running. Then skip to Step 10.
    8. If not then do the following: # mkdir –p /cdrom/your-cd-file-name
    9. # mount –F hsfs –r cdrom-device /cdrom/your-cd-file-name
    10. Add the following line to your /etc/dfs/dfstab file: # share –F nfs –o ro /cdrom/your-cd-file-name
    11. Verify whether your source machine is an NFS server: # ps –ef | grep nfsd
    12. If you see an entry that contains /use/lib/nfs/nfsd –a 16, then nfsd is running and skip to Step 16.
    13. If nfsd is running, then type: # /usr/sbin/shareall
    14. If nfsd is not running, then start nfsd by typing: # /etc/init.d/nfs.server start
    15. Verify whether your source machine is an NFS server again by typing: # ps –ef | grep nfsd
    16. Make sure your source machine is exporting your product directory by typing: # /usr/sbin/dfshares
    17. Now, log in to the target machine by type: # rlogin target-machine-name –l user (not root)
    18. Then log in as the root user by typing: # su
    19. Go to the source machine by typing: # cd /net/source-machine/cdrom/your-cd-file-name ,then Skip to 24.
    20. If you cannot change to that directory in Step 19 and you do not have an auto-mounter on your network, then create amount point by typing the following commands.
    21. # mkdir /remote_products
    22. # /usr/sbin/mount –F nfs –r source-machine:/cdrom/your-cd-file-name /remote_products
    23. # cd /remote_products
    24. Redirect the target machine display to source machine by typing: # DISPLAY=source-machine:0; export DISPLAY (if you use a Bourne or Korn shell).
    25. Start the Web Start Installer by typing: # ./installer (or whatever the installer name program is).

  • Oracle 8.1.6 on Solaris (SPARC) & EJB's

    Hi all,
    I would like to know if anybody is successfully using Oracle 8.1.6 on Solaris (SPARC) and EJB's or any other JServer Technology? If you have any advice for implementing JServer technologies on Solaris, please feel free to elaborate.
    Thanks in advance,
    Rob
    null

    Could you tell us how to do that????
    We all met the ORA-01034 problem!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Wile E. Coyote:
    Yes, that's no problem
    I've installed 8.1.6 on several machines running Solaris 8 without any problem<HR></BLOCKQUOTE>
    null

  • Upgrade 10.1.0.5 to 10.2.0.4 on Solaris SPARC 64bit (on VCS) Hangs

    Hi
    Im in progress of upgrading a 10.1.0.5 Database to 10.2.0.4 on Solaris SPARC 64bit with VCS installed.
    I installed the base 10.2.0.1 and then 10.2.0.4 and then CPUJAN2010 without failure. I began the upgrade as per the b14238.pdf (Oracle® Database Upgrade Guide 10g Release 2 (10.2) B14238-02 January 2008)
    Its seems hung since last Friday morning, but the smon process is first on "top" command so it must be doing something.
    Any idea how I can resolve this issue?

    upgrade.log
    462 -- ALTER USER system privilege
    463 -- EXAMPLE
    464 -- dbms_epg.authorize_dad('HR');
    465 --
    466 procedure authorize_dad(dad_name IN varchar2,
    467 user IN varchar2 DEFAULT NULL);
    468
    469 --
    470 -- Deauthorizes a DAD's use of a user's privileges to invoke procedures and
    471 -- access document tables. The invoker can always deauthorize the use of
    472 -- his own privileges. To deauthorize the use of another user's privileges,
    473 -- the invoker must have the the ALTER USER system privilege.
    474 --
    475 -- PARAMETERS
    476 -- dad_name The DAD to deauthorize use
    477 -- user The user whose privileges to deauthorize. If the user is NULL,
    478 -- the invoker is assumed. The username is case-sensitive as in
    479 -- the USERNAME column of the ALL_USERS view.
    480 -- RETURN
    481 -- None
    482 -- EXCEPTIONS
    483 -- - if the user does not exist
    484 -- - if the invoker deauthorizes for another user but he does not have the
    485 -- ALTER USER system privilege
    486 -- EXAMPLE
    487 -- dbms_epg.deauthorize_dad('HR');
    488 --
    489 procedure deauthorize_dad(dad_name IN varchar2,
    490 user IN varchar2 DEFAULT NULL);
    491
    492 END dbms_epg;
    493 /
    Package created.
    SQL> show error
    ====================================================
    I get the feeling that not all the info has been written to this file.
    Previous to this the database took 1.5 - 2 hours to shutdown immediate (straight after startup restrict) with smon process using lots of cpu...may be related to above problem.
    (Waiting for smon to disable tx recovery)

  • Windows ODBC Client for Timesten in Solaris Sparc

    Hello, i need help to solve this issue :
    I have a Timesten version 5.1.28 ( 32 bits) running in Solaris Sparc and a Windows 2003 server connected to the same network.
    I need to install a Timesten ODBC client in my windows 2003 server in order to get connection to my timesten database in Solaris.
    How can i get a timesten ODBC client for Windows ??
    Thanks for your Help
    Luis.

    Hi Luis,
    TimesTen 5.1 is a desupported release. If you are a licensed TimesTen customer, you need to contact the TimesTen Support team to get your issue resolved as the 5.1 release is not available for download from OTN.
    To contact the Oracle TimesTen Support team, please open a Metalink case for the TimesTen product, the product number is 1870. This will get routed to the Oracle TimesTen Support engineers.
    If you already have the Windows 5.1.28 TimesTen bits, you can do the client only installation.
    -scheung

  • Where do I download Oracle ESB 10.1.3.4 for solaris sparc?

    Hi,
    Where can I download Oracle SOA Suite ESB 10.1.3.4(only ESB, BPEL is not required).
    I could find the following link:
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    which has Oracle Enterprise Bus 10g (10.1.3.1.0). What is the patch number for upgrading this to 10.1.3.4?
    I believe we get latest Oracle Apps and database adapters out of box with ESB 10.1.3.4. If not please suggest me where I can get these.
    Also I need an SAP adapter which is not given by default with ESB 10.1.3.4. Please suggest me where I can download this from and how I install it.
    Please give me the links for downloading
    Oracle SOA ESB
    version - 10.1.3.4
    Operating system: Solaris Sparc
    Adapters: SAP, Oracle Apps and database.
    Thanks.

    Thanks Marc.
    I was not able to find the patch on metalink. Could you please give me the patch number specific to only ESB 10.1.3.4 if you have.
    I have the 10.1.3.4 patch number(7272722) for the complete SOA suite.
    Also please comment on adapters part.
    Thnaks.

  • OEM 12c for solaris (sparc) disk2 download failed

    I am trying to download OEM 12c for solaris (sparc) from below link but disk 2 download failed after 80% with a error saying connection to server closed. I tried it couple of times with different browsers even from different machine but still same error. Disk 1 downloaded successfully but disk2 always failed right at 80% after 2.4 GB downloaded. It makes me belive that it is a problem related to source file or server. Anyone has similar experience and know how to get it solved?
    Appriciate for your help.
    http://www.oracle.com/technetwork/oem/grid-control/downloads/solsoft-094433.html

    I can't download it either, and nor can any of my colleagues, using any browser. I am in UK, I suspect there's an issue with the Oracle mirrors, and that if you are downloading from US it probably works fine. Can someone from Oracle investigate this please?
    We consistently get the same result: the downloaded file is: 2,732,571,489 bytes, rather than 3,430,333,041 bytes. It will not unzip as it is not a valid archive, error message:
    bash-3.2# unzip em12_solaris_sparc64_disk2of2.zip
    Archive: em12_solaris_sparc64_disk2of2.zip
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of em12_solaris_sparc64_disk2of2.zip or
    em12_solaris_sparc64_disk2of2.zip.zip, and cannot find em12_solaris_sparc64_disk2of2.zip.ZIP, period.
    However, this error message is caused by an invalid / incomplete zip file.
    I have also tried Oracle Edelivery site with same result.
    TIA!

Maybe you are looking for

  • Connection error Altova XML Spy

    Dear good afternoon, Someone knows because the program can generate Altova XMLSpy me the following error when trying to connect: HTTP error: could not PROPFIND file '/B1iXcellerator/exec/dummy/' on server 127.0.0.1 (403) The integration is working pr

  • Regarding transport management

    hi, will you please tell me wht is transport management system? thanks & regards ramnaresh

  • Access Policy

    Can someone tell me if the below is available in OSB 11g.Or if this has been removed from OSB? "Locating Access Control Policies The Security page provides a link to the access control policies for a proxy service in the current ALSB domain. This pag

  • Sims 3 doesn't work

    Hi everybody ! I've got a big problem with my game The Sims 3. I have a Macbook Pro Retina 15" and the game does'nt work very well on it : it crashes and quit the game every time. I only can play maybe 15 minutes max. I can't even create a family. Do

  • I click on a yahoo new article, it displays for a few seconds and then I get a blank screen.

    It happens only in Firefox,not explorer. When I click on a yahoo news article, it displays for a few seconds and then goes to a blank screen. I've run virus scans, eliminated all cookies, all to no avail. == This happened == Not sure how often == I'm