Column Ambigiously defined error message

I'm getting Column Ambigiously defined error message. How do I fix it ?
select c.guid,d.teritorryname,a.permission,e.CLASSIFICATIONNAME from Apps_PERMISSION a , Apps_PERMISSION_CLASSIFICATION b , Apps_USER_MASTER c ,Apps_TERRITORY_MASTER d , Apps_CLASSIFICATION_MASTER e where a.PERMISSIONID=b.PERMISSIONID and a.TERRITORYID=d.TERRITORYID and a.USERID=c.USERID and b.CLASSIFICATIONID=e.CLASSIFICATIONID and a.USERID IN (select userid from Apps_USER_MASTER ) order by userid

May be
select c.guid,d.teritorryname,
DECODE(a.permission,1,'Create',2,'View',3,'Edit'),
e.CLASSIFICATIONNAME from Apps_PERMISSION a , Apps_PERMISSION_CLASSIFICATION b , Apps_USER_MASTER c ,Apps_TERRITORY_MASTER d , Apps_CLASSIFICATION_MASTER e where a.PERMISSIONID=b.PERMISSIONID and a.TERRITORYID=d.TERRITORYID and a.USERID=c.USERID and b.CLASSIFICATIONID=e.CLASSIFICATIONID and a.USERID IN (select userid from Apps_USER_MASTER ) order by a.useridOr you can use CASE also.

Similar Messages

  • Column Ambiguosly Define error

    Hi,
    I have a query that goes like this
    select * from
    (      select a.data1, b.data2
         from table1 a, table2 b
         where a.xxx = b.xxx
    union all     
         select a1.data1, b1.data2
         from table11 a1, table21 b1
         where a1.xxx1 = b1.xxx1
    union all     
         select a2.data1, b2.data2
         from table31 a2, table32 b2
         where a2.xxx2 = b2.xxx2
    when i run this query, i get the error "*Column Ambiguosly Defined*" error. However when i run the query without hte explicit select i.e.
    select a.data1, b.data2
         from table1 a, table2 b
         where a.xxx = b.xxx
    union all     
         select a1.data1, b1.data2
         from table11 a1, table21 b1
         where a1.xxx1 = b1.xxx1
    union all     
         select a2.data1, b2.data2
         from table31 a2, table32 b2
         where a2.xxx2 = b2.xxx2
    this query returns valid data. i need this data to be part of a custom report and need to add the select * from to the whole result set.
    Please respond to this query and provide me with a valid solution for the same.
    Thanks in advance
    Bharath

    Your constant re-posting of this message is NOT increasing your chances of getting a solution.
    This forum is not a chat line, and it is not paid support.
    No one is responsible for monitoring it and giving a quick response.
    Furthermore, it is a global forum. The person with the information you seek may very well live 20 time zones away from you and was going to bed just as you posted. He will not even see your post for several more hours.
    Your original post went up in the middle of the night for half the world.
    No one with the information you seek is deliberately withholding it until you sound sufficiently desperate.

  • How do you use user defined error messages in Value Help?

    Hi,
    I'm currently working on a Modifiable Value Help Selector in Web Dynpro Java, and I want to use a user defined error message when I validate the values entered by a user. Currently, it's returning its default error message ("Character <string> does not match...").
    Since the project requires a different error message, is there a way to override the default error message and use my defined error message instead?
    Thanks!

    Hi Angelo,
    I am not sure why message area is showing both Custom and inbuilt messages but you can try the following:
    i guess you must be using reportContextAttribute exception for showing Error messages on the input fields as well.in that case you can disable the message area so messages will appear only on the Context level ie; on input fields.
    For other messages apart from validation messages you can enable the message area before reporting the exception.
    make sure the boolean context variable which will be used for enabling and disabling the message area should have Readonly property set as true.
    I am not sure whether this is the only solution for this but you can try and see if it works.
    Siddharth

  • Oracle 11g bug for column ambigously defined error

    I have below format query running on Oracle 10g without any issues
    select col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    When I run the exact same query on Oracle 11g I get column ambiguously defined error. But when I change the query to as below it works fine on 11g
    select v1.col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    Is it because 11g ignores column alias in my inner queries.

    I'd tend to agree that this seems to be a bug in 11.1.0.7 (at least, that's the version I'm running it in)
    It's not even that Oracle doesn't know about the column aliases, you can remove the aliases in the ON without a problem, i.e.
    SELECT v1.col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1
    INNER JOIN
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
         ON (col1=col2);works fine. Using the old join syntax also seems to work fine
    SELECT col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1,
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
      WHERE (col1=col2);So it appears that something in the SQL 99 parser is broken. Have you logged a bug in Metalink?
    Justin

  • Page process: user defined error-message

    hi to everyone!
    i want to display a user-defined error-message, if for example a select in an anonymous PL/SQL block returns more than one row. i tried it with an user defined exception, but i get allways the success message... how can i do that?
    thanks for your help.
    bye,
    christian

    Hi,
    In the exception handler of your PL/SQL process use this :-
    apex_application.g_print_success_message := '<span style="color:red">Error message</span>';Regards
    Paul

  • Sales organization 0000 is not defined (Error Message: VF 009)

    Dear All,
    While creating the intercompany invoice, I am getting the following error.
    Sales organization 0000 is not defined (Error Message: VF 009).
    I was able to create till commercial invoice. I am not able to create "Intercompany Invoice".
    Am I missed out any configuration?
    So far I have completed Plant assignment and Internal customer assignement required for Intercompany billing.
    Kindly suggest.
    Regards,
    Mullairaja

    Hellow Mullairaja,
    We are encountering the same problem, and my assumption is that the customer not being extended to the appropriate sales area prior to delivery creation is causing the problem.  Is there an OSS note or process to resolve this issue.  We have extended the customer now and the only thing I can think of to resolve is to reverse the PGI and delivery.  Is there a better way to correct this?  What was your solution?
    Thanks,
    Jordan
    Edited by: Jordan Simons on Nov 23, 2010 3:17 PM

  • Handler not defined error message

    Hello - I'm having difficulty with a custom handler I've
    created. Everything works well in authoring mode, but as soon as I
    try to create a projector and run it, I get a "Handler not defined"
    error message. The handler is used to query an sqlite database.
    Here's the code which sits in a linked cast movie script
    on startmovie
    set gDBInstance = new(xtra"sqlite")
    on mDBQuery gSqlstring
    gDBInstance.sqlite_open(the moviepath&"halloffame.db")
    gQuery_fetch_data = gDBInstance.sqlite_fetch(gSqlstring)
    gDBInstance.sqlite_close()
    end
    end startmovie
    The handler is called from a frame script as below:
    on enterframe
    gSqlstring = "SELECT file_location FROM mediaitem NATURAL
    JOIN category WHERE category = 'Equipment' ORDER BY mediaitem.name
    ASC"
    mDBQuery(gSqlstring)
    end enterframe
    I'm using Director 11 on Windows XP. I do have all of the
    sqlite xtras in an xtras folder next to the executable. Any
    thoughts on what I'm doing wrong??
    THX!
    Mike M

    I ran a couple test that were interesting, but first I need
    to address some bad coding practices.
    miken75,
    I see no reason to open and close a database with each query.
    Open it at the beginning of the program and close it at the end.
    You should always check for errors with every interaction
    with a database, including opening it.
    In your function "mDBQuery " you pass in a variable called
    "gSqlstring" and assign the returned data from the query to
    "gQuery_fetch_data". Neither one of these variables should be a
    Global. The whole point of the function is to pass in a temporary
    string and the function Returns query results. Do not use Globals
    in this situation.
    This is a bit nit-picky, but your function names should be
    verbs - some sort of action. "mDBQuery " is a noun. Something like
    queryDatabase, doQuery, fetchData, etc. would be better.
    A basic re-write of your startup code would be:
    global gDB
    on prepareMovie
    gDB = new(xtra"sqlite")
    Okay = gDB.sqlite_open(the moviepath&"halloffame.db")
    if Not Okay then
    alert("There was an error opening the Database")
    end if
    end prepareMovie
    on queryDB SqlString
    return gDB.sqlite_fetch(SqlString)
    end queryDB
    on stopMovie
    gDB.sqlite_close()
    end stopMovie
    Finally, "EnterFrame" is a really poor choice for an event
    that queries a database. "EnterFrame" is used when you need to do
    something many times a second, such as an animation. For a singular
    event like querying a database I suggest "prepareMovie",
    "startMovie", "beginSprite", "mouseDown", and "mouseUp".
    I'm just trying to improve your coding practices. Better
    code, means less bugs and going home early.
    To your problem:
    I tried a couple things. I placed some startup code and a
    function in an internal cast movie script and an "enterframe"
    behavior that calls the function in an external cast. I saved and
    published, and the executable comes up and gives the handler not
    defined error. This error is a Director thing. It has nothing to do
    with your code.
    If, however, you shut Director down and run the executable,
    then there is no error. This fact implies that when you try to run
    Director and the executable at the same time, then Director all
    ready has ownership of the external cast file and the executable
    therefore can not open it. Although, generally under that kind of
    circumstance you get an error message indicating that the file is
    in use by a different program. So, I don't know exactly what is
    happening here.
    I then moved the "startup" code into the external cast with
    the "enterframe" script and published. No error. Director and the
    executable run side by side just fine. Weird.
    Hope that helps.
    Randal.

  • Is it possible to change the sytem defined Error Message

    Hi All,
    Is it possible to change the sytem defined Error Message: "Reason codes with automatic charge-off are not permitted here" to Warning Message. If so, how can I search in which application area  this message defined in OBA5 screen?
    Other details for this issue:
    Message: Reason codes with automatic charge-off are not permitted here
    Message Class: F5,
    Message No: 605.
    Thanks
    Chandra

    Hi,
    Without investigating deeper for this specific error message, I can say that the messages that cannot be maintained through OBA5 will in some cases remain in the system even if maintained in OBMSG. If message is not allowed for change in OBA5 and there is no OSS note regarding this message, it means that SAP designed it this way. Changing the nature in OBMSG (which is not standard or recommended SAP operation) will not always save the problem; the message could be simply hard-coded in the program with 'E' attribute.
    Regards,
    Eli

  • Getting an error-column ambigiously defined

    DECLARE
    p_temptablename  VARCHAR2(30);
    p_loadtablename  VARCHAR2(30);
    p_retval  number;
    BEGIN
       p_retval := 0;
       MERGE INTO TEMP_MED_PARTIAL_RECORDS_0002 Tmpr
            USING (SELECT callstart,
                          seqno,
                          totduration,
                          callreleasetime mplcallreleasetime,
                          connectedcallingnumber mplconnectedcallingnumber,
                          mplimsi,
                          mplchargingid,
                          msisdn mplsisdn,
                          FILEID mplfileid,
                          FILENAME mplfilename,
                          SLNO mplslno,
                          IMEI mplimei,
                          UTCTIMEOFFSET mplutctimeoffset,
                          CAUSEFORTERMINATION mplcausefortermination,
                          CALLTYPE  mplcalltype,
                          SERVICETYPE mplservicetype,
                          SERVICECODE  mplservicecode,
                          SUPPLSERVICECODE  mplsupplservicecode,
                          DIALLEDDIGITS mpldialleddigits,
                          CONNECTEDCALLINGNUMBER mplconnectedcallingnumber,
                          THIRDPARTYNUMBER mplthirdpartynumber,
                          RECORDINGENTITYIDENTIFICATION   mrecordingentityidentification,
                          CALLREFERENCE  mplcallreference,
                          ACCESSPOINTNAMENI   mplaccesspointnameni,
                          ACCESSPOINTNAMEOI     mplaccesspointnameoi,
                          SGSNADDRESS    mplsgsnaddress ,
                          GGSNADDRESS   mplggsnaddress,
                          CHARGEAMOUNT  mplchargeamount,
                          MSISDN  mmsisdn,
                          PDPADDRESS    mplpdpaddress,
                          PLMNID  mplplmnid  ,
                          CELLID   mplcellid ,
                          LOCATIONAREACODE  mpllocationareacode ,
                          RES_1 mplres1,
                          RES_2  mplres2,
                          RES_3  mplres3,
                          RES_4 mplres4,
                          RES_5 mplres5,
                          CALLRELEASETIME mplcallreleasetime
                     FROM (
                     SELECT MIN (CALLEVENTSTARTTIMESTAMP) callstart,
                                     MAX (sequence_number) seqno,
                                     SUM (CALLEVENTDURATION) totduration,
                                     imsi mplimsi,
                                    SUM(DATAVOLUMEINCOMING) download,
                                    SUM(DATAVOLUMEOUTGOING) upload,
                                    chargingid mplchargingid
                                FROM MED_PARTIAL_RECORDS_0002_LOAD
                            GROUP BY chargingid,imsi
                            ) subset ,
                            (select FILEID                   ,
      FILENAME                ,
      SLNO                    ,
      IMEI                          ,
      UTCTIMEOFFSET                 ,
      CAUSEFORTERMINATION           ,
      CALLTYPE                      ,
      SERVICETYPE                   ,
      SERVICECODE                   ,
      SUPPLSERVICECODE              ,
      DIALLEDDIGITS                 ,
      CONNECTEDCALLINGNUMBER        ,
      THIRDPARTYNUMBER              ,
      RECORDINGENTITYIDENTIFICATION ,
      CALLREFERENCE     ,
      ACCESSPOINTNAMENI ,
      ACCESSPOINTNAMEOI ,
      SGSNADDRESS             ,
      GGSNADDRESS             ,
      CHARGINGID       ,
      CHARGEAMOUNT     ,
      MSISDN           ,
      PDPADDRESS       ,
      PLMNID           ,
      CELLID           ,
      LOCATIONAREACODE ,
      RES_1   ,
      RES_2   ,
      RES_3   ,
      RES_4   ,
      RES_5,
      callreleasetime,
      sequence_number,
      imsi,
      chargingid
    from MED_PARTIAL_RECORDS_0002_LOAD
    ) subsetinfo
    where
    SUBSETINFO.IMSI=subset.mplimsi     -----------column abbigiuosly defined
    and
    subsetinfo.chargingid=subset.mplchargingid -----------column abbigiuosly def
    and
    subsetinfo.sequence_number=subset.seqno
    mpl
    on
    (tmpr.imsi=mplimsi
    and
    tmpr.chargingid=mplchargingid
    WHEN MATCHED THEN
    update SET sequence_number=seqno,
    --CALLEVENTSTARTTIMESTAMP=callstart,
    CALLEVENTDURATION= totduration,
    datavolumeincoming =downloabytes,
    datavolumeoutgoing=uploadbytes
    WHEN NOT MATCHED THEN
    INSERT (FILEID,
    FILENAME,SLNO,IMSI,IMEI,CALLEVENTSTARTTIMESTAMP,UTCTIMEOFFSET,CALLEVENTDURATION,CAUSEFORTERMINATION,CALLTYPE,
    SERVICETYPE,SERVICECODE,SUPPLSERVICECODE,DIALLEDDIGITS,            
      CONNECTEDCALLINGNUMBER,THIRDPARTYNUMBER,RECORDINGENTITYIDENTIFICATION,CALLREFERENCE,ACCESSPOINTNAMENI,ACCESSPOINTNAMEOI,DATAVOLUMEINCOMING,
      DATAVOLUMEOUTGOING,SGSNADDRESS,                  
      GGSNADDRESS,CHARGINGID,CHARGEAMOUNT,MSISDN,PDPADDRESS,PLMNID,CELLID,LOCATIONAREACODE,RES_1,RES_2,RES_3,RES_4,RES_5,CALLRELEASETIME,SEQUENCE_NUMBER                
    values
    (mplFILEID,mplFILENAME,mplSLNO,mplIMSI,mplIMEI,callstart,mplUTCTIMEOFFSET,totduration,mplCAUSEFORTERMINATION,mplCALLTYPE,mplSERVICETYPE,mplSERVICECODE,mplSUPPLSERVICECODE,
    mplDIALLEDDIGITS,mplCONNECTEDCALLINGNUMBER,mplTHIRDPARTYNUMBER,mRECORDINGENTITYIDENTIFICATION,mplCALLREFERENCE,mplACCESSPOINTNAMENI,mplACCESSPOINTNAMEOI,mplDATAVOLUMEINCOMING,mplDATAVOLUMEOUTGOING,mplSGSNADDRESS,                  
      mplGGSNADDRESS,mplCHARGINGID,mplCHARGEAMOUNT,mplMSISDN,mplPDPADDRESS,mplPLMNID,mplCELLID,mplLOCATIONAREACODE,mplRES1,mplRES2,mplRES3,mplRES4,mplRES5,callend,seqno);
    --commit
    exception
    when others then
    --ROLLBACK
    p_retval:=-1;
    p3_errorlog('partial_stiching',SQLERRM);
    --COMMIT;*/
    end;
    /

    Handle:  user8731258   
    Status Level:  Newbie 
    Registered:  Aug 20, 2009 
    Total Posts:  293 
    Total Questions:  129 (121 unresolved) 

  • Item Category not Defined Error message when deleting a batch item in Deliv

    Hi,
    I am trying with a Intercompany transfer . So after creating Interco. Transfer we have followed with a delivery document.
    Now,we would like to delete the delivery document. For your info. Del. doc is still open. We haven't gone for Goods issue or anything else.
    So,we tried removing the batch line item in batchsplit tab of the delivery and then deleting the delivery document.
    But we get the error message "Item catgeory Not defined". but we could see entries for Item category Determination with the particular Delivery typeItem Category Group from Material MasterItem Usage+Item Category.
    Why does system throw "Item catgeory Not defined".  when there are entries for particular determination available .
    And this seems to be Syste
    Thanks,
    Dhilipan

    Hello Sandy,
    Thanks for ur update. But its ticked already.. We checked it.
    But we still face this issue. And we are not able to replicate the same issue in QA..What cud be the reason.
    But Config..seems exactly similar to Pro. and QA
    Thanks,
    Dhilipan

  • "column ambigously defined" error

    ORA-00918: column ambigously defined
    00918.00000 - "column ambigously defined"
    *Cause:
    *Action
    Vendor code 918     
    I've gotten this error on a few of the queries I've ran in SQL Developer 1.5 and tried to export to xls, but when I run and try to export the same query in 1.2.1 it's fine. There is another popup box that provides this detail (below). What causes this error and how can it be fixed?
    java.lang.NullPointerException
         at oracle.dbtools.raptor.dialogs.export.ColumnPanel.addColumnsToTree(ColumnPanel.java:85)
         at oracle.dbtools.raptor.dialogs.export.ColumnPanel.showPanel(ColumnPanel.java:61)
         at oracle.dbtools.raptor.dialogs.export.ColumnPanel.<init>(ColumnPanel.java:50)
         at oracle.dbtools.raptor.dialogs.actions.TableExportAction.showPanels(TableExportAction.java:291)
         at oracle.dbtools.raptor.dialogs.actions.TableExportAction.launchDlg(TableExportAction.java:189)
         at oracle.dbtools.raptor.format.ui.ExportContextMenuListener$1.actionPerformed(ExportContextMenuListener.java:137)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    The problem is that SQL Developer 1.5.0/1 generates and executes a query that is not quite your original query to assist with the export dialog (presumably to populate the Columns tab). Note that it also does a single bulk fetch against this query, which can cause performance issues when trying to export the results of long running queries.
    For the example query of:
    select t.id, t2.id from t,t2;
    this generated query is:
    select * from ( select "ID","ID" from ( select t.id, t2.id from t,t2 ) )
    The export works in 1.2.1 simply because they did not generate this additional query, but re-executed the original query.
    theFurryOne

  • The group transfer account has not been defined  Error message KM124

    Hi,
    Friends,
    i
    When my user is posting  a logistical vendor invoice for intercompany vendor  the system issues error message KM124 "The group transfer account has not been defined.
    I have seen SDN there was a posting but no response.
    Can you suggest me how we can work on this error.
    Thank you
    Medha

    Hi Firends,
    One of my user is also getting the same error,  user is posting a logistical vendor invoice for intercompany vendor the system issues error message KM124 "The group transfer account has not been defined.
    I have checked the 8KEN and OX15 customizing also.. it seems to be fine.
    Please can you guide me in regards to this error.
    Thanks and Regards,
    Rahul.

  • Defining Error messages....

    hello all
    Is thr ny way to define error code and error messages tht wil display on dashboards..i mean is there any poss way of getting the error code and error msg that are defined by user....or is thr any file that contains a list of all error codes and msg's
    thanks,
    pankaj

    Added messages for SSL communciation protocol. 12018 - 12020
    Added message related to privileges required to run Populate. 13016
    Added messages related to the Report Totalling functionality. 42035 - 42039
    Added messages related to session variables, specifically of the listof-
    values type.
    42040 - 42041
    Added messages related to purging the cache. 59115 - 59118
    Added messages when importing from an XMLA data source. 62010 - 62011
    Added new Cubeviews messages pertaining to the usage of the
    Cubeviews product.
    83001 - 83065
    ref:SIEBEL

  • How to populate User defined Error message

    Hi
    i have a requirement as follows,
    we have 2 types users(patient and doctor) some fields are mandatory for doctor and some of them for patient creation.
    when they miss some fields while creating doctor it has to throw error message saying " these fields arer mandatory for doctor " same will follow for patient.
    so can any body please tell me how to use the UDF error messages. (no external code).
    Thank you.

    IF b1 = 'Business One'.
      ASK question [here|SAP Business One SDK;.
    ENDIF.

  • How to define error message for function based index violation?

    Hi,
    I am generating Forms 6i from Designer 6i. I have a function based index to enforce case insensitive name uniqueness. With check constraints I can specify constraint violation error messages that will be displayed in Forms at runtime if needed. How can I do this with function based index constraints?
    Regards,
    Tamas

    OK, problem sorted.
    You need to create a check constraint with the same name as the new index, but don't enable it.

Maybe you are looking for

  • Time Capsule disconnects internet when using web server through port forwarding

    My current config is: 2TB Time Capsule running 7.6.3, Mac Pro running Lion (10.7.5), MacBook Pro running Mountain Lion (10.8.3), and a couple of MacBook Pro Retinas running Mountain Lion. My current ISP is Comcast. I have the Time Capsule set up to p

  • Iphone 4 calendar problem

    hi! its my first day using my iphone4, and i have a little problem, please help me. i ve written some events in my calendar, and they have been deleted, just after i stepped to another month.so for example i wrote an event to dec 24th, and it stayed

  • ITunes won't burn CDs anymore...

    I've tried several times to burn a CD from iTunes. It used to be fine...it will burn all the way through, then stumble a bit on the final song, taking a few minutes longer than necessary, then it will say it's finished, but when I try to play it, it

  • Migration of Unix Forms fmb/pll/mmb code to Windows 2000 platform

    Hi, I am now runnning a forms 4.5 application on a COMPAQ TRUE 64-bit OS platform. However, as I have decided to switch to a Windows 2000 platform, may I know whether are the Unix fmb/pll/mmb source code that I have be re-usable in the Windows enviro

  • TROUBLE Converting .MOV to .WMV w-Quicktime Pro

    I've been using the EXPORT feature to convert a .mov file to a .wmv file but it will only export 30 SECONDS of any .mov file I try!! I also tried converting to a .avi file first. That didn't work either. I have Quicktime pro. G5 MAC OS 10.3.9 I have