My iWeb Blog entries are not showing on MobileMe. Help!

When I click on the link from the Blog Summaries to one one my Blog Entries I get a 'Not Found' page - all published to MobileMe with the latest iWeb. These llinks have always worked before. The problem has been apparent for two days now. What can or will be done to correct this?

Does your blog have comments by visitors?  If not you can move your blog to a new server and only lose the ability to search the blog.  But if you have visitor comments included in your blog you will lose those comments when moving to a new server.
If you do have visitor comments post back and I'll give links to a method that can be used to convert your blog w/comments to a WordPress blog.
Also, this may be of interest to you: Life After MobileMe.
OT

Similar Messages

  • In iWeb, blog entries are not appearing

    in iWeb, am entering blog entries which are appearing in the blog archive but showing up as an entry for people to see.  Any suggestions?

    Do you mean 'appearing in the blog archive but not showing up as an entry for people to see' ?
    By default iWeb limits the number of entries in a blog feed to 5; it then moves older episodes to the archive page (and out of the feed) as new entries are made. You can increase this number to 50 in the RSS section of the Inspector.
    New entries should not be appearing in the Archive, though if you were giving them older dates then they presumably would.
    Posting the URL of your blog might aid in finding a solution.

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • Image from blog entry page not showing up on 'home' page of blog

    My first blog entry went well. I created a blog first page, then created an entry, and dragged a picture to that entry. I saved, published, and all looked great. Even the comment area worked. But when I created a second entry page, and dragge a picture to it, and saved, the photo is not showing up on that first page of the blog, the one that reads like a list only with a picture and teaser part of the entry...See http://web.me.com/brendatharp1/brendatharpblog/OnTheRoad/OnTheRoad.html
    The entry listing is there on the first page, and when you click on the title link, it takes you to the entry page and the photos are there. I noticed that on the first page, the Sept 13th entry with photo is inside a text box of sorts - this was the layered paper template I used and then modified. Dbl-clicking to make that box interactive shows the black floating box for dealing with the placement of the photo in that list; but that box only relates to that one photo from the 13th. If I drag and drop the 15th's photo there, it just sits over the text and doesn't interact. AND I didn't have to do that with the first entry. Any ideas out there? Thanks much, Brenda.

    Does this thread help http://discussions.apple.com/thread.jspa?threadID=1711038&tstart=15
    I have experienced this and it was because I removed the placeholder and just added the image on the entry page. I duplicate blog entries and delete content to add new stuff so don't have to reformat every time, if you do that don't remove the image just add on the top - it should replace the previous image. Hope this helps, it is frustrating at times but the more you learn the easier it becomes.

  • How do I enable comments on an iWeb blog that is not hosted by MobileMe?

    How do I enable comments on a blog that was created in iWeb and hosted by Go Daddy service?

    You can install your own comment page using various methods...
    http://www.iwebformusicians.com/iWeb/Comments-Password-Protect.html
    Example...
    http://www.iwebformusicians.com/iWebMusicWebsite/Comment.html
    The alternative is to move your blog to Wordpress and retrieve all your comments from MobileMe before it disappears...
    http://www.ragesw.com/products/iweb-to-wordpress.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Suddenly, events entered in Calendar on iPhone are not showing up in iCal or iCloud

    Until late November, i had an iPhone 4s with iOS 5.   Then i got an iPhone 6 with iOS 8.  As previously, when i would enter an event in the Calendar, that data would also show up in my iCal calendar and on my iCloud calendar, until the last couple of days.  Now, new entries are not showing up on iCal or iCloud.  I encountered the problem that my iPhone, 64G, is being backed up to the iCloud and after two backups, taking up 2.4G each, my 5G of iCloud storage was used up.  I speculated that this was why my phone data stopped syncing to the other calendars on the computer and cloud, though i did not know for sure.  I deleted one of the two back ups and am about to delete the other one.  I have never had this problem of running out of iCloud storage on my other phone.  According to Settings>iCloud>Storage, i had 89MB.  But since i have deleted one of the 2.4G backups (which was "incomplete") my new entries are still not showing up in iCal and on the iCloud.
    Is there a way to get this feature to work again?
    Are there things i can check or uncheck in settings or in Calendar or  ??   that will get this to work well as it did in iOS 5?

    ckuan -  thank you for replying.  i am really desperate for help.  I have wasted so much time on this. I was on hold with Apple support for a long time and then had a call with a rep that lasted over an hour but he didn't know anything about issues of these kinds.  i was put on hold a lot while he consulted.  He did agree that the data wasn't syncing from iPhone to iCloud and iCal because the iCloud storage was used up by the iPhone back ups.  So he advised deleting one of them.  I now have 2.4G of storage on iCloud.  Am i wrong to think that should be enough?   I still ave the original complete back up (2.4g) undeleted, in case there some reason that i need it. i don't like deleting things i don't have a good understanding of.
    Following your instructions, i went to Settings>Mail,Contacts,Calendars.  I then scrolled down to Calendars and at the bottom, i see where it says Default Calendar.  This raised new questions for me which i will ask you/others now:
    On the Default Calendar page, there is a heading that says iCloud and there is a second heading that says my gmail email address, [email protected].  Under the iCloud heading, there is a list of 8 "calendars," called Work, Family, Pets, Home, etc.  Under the gmail address heading, there is only one option listed, which is my gmail username.  When i went to the Default Calendar option, as i think you suggested if i understood you right, i found that the Calendar with the checkmark next to it was the gmail user name, under the gmail address heading.  Presumably, this is the same setting i had on my 4s with iOS 5.
    I wanted to follow your instruction to change this to iCloud as Default Calendar. but the only option i have is to choose only one of those 8 "calendars," either Work, or Pets, or Home, etc.  Does this make sense?   The only reason i know for having these many different calendars was to give different colors to the different event categories. I didn't really want them to be separate calendars. i just wanted to use the color coding for type of event in my overall calendar.
    I don't know why this is suddenly so complicated and confusing, after working fine  for the first two or three weeks i've had the new iPhone.  Suddenly, when i enter events in Calendar, it's not reaching the cloud.  If this is because my gmail and/or google user name was checked as the default calendar, that was not a setting i would've recently changed.  I never would  have set my iPhone to only use one of the iCloud sub-calendars at my default calendars.
    But right now, per your instructions, i have checked Settings>Mail.Contacts,Calendars>Calendars>Default Calendar to iCloud>Home (Home being one of my 8 sub-calendars).  When i look on the Mail,Contacts,Calendars setting list, under Default calendar, it now says Home, instead of my gmail username.  Just to be clear, there is no way to check iCloud on the Default Calendar page.  i have tried checking it, but it's just a somewhat grayed out heading and doesn't respond to attempts to check it, it's not offered as a Calendar option. Only the various sub-calendars are offered a default calendar options, under the grayed out iCloud heading.  So, i selected Home, for no particular reason. i have lots of entries under different categories.
    Here is the result:   still no new entries showed up in iCloud or iCal.  In January, a couple of days ago,  i entered three dental appointments, for which i have always used Health as what i thought was a category (not a separate  "calendar").  The color of Health events is green.  The color of Home events is Blue.  After changing the Default Calendar from gmail email address>user name to iCloud>Home (blue), the dental appointment in January did not show up.  But when i went into the first dental appointment event>edit and changed the "calendar" to Home, it then showed up on the calendar.  The other two dental appointments which were still Health did not show up. 
    Then, i changed the first dental appointment that is showing up in January back to Health (green).  It still shows up, now, colored green, even though Home/blue is now my default calendar.  But the two other dental appointments are not showing up.
    Does this mean if want to use my Calendar and have the data backed up in iCloud and iCal, from now on, i need to use only one sub calendar and give up  using the different color codes because iOS 8 is forcing me to choose only one sub calendar to be my whole calendar, and the only way to use different colors for different categories of events would be to first enter it as the default sub calendar (such as dental appointment>Home), and then go back and edit it into the correct sub calendar (such as changing it to the correct category, Health) to show the correct one instead of the "default" one?
    Why was this made so much more difficult and complicated than it used to be?  It was working normally up  until a couple of days ago.
    What i need, if possible, is info on what setting i can use to go back to using my gmail address user name as my default calendar, so that it can just work properly as it did before.  It seems ridiculous that i am forced by iCloud to use a sub category as my default calendar and everything that isn't entered as that subcategory will not be processed in iCloud.  Why does iCloud provide these sub calendar category options at all, if it's going to force people to only be able to use one of them?
    What am i missing here?
    Is there a setting that would enable combining all subcategories as one calendar, called iCloud, but where i could still use the different colors for different categories?  

  • Blog entries are broken with latest iWeb update

    I received an update to iWeb within the past couple days, apparently related to the changes for MobileMe. Now the publish command is "Publish to MobileMe".
    I published new blog entries since the program update. Now all the links to the blog entries are shown as $link$ and none of them work.
    I cannot find how to send an email to Apple Support about this. The MobileMe support page shows Chat which is not active and pointers to all kinds of sources except a source that will allow me to communicate the problem directly to Apple in a simple way.
    Does anyone know what is going on? This MobileMe transition is nothing but problems for me so far when I am just trying to use the same stuff in iWeb that I've been using fine for a long time.

    Thank you very much for your post.
    Good news: Publish All solved the problem.
    Bad news: This is clearly a case where basic testing was sorely lacking and the new service was rushed out. The solution is draconian and not really acceptable for large amounts of content.
    I had thought about doing Publish All but knew it would take probably a couple hours to complete for the multiple gigabytes of content that I had. After I saw the post then I started the Publish All before I went to bed. I check in the morning and it had worked.

  • Lastest iWeb on Maverick working fine, but well I upload website, photo grids are not showing!

    I have the lasted iWeb and Maverick. I open iWeb and everything is fine, I can see photo grids, add images, change text...etc. I can publish the site to a folder on desktop and upload it using Cyberduck. However, once I check the website, the photo grids are not showing. I tried opening it in different browers, deleting Caches, publishing the whole site, publishing just the change page, nothing seems to be working.
    After publishing, I check the folders and the media files and images are there, but they will not upload to website. What's going on?

    Then you've not uploaded all of the files to the server. With Cyberduck you should get a Finder link window of your account folder on the server.  There you can manually upload the site folder to your account and have it replace the existing site folder.  Watch the upload carefully to see if there are any messages about files not uploaded, etc.
    What's the URL of your site so we can examine it first hand?
    OT

  • Direct Path Read waits are not showing in Elapsed time

    Hi,
    I'm having a question regarding interpretation of a SQL trace file. I'm on Oracle 11.2.0.1 HP/UX 64 bit.
    Following is only the overall result of the trace (it is quite big).
    My question is about the Direct Path Read waits which are totallizing 268s of wait but are not showing in the fetch elapsed time (49.58s) and are not showing anywhere in the trace except in the overall result.
    I do not understand why it is not part of the Elapsed time...
    For info, the trace is for the specific session that was performing all the required queries to display an online report. The database is accessed by the Java application using Hybernate.
    The trace was obtained by the following SQL:
    exec sys.dbms_monitor.serv_mod_act_trace_enable(service_name=>'SYS$USERS',waits=>true,binds=>true);Then I query the sessions to find the one created by the application.
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse       36      0.43       0.51          0          5          0           0
    Execute     62      0.01       0.01          0          0          0           0
    Fetch      579      4.01      49.06       3027     153553          0        5516
    total      677      4.45      49.58       3027     153558          0        5516
    Misses in library cache during parse: 29
    Misses in library cache during execute: 2
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                   32754        0.00          0.03
      SQL*Net message from client                 32753        2.33        232.01
      Disk file operations I/O                      179        0.00          0.02
      db file sequential read                      2979        0.54         45.72
      SQL*Net more data to client                133563        0.04          5.30
      direct path read                            34840        0.94        268.21
      SQL*Net more data from client                1075        0.00          0.02
      db file scattered read                          6        0.03          0.11
      asynch descriptor resize                       52        0.00          0.00
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse       25      0.00       0.02          0          0          0           0
    Execute     58      0.05       0.04          0          0          0           0
    Fetch      126      0.00       0.04          4        161          0         123
    total      209      0.05       0.11          4        161          0         123
    Misses in library cache during parse: 3
    Misses in library cache during execute: 3
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      Disk file operations I/O                        1        0.00          0.00
      db file sequential read                         4        0.01          0.03
      asynch descriptor resize                        1        0.00          0.00
       37  user  SQL statements in session.
       57  internal SQL statements in session.
       94  SQL statements in session.
    Trace file: oxd1ta00_ora_16542.trc
    Trace file compatibility: 11.1.0.7
    Sort options: default
           1  session in tracefile.
          37  user  SQL statements in trace file.
          57  internal SQL statements in trace file.
          94  SQL statements in trace file.
          57  unique SQL statements in trace file.
      241517  lines in trace file.
         568  elapsed seconds in trace file.Thanks
    Christophe

    Christophe Lize wrote:
    Closing this thread even if it's not answered...Sorry, I don't have time to test this myself now, but you shouldn't mark this thread as answered if it is not, because other people might find it and think they find an answer if they have a similar question.
    I suggest you try the following to narrow down things:
    1. Open the RAW trace file and check the cursor numbers of the "direct path reads" - check if you can find any references for those cursor numbers manually. The cursor numbers are those numbers behind the WAIT #<xx>, and you can check if you find any other entry unequal to WAIT #<xx> with the same #<xx>, for example EXEC #<xx> or FETCH #<xx>
    A short primer on how to interpret the raw trace file can also be found in MOS document 39817.1
    2. Run the RAW trace file through alternative free trace file analyzers like SQLDeveloper (yes it can process raw trace files), OraSRP or Christian Antognini's TVD$XTAT. If you have My Oracle Support access you can also try Oracle's own extended Trace Analyzer (TRCA / TRCANLZR). See MOS Note 224270.1
    Check if these tools tell you more about your specific wait event and oddities with the trace file in general.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    Co-author of the "OakTable Expert Oracle Practices" book:
    http://www.apress.com/book/view/1430226684
    http://www.amazon.com/Expert-Oracle-Practices-Database-Administration/dp/1430226684

  • Cycle Count Entries Form not showing specific employee name in "Counted By" LOV List

    Cycle Count Entries Form not showing specific employee name in "Counted By" LOV List.But the Employee is active . Is there any setup for this activity?

    Hi,
    This is because the query is excluding the current site you are trying to modify since it is actually in the report.
    You can include in your query:
    or site_id = :Pxx_SITE_ID
    Where Pxx_SITE_ID is the item holding the site_id value and xx is your page number.
    Thank you,
    Erick

  • My Iphone calendar events are not showing up in iCal when I sync? Syncing has not been an issue till today?

    My Iphone calendar events are not showing up in iCal when I sync? Syncing has not been an issue till today?

    I found this tip from a 2011 discussion on the same topic.
    Open iCal and backup or export your entries. Make a note of the fie name and location, you're going to need them in a minute. Once your backup/export is completed, close the iCal application.
    Open Finder and remove everything inside the "Username/Library/Calendars" folder. For instance, if your username is "Joe", then move everything inside the "Joe/Library/Calendars" folder.
    Open the iSync application. It's located in the "/Applications/" folder. Once iSync is opened, go into the iSync Preferences (iSync -> Preferences) and push/click the "Reset Sync History" button. Then, close the iSync application.
    Re-Open the iCal application and Import (File -> Import) a new calendar. When prompted, use your notes from Step #1 to select the file your created earlier. Once completed, close the iCal application (you should have all of your calendar entries back.)
    Open the iTunes application and connect your Apple iPhone to the computer.
    Within the Advanced section of the Info tab for the Apple iPhone, check the box the overwrites/replaces the Calendar data on the Apple iPhone.
    Click the Apple/Sync button. New, modified and deleted entries should now be syncing correctly.
    That's it! You should be all set and iTunes, iCal and our Apple iPhone should all be playing nicely as friends again. We've used the exact method to repair our own Apple iPhone at least once... maybe even twice.

  • TS4050 I am running Windows 8. Although my contacts and notes from my Ipod touch show up on icloud my calendar entries do not show up even though they do show up in my Google calendar and my windows phone calendar. Any suggestions not already covered?

    I am running Windows 8. Although my contacts and notes from my Ipod touch  show up on icloud my calendar entries do not show up even though they do show up in my Google calendar and my windows phone calendar. Any suggestions not already covered in trouble shooting articles?

    As I mentioned earlier, you have to decide which calendar you want to use.  You can either use Google or iCloud, but not both.
    If you want to use your iCloud calendar, go to Settings>Mail,Contacts,Calendars>Default Account (in the Calendar section) and set this to your iCloud calendar.  After doing so, all new events you add to your calendar will be added by default to your iCloud calendar, and as a result, will appear on icloud.com and your computer (if it is syncing calendars with your iCloud account).
    If, on the other hand, you want to use your Google calendar (as it sounds like you are doing with your iPod), simply add the same Google calendar to your phone and your computer.

  • Tax Line items are not showing seperately as per exp in FB60

    Hi,
    In FB60, I have booked the two expenses with tax code separately.  While simulating the entry the tax lines are not showing separately as per expenses.  For example:
    Suppose my tax code = AB which is equal to 10% maintained in FTXP.
    At present entry is coming as follows through FB60 is:
    Debit     Postage expenses     500 tax code AB
    Debit     Stationery expenses     400 tax code AB
    Debit     Tax               100
    Credit     Vendor               1000
    But we need the entry is follows
    Debit     Postage expenses     500 tax code AB
    Debit     Stationery expenses     400 tax code AB
    Debit     Tax               50
    Debit       Tax               40
    Credit     Vendor               1000
    But I change the tax code for second line AB to XY then calculation of tax entries shows separately according to expenses.
    Please let me know where did I do the mistake in configu2026u2026..
    Regards,
    Babjee

    Hi!
    Normally, all amounts being posted to the same GL Account and determined from the same tax code as automatically derived, will generate one common auto-generated line item. This is because tax reporting is usually based on tax code (external/tax reporting) and or GL account (internal/financial reporting).
    In your first case since the tax code used for both line is the tax code was the same, it would be posting to the same GL Account - hence a common line item got auto-generated.
    Check the Account Key and Assigned GL Accounts in T.Code FTXP. Additionally, check the Condition Type set-up (identified from FTXP) in T.Code SPRO / from menu IMG node Check Calculation Procedure.
    Regards,
    Ruchi

  • Need to know why contracts(Service contracts) are not showing up in ra_interface_lines-all

    Hi all,
            We are running the service contracts main billing to get the contracts to ra_interface_lines_all table which are eligible for invoicing, but somehow some contracts are not showing up in ra_interface_lines_all table,
    the reasons may be as follows:
    1. Billing service flag set to no
    2. Contract modifier > 30
    3. Contract is not active or
    4. Invoice interface is not set to current date.
    These may be the reason for contracts not showing up in interface_lines_all, I need to write a query to state why these contracts are not coming into interface table using the above stated reasons. Can anyone help me out saying how can i write query for it?
    Thanks,
    Aparanjit

    Hey Emilio,
    I found a solution, that worked for me. Try reseting the sync services as stated in this document:
    http://support.apple.com/kb/ts1627
    Follow these steps:
    Export your Calendar data - (you should end up with a .icbu-File) and make sure all Calendars are shown (I had one that was hidden - which later had all entries doubled)
    Close Calendar
    Export your Contacts (you should end up with a .abbu-File)
    Close Contacts
    Backup your iPhone
    Close iTunes (just in case)
    Open up Terminal and for Mounain Lion enter: /System/Library/Frameworks/SyncServices.framework/Versions/A/Resources/resetsyn c.pl full
    Open iTunes and sync your iPhone (go to the info-tab you should see blanks and not your Calendars - don't worry they will soon show up, as you activate the sync)
    Pooh. Ok. Looks like a lot, but it actually is really simple. I only did so many steps, to really make sure, I would not loose any data.
    In quick words: reset your sync services with the terminal and sync again.
    I will also write that down for all times in my notebook.
    Cheers

  • After iOS7 install my iCal entries do not show "created by or edited by". Is there a fix?

    After iOS7 install my iCal entries do not show "created by or edited by" also in Twitter I can't see number of retweets or favorites, it's become invisible. Any fixes?

    Well seeing as I'm running Lion on 2 GB of RAM, I can't see how upgrading the RAM will make that much of a difference.    If you are seeing launch times in minutes, it probably indicates your cache got corrupted by some third party cache cleaning software.  To see if some corruption can be fixed, first backup your data:
    https://discussions.apple.com/docs/DOC-1992
    Then boot in safe mode, holding the shift key.  If issues persist in safe mode, run the hardware test that came with your Mac. 
    http://docs.info.apple.com/article.html?artnum=303081
    And if that is unrevealing, and booting into safe mode doesn't solve anything, and you are backed up, try repairing the directory by:
    1. Booting into the restore partition with command-R.
    2. Selecting the installer's Utilities menu.
    3. Selecting Disk Utility
    4. Selecting First Aid
    5. Selecting the boot partition.
    6. Click on repair disk (not repair permissions)
    Do NOT proceed with any install itself.  Just quit the install program
    If the disk is not able to be repaired, purchase Alsoft Disk Warrior, and boot of that to repair the directory.
    If it is able to be repaired, and the machine is still slow, I think you may have run into some RAM that is bad, and need to replace it, not add to it.
    If Disk Warrior can't repair the hard disk, replace the hard disk itself.

Maybe you are looking for