Treemap Chart not showing on Server

Hi,
I ran into an "Unexpected error occurred; contact your system administrator" error when I try to use the Treemap in my Dashboard. The treemap looks fine in Design Studio, but when I run it locally or on the server, the error occurs. The error message displayed is " Object doesn't support property or method 'toUpperCase'.
Has anyone else experienced this error before?
Any help would be much appreciated. Thanks in advance.

Hi Jonathan - which version of Design Studio are you using? 1.3 or 1.4?
There is a note for 1.3 - see http://service.sap.com/sap/support/notes/2025949
Tammy

Similar Messages

  • Crystal Report Chart not showing up in Web Portal

    I have a created a chart using Crystal Reports(runs fine in Crystal) and published it on our Report Server. When I went to look at the report on our Web portal, the text objects were visible however the chart was not. Portal is in JSF technology (IceFaces) on JBoss server.
    Anyone know why this happening?
    I founded post
    [Re: Crystal Viewer in Servlet does not show graphics|Re: Crystal Viewer in Servlet does not show graphics]
    I have this in web.xml
    <context-param>
             <param-name>crystal_image_uri</param-name>
             <param-value>/my_app_name/crystalreportviewers115</param-value>
    </context-param>
    But in URL like this one
    /my_app_name/crystalreportviewers115/crystalimagehandler.jsp?dynamicimage=crystal7652571164231307864.png
    I haven't file "crystalimagehandler.jsp" I also didn't found "crystal7652571164231307864.png" file. how to resolve this problem?

    Yes I did. I created file "crystalreportviewers115" in my "WEB-INF" and coped there all file from "C:\Program Files\Business Objects\Common\4.0\crystalreportviewers12\".
    In tutorial which i founded [here|http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/JRC_SDK/jrc_java_dg_doc/doc/jrcsdk_java_dg/Tutorials2.html#1459845] they saying that I must copy file "crystalreportviewers115" but in my case I have "crystalreportviewers12" and:
    - ChartSupport
    - java
    - managed
    In my case i haven't file "crystalreportviewers115" but "crystalreportviewers12".
    In eclipse the structure of my app (its "Dynamic Web Project") looks like:
    - myapp:
    _______ src
    _______ crystalreportviewers115
    _______ WebContent:
    _________________ WEB-INF
    Any advice?

  • Charts not showing on report

    I've had crystal reports running for some time on our dedicated Internet server. This has been working OK for the last 10 months.
    I've added a new report which now uses charts however I'm having problems in that the chart does not get displayed. No red cross, just a blank white image with no chart.
    I've reviewed many support forums and as a result have doubled checked all entries in my web.config and file permissions on temporary file locations. Everything seems OK...
    I would point the blame at either something to do with the handlers surrounding CrystalImageHandler.aspx or file permissions, but what I don't understand is that embedded images within the report are working perfectly OK. It is  just the chart which is not showing.
    I double checked the image http location and both my embedded image and chart use the CrystalImageHandler.
    Embedded Image:
    http://mydomain.com/auth/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_5ba728a0-45a7-4732-938f-9ec0e0f9231a.png
    Chart:
    http://mydomain.com/auth/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_d4217261-ff67-48d5-97a8-be1fc6bdbe4e.png
    Even tried these in new browser windows. The first address shows, the second just shows a blank image.
    I've tried the exact same report from my local host and it works perfectly ok.
    I've also tried running procmon on the server to try and identify any ACCESS DENIED messages but none are shown.
    Any ideas to what might be wrong?
    Im using Crystal Reports 2008 with .Net 3.5 (Visual Studio 2008) on IIS7 Windows 2008 Server.
    Thanks in advance.
    James

    I tried to register the DLL however,
    regsvr32.exe "c:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sscsdk80.dll"
    generates the following windows error:
    The module "c:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sscsdk80.dll" failed to load.
    Make sure the binary is stored art the specified path or debug it to check for problems with the binary od dependent .DLL files.
    The application has failed to start because its side-by side configuration is incorrect. Please see the application log for more detail.
    Appliction log entry
    Activation context generation failed for "c:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sscsdk80.dll". Dependent Assembly Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053" could not be found. Please use sxstrace.exe for detailed diagnosis.
    I've run procmon and examined w3wp.exe on just processes and threads and everthing qappears to be OK, everything reports as SUCCESS. I've uploaded the output here:
    http://www.fastlanesystems.co.uk/tmp/08122010-crystal-chart-issue-procexplorer.txt
    Any other ideas to why this might not be working?
    Thanks
    James

  • Some Images Not Showing on Server

    Five of my images aren't showing up online. They appear fine when previewed on my computer and even appear in Adobe Browser Lab.
    I've re-uploaded them several times.
    I've deleted them from the server before re-uploading them.
    I've created new ones and replaced them.
    I've emptied the cache.
    I've reset the browser.
    I've clicked reload.
    I've re-uploaded the CSS file and HTML page.
    The page has passed validation.
    The  top and bottom round-cornered navigation rollovers are missing, and the "Concessions" photo link (lower right corner) isn't showing its rollover image.
    http://home.comcast.net/~steven.kay/sea/
    I'm stumped.
    Steve

    As an aside note, whilst your roller image is present an correctly uploaded to the server if you use a lowercase 'i' for the word 'images' in the url link your top and bottom navigation images are not on the server at all, either with the upper case 'I' present:
    http://home.comcast.net/~steven.kay/sea/Images/site-wide/nav_off_top.png
    or amended to lower case 'i':
    http://home.comcast.net/~steven.kay/sea/images/site-wide/nav_off_top.png
    I'd check and make sure those images are in the correct folder and have been uploded to the server.

  • Programitically creating column series to flex chart not showing the chart

    I want to create n number of series dynamically when i run my
    application.
    where n can be any value it depends on the data which i
    retrieve from database. below i pasted the example
    ( in this example i have taken n = 4 i.e., CountMax=4 if i
    change the CountMax=6 then it should generate 6series dynamically
    after calculating the values. ). just copy the below code and paste
    it in Flex builder and run the application.
    in this example i am facing problem, chart series are not
    showing. i dont know the reason why its not showing, if anyone got
    the solutions for the problem please let me know. my actual
    requirement is to retrieve data from Salesforce account and want to
    populate the arraylist then display the chart.
    <?xml version="1.0"?>
    <!-- Example showing using mx:LineSeries vs using AS to
    create chart series programmatically -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="drawChart()" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.charts.series.ColumnSeries;
    import mx.charts.series.LineSeries;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var categoryArray:ArrayCollection = new
    ArrayCollection();
    [Bindable]
    public var sArray:ArrayCollection = new ArrayCollection();
    public function drawChart():void
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 6;
    var tmpArr:Array = new Array();
    categoryArray.removeAll();
    for(var n:int = 0; n < 10; n++)
    tmpArr[n] = histMin + Math.round((2 * n) / 20 * (histMax -
    histMin));
    categoryArray.addItem({data:tmpArr[n]});
    // Add a series to the chart with the x-values and y-values
    // from the arrays and set the series type to a column chart
    for(var chartSeries:int = 0; chartSeries < countMax;
    chartSeries++)
    var tmpseries:Array = new Array(10);
    for(var i:int = 1; i < 10; i++)
    tmpseries = 3 * Math.random();
    var cs:ColumnSeries = new ColumnSeries();
    columnchart1.series.join( = [cs];
    sArray.addItem({data:tmpseries});
    //columnchart1.dataProvider = sArray;
    cs = new ColumnSeries();
    cs.dataProvider= sArray;
    cs.displayName = 'Series';
    cs.yField = 'data';
    columnchart1.series[chartSeries] = cs;
    ]]>
    </mx:Script>
    <mx:Panel title="Dynamic Series Adding Sample"
    width="195%" height="90%" layout="absolute">
    <mx:ColumnChart id="columnchart1" height="338"
    width="396" showDataTips="true" type="stacked" x="10" y="0">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{categoryArray}"
    categoryField="data"/>
    </mx:horizontalAxis>
    <mx:verticalAxis>
    <mx:LinearAxis baseAtZero="true" maximum="3"
    autoAdjust="true"/>
    </mx:verticalAxis>
    </mx:ColumnChart>
    </mx:Panel>
    </mx:Application>

    <?xml version="1.0"?>
    <!-- Example showing using mx:ColumnSeries vs using AS to
    create chart series programmatically -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="drawChart()" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.graphics.SolidColor;
    import mx.charts.HitData;
    import mx.controls.Alert;
    import mx.charts.series.ColumnSeries;
    import mx.charts.series.LineSeries;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var categoryArray:ArrayCollection = new
    ArrayCollection();
    public function drawChart():void
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 3;
    var tmpArr:Array = new Array();
    categoryArray.removeAll();
    for(var n:int = 0; n < 10; n++)
    tmpArr[n] = histMin + Math.round((2 * n) / 20 * (histMax -
    histMin));
    categoryArray.addItem({data:tmpArr[n]});
    var cs:ColumnSeries = new ColumnSeries();
    columnchart1.series = [cs];
    // Add a series to the chart with the x-values and y-values
    // from the arrays and set the series type to a column chart
    for(var chartSeries:int = 0; chartSeries < countMax;
    chartSeries++)
    var tmpseries:Array = new Array(10);
    for(var i:int = 0; i < 10; i++)
    tmpseries
    = 1 * Math.random();
    if(tmpseries > 0.5)
    tmpseries
    = 1;
    else
    tmpseries = 0;
    var testArrCol:ArrayCollection = new ArrayCollection();
    for(var j:int =0; j < 10; j++)
    var m:Number = tmpArr[j];
    var m1:Number = tmpseries[j];
    testArrCol.addItem({mData:m.toString(),nData:m1.toString()});
    cs = new ColumnSeries();
    cs.dataProvider = testArrCol;
    cs.displayName = 'Series' + chartSeries;
    cs.xField = 'mData';
    cs.yField = 'nData';
    columnchart1.series[chartSeries] = cs;
    public function myTipFunction(hitData:HitData):String
    return(ColumnSeries(hitData.element).displayName +" - "+
    hitData.item.mData + "\n" + "Value : "+ hitData.item.nData);
    ]]>
    </mx:Script>
    <mx:Panel title="Dynamic Series Adding Sample" width="98%"
    height="90%" layout="absolute">
    <mx:ColumnChart id="columnchart1" height="338"
    width="396" showDataTips="true" type="stacked" x="10" y="0"
    dataTipFunction="{myTipFunction}">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{categoryArray}"
    categoryField="data"/>
    </mx:horizontalAxis>
    <mx:verticalAxisRenderer>
    <mx:AxisRenderer visible="false"/>
    </mx:verticalAxisRenderer>
    </mx:ColumnChart>
    </mx:Panel>
    </mx:Application>

  • Shared Storage is not showing in SErver pool physical disk .

    Hi i have added couple of images to give you exact picture what i am doing .. please have a look
    OVM can see Shared storage from Openfiler
    http://www.picpanda.com/viewer.php?file=u1pf8hre1oqufkx6vyr3.gif
    OVM , SErver Pool (physical disk ) can see Shared Storage name
    http://www.picpanda.com/viewer.php?file=0h2dn48x6gh5avr6fob.gif
    OVM does not show the physical disk from Shared storage
    http://www.picpanda.com/viewer.php?file=c3njd7bg4exyjpymsit.gif
    if i remmeber, When i tryed with NFS share from openfiler, its worked before ... but this time i am trying with ISCSI target ..
    thanks
    is there any thing do i have to do to make it work ??

    Fosiul wrote:
    if i remmeber, When i tryed with NFS share from openfiler, its worked before ... but this time i am trying with ISCSI target ..
    is there any thing do i have to do to make it work ??Check to see if the physical disk appears under the default volume group for your san. If not, refresh the san and wait until it does. Also, make sure you have an admin server configured for that san and that your Oracle VM servers are in the default access group.

  • Update Record Does Not Show in Server Behaviors Pane

    I am using Dreamweaver CS4 on a Windows 7 machine. I am coding in ASP VBScript. When I apply an Update Record behavior to a form and upload the file to the server, it works fine. However, the Update Record does not show in the Server Behaviors pane. Therefore, I cannot click on it to make further edits to it. When I open this same file in Dreamweaver CS3 on a Windows XP machine, I do see the Update Record behavior in the Server Behaviors pane and I can click on it to make it edits. What do I need to do to get the Update Record behavior to show?

    Probably not the answer you are looking for, but support for traditional ASP has not been a focus of DW development, nor has it been for Windows 7 for
    that matter. ASP is a "depreciated" language and support for it is dwindling. The I don't know exact reason for what is happening to you here, but I'd imagine it's an issue with CS4s translators and the combination of the feature sets in both Win 7 and CS4 not "worrying" about ASP as much as they used to.
    Lawrence Cramer  *Adobe Community Professional*
    www.Cartweaver.com
    Complete Shopping   Cart Application for
    Dreamweaver, available in PHP and CF
    Stay updated - http://blog.cartweaver.com

  • Sidebar does not show mounted server shares

    I have several Macs. On my iMac which is connected to the network via ethernet the finder sidebar shows my server in the shared section as well as the mounted server shares in the devices section which is great as I have them in every open/save box. Now on my MacBook (connected via Airport) I can see the server in the shared section but no matterf how many shares I mount they never appear in the devices section. That means connecting to the server each and every time I open or save something which is annoying as you can imagine. I have cehcked every box in the Finde sidebar prefeneces, so it can't be that.
    Anyone got an idea?
    Thanks!

    Thank you very, very much for taking the effort to reply.
    But I'm sorry, I'm rather afraid…..to do these actions…I'm not in a great hurry, so take your time!
    Could you please be so kind to tell me step, by step, the right order of were to start etc. in the given link:
    '''Using the profile manager to make Firefox-profiles and to remove'''
    Inhoudsopgave (Content)
    -De profielbeheerder starten (to start the profile manager)
    -Een profiel aanmaken (to creatie a profiel)
    -Een profiel verwijderen (to remover a profiel)
    -Een profiel hernoemen (to rename a profiel)
    Opties (Options)
    -Offline werken (working offline)
    -Niet vragen bij het opstarten (no asking at starting)
    -Een profiel verplaatsen (to move a profiel)
    -Gegevens uit een oud profiel terugzetten ( to replace data of an old profiel)
    I would be very grateful for your eventual answer!
    EDIT: A FURTHER AND PROPER look on your links, shows that the STEPS ARE THERE already. So I'l find it out myself, and give you the result of my Operation, independant of success or not!

  • Chart not showing large amount of data properly

    Hi,
    I have got 3 charts on a page. 2 are Bar chart and 3rd is a
    Column Chart. All one below another.
    The first two charts on the y axis do not have fixed items.
    These items are created at run time. If the no. of items reaches
    more than 15, the 1st two charts do not show them properly
    formatted.
    i.e It does show the correct data, but the bars are very
    tiny. Of course this would be because of the space it has been
    allocated.
    But can somebody suggest any nice solution to this? As, to
    how do I get the charts to display a large no. of items nicely,
    even thought it has a restricted small space allocated to it. I am
    not able to find any examples on this.
    Thanks

    There is no auto-resize feature.
    I have never tried this, but what if you put your chart in the report more than once and conditionally suppress according to how much data there is?
    Debi
    Edited by: Debi Herbert on Mar 29, 2011 6:33 AM

  • Weblogic Server does not show managed server started when I used the Windows service to start it.

    I created a windows service to start a managed server and the services was created successfully and stated.  WHen I go to the Weblogic Server Admn console, the server is still showing shutdown.  Whenm I try to start it, it returns with error that the the service is not able to start.  Has anyone ran into anything similar.  I am running on Windows Server 2008R2 and running Weblogic Server 10.3.6 and Fusion Middleware 11.1.6.
    C

    Hi,
    For starting managed server as windows service there is no need of nodemanager .
    Please follow the steps given in the below doc:
    How to Install MS Windows Services For FMW 11g WebLogic Domain Admin and Managed Servers (Doc ID 1060058.1)
    Thanks,
    Sharmela

  • Secondary DPM server does not show "protected server group" when attempting to protect primary server

    Hi Guys,
    I have a bit of a weird situation with DPM 2012(pre SP1). We have a primary server which is running quite happily(protects 8 SQL servers). I'm attempting to setup a secondary. When I've done this in the past with other DPM versions(this version included)
    all i have to do is this following:
    Install the same version of DPM on the "secondary machine"
    Attach the agent on the "primary server"
    Create a new protection group for everything
    The catch is that I only see the following:
    I can successfully protect the database of the primary server. However the secondary server cannot see any computers protected on the primary for some reason. Any ideas why this object doesn't show at all? 

    Hi,
    At any time, was the primary DPM Server rebuilt and it's database restored ?
    Can you verify that the DPMWriter service is running.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Folders Not Showing in Server Admin AFP Share Point?

    Hello all,
    My problem is I can make a folder in Server Admin under AFP Share Point, But the Folder wont actually be made on the HD.
    Under Server Admin AFP Share Point it will tell me that it doesn't exist?
    So I thought I'll go to that point on the HD and make the folder then set the permissions to it... nope I can make the folder I can see it in finder and in terminal, But not in Server Admin AFP Share Point.
    I have never seen this before any help is greatly welcomed.

    Hi Kristoffer,
    I have seen an attribute for folder object which could control SharePoint folder hide or show in webdav explorer view, you can use PowerShell to output the problematic folder property, see if it the case, then use the PowerShell code to set it's property
    with blank value to make it show in explorer view,
    Use the PowerShell to get the folder object and then check the property value with this code line $folder.Properties["vti_winfileattribs"]
    #folder can be site, library level and folder level
    $folder = (Get-SPWeb http://sp).Folders["shared documents"].SubFolders["folder1"]
    #hide folder
    $folder.Properties["vti_winfileattribs"]="00000016"
    #show folder
    ####$folder.Properties["vti_winfileattribs"]=""
    $folder.Update()
    https://social.technet.microsoft.com/Forums/lync/en-US/9ceafb38-24dc-466c-b497-2cee062b81cf/explorer-view-hidden-folder-attribute?forum=sharepointgeneral
    Thanks
    Daniel Yang
    TechNet Community Support

  • Spc control chart not showing UCL CL or LCL

    Hi people,
    I have an spc control chart within my app.  However for some reason the UCL, CL and LCL aren't showing on my graph.
    A brief background:
    This is an app for people entering measurement data into several numberboxes the average of which goes onto the graph.  These numbers generally vary from 32.0 to 28.0
    The UCL is at 30.6 the CL at 30 and LCL 29.4  However none of these values are showing on the graph. 
    Has anyone used this control and know why I am having a problem here?
    Rik 
    That glass?
    Thats glass is neither half full or half empty....
    Its twice the size it needs to be
    Solved!
    Go to Solution.

    Hi Henrik,
    Thanks for the contribution however this didn't seem to work.  It may be worth noting that I am not using a waveform chart and instead am using a "control chart" which is included in the SPC package.
    If I could work out how I would include a picture of my current code however print screen seems to have stopped working (odd eh?)
    Basically I have an array going into X and another array going into Y
    There is a control which is generated by the control chart called control chart lines.  I have hooked up my limits to this.
    I can find very little documentation on this control and so have hit a bit of a wall
    Vielen Dank für Ihre Zeit
    Rik
    That glass?
    Thats glass is neither half full or half empty....
    Its twice the size it needs to be

  • Flash Video not showing on Server

    Hi, wonder if anyone can help on this one. Going round in circles. Not sure why, should be simple enough.
    I have created a Flash Video in Flash 8 and published and picked up in Dreamweaver 8. Published files were sample.swf, sample.html and SteelExternalAll.swf (skin). Publish settings were: Format - Flash SWF and HTML; default Flash settings with local playback security set to access local files only; default HTML settings.
    In Dreamweaver, sample.html is accessed via an iframe in test.php. In Preview mode, everything is as it should be with the Video showing. The problem is, when I upload all the files to the Server, the video is not displayed including the skin. Instead, all I get is the border of the iframe with a red rectangle showing where the video should be.
    Hope someone can help. Pulling my hair out on this one and get the feeling there is a simple explanation.
    Thank you in advance.

    First get the video to play in the web page that you accessing in iframe;
    http://79.170.40.41/booksat.com/videos/elaine.html
    For testing purposes get rid of all that old, outdated Flash detection code and instead just use:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Elaine</title>
    </head>
    <body>
    <object data="elaine.swf" type="application/x-shockwave-flash" width="400" height="345"><
      param name="movie" value="elaine.swf"> 
    </object>
    </body>
    </html>
    No skin but you should at least see the video... worry about the skin later....
    But you also need to make sure that you have all the files uploaded, the .swf, the skin .swf and the .flv video file and that they are pathed correctly. Keep in mind that pathing to the Flash assets need to be relative to the Web page that the .swf video player is on, NOT the physical location of the .swf or the .flv file.
    But get the video playing correctly on the elaine.html before you consider putting it in an iframe.
    For a quick review on pathing Flash:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best fo luck to ya!
    Adninjastrator

  • Admin Server console not showing Managed Server is running

    I am using WLS 7.0.1.0 SP1 runing on Windows 2000. I have setup a node manager, Admin server and Managed Server as Windows Services. Admin Server has -delaySeconds as 2min. Manager Server(MS) has been made to depend on Admin Server start. When I boot my machine, all the three services come up properly. I can access my application which is running on MS properly. But for some reason the Admin Console doesn't show the MS as running. If I use the Admin Console now to start up MS all it does it "Reconnects to the admin server" since the MS is in started state. What is the reason for this

    It could be the ordering dependency and the rediscovery of the MS by the AS.
    An AS has a notion of where MS's live on disk and it could be an issue with
    AS bouncing in between MS's constant state of upness.
    Cheers
    mbg
    "Ajay Kulkarni" <[email protected]> wrote in message
    news:3ede0306$[email protected]..
    I am using WLS 7.0.1.0 SP1 runing on Windows 2000. I have setup a nodemanager, Admin server and Managed Server as Windows Services. Admin Server
    has -delaySeconds as 2min. Manager Server(MS) has been made to depend on
    Admin Server start. When I boot my machine, all the three services come up
    properly. I can access my application which is running on MS properly. But
    for some reason the Admin Console doesn't show the MS as running. If I use
    the Admin Console now to start up MS all it does it "Reconnects to the admin
    server" since the MS is in started state. What is the reason for this

Maybe you are looking for

  • How to create a numeric control (of any type) that can ONLY be increased or decreased by one 'unit' at a time?

    As in the title.  I wish to create a numeric control (no current limitations on its type) with a range of 1-10 (and a step of 1).  The only difficulty I'm having is that the user must only be able to increase or decrease it by 1 at any time.  The cod

  • Safari opens and quits

    I am having trouble all over the different schools I work in with safari either quitting out when it launches, or quitting when it opens a certain page. I've tried deleting the com.apple.safari.plist, cookies.plist, all the items in ~/Library/Safari

  • Acrobat 9 seems incompatible with Snow Leopard

    Got my Snow Leopard late this afternoon and have had great luck with it so far (did an upgrade, not a clean install)...except for Acrobat 9. Ugh! Attempting to print to PDF via Adobe PDF 9.0 printer/driver causes the printer/driver to fire up and the

  • ADF 11g:Success message on fire fox Staus bar

    Hi all, Im working on ADF 11g - Jdeveloper 11.1.1.2. The page contains a ADF table with Create, Edit and delete operations. The success messages of these operations have to be displayed on the staus bar of the Fire fox browser. Ex: "Record Successful

  • PL/SQL Function: Adding Days to Date

    I have a function that adds a given number of days to a date, and excludes Saturday, Sunday, or Monday if needed with parameters. The problem is when the given date is a Friday, you need to add one day, and you exclude Saturday and Sunday i.e. DAYSBE