Can't parse argument number

Hi;
I have created a 2 tabbed jspx page to provide search facility.
The page has a query panel with readonly table.
In the detail stamp of the table I have added a link to go to Edit page for a particular record.
(setActionListener added, from=#{row.rowKeyStr} & to=#{bindings.<The VO Iterator instance>.currentRowWithKey} )
Now when I click the Edit link, I get the following error.
java.util.logging.ErrorManager: 5:
java.lang.IllegalArgumentException: can't parse argument number
     at java.text.MessageFormat.makeFormat(MessageFormat.java:1339)
     at java.text.MessageFormat.applyPattern(MessageFormat.java:458)
     at java.text.MessageFormat.<init>(MessageFormat.java:350)
     at java.text.MessageFormat.format(MessageFormat.java:811)
     at oracle.jbo.common.JboExceptionHelper.getErrorMsg(JboExceptionHelper.java:311)
     at oracle.jbo.common.JboExceptionHelper.getLocalizedMessage(JboExceptionHelper.java:186)
     at oracle.jbo.common.JboExceptionHelper.getMessage(JboExceptionHelper.java:139)
     at oracle.jbo.JboWarning.getMessage(JboWarning.java:221)
     at java.lang.Throwable.getLocalizedMessage(Throwable.java:267)
     at java.lang.Throwable.toString(Throwable.java:343)
     at java.lang.String.valueOf(String.java:2826)
     at java.io.PrintWriter.println(PrintWriter.java:710)
     at java.lang.Throwable.printStackTrace(Throwable.java:509)
     at oracle.jbo.JboException.printStackTrace(JboException.java:795)
     at oracle.core.ojdl.logging.ODLFormatter.writeStackTrace(ODLFormatter.java:668)
     at oracle.core.ojdl.logging.ODLFormatter.toLogMessage(ODLFormatter.java:404)
How can I fix this?
Thanks ,
Lakindu

Hi,
If you try it with a button and a navigation outcome, how does it behave? without any parameters.
With this setActionListener, I think that you are setting the current row to the iterator of the current page and not to the iterator of the page you want to navigate.
This seems to be logical since another iterator will be initialised in the other page.
You need to pass the currentRow Key to the other page and then call the the setCurrentRowWithKey to that page's iterator.
You can easily do this by adding an Action operation in the pageDefinition of the second page.
This action will be the iterator's setCurrentRowWithKey or setCurrentRowWithKeyValue.
Then you have to make this action to be executed every time you enter the page.
I dont know if you are using any taskFlows so, add an invoke Action on the second pageDef that will point to the action you created previously.
The only thing left is how to pass the current Row Key, but more information is needed in order to know if you are using any taskFlows and if you can hold the Key to some pageFlowScope variable.
Hope this will help you.
Regards,
Dimitris.

Similar Messages

  • Erro java.lang.IllegalArgumentException: can't parse argument number

    We are trying to making an HTTPS post using the SOAP adapter (sending XML message) and have been receiving an error in the MDT. If we open the message details and click the audit log instead of seeing the steps in the audit log we have an error that says "java.lang.IllegalArgumentException: can't parse argument number".
    The full stack trace: java.lang.IllegalArgumentException: can't parse argument number
         at java.text.MessageFormat.makeFormat(MessageFormat.java:1323)
         at java.text.MessageFormat.applyPattern(MessageFormat.java:447)
         at java.text.MessageFormat.(MessageFormat.java:347)
         at java.text.MessageFormat.format(MessageFormat.java:800)
         at jsp_auditlog1236632324953._jspService(jsp_auditlog1236632324953.java:274)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:544)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:68)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Any help would be appreciated.
    Joe

    hi,
    seems you are tryin to conver to integer an string.
    if the data type is OK and the WS is sender, regenerate it and try again
    Thanks
    Rodrigo

  • Getting Error: java.lang.IllegalArgumentException: can't parse argument 0

    HI All,
    I am implementing the Message Pool in NWDS.
    I have two InputFields: Firstname and Lastname.
    and i have a method name: CheckMandatory which takes one argument as String.
    I have implemented this Method in the StartView. Now when i am leaving this fields empty and pressing the Go Button.
    Then i am getting the Following Error:
       java.lang.IllegalArgumentException: can't parse argument number 0
    So pls help me out......
    Regards,
    Dhruv Shah

    Hi,
    THis is the Stack Trace:
    java.lang.IllegalArgumentException: can't parse argument number  0
         at java.text.MessageFormat.makeFormat(MessageFormat.java:1323)
         at java.text.MessageFormat.applyPattern(MessageFormat.java:447)
         at java.text.MessageFormat.<init>(MessageFormat.java:347)
         at java.text.MessageFormat.format(MessageFormat.java:800)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeFormatter.format(DataTypeFormatter.java:80)
         at com.sap.tc.webdynpro.progmodel.controller.MessageItem.getMessage(MessageItem.java:211)
         at com.sap.tc.webdynpro.clientimpl.html.uielib.standard.uradapter.InputFieldAdapter$DataTip.setMessage(InputFieldAdapter.java:1156)
         at com.sap.tc.webdynpro.clientimpl.html.uielib.standard.uradapter.InputFieldAdapter.getAssociatedAdapters(InputFieldAdapter.java:1323)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:299)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:102)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.MatrixLayoutRenderer.renderMatrixLayoutCellFragment(MatrixLayoutRenderer.java:729)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.MatrixLayoutRenderer.renderMatrixLayoutRowFragment(MatrixLayoutRenderer.java:346)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.MatrixLayoutRenderer.renderMatrixLayoutFragment(MatrixLayoutRenderer.java:302)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.MatrixLayoutRenderer.render(MatrixLayoutRenderer.java:71)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:294)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:102)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:516)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:61)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:294)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:102)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:45)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:294)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:102)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:555)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:346)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:255)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:157)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:425)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    Regards,
    Dhruv Shah

  • How can i parse the number from the string each time automatic ?

    I have this two lines:
    last_file = fi[fi.Length - 1].FullName;
    string lastFileNumber = last_file.Substring(86, 6);
    In last_file i have: C:\\Users\\chocolade1972\\AppData\\Local\\mws\\My Weather Station\\radar_temp_directory\\radar000142.gif
    So i counted and found that the number in this case 000124 is starting from index 86 and length 6
    But for example on my brother pc the directory is shorter the name is not chocolade1972 so the index is incorrect.
    It's not 86.
    How can i use the Substring to find the correct index every time on any pc that have a differenet directory length ?
    In this case it's working fine on my pc for any image i can get the number no problems. But i want it to work also on other pc's.

    You can use Regex to match the filename you want. 
    Like Giovhan suggested you can first get the filename like:
    string result;
    result = Path.GetFileName(fileName);// in your example result = radar000142// in my regex I assume that a file can have a number of digits between 5 to 7 digits.Regex filenameRegex = new Regex("\d{5,7}");string number = filenameRegex.Match(result).Value;// by that way you can retrieve all numbers between 5 to 7 digits regardless of filename whether contains all 6 digits// or file that may contain 5 or 7 digits // You can play with the Regex code to decrease or increase number of digits by changing the numbers

  • Mail Receiver Error:  java.lang.IllegalArgumentException: can't parse argum

    Hi everybody,
    I get the error in mail receiver CC:
    java.lang.IllegalArgumentException: can't parse argument number
    My Payload looks like this:
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
      <Subject>The subject</Subject>
      <From>mailadress</From>
      <To>mailadress</To>
      <Content_Type>multipart/mixed; boundary="AaBb--984dfgeSSd3532"</Content_Type>
    - <Content_Description>
      <attachment filename="Filename.txt">content_of_attachment</attachment>
      </Content_Description>
      <Content_Disposition>attachment</Content_Disposition>
      <Content>Constant</Content>
      </ns1:Mail>
    Any ideas?
    Regards
    Mario

    Hi Mario..
    Go thru this thread for it.
    Error Catagory : XI_J2EE_ADAPTER_MAIL
    Regards

  • Maximum number of characters that can be parsed by javacc parser

    I'm a newbie to Javacc.
    Can any one please let me know if there is any limitations with respect to the number of characters that can be parsed by a Javacc parser?
    I have done with a simple javacc parser. I'm getting some stackoverflow exception when the number of characters exceeeds more than 10000 characters.
    Please help me in resolving this issue.
    Thanks in advance

    snr_anand wrote:
    I have done with a simple javacc parser. I'm getting some stackoverflow exception when the number of characters exceeeds more than 10000 characters.
    Presumably what is really happening is that you have a source file that is now 10,000 (or so in length.) You run your parser on that and it blows up.
    That suggests that your syntax and the combination of the input, rather than javacc, has a problem. The source and the syntax together are producing a never ending recursion.

  • Why I'm getting the jxls Error : Can't parse an expression rm.exec

    Hi,
    I used the RowSet in JXLS and it's working perfectly, but I'm getting Error when I use the SQL Reporting in JXLS
    Error : java.lang.RuntimeException: Can't parse an expression rm.exec('select name from Designer' )
    My Java File :
    package net.sf.jxls.report;
    import net.sf.jxls.exception.ParsePropertyException;
    import net.sf.jxls.transformer.XLSTransformer;
    import net.sf.jxls.report.ReportManager;
    import net.sf.jxls.report.ReportManagerImpl;
    import java.sql.*;
    import java.util.Map;
    import java.util.HashMap;
    public class QReport {
    private static String templateFileName = "examples/Report/QReport.xls";
    private static String destFileName = "examples/Report/QReport_Out.xls";
    public static void main(String[] args) throws Exception, ClassNotFoundException, SQLException {
    if (args.length >= 2) {
    templateFileName = args[0];
    destFileName = args[1];
    try {
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
         Connection con = DriverManager.getConnection("jdbc:odbc:NewDB");
         Map beans = new HashMap();
         ReportManager reportmanager = new ReportManagerImpl(con, beans);
         beans.put("rm", reportmanager);
         XLSTransformer transformer = new XLSTransformer();
         transformer.transformXLS(templateFileName, beans, destFileName);
    }catch(Exception e){
         System.out.println("Error : "+e);
    The Excel file as follows
    <jx:forEach items="${rm.exec('select name from Designer' )}" var="design">
    ${design.name}
    </jx:forEach>
    Thanks in advance.

    Hi,
    I don't know JXLS and this for sure is the wrong forum to ask this question (I suggest to discuss problems with the source code originator at Sourceforge), however
    ${rm.exec('select name from Designer' )}"
    can't work because by definition, Expression language doesn't take arguments. There is only one option to pass an argument to Expression Language and this is when the method you access in fact is a wrapped hashmap. So my assumption is that the exception occurs because of the wrong use of EL.
    If you looked at the sample on SourceForge you could see that I am right
    http://jxls.sourceforge.net/samples/tagsample.html
    Frank

  • How can I put a number like m.dddddd+Exx

    I don't know how can I put a number like m.dddddd+Exx or m.ddddddE-xx using DecimalFormat
    or NumberFormat

    Here's a quote from the API documentation for DecimalFormat:
    Scientific Notation
    Numbers in scientific notation are expressed as the product of a mantissa and a power of ten, for example, 1234 can be expressed as 1.234 x 10^3. The mantissa is often in the range 1.0 <= x < 10.0, but it need not be. DecimalFormat can be instructed to format and parse scientific notation only via a pattern; there is currently no factory method that creates a scientific notation format. In a pattern, the exponent character immediately followed by one or more digit characters indicates scientific notation. Example: "0.###E0" formats the number 1234 as "1.234E3".
    (End quote.) More explanation follows this in the documentation.

  • "argument number too large" in OEM import export app

    Hi everybody,
    I am a beginer with Oracle 9i and I am facing a strange error message when I try to import/export data from OEM connecter to my Oracle Enterprise Manager server.
    The user loged in is the SYSMAN user.
    When I launch the Import or Export applet on the selected database, Oracle send me the folowing message :
    (sorry for my french to english translation)
    "The following error occurs when you attemps to connect to the database with the login parameters
    argument number too large at"
    My Oracle 9i is installed on a clean test platform : NT4server + SP6 french version, dual proc and 512 Mb RAM.
    Can somebody help me ? I am unable to import/export data with the GUI.
    Thank you.
    Frangois.

    To view your folio on your iPad you have two choices:
    1 - If you built your folio offline on your local machine, choose the upload option from the Folio Builder fly out menu. All folios that were built online and any you uploaded are available for you to download when you log into ACV on your iPad.
    2 - This is a MAC only option. Plug your iPad into your computer via the USB cable. With the iPad turned on and ACV opened you will see a Preview on [iPad Name] from the preview menu in folio builder.
    I tested both of the supplied files after publishing them for the web from Edge and placing the html files in a web overlay. I previewed on both the desktop viewer and my iPad. Both worked as expected on the iPad. The Jams worked in a desktop preview but your logo just showed a red box. The white background is removed by selecting the transparent background option in the Overlay panel.
    As Bob said, the desktop previewer is not 100% reliable. It is used for quick, down and dirty checking. It's always pest to preview on a device if something does not work as expected.
    If it helps, I will share my test folio with you. Message me you email address.

  • Flash can not parse this document. - Tried everything: Searching online, Calling Adobe, Online Help

    I have tried everything in fixing this problem. I have searched online with no help. And Google does not fix everything.
    I have tried calling the phone number on the help site numerous times only to be uselessly helped once. I was on hold for a long time with each one only to be unsuccessful in fixing my problem.
    I tried submitting the form on the page when you sign in and 3 times so far I was told to go to this extremely unhelpful devnet, which was all the phone support told me to do which was no help, and they closed all of the support requests.
    Does anyone know how to fix these errors:
    Flash can not parse this document.
    An error occurred opening file '.fla'
    Failed to open document..fla.
    I have converted it to a zip and went through all the files and did not see any error. The only one I did was MobileSettings.xml, which is blank and a new CS5 made file is blank and gives the error as well.
    Does anyone know how to fix this?

    you may have a corrupt fla.  try creating a new directory that has no subdirectories.  move that fla to the new directory.  try and open the fla from the new directory.  if it fails, you have a corrupt fla and, in that situation, i believe the best you can do is to take your last working swf and decompile it to create a working fla.

  • Parsing HEX number from JTextField

    Is there any way that I can parse hex number from JTextField?
    I would like to input 0x1A or similar on JTextField and parse that with
    int parsedInt = Integer.parseInt(JTextField.getText());
    when I type numbers such as 1,2...and etc on the JTextField, the parseInt method works. But if I put 0x2A format, I will get errors.
    Thanks

    Thanks bbritta,
    That is not exactly what I was looking for. The return output from that would be in decimal format. I am just looking to pass on the text including 0x so that I can pass it on to JNI. There, I will use that value with C++. Do you happened to know how to obtain entire text and then converting it to an integer? Thanks again.

  • I have an iphone4 and my husband merge his numbers with mine and i think it was deleted can you tell me how can he get his number back on his phone

    have an iphone4 and my husband merge his numbers with mine and i think it was deleted can you tell me how can he get his number back on his phone

    Do you possibly mean the contacts have been merged?
    If so, where are each of you syncing contacts?  A supported application on the computer? iCloud or another cloud service? An Exchange server?
    WIthout details, it's difficult to offer specific resolutions.

  • How can I limit the number of emails retained on my ipad air?

    How can I limit the number of emails that are retained on my iPad Air?  Because of legal requirements of a long-term project, I cannot permanently delete emails relating to that project from my ISP's mail server.  My gmail account contains over 17,000 emails and, upon setting up my new iPad, and updating to ios 7.1.1, I now have all 17,000+ emails taking up space.  I would like to limit the emails by count as I was able to do on my old iPad running ios 5.1.1 OR to retain them based on date range.  I have not found any instructions on the support discussions or general iPad blogs that allow me to do that.  Any way around this problem?
    I also miss the 5.1.1 mail search feature that allowed me to narrow the search by from/to/subject/all.  Does anyone know if that feature is available using some little-known ios 7.1.1 feature?
    Thanks for your help.

    jlfcba wrote:
    IOS 7.1.1 doesn't show a "days to sync" parameter anywhere in SETTINGS/Mail,Contacts,Calendars/ACCOUNTS/GMAIL Account/ GMAIL Acccount Info.  There is nothing in iTunes relating to such an option either.  So, it seems I'm back to square one.
    If you have a decent mail provider like Microsoft Hotmail or Outlook.com mail it does.
    If you have Gmail it does not.  Quite right. Gmail is rubbish.

  • HT2729 I have limited space on my new ipad. How can I limit the number of songs from my itunes on my imac from going to my ipad when I connect the two?

    I have limited space on my new ipad. How can I limit the number of songs from my itunes on my imac from going to my ipad when I connect the two?

    you can do this by keeping the external hard drive connected and doing the following
    -hold shift key down on computer while opening iTunes and a prompt will appear to choose a library
    -select choose library, iTunes should bring up your explorer windows where you can search for the external HD
    -after you find the external HD find the iTunes folder you just copied to it
    -after opening the iTunes folder look for the file that says iTunes library.itl or if you can't see that extenstion just look for a document looking thing in the iTunes folder that shows up as a database file
    -double click the database file and boom iTunes should load your library without having to copy it to the computer
    PS: do make sure that if you are going to do it this way, make sure that the external HD is connected at all times, because if you don't then you will get exclamation marks next to your iTunes songs
    double PS: if you are unsure how to find out if the iTunes library file is a database file just right click it and choose properties and under the type it should say database file
    hope this helps:)

  • Hi, how can I limit the number of emails I can see on my iPhone 5. Every time in delete one and older email gets added from my live.co.uk account (where I want to keep my 2500 emails) I just don't want many on my phone. Thanks

    Hi, how can I limit the number of emails I can see on my iPhone 5. Every time in delete one and older email gets added from my live.co.uk account (where I want to keep my 2500 emails) I just don't want many on my phone. Thanks

    You can't. Why on earth would you attempt to manage 2500 emails with setting up a folder structure or some means of doing so? Simply keeping them in an single inbox is not realistic, no matter what email client you use.

Maybe you are looking for

  • Distiller 8 and 9 both locking up, 100 % CPU usage

    Not sure if its related, but probably, since it happened right after...I just transferred everything from my quad core mac pro to my new 8-core Mac Pro. Everything went well, but now Distiller 8 starts and then sits and gives the beachball of death,

  • Anyway to disable Smart Dialing and add Edit before dial in phone dialer

    Is there any way to disable Smart Dialing in OS 10.2, my old BB with OS 7 can set the country code to "null" The feature is annoying as in Greater China, we have have 1 sim card with 4 nnumber for HK, China, Taiwan and Macau all with different countr

  • ABAP Object (Up cast, Down Cast)

    Someone should let me know. Version 4.70 Enterprise was as follows. " Up Cast (Narrowing-Cast)   superclass = subclass. " Down Cast (Widening-Cast)   subclass ?= superclass. It is why the help of F1 is changed as follows from the version ECC 6.0. (Wi

  • SSRS should directly upload my report to PDF after taking parameters from user

    Hi I have a client requirement where 6 paramaters are declared in a report. And these parameters are explicitly entered by user who accesses the report. After entering parameters user clicks on "View Report". Requirement is "View Report" should dir

  • JAZN-LDAP: Make use of different LDAP Server

    Hi, I am trying to make use of a different LDAP Server (other than OID)-- With OID i am able to authenticate users. Now i need to make use of a different LDAP Server (For ex: SunONe Directory Server).. I have tried specifying the LDAP URL location of