Error occurred when executing query involving cross join or outer join

Hi,
I tried to execute the following query:
select count(*)
from
     po,
     invoice,
     table(xmlsequence(extract(invoice.content, '/CommercialInvoice/Body/LineItemDetails/LineItem'))) invoice_line_item
where
     extractValue(po.content, '/PurchaseOrder/Header/DocumentID/RID') =
     extractValue(value(invoice_line_item), '/LineItem/Product/PurchaseOrderIdentifier/documentCreatorIdentifier')(+)
It produced the following error:
     Error: ORA-00936: missing expression
Then I change the query to:
select count(*)
from
     po left outer join
          invoice cross join
          table(xmlsequence(extract(invoice.content, '/CommercialInvoice/Body/LineItemDetails/LineItem'))) invoice_line_item
     on
          extractValue(po.content, '/PurchaseOrder/Header/DocumentID/RID')
          = extractValue(value(invoice_line_item), '/LineItem/Product/PurchaseOrderIdentifier/documentCreatorIdentifier')
It produced the following error:
     Error: ORA-00904: "INVOICE"."SYS_NC0012900130$": invalid identifier
If I simply the query to:
select 1
from
     invoice cross join
     table(xmlsequence(extract(invoice.content, '/CommercialInvoice/Body/LineItemDetails/LineItem'))) invoice_line_item
It also produced the following error:
     Error: ORA-00904: "INVOICE"."SYS_NC0012900130$": invalid identifier
What is the cause of the problem? How to resolve it?
The version I am using is 10.1.0.2.0 on Windows. Any help would be much appreciated.

Hi,
    Recently we went for BW upgradatiaon (BI7.0) , the error you are facing could be due to the following issue,
    If infoobjects are used in infoset as infoprovider ( in BW3.5) after upgrade this infoobjects will not be selected automatically as infoproviders. So it will not be available for Infoset.
Please check whether any infoobjects are used as infoprovider, if so manually change them as infoprovider ( In BI7) and activate.
Since, few reports are working on the infoset , this could be those reports are not using the fields from the infoobjects. so it is working it seems.
Please check and let me know.
Thanks,
V.Senthil

Similar Messages

  • An error occurred when executing a REMOTE FUNCTION CALL.

    Dear all,
    We have two syetms called DXD and GRD , we have a remote enabled function module in the DXD system , when i am trying to call this Function module from
    GRD system it is going for the short dump, and giving the follwing error,
    <b>Error analysis
        An error occurred when executing a REMOTE FUNCTION CALL.
        It was logged under the name "RFC_NO_AUTHORITY"
        on the called page.</b>
    But i do have the access for the DXD system also, i am really struggling to solve this problem, if any lights are there to help me , i will be thank full for then,
    some body suggested for me that we need to maintain the Trusted system tables in the target system.
    Thanks & regards
    Satya.

    first u( user id ) have to get the Authorizations to use RFC ?
    object will be  like S_RFC or some thing like this.
    when u get this kind of error just call /NSU53 then u will come to know which Authorization Object is missing from ur User Profile.
    Regards
    Prabhu

  • Just purchased this, verified my email, payment taken etc., etc., but keep getting a message when trying to convert a doc saying an error occured when signing in.  I have siged out and signed in again - no avail.  Any help would be much appreciated.  Than

    Just purchased this product, verified my email, payment taken etc., etc., but keep getting a message when trying to convert a doc saying an error occured when signing in.  I have siged out and signed in again - no avail.  Any help would be much appreciated.  Thanks

    Hi there Katie,
    I just checked your account, and see that it's active. Are you trying to sign in via Adobe Reader? If so, please choose Help > Check for Updates in Reader and make sure that it-s up-to-date. The most current version, 11.0.07, should alleviate that sign-in error.
    Best,
    Sara

  • ORA-04052: Error occurs when execute the block

    I'm trying to run one block and his query definition uses an active public database link. When I ran the script to block I get the following message:
    ERROR in line 1:
    ORA-04052: error occurred when looking up remote object
    SQ_DSV.temp_tipo_contr@SQ_DSV tc
    ORA-00604: error occurred at recursive SQL level 1
    But when I execute his definition query all is ok, the query works fine.
    I mean, I'm using the following sentence to block:
    declare
    Cursor Tipo_Contr is
    Select tc.rec_id, tc.tipo_contr from SQ_DSV.temp_tipo_contr@SQ_DSV tc;
    begin
    For Reg_Tipo_Contr in Tipo_Contr Loop
    Begin
    Update recursos Set tpcontr_id = Reg_Tipo_Contr.tipo_contr
    where rec_id = Reg_Tipo_Contr.rec_id;
    exception when others then
    dbms_output.put_line(Reg_Tipo_Contr.rec_id || ' Not find');
    end;
    end loop;
    -- Commit;
    end;
    I checked for the GLOBAL_NAMES parameter and it is set to FALSE. Please help me, How can I fix this problem ?
    I'm using Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production running over Win XP for run block.
    Thanks you, Paulo.

    ORA-04052 error occurred when looking up remote object stringstringstringstringstring
    Cause: An error has occurred when trying to look up a remote object.
    Action: Fix the error. Make sure the remote database system has run KGLR.SQL to create necessary views used for querying/looking up objects stored in the database.
    Regards
    Marcio Paiva

  • Error occured when executing RFC ......RFC_EXTERNAL_ABORT error

    Hi All,
    My scenario is  RFC to Proxy synchronous scenario and data is sent from 4.6C to ECC system and responds back to 4.6C with the data fetched from ECC.
    All the development and mappings in XI are working fine.
    The Program dumps often in 4.6C system, When the program is executed initially, it is working fine but the subsequent execution fails with the dump u201CRFC_EXTERNAL_ABORTu201D , As a work around we had to stop and start the  RFC sender Channel  for it to work fine.
    Kindly let me know if the issue is with the RFC destination ?
    Dump:
    Call to messaging system failed
    Error Analysis:
    An error occured when exectuing a REMOTE FUNCTION CALL
    It was logged under the name "RFC_EXTERNAL_ABORT" on the called page
    Internal Notes:
    The termination occured in the function "ab_rfcrecieve" of the SAP Basis  System.......
    Kindly need you valuable inputs to solve this issue
    Thank you ,
    Regards,
    Pavithra

    Hi Rangarajan,
    Thanks for your reply
    I had went through this thread and checked the RFC destination in SM59 of 4.6C system . I am able to do Remote Logon and the test connection works fine and also the function module is remote enabled, but still the program dumps
    Kindly suggest me what are the other check areas .
    Thank you,
    Pavithra
    Edited by: Pavithra L on Mar 17, 2011 8:07 AM

  • Operations error occured when executing LDAP query to read members of AD group in windows 8 operating system using javascript and active-x

     My code javascript script  is
     objConnection = new ActiveXObject("ADODB.Connection");
     objConnection.Provider="ADsDSOObject";
     objConnection.Open("ADs Provider");
     objCommand = new ActiveXObject("ADODB.Command");
     objCommand.ActiveConnection = objConnection;
       objCommand.CommandText = "SELECT sAMAccountName,displayName, givenName, SN,CN,    mail,distinguishedName,primaryGroupToken,member,ADsPath,MemberOf FROM 'LDAP://"+GrpDomain+".corp.com' WHERE objectCategory='group'
    and objectClass='group' and sAMAccountName='"+GrpName+"'";
    objRecordSet = objCommand.Execute();
    This code executes successfully on window 2008 server machine,
    but gives "Operations error occurred" on windows 8 operating system
    on line of code highlighted above

    Hi,
    In regard to scripts related issue, I suggest you refer to The Official Scripting Guys Forum to get professional support:
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Thank you for your understanding and support.
    Best Regards,
    Amy Wang

  • Error occurs when executing a procedure

    I have queried a package and procedure.But when executing it shows an error.
    Here is the query
    CREATE OR REPLACE PACKAGE refcursor_pkg AS
    TYPE SYS_REF_CURSOR IS REF CURSOR RETURN EMP%ROWTYPE;
    end refcursor_pkg;
    CREATE OR REPLACE PROCEDURE mem_select(pMem_name VARCHAR2,
    pAge NUMBER,
    pDivision VARCHAR2,
    pOut_cur out refcursor_pkg.SYS_REF_CURSOR)IS
    BEGIN
    IF pMem_name IS NOT NULL THEN
    IF pDivision IS NOT NULL THEN
    OPEN pOut_cur FOR SELECT
    m.mem_name,m.nic,m.mar_state,u.division
    FROM members m,upf_kgl u
    WHERE m.member_id=u.member_id;
    END IF ;
    ELSE
    OPEN pOut_cur FOR SELECT
    u.mem_name,m.nic,m.mar_state
    FROM members m,upf_kgl u
    WHERE U.MEMBER_ID = M.MEMBER_ID;
    END IF;
    END mem_select;
    Here is the error.
    Error(6,1): PLS-00103: Encountered the symbol "CREATE"
    Can someone help me to correct it please?

    You can use sys_refcursor type:
    CREATE OR REPLACE PROCEDURE mem_select(pMem_name VARCHAR2,
                                pAge NUMBER,
                                pDivision VARCHAR2,
                                pOut_cur out sys_refcursor)IS
    BEGIN
            IF pMem_name IS NOT NULL THEN
             IF pDivision IS NOT NULL THEN
             OPEN pOut_cur FOR SELECT
                          m.mem_name,m.nic,m.mar_state,u.division
                          FROM members m,upf_kgl u
                             WHERE m.member_id=u.member_id;
             END IF ;
            ELSE
             OPEN pOut_cur FOR SELECT
                          u.mem_name,m.nic,m.mar_state                                             
                          FROM members m,upf_kgl u
                             WHERE U.MEMBER_ID = M.MEMBER_ID;
            END IF;
    END mem_select;Regards,
    Malakshinov Sayan

  • Error occured:when execute "SYNCHRONIZE ALL" on target

    (I added the "SYNCHRONIZE ALL" command on the IKM at last,the transaction must be committed)
    My target datastore is xml when ODI execute "SYNCHRONIZE ALL" on target the following error occured,
    it's wonder that I can execute with no error sometimes,
    Error Info:
    0 : null : java.sql.SQLException: Error synchronizing automatically the schema HJYEMP
    java.sql.SQLException: Error synchronizing automatically the schema HJYEMP
         at com.sunopsis.jdbc.driver.xml.SnpsXmlConnection.b(SnpsXmlConnection.java)
         at com.sunopsis.jdbc.driver.xml.br.executeUpdate(br.java)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:595)
    Topology Configuration:
    com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
    jdbc:snps:xml?f=D:\ODI\hjyemp.xml&d=D:\ODI\hjyemp.dtd&s=HJYEMP&dod=yes
    Anyone can tell me why ODI sometimes execute error and sometimes right?
    He
    tks

    Hi MS,
    We have checked the HANA DB connection with report ADBC_TEST_CONNECTION in T code SE38. We are getting the below
    Connection <connection name> Successfully opened
    Connection <connection name> closed
    Kindly advise us on this.
    Thanks
    Arun R

  • Error occurs when executing an item in an inbox with more than 1000 entries

    Hi Everyone,
    One of our approvers in SRM experienced an error when his inbox contained more than 1000 entries .  Further execution on any inbox item produces errors.
    Would you know where to set the maximum allowable entries in a user's inbox? Can this be set thru SRM config or Basis functionality?
    We also searched for existing SAP Notes but found nothing.
    Your inputs and help are greatly appreciated.
    Thanks and Regards,
    Vhong

    Hello,
    The user has sent me the screen shot. But this has no error messages. The approval transaction shows an ITS screen/code with template 'bbpapproval/99/saplbw02_1200.html'
    However, we have a user in Quality where the page displays with no problem and with 1675 Entries.
    Do you think this is more of an ITS setting or any Template/JavaScript issues?
    I got this code (view source code) earlier today and the topmost header of the code is:
    <!--
    This page was created by the
    SAP Internet Transaction Server (ITS, Version 6200.1025.7214.5, Build 908978, Virtual Server Q36, Add. service info none, WGate-AGate Host esetnmw028, WGate-Instance Q36)
    All rights reserved.
    Creation time:  Mon Mar 15 07:21:39 2010
    Charset:        iso-8859-1
    Template:       bbpapproval/99/saplbw02_1200.html
    -->
    Regarding the not-so-good practice of approvers to have more than 1000 entries in their inbox, we are still in the process of planning on how to divide the task to different approvers since there is only one approver (Project Manager) for the related network.
    Thanks and Redards,
    Vhong

  • "Unsupported LOB type" error occurs when executing DBMS_LOB.FRAGMENT_INSERT

    Dear all,
    I try to run DBMS_LOB.FRAGMENT_INSERT, but got error saying:
    ORA-43856: Unsupported LOB type for SECUREFILE LOB operationSuppose I have the following code:
    declare
    note_clob clob;
    note_clob2 clob;
    note_bfile bfile;
    buffer varchar2(10000);
    note_var varchar2(10000);
    warning int;
    dest_off int:=1;
    src_off int:=1;
    lang_ctx int:=0;
    amount int:=1500;
    begin
    --Create temp
    dbms_lob.createtemporary(note_clob,true);
    --Initialize BFILE
    note_bfile:=bfilename('TEMP_DIR','note.txt');
    --Open bfile
    dbms_lob.fileopen(note_bfile);
    dbms_lob.loadclobfromfile(note_clob,note_bfile,dbms_lob.lobmaxsize,dest_off,src_off,0,lang_ctx,warning);
    dbms_lob.fileclose(note_bfile);
    --Fragement Insert
    amount:=3;
    dest_off:=10;
    buffer:='end';
    dbms_lob.fragment_insert(note_clob,amount,dest_off,buffer); <==LINE 30
    --Read
    amount:=50;
    dbms_lob.read(note_clob,amount,1,note_var);
    dbms_output.put_line(note_var);
    end;
    /and I got:
    ERROR at line 1:
    ORA-43856: Unsupported LOB type for SECUREFILE LOB operation
    ORA-06512: at "SYS.DBMS_LOB", line 1076
    ORA-06512: at line 30What did I miss?
    Best regard,
    Val

    Just a wrap-up (mostly for my own benefit :-) ) :
    <li>As I understand the docs, SECUREFILE/BASICFILE is a matter of how the LOB is stored in the table.
    <li>SECUREFILE/BASICFILE therefore does not apply to temporary LOBs - they are not stored in a table.
    <li>The new FRAGMENT procedures in DBMS_LOB only works on SECUREFILE.
    <li>Therefore the FRAGMENT procedures can only work on permanent LOBs in tables in columns defined as SECUREFILE.
    <li>And so FRAGMENT procedures cannot work on temporary LOBs at all.
    Just loading data into a LOB does not make it permant - it is still temporary until stored in a table.
    A workaround would be to create a table with a LOB column defined as SECUREFILE and insert a record into this table.
    Then in your code replace the CREATETEMPORARY with selecting that LOB locator from that table.
    That way you work on a permanent SECUREFILE LOB in a table rather than a temporary LOB.
    Or if the goal of your procedure at some point is to take the LOB and insert into a table, then reverse your logic:
    Start with inserting your record with an EMPTY_LOB() (assuming your column is defined SECUREFILE) and use RETURNING clause to retrieve the LOB locator of that inserted LOB.
    Then load that LOB from your BFILE and continue from there.
    (Or the third workaround is to write the code avoiding use of FRAGMENT procedures ;-) )

  • Error occurs when trying to purchase Dreamweaver subscription - Time out error

    Hi there
    I am trying to purchase Dreamweaver subscription with my Master Card and when I accept terms and proceed to pay a message box pops up, see screen capture below:
    Could this be my Master Card or is there something else perhaps on Adobe's side that causes this error.

    Hi
    There are a number of possibilities, (not including an Adobe server problem).
    You have taken too long between entering your details and entering your card details.
    You used the browsers 'back' button for some reason.
    You have cookies turned off.
    For the first item - The application times out when a user takes more time that set between completing the form and entering their card details. This is done as a security measure.
    The second item - The use of the back button causes problems as the data sent to the server is duplicated, (often the use of the back button invalidates a purchase process).
    The third item - Cookies are required in order for the purchase process to take place.
    PZ

  • An error occured when attempting to change module in Lr 5

    Hello
    I puchased a new imac yesterday my first apple product so no experience with it. I have purchase lightroom 5 today as a download when I instal it I get an error message.
    An error occured when attempting to change module.
    Anyone out there that can help?
    RuralTraveler1111

    Hi
    Thanks Rave
    I will try the sugestion in this doc. The problem is I am completly new to mac and I have to find my way around I had lightromm 4 on my pc and never had an issue with it.
    It is loading now but it give me this message error and I can do anything no import or anything else. I saw a post somewhere an other user had the same issue and resolve it using the step in the doc you point it out.
    Will work on it.
    Thanks
    RuralTraveler1111

  • An error occurred when attempting to change modules. Lightroom 5.2 on Mac

    Lightroom 5.2 on a Mac....keeps saying 'An error occurred when attempting to change modules.

    I FIGURED OUT HOW TO FIX THIS PROBLEM!
    i\IIf you get the error message, “An error occurred when attempting to change modules” open up a brand new user account on your computer, name it something (Do not use Guest). Lightroom will be installed on both users, however everyone wants it to work on their main account, here is how you do it.
    Click on the go menu at the top of the desktop in the new user profile and hold down option or the alt key. A tab will pop up that reads library. Click on it. A finder will appear, look for application support and click on it. Next, click adobe folder in Application Support and scroll down to Lightroom  Copy this folder and paste it into the main user. HOW TO DO THIS? First copy the entire folder and then click computer in the go menu, Macintosh HD and then Users. Find your primary user account. In this case it would NOT be the one that looks like the house because you are on your alternative account! Nevertheless, find your main user account, click it and paste Lightroom folder into it. Doesn’t matter where you paste it, just know where it is.
    NOW, log out of the alternative account and log into your primary user account and find the copied lightroom folder. Do the same thing mentioned above, Go menu, Computer, Macintosh HD, Users, but this time click the house tab. Find where you pasted the folder and paste it back in application support in the library via go menu. It will ask you to replace it. Hit yes. If it does not allow you to. Click get info on application support tab and make sure everyone is on read and write. Once pasted and replaced start up Lightroom.
    IF NOTHING HAS WORKED FOR YOU DO THIS METHOD, IT WORKS!!

  • An error occured when attempting to change modules .. how to solve this ? Thanks

    Hi there,
    I installed Lightroom 5, then it asked it for some directory to create some catalogue. I changed was was given default to me to some other directory. It was a mistake.
    Then a message saying "An error occured when attempting to change modules" always popped out when I started Lightroom 5.
    In fact I uninstalled and reinstall Lightroom 5 again. Ang it gave me the same message. I am not sure why when I reinstall it, it no longer asked me the directory I wanted to create the catalogue but instead gave me the error message straight away...
    Any ideas on how to solve this is greatly appreciated as I desperately need to use this Lightroom 5 ...
    Thanks

    99jon wrote:
    Did you install from CC desktop or from an Adobe download link?
    When you click on the install button under the Apps tab within the Creative Cloud desktop app, no serial number is required.
    Hi 99Jon,
    I installed from CC desktop and you are correct. You are correct, when I install the CC, there is no serial number required or given to me.
    Let me explain again the sequence of my problem.
    1) I installed the CC desktop after I chose to pay monthly.
    2) The installation was perfectly fine, NO asking of serial number
    3) I install the Lightroom 5.7.1 without problem and NO asking of serial number too.
    4) I run Lightroom 5.7.1 for the first time and it asked me to select a folder for catalogue I didn't select the default directory that it suggested. And this caused problem because it then gives a message saying "An error occurred when attempting to change modules"
    5) so I delete the whole Lightroom 5.7.1 and reinstall from CC Apps.
    6) The problem still persists and I continue to have the "An error occurred when attempting to change modules" message
    7) So I deleted the Lightroom 5.7.1  and reinstall. Problem still persist.
    8) So, I did a software update as advised by the link you gave me (ie Solution 1). Interestingly, the update Version is 5.7.1 which I have.
    9) After the update installation, I no longer receive "An error occured when attempting to change modules" the message but instead tnow I receive message asking me for serial number. So much problem now ...
    Note:
    If you see this link, something is wrong bcos when you clicked the settings wheel, you'll see that Managed Application - Uninstall Unavailable"
    <a href="http://s32.photobucket.com/user/ryan_khoo/media/ScreenShotofAdobeCC_zpsa6c420e7.jpg.html" target="_blank"><img src="http://i32.photobucket.com/albums/d2/ryan_khoo/ScreenShotofAdobeCC_zpsa6c420e7.jpg" border="0" alt=" photo ScreenShotofAdobeCC_zpsa6c420e7.jpg"/></a>
    So now my problem has changed form one where the error message popped up to one which now asked me for serial number ...
    Any ideas ?
    Thanks

  • Failed to execute with the error Error occurred when starting the parser: t

    Dear All
    I am getting this error
    ""A database error occurred. The database error text is: The MDX query SELECT  { [DASKA1EDEL2DMLXTQ62S595QV].[DB7BP4A8AMQTUD3DPEEPS4J87] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [0CALMONTH].[LEVEL01].MEMBERS, [DASKFZ1TRFOLNTG78G0HH2B87].MEMBERS ), [0MATERIAL].[LEVEL01].MEMBERS ), [0PLANT].[LEVEL01].MEMBERS ), [0COMP_CODE].[LEVEL01].MEMBERS ), [0ACTDELDATE].[LEVEL01].MEMBERS ) DIMENSION PROPERTIES MEMBER_NAME, MEMBER_CAPTION ON ROWS FROM [0IC_C03/ZMATSTOCK]  failed to execute with the error Error occurred when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'. (WIS 10901)""
    I already went to similar kind of error solution in forum,but this error is coming for one web I query,all other reports are working fine.
    I already implemented note 1032461

    Hi,
    Under normal circumstances it should be enough to restart the connection service.
    As far as we know there is no formal solution to this problem from SAP yet but restarting the connection service is much less of an interuption compared to restarting the the SIA.
    Re-starting the connection service should resolve this issue. since, Connection service is only related to DeskI and Rich Client re-statrng wonu2019t impact other business objects components including java report panel.
    All the Best,
    Madhu....

Maybe you are looking for

  • Cannot open iTunes after upgrading it because of computer version

    I just upgraded iTunes to the latest version last night and now it will not let me open due to the fact that I have a Mac Os X 10.4.6 and need 10.4.7 to open iTunes. Is there a way to upgrade the Mac Os X without paying money? If not, can I down-grad

  • Importing a catalog when the images are stored offline

    I have cataloged 126 DVDs worth of images, around 7000 in all (lots of big TIFFs) As I have done this over the last year, I have selected "import from current location" option so that the actual images stay on the DVDs and I just have the previews in

  • Pls Help - Unexpected Signal 11 occuring on solaris 8

    Hi, We are getting Unexpected Signal 11 crashes on solaris 8 our Application server is crashing with following core dump msg Unexpected Signal : 11 occurred at PC=0xFE455CF4 Function=[Unknown. Nearest: JVM_GetInterfaceVersion+0xE0] Library=/u02/iplan

  • How do I get all the music in 'my music' onto my ipod?

    I've followed the instructions for downloading music from my computer, but "My Music" has 734 items, and my ipod lists 567 songs. ???

  • Installing Apps from Itunes to Iphone.,....

    Hi all, I cannot seem to find how to install Apps from itunes to my iphone. I needed a new iphone, and when i got it the songs installed and sync'd fine. The Apps however did not. You cannot drag and drop the Apps from the Itunes store to the iphone.