Igb0 not running in a server T4-2

Dear Everybody,
After installing Solaris 10 01/13 in a server T4-2, I have also installed a proprietary application SW which uses the igb0 interface (actually the driver of the igb0 is linked to /dev/le, as the application recognizes the /dev/le interface name only).
When I try to initialize the program, it is blocked at the very beginning.
I am not very familiar with Solaris OS (just basic user level) and I am sure 100% that this could be the problem but I have a couple of questions (at least for the time being):
1. Is it necessary to install Patches of Solaris 10? In such a case, where can I download them?
2. When I run the command ifconfig -a the port igbo (the only one that is plumbed) is UP but NOT RUNNING ("Running" label is not displayed on the screen).
Please consider that RJ45  cable is not inserted in the IGB0.
My question is: the fact that the port is not RUNNING, indicates that it is not working at all, or that it is not considered active, as the cable is disconnected?
In the former case, how can I turn the port into a RUNNING state?
Thanks in advance
Regards
Andrea

1) you should be able to download patches for your version from https://support.oracle.com/ - you'll need to register.
2) is the other end of the network patch cable - ie. at the switch end, configured and UP? Sounds like it's not - well that's just a guess but sounds plausible.
From the ifconfig manpage:
RUNNING
         Indicates that the required resources for  an  interface
         are  allocated.  For some interfaces this also indicates
         that the link is up.
Have you tried to ping anything via IGB0?
HTH.
Julian.

Similar Messages

  • Add does not run with sql server 2008

    Hi all,
    My add on in the development environment does not run with SQL SERVER 2008. It ran well with SQL Server 2005 and sap b1 2207 B.
    On executing the project file system throws an error "YOU ARE NOT CONNECTED TO THE COMPANY"
    we are trying this scenario on a test machine where SAP B1 2007B with temporary license for one month and SQL server 2008
    is installed.
    Help needed.
    Thanking you
    Pradnya

    Hi Use this
    Dim i as integer
    i=oCompany.Connect()
    if i<> 0 Then
    msgbox(ocompany.GetLastErrorDescription ())
    end if
    the you will get the error description also use try catch wherever necessary
    Alternatively you can use
    Dim SboGuiApi As SAPbouiCOM.SboGuiApi
    Dim sConnectionString As String
    Set SboGuiApi = New SAPbouiCOM.SboGuiApi
    sConnectionString = Command
    SboGuiApi.Connect sConnectionString
    Set SBO_Application = SboGuiApi.GetApplication()
    Set ocompany = New SAPbobsCOM.Company 'initialate DI company object
      ocompany = SBO_Application.Company.GetDICompany
    HTH,
    Atul

  • Reports not running in development server - business object

    Hi friends,
    my all reports running in production server but some of are not running in develpment server.
    end users are accessing reports through URL ,
    what should be the problem ?
    any suggestion is appreciate.
    thanks.

    HI,
    Below is the URI i m getting.
    http://xyz.com:8080/businessobjects/enterprise115/admin/en/go.jviewer?init=connect&id=8479279&advprint=actx&nologon=viewerlogonform.csp&token=WFF999999SAS758%2EENT%2EWFB%2EBANK%2ECORP%3A6400%4018015619JNCzmr4fAbKrUTKT18014715JzUtK5C3UTCDAxoXONEOFF&relogon=WCSLOGONTOKEN
    "The database logon information for this report is either incomplete or incorrect."
    any help is appreciate.
    Thanks.

  • Application is not running in IntegratedWeblogic server

    I have installed JDeveloper & Webcenter for my project development work in my windows 7 64-bit machine.
    Here are the versions i have installed.
    1) Installed Weblogic server (Generic version for 64-bit machine - wls1035_generic.jar)
    2) Installed Webcenter 11.1.1.5.0
    3) Installed JDeveloper 11.1.1.5.0
    4) Configured the Weblogic server (along with webcenter components)
    In JDeveloper, I have simple application which pulls data from database (not involves any of Webcenter services). When i ran the application, the integrated weblogic server is started & running. But the application deployment is not happening.
    And I'm unable to stop the IntegratedWeblogic server also.
    Please help me in solving these 2 issues.
    Thank You.

    hi user,
    am not well aware about webcenter.
    so am replying for this statement,
    In JDeveloper, I have simple application which pulls data from database (not involves any of Webcenter services). When i ran the application, the integrated weblogic server is started & running. But the application deployment is not happening. And I'm unable to stop the IntegratedWeblogic server also. by default if you are running intergrated web logic server,
    it will automatically deployed and make it as run
    for example if you are running in intergared weblogic server means.
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application GeneralLedger stopped but not undeployed from Server Instance IntegratedWebLogicServer]
    [Running application GeneralLedger on Server Instance IntegratedWebLogicServer...]
    [01:48:18 PM] ----  Deployment started.  ----
    [01:48:18 PM] Target platform is  (Weblogic 10.3).
    [01:48:18 PM] Retrieving existing application information
    [01:48:18 PM] Running dependency analysis...
    [01:48:18 PM] Deploying 2 profiles...
    [01:48:20 PM] Wrote Web Application Module to C:\Users\rmsys0034\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\GeneralLedger\GeneralLedgerUIWebApp.war
    [01:48:20 PM] Wrote Enterprise Application Module to C:\Users\rmsys0034\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\GeneralLedger
    [01:48:20 PM] Redeploying Application...
    <Nov 25, 2011 1:48:20 PM IST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application GeneralLedger is not versioned.>
    [01:48:33 PM] Application Redeployed Successfully.
    [01:48:33 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
    [01:48:33 PM] http://192.168.1.163:7101/GeneralLedger-GeneralLedgerUI-context-root
    [01:48:33 PM] Elapsed time for deployment:  15 seconds
    [01:48:33 PM] ----  Deployment finished.  ----
    Run startup time: 15104 ms.
    [Application GeneralLedger deployed to Server Instance IntegratedWebLogicServer]
    Target URL -- http://127.0.0.1:7101/GeneralLedger-GeneralLedgerUI-context-root/faces/Login.jspxok
    if you hit means it will open some browser.
    if you are running your application in standlone weblogic server means,
    there some steps. to achieve that.
    go here.
    3.8.1 How to Start and Stop Integrated WLS
    http://docs.oracle.com/cd/E15523_01/webcenter.1111/e10148/jpsdg_prep_environment.htm#BABJGEFA
    is there any error shows in log.
    see log. if any error means. please paste here.
    Edited by: Erp on Nov 25, 2011 12:18 AM

  • WDPortalNavigation with portal not running on WD server

    Hello,
    I am trying to get my application to close itself and replace itself with a non-WebDynpro iView.
    I have been attempting to use:
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/contentlib/corporate/mss/iviews/test_iview",
                   WDPortalNavigationMode.SHOW_INPLACE,
                   String) null,
                   (String) null,
              WDPortalNavigationHistoryMode.NO_HISTORY,
                   (String) null,
                   (String) null,
                   (String) null);
    It seems to happily end the application (clicking on anything results in a "The Web Dynpro Application 'PortalNavTest' has expired" )- but nothing is loaded in its place.
    from reading the various posts in the forum, and the portal nav tutorial, I think that this should work, however I do have a landscape difference that I believe may be causing me a problem. The server which my wd app is running on is different to the server which my portal is running on. I'm not sure how my app would "know" what URL to use to fetch the new iview. Running on a different server does not cause me any issues with running the app normally, however, it does seem to cause a problem with portal navigation.
    in the help <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/d2/0357425e060d53e10000000a155106/frameset.htm">SAP Help - Calling Portal Services</a>
    there is a mention of being  "service factory provides a conduit to portal services to ensure that the proper service is called, even in cases when the Web Dynpro application and the portal are running on different machines". but on the same page of the help it says:
    "A portal service can be called only when the portal platform and the Web Dynpro application are running on the same machine.
    It is recommended not to use your Web Dynpro-based portal content in a global or federated portal scenario"
    To summarise, I'm confused! Can I use portal navigation in my application when it is not running on the portal server? Do I have to use Dynamic iViews in the page service? Can I even use the IWDPageService in NW04 (I can't seem to find the jar with this interface/class anywhere) and it's not mentioned in the NW04 help.. ?
    Am I just better off just opening the new iview in a new window in the application by passing in the absolute URL - ie - the portal iview URL?
    Any suggestions most welcome.
    Thanks,
    Chris

    Hi Chris,
    I have an issue on the same lines and just happened to stumble upon this thread. Can you please share how you resolved the problem?
    My Scenario - Here I am doing an absolute navigation to a web dynpro page which works fine when I am accessing the application within the producer. Now on accessing the application from consumer portal it opens up the page in a new window the url of which is that of producer. I have opened a thread for this. If you could reply there that is really appreciated.
    Federated Portal - Absolute navigation from Consumer opens new window
    Thanks,
    KN.

  • [CS4 Server Win]: Plugin does not run on Windows Server 2003?

    Hi,
    can anybody help?
    My plugin is running on Windows XP and Windows Vista.
    On both operation systems the scripting methods are visible in ExtendScript Toolkit and can be called by javascript.
    On Windows Server 2003 my plugin is not running, the scripting methods are not visible in ExtendScript Toolkit!
    What is missing?
    Thanks,
    Alois Blaimer

    > I am using Visual Studio 2008 with the VC++ 9.0 compiler.
    > Could this be a problem?
    Yes.
    CS4: use VC2005 + SP1
    CS3: use VC2005 without SP1
    CS2: use VC2003
    In my previous post I described one of the problems I found out the hard way - walking around in disassembler is a pain, even more Intel and Windows, comparing to Mac, and PowerPC. Since then I only use the official tools even if others tell it worked for them, and I keep the InDesign installations for final build and test on the earliest supported operating system.
    Dirk

  • Filesystemobject not run in tomcat server

    i have an html file , java script embeded in it, which creates a folder using filesystemobject. below is the code
    when i am running in internet explorer its working fine. when i am running using tomcat server erorr is coming.
    <HTML>
    <HEAD>
    <TITLE></TITLE>
    </HEAD>
    <style>
    .Field {color: black; border: 1px solid #FFFFFF; background-color: #FFCC00;}
    .Find {color:blue; font: 10px Arial;}
    </style>
    <script>
    var Fo =new ActiveXObject("Scripting.FileSystemObject");
    var fPth;
    function createnewfolder(fPth)
    TextArea1.value = fPth;
    var newFolderName = Fo.CreateFolder(fPth);
    var newFolderName1 = Fo.CreateFolder(fPth + "\\RawData");
    var newFolderName2 = Fo.CreateFolder(fPth + "\\GCPData");
    var newFolderName3 = Fo.CreateFolder(fPth + "\\RectifiedData");
    var newFolderName4 = Fo.CreateFolder(fPth + "\\Maps");
    </script>
    <body>
    <div>Enter path name and directory name and click button. (ex:C:\dirname or C:\dirname\subdir)</div>
    <div><input id="Text1" type="text" /><input id="Button2" type="button" value="button" onclick="createnewfolder(Text1.value)" /></div>
    <div><textarea id="TextArea1" rows="20" cols="50"></textarea></div>
    </body>
    </HTML>
    please any help

    error on page is displayed at the botton of internet explorer pape after clicking on the button.and folders are not created

  • SQL Procedure working when run manually, not running from sql server agent

    I have a procedure that runs fine using the execute command in SSMS, however putting the same command in a job gives the following error.
    line 9, character 9, unexpected end of input
    The code takes a very long XML string in UTF-8 encoding and puts it into a single nvarchar(max) cell. Then puts this string into a XML cell in a different table, allowing me to query the individual parts of the XML code using the nodes function. I cannot put
    the data directly into a nvarchar cell due to encoding differences.
    I can't reproduce the string here as it is very very long.
    I'm just looking for ideas really as to where it might be going wrong.
    Here is what I know so far:
    The procedure runs without issue when executed manually
    I have checked permission issues, and that doesn't seem to be the problem. The agent runs under my own account and I am a sysadmin on the database
    I split the procedure into seperate parts to locate exactly where the problem is occuring. Once again the seperate procedures run fine when executed manually but an error occurs when run through SQL Server agent.
    When the query is run seperately through SQL Server Agent it gives a slightly different error. This leads me to believe it is an encoding issue. However I am getting the XML from a webpage and I can't change the encoding on the webpage.
    line 1, character 38, unable to switch the encoding
    I know this is a long shot since you can't replicate the issue but if anyone could give an idea as to where to start looking for an answer, it would be greatly appreciated.

    Here's how I'm taking the XML data and putting it into an nvarchar(max) column (Column Name TEXT):
    Select @url = 'http://....'
    EXEC @hr=sp_OACreate 'WinHttp.WinHttpRequest.5.1',@win OUT
    IF @hr <> 0 EXEC sp_OAGetErrorInfo @win
    EXEC @hr=sp_OAMethod @win, 'Open',NULL,'GET',@url,'false'
    IF @hr <> 0 EXEC sp_OAGetErrorInfo @win
    EXEC @hr=sp_OAMethod @win,'Send'
    IF @hr <> 0 EXEC sp_OAGetErrorInfo @win
    INSERT #TextData(TEXT)
    EXEC @hr=sp_OAGetProperty @win,'ResponseText'
    IF @hr <> 0 EXEC sp_OAGetErrorInfo @win
    EXEC @hr=sp_OADestroy @win
    IF @hr <> 0 EXEC sp_OAGetErrorInfo @win

  • Windows Server Backup scheduled task run successfully but backup do not start (not running) on Windows Server 2012

    Hi,
    A backup job has been setup on Windows Server 2012 (Platform: Win32NT; ServicePack: ; Version: 6.2.9200.0; VersionString : Microsoft Windows NT 6.2.9200.0) via Windows Backup Software UI (Local Backup 1.0).
    It is appearing as a scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup" belonging to user 'nt authority\system' in task scheduler.
    The problem is that the Backup job never start despite the scheduled task running and completing successfully (when run automatically or manually)!
    Would you be able to explain why and assist in resolving that issue?
    Here is what we know:
    When the backup is run manually via the Windows Backup Software UI, it works fine.
    When the backup is run via command line (as set in schedule task) in a cmd command prompt (as local/domain 'administrator' or as 'nt authority\system' which is possible by running command prompt via 'PsExec.exe -i -s cmd'), something like "%windir%\System32\wbadmin.exe
    start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet", it works fine.
    If you manually run the preset scheduled task while logged in as administrator, the task run and complete successfully but the backup job does not start.
    Idem if you schedule task is run automatically at scheduled time.
    The schedule task run and complete successfully but the backup job does not start.
    It is confirmed by running the following in a command prompt as 'nt authority\system':
    schtasks /run /tn "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup"
    SUCCESS: Attempted to run the scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup".
    Despite success result, the Backup job does not start running...
    No errors or warning appears anywhere in Event Logs (Microsoft > Windows > Backup or Task Scheduler) nor in the scheduled task History tab. The schedule task complete successfully but no Backup job is run...
    If scheduled task automatically set by Windows Backup software is duplicated (copied) and set manually it runs fine as 'administrator' and as 'nt authority\system' (subject that 'nt authority\system' is added to the 'Backup Operators' AD group).
    Here is an export of the current pre-set schedule task, is there any settings that need to be changed to make it works?
    <?xml version="1.0" encoding="UTF-16"?>
    <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Author>MYDOMAIN\SERVER1</Author>
        <SecurityDescriptor>D:AR(A;OICI;GA;;;BA)(A;OICI;GR;;;BO)</SecurityDescriptor>
      </RegistrationInfo>
      <Triggers>
        <CalendarTrigger id="Trigger 1">
          <StartBoundary>2014-07-14T21:00:00</StartBoundary>
          <Enabled>true</Enabled>
          <ScheduleByDay>
            <DaysInterval>1</DaysInterval>
          </ScheduleByDay>
        </CalendarTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>S-1-5-18</UserId>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>true</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>false</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
        <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <Exec>
          <Command>%windir%\System32\wbadmin.exe</Command>
          <Arguments>start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet</Arguments>
        </Exec>
      </Actions>
    </Task>
    Thank you in advance for your feedback.

    Once again, the issue is not to run the backup manually from the command line but to have it run via the scheduled task setup by the Windows Backup software.
    By default, the schedule task is to be run as NT Authority\System, and when run under this account, the backup does not start (even though account is member of Backup Operators) and job can manually be run via elevated command prompt. This is not a normal
    behavior and constitute a major bug in Windows Server 2012.
    From my understanding the NT Authority\System account is a built-in account from Windows that should by default be part of the Administrators group (built-in) even though it does not explicitly appears like it in AD by default.
    This account shall have by default Administrators rights and Backup Operators rights (via the Administrators group) without being explicitly added to those groups (http://msdn.microsoft.com/en-gb/library/windows/desktop/ms684190%28v=vs.85%29.aspx). By design
    it is supposed to be the most powerful account which has unrestricted access to all local system resources. If that is not the case (as it seems) then this would constitute a major bug in Windows Server 2012 edition.
    As said previously and as you confirmed, currently by default NT Authority\System on Windows 2012 server cannot start backup manually via an elevated command prompt unless it is manually added to Backup Operators (or Administrators) group. But wouldn't that
    constitute a bug of Windows Server 2012?
    Our server has not yet been restarted since I added NT Authority\System account to the Administrators group explicitly manually so I cannot yet confirmed it would sort the issue. Indeed it is heavily in use so cannot easily be restarted. Will confirm when
    done.
    We also have an additional problem where after a while of last reboot, part of the Exchange ECP can no longer be properly loaded in the web browser due to compilation error (compilation is done via NT Authority\System account which seems to no longer have
    sufficient right to compile .NET code). What is strange is that it works at first and then stop working at some point... I am hopeful that adding NT Authority\System to the Administrators group would sort this issue as well but once again, that shall not be
    needed!!!
    Could a Windows Server 2012 update introduced some security policy changes or else that prevent NT Authority\System to have full power?

  • 32-bit executable does not run in Windows Server 2008

    Hi,
    Sorry if this question has been asked already. I am having trouble finding a solution in the NI knowledge base and here in the forums.
    I just created a simple UI standalone application in Labwindows/CVI with UI. It runs perfectly in XP when it was developed. When I ported this over to the Windows Server 2000 target and tried to run it, it is stuck in a Windows console and will not spawn main(). I tried both rebuilding it on the 64-bit machine as well as just running the exe as is, yielding the same results. I also tried running corflags against the exe on both the 32-bit dev machine and the 64-bit target but both output says "The specified file does no thave a valid managed header", which seems to be true for all CVI exe files.
    Through some troubleshooting, I was able to narrow it down to a call to a function in a dll (that apparently has already been working all along). If I comment out the two calls, main() would start and life is good again. I tried visually looking through the code in the project producing the dll and things are fine.
    Can someone provide me with some insight into how to proceed on this? Was it a bad build? Did I not configure the build environment correctly (I already tried changing the stack/heap usage)? Could this be caused by a bug in the software that the compiler didn't catch? What typically causes a freeze in the console that spawns main()?
    Please help! Thanks in advance!
    EDIT: BTW, I'm running LabWindows/CVI 2009 on both machines.

    One other possibility is having sufficient rights, especially if you are invoking it via some other app, rather than manually as a logged in user. If you are not logged in and instead invoke it via a web site action, I believe you will have problems reading the registry, accessing a desktop, writing to disk, etc.
    Sorry I can't be more definitive, but perhaps it will help.
    Please post your conclusion, if you find it.
    --Ian

  • War not running on managed server but run on admin

    Hi,
    WLS 10.3.1 , application deploy on admin runs successfully but doesnot runs when deployed on managed server.
    netstat show when access via browser the managed server show connection status as FIN_WAIT_2 but established when accessing via admin.
    any idea why?
    Thanks in advance.

    Hi,
    To understand your problem can you let us know
    - If you are using any proxy between the client and WLS.
    - Is this happing with only one managed servers or all the managed servers.
    - What is the basic difference with you try to access the same application when it is deployed on Admin sever and Managed server.
    - Does the response comes from the server (MS) after sometime or its stuck and you do not get any response, and if you do not get it then what do you error do you get if any.
    Regards,
    Ravish Mody

  • Report does not run from Reports Server 6.0

    When running a report via the Reports Server (6.0)
    the report is not executed.
    When checking the queue with rwrqv60 it says that
    status is enqueued.
    No other jobs exists in the queue. No changes has been
    done in the servers config-file (rep60_test.ora).
    Why isn't the job run?
    Anyone got any clues?
    Regards,
    Lars-Eric
    null

    hiya!
    this sounds a bit like you might be having a generalised problem with the sound card, or drivers on the PC (given that nothing is making any noise at the moment).
    let's quickly check up on something. go to your "Sounds and Audio Devices" control panel, and click the audio tab.
    is the correct default device showing up in "Sound playback"?
    love, b

  • Oracle report is not running on application server with more than 700 recod

    Hi,
    I have developed oracle report using dev suite report builder. When I am running using report builder then its running fine. Whenever I am deploying on application server and trying to run then its not executing. Then I have deployed same report with less than 700 records then its run fine.
    Please advice me if you have any solution
    thanks in advance
    umesh

    Hi Pavan,
    Thanks for reply.
    I have resolved this issue. This issue happen because of report server not able to handle large data. To resolve this issue I have made report server traces service off. Because of making traces off the report server fully utilized for report generation.
    Thanks,
    Umesh

  • Safari does not run at Windows Server 2003

    Any page I try to open at Safari, it just crashes (I mean, just closes) without any technical information.
    The most intersting fact is that when I go to preferences, just in the appearance tab make Safari close.
    And the most important fact is that I use Microsoft Windows Server 2003 R2 en-us. I NEVER was able to use Safari in any 2003 (since first Safari beta). I've tryed Safari in several of my 2003 machines (at least 4 very different ones). I got better in new versions (first Safari ones didn't even openup)
    I'v tryed so many things. Rename several folders, like safari.resources, run Microsoft Application Verifier to fool it as Windows XP, startup some services (like themes or Bonjour -- wich I use to disable), no solution at all. My sixt sense tells me that is is anything to do with some graphics rendering conflict, since it closes in the appearance and Safari have a different look from a regular Windows app window.
    Bottom line: any help ?

    The kinda answer I like: download, copy, mesh, hack. Looks very nice, must work in most cases, but not this time for me. Behavior was exactly the same, running the nightly build.
    Just for the records:
    Safari prefs in my Windows live happy in:
    C:\Documents and Settings\Administrator\Application Data\Apple Computer\Safari
    C:\Documents and Settings\Administrator\Local Settings\Application Data\Apple Computer\Safari
    These days I installed an Safari in a brand new 2003 and worked nice. Bug 4 x 1 Safari. Bug still winning.
    So, it must be some stuff, some little tricky service or software I install in my usual Windows.
    Anyway, thank you very much...
    If someone have some clue, I'll apreciate

  • Reports not running on Application Server 10g Release 3 (10.1.3)

    Hi,
    I've downloaded Application Server 10g Release 3 (10.1.3) from Oracle website and installed on my system in order configure report server and to run JSP web reports. But i'm unable to run web reports using the above version of Application server.
    While checking the componets included in above version of Application server(10.1.3), I found that it doesn't have "Forms and Reports services" included in it.
    Could anybody please confirm if its the reason why i'm not able to run the reports. What version of Application server should i download in order to configure and Run Web Reports?
    I would appreciate your expert advice on this.
    Thanks
    Ratheesh

    What version
    of Application server should i download in order to
    configure and Run Web Reports?10.1.2.0.2
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    See also Re: 10.1.3 - Reports Server?

Maybe you are looking for

  • Characteristic Relationship Error

    Hi I am deriving 0fiscper by concatenating 0fiscper3 and 0fiscyear. This works perfrectly in BPS. However, when I define the characteristic relationship in IP I get hte following error when checking: Characteristic relationships for InfoProvider ZSEM

  • KUP-01005 error when selecting external table

    Hi All, My name is arun. I am having trouble resolving the following error. I tried to google, search oracle forum but no avail. I would really appreciate some help? I hope someone point me to the right direction with this problem. Thank you. Scenari

  • The joke is on us....

    there i am, figuring out how to port my osx itunes into xp, and looking for a utility that would let osx read an ntsf partition and BAM, norton virus auto-protect pops up and shows me i have a piece of adware. 10 seconds later there were over 10. i r

  • How to change the value of root-context in application.xml

    Hi all, I want to deploy an 1.4 application to SAP NetWeaver CE server. Since the name of my web-project is pretty long, I prefer to change the context-root atribute in the deployment-descriptor. Is that right that the context-root entry only can be

  • [Solved] Lost sound with xMonad

    Hello, I lost the sound when I run xMonad. When I run gnome everything works fine. Someone from the xMonad mailing list said I must be forgetting to start alsa or pulseaudio daemons. How do I do that? Thanks! Last edited by eskatrem (2012-07-16 19:33