Row currency errors in one environment but not in another

I'm testing an ADF app in a couple of different environments (a dev environment and a test environment) and I'm getting row currency and SQL overflow errors ("JBO-25028: Number.intValue Creation Error :java.sql.SQLException: Overflow Exception") in the test environment that I can't duplicate in dev. The code and the connection pool/data source setup are the same on both servers.
Is it something with the database setup, maybe, and can someone suggest where I might start looking?
The other consideration is that I was getting the row currency errors (though not the overflow errors) when I was running it in JDeveloper's embedded OC4J, and at that time I was using the same database as the app is using in dev, and it works perfectly there.

I guess it may be due parsing error of xml file which you are using. Can you try with sample.xml given below :
//sample.xml
<Root>
<UserList>
</UserList>
</Root>
And then let me know all details as you told for the previous one.
Regards,
Amit

Similar Messages

  • Form on Table with Report works in one environment but not in another.

    Here's a short description of the problem:
    Created a form on a table with report (using the wizard) in an ApEx application. The form and report work perfect in development environment. Once the application is moved to the Test environment, the insert feature of the form does not work. We have verified that the underlying table the form is based on is there with all the fields, primary key, sequence and trigger.
    Any ideas?
    Marc

    Ben,
    I assume that apex_public_user has all the approporiate privilegesapex_public_user requires no privileges other than those it is created with during installation and the execute privileges on procedures it may acquire as URL-invokable procedures are developed and registered.
    Marc - What are the symptoms of the problem (insert does not work) ? What does the debug output show when you run the page in debug mode? Does the "request" value of the button (create button?) match one of the request values recognized by the DML process?
    Scott

  • "No connectivity with the server" error for one document but not the other, in the same document library

    We have a number of users all of a sudden getting "No connectivity with the server.  The file 'xxx' can't be opened because the server couldn't be contacted." errors trying to open MS Office docs (Word, Excel, etc.) in SharePoint with IE,
    just by clicking the link and selecting the "Read Only" option.  If they select the "Check Out and Edit" option, they can open the document no problem.  One of my customers gets the error on one document but not the other, in
    the same document library!  The older document (a weekly report) was copied and renamed as per standard procedure.  She can read the older document, but not the new one.
    It is definitely a profile issue, as other people have logged onto the machines of the users with problems and do not get the error.  We have also renamed people's c:\user profile folders and the corresponding Profilelist registry entry and the newly
    created profile does not experience the error for these people.  Renaming the profile back restores all their personal settings but the error reappears.  When we copied the old profile's folder structure into the new profile, many of the user settings
    were restored (but not all, like Dreamweaver settings) but the error did not appear.  We think that the system folders files (like AppData) weren't totally copied over so we're going to run another test using xcopy.  We are rebooting between
    logons to make sure all files are unlocked.
    The laptops and computers are mainly 32bit, Win7 Enterprise running IE9 and Office 2010 Professional Plus, but there's a few 64bit machines as well. The SharePoint farm has 1 WFE, 1 App Server running search and CA, and a shared database server running SQL
    2005 SP4.  SharePoint is 64bit MOSS 2007 with the latest CU.
    We've checked the logs on the client as well as on the server and there aren't any helpful entries.  We've also run Process Monitor, also with no helpful entries.  We're planning to run something like Fiddler next.
    It's not everyone, because there are many people are accessing the SharePoint system and the same files.  It is also not a permission thing, as we've tested by giving the users elevated permissions with no changes.  One person experiencing
    the errors is a Site Collection Admin.  That same person ran a test where I coped a simple Excel file into a Document Library which contained a problem file.  They were able to open it Read Only no problems that day, but the next day, the same
    file gave them an error.   In their case, they usually get a "xxx is not checked out" error and only occasionally get the "No connectivity with the server" error.
    We've tried lots of things including:
    Deleting IE cache
    Deleting SharePoint Drafts and webcache folder contents
    Running IE without add-ons
    Upgrading and Downgrading IE
    Uninstalling and re-installing IE
    Reinstalling our SSL certs
    Repairing Office
    Removing and then adding back in the Microsoft Office "Microsoft SharePoint Foundation Support" Office Tool 
    Deleting all HKLM and HKLU Office registry settings
    Toggling IE Compatibility Settings
    Toggling the IE Automatic Logon option
    Toggling the location of checked out files
    Adding the site in the trusted sites list
    Adding the site to the WebClient\Parameters registry locations
    Making sure the WebClient service is started
    Rebooting the machine (lol :)
    This is becoming a serious issue, not just because of the inconvenience for the users having to check out every document they want to read, but we have some files with macros that open up other documents to run which are now failing.  There aren't
    "check out" workarounds for some of those macros.
    We're planning to open a ticket with Microsoft, but I'm throwing it out here first in case someone has run into this before, or may have some suggestions on what to try next.  Thanks!
    -Richard.
    PS  I think this needs to be in the "General" forum instead?

    It took three days of dedicated troubleshooting, but I have found the cause of the errors, and a couple of fixes.  It helped tremendously that my own machine was throwing the error.  I have scheduled a couple of users to work with me to test the
    various fixes, to see which one works best, so the story isn't over yet.
    I had backed up my c:\users profile folder and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList registry key so I could restore my profile after I was done.  I made a copy of the profile folder and was using that for awhile,
    but then made another copy where I had deleted a lot of content out of it so that the copies would go faster.  Since a newly created profile did not have errors, I was trying to copy back as much of the profile as possible to make it easier for our users
    to get back to work.  Instead of blowing away their profile and starting from scratch (which we know worked) I wanted to narrow down what was causing the error and just skip that from the restore.  The concept was to keep as much as the users profile
    in tact (application settings, etc.) not just restoring their desktop and My Documents folders.
    When we first tested a few weeks ago, simply copying the folder contents didn't reproduce the error.  I then tried xcopy, but got the "can't read file" error.  Then I tried robocopy, and ran into the "junction" problem. 
    I went back to xcopy, and found that placing the excludes.txt file in the windows/system32 folder eliminated the error.
    So the process went as follows: 
    Reboot and log into the machine as another user
    Delete the profile and associated registry key
    Reboot and log into the machine as the affected user, creating a new profile, and there is no error
    Reboot and log in as the other user
    xcopy the contents of the skinned-down backed-up profile to the newly created profile
    Reboot and log in as the affected user, and the error occurs
    Repeat the above, but add items in the excludes.txt file to see what, when eliminated, causes the error not to appear in the last step
    I eventually found that skipping the c:\users\<profile folder>\appdata\local\Microsoft\office\14.0 folder allowed the entire profile to be copied over without the error occurring.  That was strange, because we've cleaned out the cache folders
    before which didn't fix the issue. 
    So I went about it the opposite way, and tried to delete the 14.0 folder from the restored profile, and after reboot, the error still occurred.
    What eventually worked was deleting the 14.0 folder and copying over a 14.0 folder from a newly created profile!
    One way to do this was to:
    Reboot and log in as another user
    Rename the c:\users profile folder
    Rename the appropriate [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList] registry key
    Reboot and log in as the affected user, confirm that there is no error
    Reboot and log in as the other user
    Copy the C:\Users\<profile folder>\AppData\Local\microsoft\Office\14.0 folder to the other user's desktop
    Delete new profile folder, and rename the backup to be the production folder
    Delete the C:\Users\<profile folder>\AppData\Local\microsoft\Office\14.0 folder and then paste the 14.0 copy from the desktop
    Reboot and log in as the affected user, confirm that there is no error
    We've tried this on a couple machines and it works.  I had to run Windows Explorer as Administrator to access the other profile's folders.
    We've also successfully copied a 14.0 folder created by one profile on one affected computer over another profile's folder on another computer, eliminating the error, so we're trying that first, as that is fewer steps.
    We may attempt to script this, but the self-help instructions are only 5 lines long:
    Reboot and log into the affected computer with another account
    Go to <link to location of 14.0 folder on network> and copy the 14.0 folder
    Run Windows Explorer as Administrator
    Go to c:\users\<profile folder>\appdata\local\microsoft\office and delete the 14.0 folder, and paste the copied 14.0 folder (trying to overwrite it makes Win7 want to merge the folders)
    Reboot and log into your normal account, and confirm the error is gone
    I'll come back and report after we go into the field with this fix, but after the few tests, I am cautiously optimistic that this is it.

  • Airplay works for one user but not for another on the same machine

    I have the problem where airplay works for one user but not for another and both users are on the same machine.  For the user where it does not work, everything appears normal, it's just that there is no sound being transmitted.  I have tried restarting the Airport express, restarting iTunes, repairing disk permissions.  Any ideas about what can be done to resolve this?

    my /etc/group:
    root::0:root
    bin::1:root,bin,daemon
    daemon::2:root,bin,daemon
    sys::3:root,bin
    adm::4:root,daemon
    tty::5:
    disk::6:root
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,hans,ibm,gast
    ftp::11:
    mail::12:
    uucp:x:14:
    log::19:root
    locate:x:21:
    smmsp::25:
    http::33:
    games::50:
    network:x:90:
    video:x:91:
    audio::92:ibm,gast
    optical::93:hal
    floppy:x:94:hal
    storage:x:95:hal
    scanner:x:96:
    power:x:98:
    nobody::99:
    users::100:gast
    dbus:x:81:
    hans:x:1001:
    vboxusers:x:108:hans
    policykit:x:1002:
    hal:x:82:
    kvm:x:78:
    nx:x:85:nx
    avahi:x:84:
    camera:x:97:
    gdm:x:1003:
    gast:x:1004:

  • Oledb working in one place but not in another

    I have two examples accessing the same table in my oracle database. Whereas code in example 2 always working , code in example 1 worked initially but after that failing with the following error.
    Please help me as to why I get table or view does not exist error in one case but working fine in other case when I use the same table in both examples?
    This post is organized as
    A) the error
    B) Code which contributed the error (please note this code worked initially , later started to fail without any modification at all).
    C) Code which is working fine also using the oledb provider and using the same table in the database.
    A) the error
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.OleDb.OleDbException: ORA-00942: table or view does not exist
    Source Error:
    Line 14:      
    Line 15:      dim ds as DataSet= new DataSet()
    Line 16:      objCmd.Fill(ds, "HR.tblPeople")Line 17:
    Line 18:      MyDataList.DataSource=ds.Tables("HR.tblPeople").DefaultView
    Error Complete
    B) Code which contributed the error 'Table or View Does not exist'
    <% @ Import Namespace="System.Data" %>
    <% @ Import NameSpace="System.Data.OleDb" %>
    <Script language="VB" runat="server">
    Sub Page_Load(obj as Object, e as eventargs)
         dim objconn as new OleDBConnection _
         ("Provider=OraOLEDB.Oracle.1;Data Source=bora9i;" & _
         "User ID=Sssss;Password=aaaaa;" & _
    "Extended Properties=;Persist Security Info=False;OLEDB.NET=True;")
         dim objcmd as new OledbDataAdapter _
         ("SELECT * FROM HR.tblPeople" _
    & "ORDER BY LastName, FirstName",objConn)
         dim ds as DataSet= new DataSet()
         objCmd.Fill(ds, "HR.tblPeople")
         MyDataList.DataSource=ds.Tables("HR.tblPeople").DefaultView
         MyDataList.DataBind()
    End Sub
    </Script>
    <HTML>
    <BODY>
    <Asp:DataList id="MyDataList" RepeatColumns="2"
         RepeatDirection="Vertical" runat="Server">
         <ItemTemplate>
              <div - style="padding:15,15,15,15;font-size:10pt;
              font-family:Verdana">
              <div - style="font:12pt Verdana;color:darked">
              <i><b><%# DataBinder.Eval(Container.DataItem,"FirstName")%> 
              <%# DataBinder.Eval(Container.DataItem,"LastName")%></i></b>.
              </div>
              <br>
              <b>Address: </b><%# DataBinder.Eval(Container.DataItem,"Address")%><br>
              <b>CompanyName: </b><%# DataBinder.Eval(Container.DataItem,"CompanyName")%><br>
              <b>Email: </b><%# DataBinder.Eval(Container.DataItem,"Email")%><br>
              <b>Webpage: </b><%# DataBinder.Eval(Container.DataItem,"WebPage")%><br>
              <b>HomePhone: </b><%# DataBinder.Eval(Container.DataItem,"HomePhone")%><br>
              </div>
         </ItemTemplate>
    </Asp:DataList>
    </BODY>
    </HTML>
    C) Code which is working fine also using OleDb provider and using the same table
    <% @ Page Language="VB" Debug="True" %>
    <% @ Import Namespace="System" %>
    <% @ Import Namespace="System.Data" %>
    <% @ Import Namespace="System.Data.OleDb" %>
    <html>
    <head>
    <title>Contact Manager: View All Contacts</title>
    </head>
    <body bgcolor="#FFFFFF">
    <h1>View All Contacts</h1>
    <table cellpadding="4" cellspacing="0" width="100%">
    <tr>
    <th>Name</th>
    <th>Title</th>
    <th>Company Name</th>
    <th>Work Phone</th>
    </tr>
    <asp:label id="lblOutput" runat="server"></asp:Label>
    </table>
    </body>
    </html>
    <script runat="SERVER">
    Sub Page_Load(Src As Object, e As EventArgs)
    Dim sqlConn As New OledbConnection
    Dim sqlCmd As New OledbCommand
    Dim sdrData As OledbDataReader
    Dim sb As New StringBuilder
    sqlConn.ConnectionString = _
    "Provider=OraOLEDB.Oracle.1;Data Source=bora9i;" & _
    "User ID=Sssss;Password=aaaaa;" & _
    "Extended Properties=;Persist Security Info=False;OLEDB.NET=True;"
    sqlConn.Open()
    sqlCmd.CommandText = "SELECT * FROM HR.tblPeople " _
    & "ORDER BY LastName, FirstName"
    sqlCmd.CommandType = CommandType.Text
    sqlCmd.Connection = sqlConn
    sdrData = sqlCmd.ExecuteReader()
    While sdrData.Read()
    sb.Append("<tr>" + vbCrLf)
    sb.AppendFormat(" <td>{0}, {1}</td>" + vbCrLf, _
    sdrData("LastName"), _
    sdrData("FirstName"))
    sb.AppendFormat(" <td>{0}</td>" + vbCrLf, sdrData("Title"))
    sb.AppendFormat(" <td>{0}</td>" + vbCrLf, _
    sdrData("CompanyName"))
    sb.AppendFormat(" <td>{0}</td>" + vbCrLf, sdrData("WorkPhone"))
    sb.Append("</tr>" + vbCrLf)
    End While
    sdrData.Close()
    sqlConn.Close()
    lblOutput.Text = sb.ToString()
    End Sub
    </script>

    Hi Srikanth,
    1. why there is no space between "HR.tblPeople" and "ORDER BY" in your query? I am surprised it works initially.
    dim objcmd as new OledbDataAdapter _
    ("SELECT * FROM HR.tblPeople" _
    & "ORDER BY LastName, FirstName",objConn)
    2. use
    Dim ds As New DataSet()
    Sinclair

  • Call customer-subscreen causes dump in one box but not in another box

    Hi guys,
    Just wondering if anyone here encountered this situation before and knows of any explanation or solution.
    There's two development boxes with a program that contains the following code/statement:
    call customer-subscreen SSCR903 including 'SAPLXXXXXX' '2000'
    SAPLXXXXXX happens to not exist in both boxes. In the first box, when execution reaches that statement above it will generate a dump saying that 'SAPLXXXXXX doesn't exist'. But in the second box, when execution reaches that statement above it won't generate a dump and execution continues to the next statement in the program.
    I checked SAP documentation on the CALL CUSTOMER-SUBSCREEN keywords, but I didn't find anything that would explain why it dumps in the first box, but not in the second one.
    Anyone encountered the same situation before? Any explanation why it's dumping in one box, but not in the other box?
    Thanks in advance for any help.
    Kind regards,
    Carl

    Welcome to sdn.
    Abap doesn't check existence of the dynpro, it only check activation of the exit in CMOD, that may explain the, difference.
    Regards,
    Raymond

  • Urgent: JSP gives compilation error in one environment, but works OK in another. wls 6.1 on Solaris

              I have tried a lot searching for such issue, but cd not find any solution which
              cd help me.
              We have a jsp which compiles well in one enviroment, but does not compile in another.
              The enviroment in which it compiles is as follows:
              OS: Solaris 2.6, Patch level 32
              wls version: 6.1 with no service pak
              The enviroment in which it does not compile is as follows:
              OS: Solaris 8, Patch level 19
              wls version: 6.1 with no service pak
              In the second enviroment, it gives the folowing error, when invoked...
              //error start....
              /requisition/reqteamwiz.jsp(532): scriptlet close brace '}' unbalanced at line
              532 which breaks scope '_base_service_scope_'
              probably occurred due to an error in /requisition/reqteamwiz.jsp line 532:
              <strong><font face="Verdana" size="1"><input type="button" style="font-family:
              Verdana; font-size: 8pt" name="B1" value=" Submit " onClick="FrontPage_Form1_Validator(document.FrontPage_Form1,
              '<%= i%>')"></td></font></strong>
              //error end
              The line seems OK, and this works fine in the first enviroment.
              Cd anyone pls give any suggestions or references as to any known issues with the
              second enviroment.
              Thanks a lot...
              

              [email protected] (David M. Karr) wrote:
              >>>>>> "vinay" == vinay s <[email protected]> writes:
              >
              > vinay> I have tried a lot searching for such issue, but cd not find
              >any solution which
              > vinay> cd help me.
              > vinay> We have a jsp which compiles well in one enviroment, but does
              >not compile in another.
              > vinay> The enviroment in which it compiles is as follows:
              > vinay> OS: Solaris 2.6, Patch level 32
              > vinay> wls version: 6.1 with no service pak
              >
              > vinay> The enviroment in which it does not compile is as follows:
              > vinay> OS: Solaris 8, Patch level 19
              > vinay> wls version: 6.1 with no service pak
              >
              > vinay> In the second enviroment, it gives the folowing error, when
              >invoked...
              > vinay> //error start....
              > vinay> /requisition/reqteamwiz.jsp(532): scriptlet close brace '}'
              >unbalanced at line
              > vinay> 532 which breaks scope '_base_service_scope_'
              > vinay> probably occurred due to an error in /requisition/reqteamwiz.jsp
              >line 532:
              > vinay> <strong><font face="Verdana" size="1"><input type="button"
              >style="font-family:
              > vinay> Verdana; font-size: 8pt" name="B1" value=" Submit " onClick="FrontPage_Form1_Validator(document.FrontPage_Form1,
              > vinay> '<%= i%>')"></td></font></strong>
              > vinay> //error end
              >
              > vinay> The line seems OK, and this works fine in the first enviroment.
              > vinay> Cd anyone pls give any suggestions or references as to any
              >known issues with the
              > vinay> second enviroment.
              > vinay> Thanks a lot...
              >
              >If you use an expression scriptlet for an attribute value, it has to
              >be the
              >entire attribute value, not just a portion of it.
              >
              >--
              >===================================================================
              >David M. Karr ; Java/J2EE/XML/Unix/C++
              >[email protected] ; SCJP; SCWCD
              >
              >
              I am using the scriplet for entire value, seems the post got jumbled up.
              FrontPage_Form1_Validator is a javascript function which takes 2 parameters, one
              of which is provided by the expression scriplet.
              <strong><font face="Verdana" size="1"><input type="button" style="font-family:
              Verdana; font-size: 8pt" name="B1" value=" Submit " onClick="FrontPage_Form1_Validator(document.FrontPage_Form1,
              '<%= i%>')"></td></font></strong>
              

  • StyledDocument error in one instance, but not another.

    Hey all, i've tried to iron this bug out for the last 2 days, but no luck as yet.
    I've tried to shorten the code down to the functional error bits, but I can't recreate the error. I'm sure i'm doing something wrong somewhere, but I cant see where.
    I'm reluctant to post the code becuase it's mostly verbose, and it's easier to describe the problem.
    I have a log file generating class (LogFileGen), that collates information in a (private) DefaultStyledDocument (accessable with getter getDSD()), with different Styles in it (using multiple insertString(offset, "text to insert", AttributeSet) statements along the line, called from various other classes.
    This is sometimes displayed by a LogFile, which will have a JTextPane/JEditorPane (infoDisplay) (both display the error), and when the LogFile is shown to the user, I update it's infoDisplay with infoDisplay.setDocument(logFileGen.getDSD()).
    I have had this work in certain cases before, but in this once case I get
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: javax.swing.text.DefaultStyledDocument cannot be cast to javax.swing.text.html.HTMLDocument.
    The Thread points to the line infoDisplay.setDocument(logFileGen.getDSD()). If I replace it with infoDisplay.setText(logFileGen.getTextFromDSD()), I get the content, but without the styling (obviously), and in other classes with their own JTextPanes, it works fine, formatting and everything.
    Can anyone tell me why I get the error on some classes and not on others? I'm going mental here :s
    Many, Many thanks in advance. In the meantime, i'll try and get a working example that actually reproduces teh err0r :(

    xD Many apologies. you read fast.
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: javax.swing.text.DefaultStyledDocument cannot be cast to javax.swing.text.html.HTMLDocument
         at javax.swing.text.html.ParagraphView.getStyleSheet(Unknown Source)
         at javax.swing.text.html.ParagraphView.setPropertiesFromAttributes(Unknown Source)
         at javax.swing.text.ParagraphView.<init>(Unknown Source)
         at javax.swing.text.html.ParagraphView.<init>(Unknown Source)
         at javax.swing.text.html.HTMLEditorKit$HTMLFactory.create(Unknown Source)
         at javax.swing.text.CompositeView.loadChildren(Unknown Source)
         at javax.swing.text.CompositeView.setParent(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI$RootView.setView(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI.setView(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI.modelChanged(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.propertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.text.JTextComponent.setDocument(Unknown Source)
         at javax.swing.JTextPane.setDocument(Unknown Source)
         at _infoDisplay.setDocument(logFileGen.getDSD())(LogFile.java:85)_
            at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)Edited by: Hemmels on May 11, 2009 7:31 AM
    Edited by: Hemmels on May 11, 2009 7:31 AM
    - Guess underline fails.

  • IPod recognized on one PC, but not on another

    Hi!
    I just received a brand new iPod Click Wheel 20GB in exchange for my old one that had a hardware defect within the warranty period.
    When I tried to connect the device to PC1 (WinXP) which I had always used with the old iPod without any problems, the new iPod was discovered in Windows, but not in iTunes, although the diagnostics feature in iTunes showed the iPod connection with a green "light".
    I removed all other USB devices, re-installed iTunes 7.0.2. twice, reset the iPod a few times and also put it into disk mode. After some attemps, it was recognized by iTunes and started to synchronize songs (which are both imported from original CDs and purchased from iTunes). However, synchronization took a lot longer than it used to with the old iPod (approx. one song per minute now compared to one song per 5-10 sec. before). After some time (3GB in first try, 7 GB in second try) an error code ("1-24") was displayed and synchronization (which should have been 18 GB in total) stopped.
    The next thing I did was to try to connect the iPod to PC2 (again WinXP), first using an older version of iTunes and a different library. It worked without problems. Then I upgraded iTunes to V.7.0.2. and it still worked. Then I copied the iTunes library from the PC1 to PC2 and again, it worked.
    In connection with copying the iTunes library, another question emerged: I copied all folders unter \iTunes\iTunes_Music from PC1 to PC2. Strangely, only 1,500 songs were copied on PC2, while there are over 3,000 songs on PC1. I compared the directories in detail and found out that there were artists with and some without their own directory, which might be the reason for the difference, as songs of those artists had not been copied.
    Hence, my questions to the community are:
    - What could I do to make the connection of my iPod with PC1 work like it did with the old iPod and like it does on PC2?
    - Where is the rest of the songs/artists that do not have a seperate directory?
    Thanks for your help, cheers, Boern.

    I have the same kind of problem. I installed the ipod on one comouter in my house, dont know what version of itunes but i dont think the latest one and registered it, then I installed it onto this pc with the latest version of itunes and windows dosemt recognise it. It makes me insall drivers like five times and sends me loads of messages saying things like it is installed and ready to use one minute, then found new hardware the next. And even now after I have installed everything and I dont get the messages anymore it still dosent come up in 'my computer.' Does anyone know what the problem could be?

  • Beta user on one computer but not on another

    I have Beta version 16.0 on one computer on one computer but on another computer its regular version 15.0.1. Bookmarks are not synching. How do i get both versions the same?

    Do you have [[Firefox Sync - Take your bookmarks, tabs and personal information with you|Firefox Sync]] setup? If so and it is giving you problems, please check [[Firefox Sync troubleshooting and tips]].
    Please tell us if this helped!

  • Visa class conflict on one PC but not on another

    Hello
    My problem is, that vi's (LabVIEW-drivers for the data aquisition unit
    34970A, but also any self-created) with VISA functions doesn't work on
    one PC, but on another PC (with the same LabVIEW version 6.0 and the
    same operation system Windows 2000) they do.
    The reason why it doesen't work on one PC is a class conflict between
    VISA resource name control and the VISA function block (read, write,
    On the PC with the problem also a framegrabber-card is installed. May
    this cause the problem? Or maybe any other software?
    I haven't installed any HPIB or other drivers for the data aquisition
    unit on any PC. But also when I install the driver, the problem isn't
    solved. (I tried both ways.)
    Thanks for help, Florian.

    That is a great suggestion. Make sure you have the full NI-VISA driver installed. You may also want to check to see if that VISA resource is listed in MAX. Even though the software is present, you communication line may not be detected.
    You can open up the VISA Alias Editor to find which resource names exist on your computer. Then you can use the VISA Interactive Control to actually test the VISA resource. Open the Interactive Control from Tools>>NI-VISA>>Interactive Control. Double-click the resource name of your device and select the Basic I/O tab on the panel that appears. This allows you to write to and read from your device to test if VISA works with it at all.
    Testing with these two utilities should give you some more information about what is goin
    g on in your system.
    J.R. Allen

  • Send Mail attachment to one recipient but not to another?

    In Mail 4.5, how do I send an attachment to the main recipient but not to the carbon copy recipient?

    Thanks, Bob. I realized only after I posted (this is my first post ever) that someone had answered my question previously but my search had not revealed the answer. I understand now the limitation of Mail--only one message goes to the outgoing server regardless of number of recipients, and the attachment is part of the message. Thanks again for your help.

  • Office 2008 Setup Assistant Loop for one user, but not for another

    I just upgraded my MacBook Pro to a MacBook Air and migrated everything across using Migration Assistant via WiFi.
    Seems to have gone fine but found that my wife can't get any Office 2008 apps to start up. Word, Excel, etc start up in my account without a hitch but when we try to start any Office app in wife's account the Setup Assistant pops up, asks if we'd like to participate in feedback, then asks to choose to register or learn more. No matter what we choose the Microsoft Updater pops up and prompts to check for updates after this the app closes. We are forever in this loop of trying to open an Office app, checking for updates and then the app closing down. And the app closes even if I quit Setup Assistant and/or Microsoft Updater.
    I've tried dumping various plists but not luck.
    Any help in resolving this would be much appreciated.

    Another copy of this question turned up a couple of weeks later and has been answered. Basically, you have to reinstall Office 2008 from the original media.
    https://discussions.apple.com/thread/3645235?start=0&tstart=0

  • HT1937 my cellular data connection works in one location but not in another

    Why does my iPhone's data connection work at other places but not at work?
    It works sometimes.

    Good question to ask your cell phone provider.. Maybe the material the building is made of is blocking the cellular data signal.

  • Missing Benefit Plan in HRBEN0001 in one client but not in another.

    Hi All,
    I was wondering if anyone has stumbled upon this issue where your benefits configuration are identical in three clients.  I have configured two savings plans - 401K and Roth which the employee is allowed to make changes anytime.  In two DEV clients, I was able to see both savigns plan in HRBEN0001 and 401K in QA but not the Roth.  I've compared the configuration and the dates and they are correct (and identical). 
    I went back into QA and hired a new test employee and the Roth plan appears in HRBEN0001.  My question is: why didn't the Roth plan appeared for the employees that were previously hired.  Is there a table that needs to be activated in QA? 
    Your help is much appreciated!  Thanks!

    Hi Donna,
    Could you please tell how did you resolve this issue as I am facing same problem. I have configured 3 pension plans which are not reflecting under HRBEN0001. Appreciate your help.
    Regards,
    Purnima

Maybe you are looking for

  • PS 2013 - Changing the formula in custom field not reflected in the report columns

    Hi,  The company where I work have a Sharepoint environment / EPM 2013 with about seven hundred registered projects.  We have a customer demand where it is necessary to change the formula of one of the custom fields of the environment. This field is

  • Wireless keyboard doesn't pair and blinks instead

    I have a wireless keyboard (about a year old) which suddenly stopped working today. When I try to pair it as a device, it shows up in the list of available keyboards, but when I enter the key, nothing happens. Instead, the keyboard blinks twice in sh

  • Slideshow-Exported PDF is a bit washed out

    I exported my first Slideshow to a PDF file. Looking at the PDF using the Mac Preview program the images were a bit washed out compared to the images within lightroom. So I tried exporting some of the images to the desktop and comparing them to the i

  • I went from an iphone 4s to an android...

    and now anyone that has an iphone can't text me because it shows up as an icloud message and I don't have the phone anymore. How can I fix this????!!!!

  • Using CMP 2.0 with existing DB Schema?

    Hi. From what I have read about CMP2.0 it seems that the container is responsible for creating the db schema after looking at the deployment descriptor. I was wondering, is it still possible to use an existing database schema with CMP2.0? I dont know