Problem in setting axis(x and y) in line graph

Hi All,
I have a database table student with two column score(number data type) and "no of student"(number data type). With this table I want a jsp line graph which will describe the student table.Score col would be in X axis and the other one in y axis.I am not able to set score in x axis. I am using JDeveloper 10.1.3.3.
By using scatter graph I am able to set score in x axis and "no of student" in y axis.But my requirement is line graph.So, is there any way to achieve a line graph where score would be in x axis and "no of students" would be in y axis?
Can any body help me regarding this matter?

Hi,
If you are still looking for the solution to this, you can change the graph to display the way you require.
If you have a graph def file like BIGraphDef1.xml you need to select it in the application navigator. Then in the Structure window select the top level (ex. BIGraph1). This will give you the options available in the property inspector.
If you change the dataRowShownAsASeries from True to False, you should be able to display your data in the line graph.
Peter

Similar Messages

  • Problem with setting custom attribute and it being searchable

    I'm having an issue with setting a custom attribute and having it be searchable using Portal 10.1.4. The situation that we have is that we initially added a bunch of files to Oracle Portal using webdrive. Later on, we decided that we needed another custom attribute called "Pinned Item" that will be used for searching (boolean value) and gave it a default value of false. The attribute was then added to the "File" item type in the "Shared Objects" group.
    It appears that since this attribute wasn't initially available on the file object, we couldn't search on it so we decided to set it programatically. First, I tried using wwsbr.set_attribute but it errored out seemingly because the value wasn't set in the first place. If I set a value first by using the web front end, I could then use the set_attribute procedure.
    So, I moved on to using wwsbr_api.modify_item and it appears to set it (although everything is being set to false until I changed it to "text" instead of "boolean" which is OK because that's what I wanted anyway... see metalink bug 390618.1). I'm using the method outlined in metalink doc 413079.1. When I do set it to a "1", and edit the item the check box is checked indicating that it is set correctly. And if I just click "OK" to save the attributes after I open it everything works like it should.
    However, the advanced search (and custom search portlet) and the search APIs are not picking it up. I'm not sure if I'm hitting Metalink bug ID 5592472 or not as that's using the "set_attribute" procedure instead of the modify_item procedure. And their "workaround" of setting the attribute in the UI isn't really feasible for a couple thousand files.
    So far I've tried the following things to get it working:
    1. I am calling wwpro_api_invalidation.execute_cache_invalidation
    2. I have executed wwv_context.sync
    3. I cleared the page group cache
    4. I invalidated all of the web cache
    Does anyone else have any other suggestions?

    I'm having an issue with setting a custom attribute and having it be searchable using Portal 10.1.4. The situation that we have is that we initially added a bunch of files to Oracle Portal using webdrive. Later on, we decided that we needed another custom attribute called "Pinned Item" that will be used for searching (boolean value) and gave it a default value of false. The attribute was then added to the "File" item type in the "Shared Objects" group.
    It appears that since this attribute wasn't initially available on the file object, we couldn't search on it so we decided to set it programatically. First, I tried using wwsbr.set_attribute but it errored out seemingly because the value wasn't set in the first place. If I set a value first by using the web front end, I could then use the set_attribute procedure.
    So, I moved on to using wwsbr_api.modify_item and it appears to set it (although everything is being set to false until I changed it to "text" instead of "boolean" which is OK because that's what I wanted anyway... see metalink bug 390618.1). I'm using the method outlined in metalink doc 413079.1. When I do set it to a "1", and edit the item the check box is checked indicating that it is set correctly. And if I just click "OK" to save the attributes after I open it everything works like it should.
    However, the advanced search (and custom search portlet) and the search APIs are not picking it up. I'm not sure if I'm hitting Metalink bug ID 5592472 or not as that's using the "set_attribute" procedure instead of the modify_item procedure. And their "workaround" of setting the attribute in the UI isn't really feasible for a couple thousand files.
    So far I've tried the following things to get it working:
    1. I am calling wwpro_api_invalidation.execute_cache_invalidation
    2. I have executed wwv_context.sync
    3. I cleared the page group cache
    4. I invalidated all of the web cache
    Does anyone else have any other suggestions?

  • Query for the Problem of setting up agent and scheduling a scenario

    I have setup a agent called AGENT_SCHEDULER.I can start this agent from the windows service,but when I go to Topology manager and say test Test Connection I don't get any response. My ODI hangs up and I have to manually kill
    from the task Manager. Why is this happening?
    But when I start from the command prompt using agentscheduler "-port=20910" "-name=AGENT_SCHEDULER" "-v=5 its gets started and tehn when I go to topology Manager and test connection ,it says agent test successful.
    But in the windows service it is not started though. Is this correctly behaving?
    After that when I schedule a Package Scenario and give status "active " and execution on "startup",I able to save. At this I presume the schedule must have started and ran the process. But then when I Go to Operator,it gives me error UNPARSEABLE DATE "0" and the opens up and doesn't show me anything.
    what is this error unparseable date "0"?
    I have set my ODIPARAMS with corect master and work repository and encoded ODI_SECU_ENCODED_PASS with the latest one generated?because every time I generate I get a different one.I am using java version "1.5.0_05".
    Also I have a requirement that I schedule my package after every 30 mins? What I found that we can schedule hourly?How will I be able to achieve this?

    Hi user768175
    Ref Note 783671.1 In Iassets Security by Cost Center is not Working, The Symptoms is as below :
    In iAssets, users with "Enforce Security by Cost Center" are able to see assets from different cost centers then the one where they are restricted, when using Advance Search button.
    But I still not work when using Advance Search button....
    Anyway, do u know how to setup the Cost Center/Department for employee in the HRMS module? Is't correct as below?
    I tried to set in HRMS (HRMS Manager) -> People -> Enter and Maintain --> select user--> Assignment -> Purchase Order Information -> input value in Set of Books and Default Expense Account field
    Many thanks for your help...
    SamCH

  • BPM Worklist Problem After Setting Frontend Host and Port

    Hi all,
    I was following the EDG for SOA 11.1.1.5 and was encountering a problem with the BPM Worklist after setting the Frontend Host and Port. We have a topology that includes a load balancer that terminates SSL, two OHS instances, and two SOA instances on separate VMs. When BPM Worklist was loading, it was calling webservices internally through the load balancer, but WebLogic was expecting them as http://. It was not able to resolve the HTTPS port that was being sent from the load balancer through the 80 to 443 redirect.
    What the current EDG does not tell you, is that you have to also turn on "Enable Weblogic Plug-In" for WebLogic to use the OHS plug-in. I did it at the domain level, as all traffic will go through the load balancer. This essentially tells WebLogic that all URLs are https://
    Here is an exerpt from the SOA.out log file:
    <Sep 8, 2011 9:32:06 PM PDT> <Error> <oracle.soa.services.workflow.worklist> <BEA-000000> <<.> Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    Caused By: javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    What it is also missing, is that you should also set the SOA Infrastructure ServerURL mbean for the load balancer, to match the frontend host and port. Do this through Fusion Middleware Contol. Otherwise, you could encounter URL mismatches.
    I hope this helps someone else.
    I've asked Oracle to add this to the EDG for SOA. It's in the IDM guide, but not in any other EDGs.

    Thanks Josh. It helped me infact in 11.1.1.4 Enable Weblogic Plug-In is not required. But 11.1.1.5 I thing it is mandatory. Oracle should have a clear documentaion.

  • Problems with setting first username and password

    I haven't used a cisco router in over 12 years, so I'm a bit rusty.  I had to replace a nortel box for a small charter school here in Hawaii, so I decided to go with a cisco 1941 / K9 router. using a usb terminal connection I started up the router as directed in the PDF documentation for this box.  It warned me that I must change the starting username and password (<cisco> and <cisco> respectively) with my own username and password.  I wanted to change this to <cisco1> and a simple password.  I thought I followed the directions, but I failed to reset the user name and password.  As I was looking up online for help on how to set a new username and password, the terminal window timed-out and now I can't log in to the 1941 router at all.
    How do I reset the router?  Once I do how do I correctly setup  username and password after I login once with cisco and cisco?
     Any help would be appreciated.
    I'm attaching a screen capture of the terminal window...

    How do I reset the router?
    Power OFF the router.
    If you look at the back (where the power button is) and to the lower left-hand corner, you'll observe two CF slots.  Pop the cover open and eject the CF. 
    Power up the router.  
    Observe the console terminal and when you see "rommon1>" enter the command "confreg 2142".  
    After the command has been accepted, insert the CF back and reboot the router.  
    Your router should boot into factory default (Username & Password are "cisco") but the config-registry value is still 2102.  
    Do the following:
    ​conf t
    config-registry 0x2102
    username BLAH password BLAH
    end
    wr

  • Spread out x-axis points to smooth out line graph

    Hi guys,
    I've been given some figures that I've displayed into a graph...However, there are some values that have been taken every 2 weeks and then there's like a 6 month gap. I'm wondering if it's possible to space out the dates relevent to duration in order to make the learn smoother. For example:
    http://i29.tinypic.com/rcv8rr.png
    If there was like 20 plots on the graph then the closer dates might be spaced out 0.2cm while the larger ones may be like 0.8cm etc.
    Mike

    Hi Mike,
    OK - I have not found a simple function or chart setting that will "fill in the gaps" in the data. If anyone knows of one, let me know!
    So, here's some more SQL for you:
    Firstly, assuming that data needs to be shown weekly:
    SELECT
    NULL LINK,
    Y.NEW_DATE LABEL,
    CASE WHEN Y.NEW_DATE = Y.LAST_HIREDATE THEN Y.EMPNO
        ELSE ROUND((Y.LAST_EMPNO + (((Y.NEW_DATE - Y.LAST_HIREDATE) / (Y.NEXT_HIREDATE - Y.LAST_HIREDATE))) * (Y.NEXT_EMPNO - Y.LAST_EMPNO)),0)
      END VALUE
    FROM (
    SELECT X.NEW_DATE, E.EMPNO,
    (SELECT TRUNC(MAX(E2.HIREDATE),'DAY') FROM EMP E2 WHERE TRUNC(E2.HIREDATE,'DAY') <= X.NEW_DATE) LAST_HIREDATE,
    (SELECT MAX(E3.EMPNO) FROM EMP E3 WHERE TRUNC(E3.HIREDATE,'DAY') = (SELECT TRUNC(MAX(E4.HIREDATE),'DAY') FROM EMP E4 WHERE TRUNC(E4.HIREDATE,'DAY') <= X.NEW_DATE)) LAST_EMPNO,
    (SELECT TRUNC(MIN(E5.HIREDATE),'DAY') FROM EMP E5 WHERE TRUNC(E5.HIREDATE,'DAY') >= X.NEW_DATE) NEXT_HIREDATE,
    (SELECT MIN(E6.EMPNO) FROM EMP E6 WHERE TRUNC(E6.HIREDATE,'DAY') = (SELECT TRUNC(MIN(E7.HIREDATE),'DAY') FROM EMP E7 WHERE TRUNC(E7.HIREDATE,'DAY') >= X.NEW_DATE)) NEXT_EMPNO
    FROM (
    SELECT (SELECT TRUNC(MIN(HIREDATE),'DAY') FROM EMP) + ((LEVEL - 1) * 7) NEW_DATE
    FROM DUAL
    CONNECT BY (SELECT TRUNC(MIN(HIREDATE),'DAY') FROM EMP) + ((LEVEL - 1) * 7) < (SELECT MAX(HIREDATE) FROM EMP)
    ) X
    LEFT OUTER JOIN EMP E ON TRUNC(E.HIREDATE,'DAY') = X.NEW_DATE
    ORDER BY X.NEW_DATE
    ) YOr, monthly:
    SELECT
    NULL LINK,
    Y.NEW_DATE LABEL,
    CASE WHEN Y.NEW_DATE = Y.LAST_HIREDATE THEN Y.EMPNO
        ELSE ROUND((Y.LAST_EMPNO + (((Y.NEW_DATE - Y.LAST_HIREDATE) / (Y.NEXT_HIREDATE - Y.LAST_HIREDATE))) * (Y.NEXT_EMPNO - Y.LAST_EMPNO)),0)
      END VALUE
    FROM (
    SELECT X.NEW_DATE, E.EMPNO,
    (SELECT TRUNC(MAX(E2.HIREDATE),'MONTH') FROM EMP E2 WHERE TRUNC(E2.HIREDATE,'MONTH') <= X.NEW_DATE) LAST_HIREDATE,
    (SELECT MAX(E3.EMPNO) FROM EMP E3 WHERE TRUNC(E3.HIREDATE,'MONTH') = (SELECT TRUNC(MAX(E4.HIREDATE),'MONTH') FROM EMP E4 WHERE TRUNC(E4.HIREDATE,'MONTH') <= X.NEW_DATE)) LAST_EMPNO,
    (SELECT TRUNC(MIN(E5.HIREDATE),'MONTH') FROM EMP E5 WHERE TRUNC(E5.HIREDATE,'MONTH') >= X.NEW_DATE) NEXT_HIREDATE,
    (SELECT MIN(E6.EMPNO) FROM EMP E6 WHERE TRUNC(E6.HIREDATE,'MONTH') = (SELECT TRUNC(MIN(E7.HIREDATE),'MONTH') FROM EMP E7 WHERE TRUNC(E7.HIREDATE,'MONTH') >= X.NEW_DATE)) NEXT_EMPNO
    FROM (
    SELECT ADD_MONTHS((SELECT TRUNC(MIN(HIREDATE),'MONTH') FROM EMP), LEVEL - 1) NEW_DATE
    FROM DUAL
    CONNECT BY ADD_MONTHS((SELECT TRUNC(MIN(HIREDATE),'MONTH') FROM EMP), LEVEL - 1) < (SELECT MAX(HIREDATE) FROM EMP)
    ) X
    LEFT OUTER JOIN EMP E ON TRUNC(E.HIREDATE,'MONTH') = X.NEW_DATE
    ORDER BY X.NEW_DATE
    ) YI appreciate that these are a tad complicated but they are based on a simple principle:
    This will create a table of dates for the first day in each month for the next 6 months:
    SELECT ADD_MONTHS(TRUNC(SYSDATE,'MONTH'), LEVEL-1) MONTH_BEGIN
    FROM DUAL
    CONNECT BY LEVEL <= 6Similar, but for every month from now until the end of next year:
    SELECT ADD_MONTHS(TRUNC(SYSDATE,'MONTH'), LEVEL-1) MONTH_BEGIN
    FROM DUAL
    CONNECT BY ADD_MONTHS(TRUNC(SYSDATE,'MONTH'), LEVEL-1) < TO_DATE('31/12/2010','DD/MM/YYYY')These are two examples of how to create virtual records using a loop. LEVEL indicates the current iteration number and CONNECT BY acts like a WHILE statement
    Using such records, we can link to existing data using a LEFT OUTER JOIN. This way, we keep all the dates and populate ones that have actual values. For all records, I'm noting the last actual date/value that exists before it and the first actual date/value that exists after it. This gives me a complete set of data. Leaving it at that stage, it pretty much where my last post's statement was.
    I have now extended this to perform a calculation based on how far between two actual values the current record is - based on the dates. This then gives me a percentage that I can add to the last know value to get a derived value that will fill the gap.
    I have used the "Monthly" sql version here: [http://apex.oracle.com/pls/otn/f?p=9568:11] Which will, hopefully, make things a bit clearer as you can see the actual values in a report on the right but the filled in values in the chart
    Andy

  • I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great

    I cannot send an email from my iPad 2? No problem receiving, why does this happen? Have tried the suggestions for setting up email and after doing the sync mail through iTunes receiving worked great but still cannot send? Any help would be great!

    The fact that you can receive means you have a valid e mail address, and have established the connection to the incoming server, so all of that works.  Since the send does not work, that means your outgoing server is rejecting whatever settings you used formthe outgoing set up.  Try them again. 
    Google your particular isp, and ipad and many times you will find the exact settings needed for your isp.  Or tell us here, and soneone else may be on the same isp.  Some mail services need you to change a port, or have a unique name for the outgoing server.  
    Kep trying.

  • I am having a big problem. I am not getting notifications from snapchat and only snapchat. I've made sure every notification setting was on and it just won't work. I have also restored my phone and deleted the app and re-downloaded it multiple times. Help

    I am having a big problem. I am not getting notifications from snapchat and only snapchat. I've made sure every notification setting was on and it just won't work. I have also restored my phone and deleted the app and re-downloaded it multiple times. It just wont give me my notifications. Help please.

    Go to Settings > Privacy > Location Services.
    Turn off SnapChat.
    Go to Settings > Notification Center
    Turn off SnapChat.
    Restart the device.
    Go to Settings > Privacy > Location Services.
    Turn on SnapChat.
    Go to Settings > Notification Center
    Turn on SnapChat.
    Test the issue.

  • Problems with setting up my ISP's mail server in Windows Live Mail and Thunderbird

    The laptop is a G60-535DX with Windows 7  64 bit. I've managed to setup my gmail account fine in Live Mail, but when setting  up my ISP' mail server, it doesn't work. I get the message that the information was entered correctly, and I see the 'connecting' at the bottom of the page, and then 'error', and clicking on it shows a socket error #10061. In Thunderbird, I get a timeout error message. I've entered all the incoming and outgoing server information correctly, (I've done this over 8-9 times now), the ports are the defaults(110,25), no SSL, no authentication. I've talked with my ISP several times. Just a couple of hours ago was the last time. Their only other possibilities were that Live Mail had problems with setting up more than one account, that Live Mail needed updating, that Windows 7 was a new operating system and there were 'kinks'. I removed the gmail account, set up the ISP's mail by itself; didn't help. I checked for Live Mail updates, but found out that they all come from Windows updates(which are current).  The folks on PCQ&A inform me that they have 3 or 4 accounts with Live Mail. I can get my mail, by logging onto my ISP's website, but that' kind of a nuisance. I posted this in Seven Forums and they didn't have any ideas. As I said, I also can't get my mail server to work in Thunderbird, either.  I don't know what else to try. (short of activating the recovery partition and starting from scratch). Any ideas would be more that welcome.
    Thanks,
    Steve

    Stevehiker wrote:
    Nevermind, it's fixed. One of the guys on PCQ&A suggested going to my ISP's website to see if they had a support page. They did and it stated that under certain circumstances that for the login ID the whole email address should be entered. For XP and Outlook Express one only uses the first part of the email address (your name); so just for grins I entered the whole address, name and all and everyting worked. Called my ISP and was told that that wasn't the way it's supposed to work. Well----
    Thanks anyway,
    Steve
    Mine works the same way_must enter full email address as login. AT&T?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • From yesterday, I have been facing the problems in my iphone and my wife iphone. The same problem, "cannot connect to itunes store". I have strong internet connection. I tried all the possible way I could like setting, general, date and time.....etc.

    I have proble of "cannot connect to itunes store. After I have updated the new software ios6, the problem arised in one of my mobile. In the second mobile, I didnot updated the software.Today in the morning, the problem ariesed in that mobile as well. I cannot open the itunes, don't have access to apple store . I tried to solve the problem like going to setting, general, Date and time, automatically off, keeping one year ahead date. I tried all the possible options I could get from the googel. How do I get rid of this problem?

    No - I have not tried other routers on my network.
    What I meant was I could use my itouch on other users wireless networks without any issues.
    I'll update the routers DNS to try  using Google's 8.8.8.8 instead of my ISP.
    Is the issue DNS performance using local ISP -or are there other possibel isues when using local isp DNS?

  • Anyone else having problems setting up Facetime and Imessage?

    I have tried over and over again to set up my facetime and imessage but every time it says it has sent a verification email i dont get one. I double checked that I typed my email addresse right (which I have) and am now not sure what to do. And i really would like to be able to use my Facetime and Imessage. My friend also gets the same problem. Can anyone help and does anyone have any suggestions?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
     Cheers, Tom

  • I'm living in Iran and I have an ip address for VPN but I'm having problem in setting it up any one knows  can anyone tell me what to do? It works perfectly on my laptop

    I'm living in Iran and I have an ip address for VPN but I'm having problem in setting it up any one knows  can anyone tell me what to do? It works perfectly on my laptop

    Try here:
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    Then try contacting iTunes
    Apple - Support - iTunes - Contact Us

  • I am extending my airport extreme by adding an airport express. I had no problem setting it up and got green lights but now I cannot get on either because it says it is a self assigned IP?

    I am extending my airport extreme by adding an airport express. I had no problem setting it up and got green lights but now I cannot get on either because it says it is a self assigned IP?

    i am extending my airport extreme by adding an airport express.
    Does this mean that you are connecting the AirPort Express to the AirPort Extreme using a wired Ethernet connection....or....are you connecting the AirPort Express to the AirPort Extreme wirelessly?
    but now I cannot get on either because it is a self assigned IP?
    I suggest that you first concentrate on getting the AirPort Extreme working correctly. Power off the modem and both the Extreme and Express, wait a few minutes, then power up the modem and let it run a few minutes. Then, power up the AirPort Extreme and check the network for proper operation. Leave the AirPort Express off for now. Report on your results.
    We need to know what operating system you are using on your Mac or PC in order to provide more troubleshooting help.
    If you have a Mac and do not know what operating system you are using, click the Apple icon in the upper left corner of the screen, then click About This Mac. Post back with the OS X version number that you see there.

  • Problems in setting the Secondary y-axis caliberation

    Hi,
    I have a Business Graphics (Time-Scatter Graph) Application having 2 y-axis representing the sales volume. I have set the minimum value of the primary y-axis to 0 using the <b>default series</b>, but am unable to set the minimum value of the secondary y-axis value to 25. please help me in doing the same.
    Thanks

    Hi,
    have you set the minimum values using the chart designer? Just click on the second value axis node and set the minimum value to 25 (don't forget to set minimum calculation to user defined).
    Regards, Kai

  • I just bought an AirPort Extreme system over this weekend and I am having problem with setting it up. I plugged the cable as explained in the manual but there is no way I can get a steady green light. I all see is flashing amber light. Can anyone help me,

    I just bought an AirPort Extreme system over this weekend and I am having problem with setting it up. I plugged the cable as explained in the manual but there is no way I can get a steady green light. I all see is flashing amber light. Can anyone help me,

    Think you need to provide some more details about what you are connecting

Maybe you are looking for