Nearly there!  but whats wrong now..

Hi All,
I'm in the process of deploying my first page I've loaded into the MDS repository
and verified that its there... Copied the class files onto the Application tier.
I've registered it as a function in Apps bit I'm getting the error below, the path and
name are correct and the Unix level permissions are fine...
Any ideas?
Thanks in advance...
Cheers
Guy
Logout
Error Page
Exception Details.
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /u02/app/EGDEV1/comn/java/ccs/oracle/apps/xxc/projects/project/server/JobInstructionPG;
     at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:519)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3727)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:992)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:501)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:422)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._RF._jspService(_RF.java:102)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /u02/app/EGDEV1/comn/java/ccs/oracle/apps/xxc/projects/project/server/JobInstructionPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
     at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)
     at oracle.adf.mds.MElement.findElement(MElement.java:97)
     at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3727)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:992)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:501)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:422)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._RF._jspService(_RF.java:102)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:534)
Exception:
oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /u02/app/EGDEV1/comn/java/ccs/oracle/apps/xxc/projects/project/server/JobInstructionPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
     at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)
     at oracle.adf.mds.MElement.findElement(MElement.java:97)
     at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3727)
     at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3460)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:992)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:501)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:422)
     at oa_html._OA._jspService(_OA.java:88)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
     at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
     at oa_html._RF._jspService(_RF.java:102)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:534)

The problem is with your function web_html_call, I think you have given it as OA.jsp?page=/u02/app/EGDEV1/comn/java/ccs/oracle/apps/xxc/projects/project/server/JobInstructionPG, it should be
OA.jsp?page=/ccs/oracle/apps/xxc/projects/project/server/JobInstructionPG instead. You donot need to prepend the system directory structure when you are calling the page.

Similar Messages

  • Nearly there but not quite - Please help with display issue

    Hi,
    I had an issue with my mac starting which I resolved by replacing the graphics card. The mac now starts without issue BUT!
    In display preferences there is only one display resolution, no detect display button and if I try to calibrate the sliders have no effect
    I have tried resetting PRAM and SMC with no effect and also tried a different monitor
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          3 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per processor):          12 MB
      Memory:          8 GB
      Bus Speed:          1.6 GHz
      Boot ROM Version:          MP31.006C.B05
      SMC Version (system):          1.25f4
      Serial Number (system):          CK******XYL
      Hardware UUID: *****
    ATI Radeon HD 5770: (Previously ATI Radeon HD 2600 XT)
      Chipset Model:          ATI Radeon HD 5770
      Type:          Display
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
      Vendor:          ATI (0x1002)
      Device ID:          0x68b8
      Revision ID:          0x0000
      ROM Revision:          113-C0160C-155
      EFI Driver Version:          01.00.436
      Displays:
    Display:
      Resolution:          1920 x 1200
      Depth:          32-Bit Color
      Core Image:          Software
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Not Supported
    Display Connector:
    Display Connector:
    <Edited By Host>

    Not everyone updates their hardware porfile but it should have been spotted that yours lists 10.5.8 which was a big clue and reason to ask and check what you are runnning.
    Apple sells 10.6.3. Unlike the prior two which did come out with 10.X.6 which would work and allow boot from DVD you may need the 10.6.8 on flash memory that comes with Lion except that is $69.
    We usually do but get tired now that we've been saying "ATI 5x70 needs 10.6.5 or later" when people upgraded their graphic card like you did.
    I wish that wasn't so. I don't know how ATI does it for Windows but they do have to retool their drivers when a new OS comes out but end up with a package that supports more than one OS version.

  • Anybody out there knows whats wrong?

    I was using my Macbok a couple of nights ago, then, when i was finished working on my Theses and decided to go to bed, realized the gadget would not shut down. it went through the cycle, went off and then rebooted. It did this several times, went on line, followed all the instructions that were related to how to deal with the issue, but no luck.
    Ran disk utility and everything checked fine.
    then, as if by a strike of terrible luck, realized that it would shut down and stay if the mag safe was connected.
    So, feeling smart, decided to let the computer sit for the night just to make sure no problem stayed on.
    As of now it wont start. Nothing, followed the instructions on the manual and nothing. removed battery, replaced back and tried every single keystroke combination possible.
    Called support and was refered to a repair shop.
    the problem is that the guy there (in monterrey, méxico) without even looking at it, said its the motherboard.
    ??????????? Anybody has had a same situation, please tell me its not the motherboard!

    whatodo wrote:
    hopefully it will turn out ok. But I would still want to know if this has happened previously and anybody knows why,
    When you mentioned removing and then replacing the battery.... did you try and start it with the battery removed?
    The battery is not just a battery... it contains some electronic components.. a shorted battery or battery component failure -might- possibly cause this scenario.
    First thing I'd do is try it with a different battery.
    pancenter-

  • I hard reset my ipad but it's now looking for activation. Why? And how can I get around it?

    It's just suddenly saying ACTIVATION REQUIRED.
    It's been a few weeks since I backed up so I'm somewhat nervous.
    Help please. Anyone?

    Sorry the news isn't better. I have to say I've not heard of it losing information from doing a reset - holding down the Sleep & Home buttons together until the Apple logo appears - I'm assuming this may be a result of the initial crash where the iPad froze.
    If you backup to iCloud there is a very good chance your data will be backed up, or if you've backed up to iTunes a backup will be there but what will be present is dependant on how long ago it was backed up and what data has been added since this backup.
    Regards,
    Steve

  • Powerbook G4 stopped working it cuts on but no spinning disc symbol..won't run I installed the start up disk and it starts up  but disk first aid says there is something wrong can't repair it..what do I do now? Do I erase everything and start over?

    The G4 comes on but that is as far as it goes...I installed the startup disc it started  and I  tried disk first aid but it says it can't be repaired????If I erase everything will this fix the problem as well as make me lose everything?
    The firsat aid  box says:
    " REPAIRING DISK FOR "HARD DRIVE"
    checking HFS Plus volume
    Checking events Overflowfile
    Checking catalog file
    Invalid node structure ( this is in RED )
    rebuilding catalog B-tree
    The volume Hard drive can not be repaired  ( in red)
    Error:    The underlying task reported failure on exit  (-9972_)  (in red)
    REPAIR ATTEMPTED ON 1 VOLUME
    0HFS volume repaired  ( in green)
    1 volume could not be repaired (in red)
    [email protected] feel free to send email thanks

    Bryan,
    Do you have a second hard drive?  If you can get the install disk to boot the computer then all is not lost.  Install a clean system on a second hard drive to get back in business.  If you have any backup copies of your software and files, use them to restore your computer to good working condition.
    Then, install some form of data recovery software on your second drive.  The recovery software can look at a bit mapped version of your drive and extract data that may be scrambled but usable.  Think of the drive as a book.  If someone tore out a few pages from the table of contents or index from a book, the main volume would be there but the book would not be repairable.  Or, if the table of contents is OK but someone tore out a chapter or two, the other chapters would be there.  The book is not complete but all is not lost.
    Here is a review to get you up to speed:
    http://data-recovery-software-review.toptenreviews.com/mac-recovery-software/
    Start by getting your computer working off a clean install on a second drive so the data recovery process will work faster and have a destination for the recovered data.
    Jim~
    btw, it is better to list your email as follows: sssail3 at aol dot com.  That format protects agains trolling for email addresses.

  • Eraser tool in Photoshop CS4 acts as if it is transparent when on brush or pencil mode. Block acts like its not transparent at all but there are no options for opacity, flow or brush size. Whats wrong and how to I make the brush and pencil eraser erase co

    Eraser tool in Photoshop CS4 acts as if it is transparent when on brush or pencil mode. Block acts like its not transparent at all but there are no options for opacity, flow or brush size. Whats wrong and how to I make the brush and pencil eraser erase completely without having to go over it multiple times?
    It started randomly about two weeks ago and I thought it was a glitch that would just go away. But now I am getting sick of using only the block eraser on one size. Help?

    The easiest thing to start with is to reset the Eraser Tool.
    Right click on the Eraser icon in the tool options bar and then click on Reset Tool.

  • I update I cloud in my computer but i forget plug my device iphone 5s in my computer, suddenly my device shut down automatically, what's wrong, now I can turn on my iphone 5s. How I solve the problem

    I update  icloud in my computer but i forget plug my device iphone 5s in my computer, suddenly my device shut down automatically, what's wrong, now I can turn on my iphone 5s. How I solve the problem

    Hi fransiscasanti28,
    If you are unable to power on your iPhone you may want to troubleshoot using the steps in this article -
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Specifically -
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIs and corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Hi, so I pushed autofill because I thought that it would put music on my phone from a different iTunes library but it didn't work, and now the songs show up grey in my music on my phone and they won't play, but they are still there. What can I do?

    Hi, so I pushed autofill because I thought that it would put music on my phone from a different iTunes library but it didn't work, and now the songs show up grey in my music on my phone and they won't play, but they are still there. What can I do to fix this and get rid of the grey songs?

    Go back to iTunes, select the Music tab, uncheck the 'sync music; button, then hit apply.

  • I am trying to use motion tracking to have text follow a section of the background.The text box follows the motion path, but the text just sits there.  What am I doing wrong?

    I am trying to use motion tracking to have text follow a section of the background.The text box follows the motion path, but the text just sits there.  What am I doing wrong?

    Motion basically looks at the the source footage and it's timing (in the timing section of the Inspector) when analyzing for tracking.  Filters are basically ignored by the tracker.  Retiming actions, like time re-mapping, or retiming behaviors that are applied before the tracker should be used by the tracker.  Did you change the timing after doing the tracking?  If so this would also require you to re-track the shot.  Understanding that you found a workaround, describing the effects you applied would help to explain why you ran into problems.
    Cheers!

  • HT1386 i deleted some songs from my iphone 4. now when i try to re-add them to my phones itunes, they wont add. whats wrong? new songs add. but not the old ones! help please

    i deleted some songs from my iphone 4. now when i try to re-add them to my phones itunes, they wont add. whats wrong? new songs add. but not the old ones! help please

    Hey renie1515,
    Thanks for using Apple Support Communities.
    When you download past purchases on an iOS device or computer, that device or computer becomes associated with your Apple ID. This article describes how to manage these associations.
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/ht4627
    Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days.
    Note: Removing a device from your Apple ID does not override the 90-day timer. You must wait 90 days from the day the device was first associated with your Apple ID before it can be associated with another Apple ID.
    Have a nice day,
    Mario

  • When I try to import songs from a CD into iTunes it can't find the titles online.  This wasn't a problem previously, now it is.  There is nothing wrong with my internet.  Any solutions?  Help says try again later but no luck there.

    When I try to import songs from a CD into iTunes it can't find the titles online.  This wasn't a problem previously, now it is.  There is nothing wrong with my internet connection.  Any solutions?  Help says to try again later but no luck there.  I've tried multiple times with multiple CDs.

    To answer the post title FireFox save all downloads automatically in the download folder, which you can find in the Documents folder. If you want to choose where to save your downloads go to tools>options>check always ask me where to save files.
    Secondly, I am assuming you have IE 8 installed as this is the only version that supports this fix that is currently not in beta. Go to control panel>internet options>advanced tab and reset the settings at the bottom. This may or may not fix the problem but it is a good first step.

  • My iPhone4 doesn't appear to have "FacTime" (App), yet when I "ring" it from my iPad's FaceTime, I hear a faint ringing tone but nowhere to answer the call? Anyone out there suggest what's wrong? (going to the App Store and searching "FaceTime" brings iPa

    My iPhone4 doesn't appear to have "FacTime" (App), yet when I "ring" it from my iPad's FaceTime, I hear a faint ringing tone but nowhere to answer the call? Anyone out there suggest what's wrong? (going to the App Store and searching "FaceTime" brings apps that have icons different to that of my iPads!)

    Yeah, I know I can restore it, but I might as well go ahead and try. I just finished a backup for icloud and itunes to make sure, I'll go ahead and restore it and set it up as new and see how that works. Seems like I have no other options at this point, I'd still like to know what they did with the Download tab in itunes store, if they removed it or if I'm just overlooking it.

  • TS4057 I did this and now my videos are not working. They show the pictures aren't there on some and on others it shows they are there, but doesn't show them in the player. When I try to Share anything it just says Waiting for Processing for hours. What d

    I did this and now my videos are not working. They show the pictures aren't there on some and on others it shows they are there, but doesn't show them in the player. When I try to Share anything it just says Waiting for Processing for hours. What do I do?
    I also got Motion and can't figure out how to use it with Final Cut Pro X. Any help woud be great. Thanks

    I have no idea what may have caused your MacBook to stop working, but from your description it kind of sounds like it may have started before you ran Software Update and installed the new Apps. Just the general slow feeling and bugginess is what tips me off. You said that you weren't sure if you had closed all open windows, that doesn't matter if the computer restarts itself. It automatically closes all other open applications when restarting.
    As to your data being retrievable, if when you take it in they do a fresh install of the OS, then no, it will not be unless you want to pay several thousand dollars to a software retrieval company.
    I am glad to hear that you have taken into the Apple Store to get it fixed, and that you have all of your purchased music backed up to your iPod. You should be able to just transfer it all back to iTunes once you get your computer back should it be necessary.
    As a side note, the proper place for this topic would probably in the MacBook forums, not iTunes since there is no evidence that iTunes started the issue.

  • I got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    i got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    Google seem to have decided in the last week or so that Safari 5.x, which is the newest Safari version available for Mac OS X 10.5 (Leopard) and 10.6 (Snow Leopard) is "not supported" any more, even though there are many reasons for staying with these OS X versions.
    Try this (at your own risk, but it works for me), as it seems to remove the message by tricking Gmail into thinking your Safari version is newer:
    -- Quit Safari
    -- Locate the following file (location depends on your OS X version):
    OS X 10.6 Snow Leopard:
    /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/Resources/Info.pl ist
    OS X 10.5 Leopard and older:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Resources/Info.plist
    -- Drag the file to your Mac's desktop to make a copy. Also make a safe copy somewhere else eg your Documents folder, as if you lose or mess up the file Safari will not launch at all. Having a backup browser is also recommended.
    -- Double-click it to open it in TextEdit
    -- Locate the CFBundleVersion value (the last line in the file that has numbers in it) and increment the second digit of it to the required version of Safari e.g. Safari 6 now seems to be the minimum version that Google support so change the second number from 5 to 6 (don't change anything else, only the change the second number). The value is different depending on your OS X version but as an example, for Snow Leopard 6534.59.10 becomes 6634.59.10
    -- Drag the file back from the desktop to its original location, choose the option to replace the old version, and enter your password when prompted.
    -- Run a permissions repair in Disk Utility to set the permissions in the file back to what they should be (not required, but good practice).
    -- Launch Safari and test Gmail.

  • I do all the steps to set wirelessly my TC but when i do my network can't find it. i don't have a modem near by but i have good signal to the mac. what am i doing wrong?

    i do all the steps to set wirelessly my TC but when i do my network can't find it. i don't have a modem near by but i have good signal to the mac. what am i doing wrong?

    Since you mention that the "modem" (which I'm guessing is a wireless router) is not close to the Time Capsule, I'm guessing a second time when I ask if  you are trying to configure the Time Capsule to "join" your network using wireless only.
    Is that correct?

Maybe you are looking for

  • HOW TO COMPLETELY DISABLE PASSWORD IN MACBOOK PRO RUNNING MOUNTAIN LION?

    i am quiet annoyed with my mac because everytime i want to isntall something it asks me for password i have deleted the password, now i dont have to type it anymore but simply have to press enter but is there any way to completely disable this thing?

  • Problem in creating ODBC new DSN in Informatica

    I Installed 1. Oracle 11g R2 64 bit 2. Informatica 9.1.0 64 bit Successfully. but when I tried import tables from Oracle, I got an error in creating ODBC DSN [ERROR NO:193]. But when I create through ODBC Aministration Tool through control panel, the

  • Can not publish to iWeb 3.0.2, maybe a sync problem, how to solve it?

    My earlier MacbookPro died and I got a new one. Since then the iWeb does not work at all. I have a valid Mobileme subscription till spring next year, but iWeb does not show the existing sites (which are in the other computer) and does not start publi

  • Premiere aaf export stereo audio

    ich möchte ein AAF mit stereo wav exportieren. 1. ich dachte, man könnte einfach auf die origonal files pointen, statt sie zu kopieren? im jetzigen premiere 2014 finde ich die möglichkeit nicht. der kopiert in jedem fall.. 2. wie kann ich die audio f

  • List the base tables of a view

    Hi All, I have a view but I do not have any information about the base tables and the query that was used to set up this view. Is there a way to atleast list the base tables on which the view was created! Thanks in advance! ~