B1 ERROR : PLEASE FIX

Hi there,
In 2007A, Sales BOMs are now supported in the P&P Manager. There is a programme error though:
1. Set pricing for Sales BOM at parent level
2. Do Sales order for 4 x A1000 (Multisport DB - 3 child items)
3. In P&P Manager change child quantities manually from:
5, 5, 5 to 2,3,4
4. Create delivery.
Customer is charged for 2 x A1000 and gets 3 (1+2) child items for free.
Thanks,
Rajiv

Hi,
you should check tomcat logs, it could give you more info about the error.
Under SAP Business One Integration\B1iServer\tomcat\logs, you'll find log files with the name
catalina.yyy-mm-dd.log.

Similar Messages

  • The ipad safari on facebook will echo characters on the search feature.  Please fix this STUPID error!  At the least, investigate it and come to a suitable response.  Stupid things like this are making me lose faith and interest in Apple products.

    The ipad safari on facebook will echo characters on the search feature.  Please fix this STUPID error!  At the least, investigate it and come to a suitable response.  Stupid things like this are making me lose faith and interest in Apple products.

    This is a user Forum, No one here works for Apple.
    If you can be a bit more clear with what your problem is, maybe someone here can help you find a solution.

  • Please fix these errors for me...

    Here is my code...
    When I compiled it, it said
    Exception in thread "main" java.lang.NullPointException
    at java.awt.Container.addImpl(Unknown Source)
    at java.awt.Container.add(Unknown Source)
    at javax.swing.JFrame.addImpl(Unknown Source)
    at java.awt.Container.add(Unknown Source)
    at SecondsCalc.<init>(SecondsCalc.java:43)
    at SecondsCalc.main(SecondsCalc.java.166)
    Please fix these errore for me..Thank you!!
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class SecondsCalc extends JFrame
    private JPanel panel;   // To reference a panel
    private JLabel messageLabel1; // To reference a label for days
    private JLabel messageLabel2; // To reference a label for hours
    private JLabel messageLabel3; // To reference a label for minutes
    private JLabel messageLabel4; // To reference a label for minutes
    private JTextField daysTextField; // To reference a text field for days
    private JTextField hoursTextField; // To reference a text field for hours
    private JTextField minutesTextField; // To reference a text field for minutes
    private JTextField secondsTextField; // To reference a text field for seconds
    private JButton calcButton;  // To reference a calculate button
    private JButton exitButton;  // To reference a exit button
    private final int WINDOW_WIDTH = 310; // Window width
    private final int WINDOW_HEIGHT = 100; // Window height
      Constructor
    public SecondsCalc()
      // Set the window title.
      setTitle("Seconds Calculator");
      // Set the size of the window.
      setSize(WINDOW_WIDTH, WINDOW_HEIGHT);
      // Specify what happens when the close button is clicked.
      setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
      // Add a GridLayout manager to the content pane.
      setLayout(new GridLayout(6, 1));
      // Build the panel and add it to the frame.
      buildPanel();
      // Add the panel to the frame's content pane.
      add(panel);
      // Display the window.
      setVisible(true);
      The buildPanel method adds a label, text field, and
      add buttons to a panel.
    private void buildPanel()
      // Create a label for days to display instructions.
      messageLabel1 = new JLabel("days");
      // Create a text field for days 10 characters wide.
      daysTextField = new JTextField(10);
      // Create a label for hours to display instructions.
      messageLabel2 = new JLabel("hours");
      // Create a text field for hours 10 characters wide.
      hoursTextField = new JTextField(10);
      // Create a label for minutes to display instructions.
      messageLabel3 = new JLabel("minutes");
      // Create a text field for minutes 10 characters wide.
      minutesTextField = new JTextField(10);
      // Create a label for seconds to display instructions.
      messageLabel4 = new JLabel("seconds");
      // Create a text field for seconds 10 characters wide.
      secondsTextField = new JTextField(10);
      // Create a calculate button with the caption "Calculate".
      calcButton = new JButton("Calculate");
      // Create a exit button with the caption "Exit".
      exitButton = new JButton("Exit");
      // Register the action listeners.
      calcButton.addActionListener(new CalcButtonListener());
      exitButton.addActionListener(new ExitButtonListener());
      // Create a JPanel object and let the panel
      // field reference it.
      JPanel panel1 = new JPanel();
      JPanel panel2 = new JPanel();
      JPanel panel3 = new JPanel();
      JPanel panel4 = new JPanel();
      JPanel panel5 = new JPanel();
      JPanel panel6 = new JPanel();
      // Add the label, text field, and button
      // components to the panel.
      panel1.add(messageLabel1);
      panel2.add(messageLabel2);
      panel3.add(messageLabel3);
      panel4.add(messageLabel4);
      panel1.add(daysTextField);
      panel2.add(hoursTextField);
      panel3.add(minutesTextField);
      panel4.add(secondsTextField);
      panel5.add(calcButton);
      panel6.add(exitButton);
      add(panel1);
      add(panel2);
      add(panel3);
      add(panel4);
      add(panel5);
      add(panel6);
      CalcButtonListener is an action listener class for
      the Calculate button.
    private class CalcButtonListener implements ActionListener
            public void actionPerformed(ActionEvent e)
                int seconds; // The number of seconds
                int min;
                int day;
                int hour;
                long result;
                // Get the text entered by the user into the
                // text fields.
                day = Integer.parseInt(daysTextField.getText());
       hour = Integer.parseInt(hoursTextField.getText());
                min = Integer.parseInt(minutesTextField.getText());
                seconds = Integer.parseInt(secondsTextField.getText());
       //Actullly gettext method returns string and you need to convert it into int or double value using Integer.parseInt method.
                // Calculate to seconds.
       result = (day *((hour * 60 * 60) + (min * 60) +seconds));
       // Display the result.
                 JOptionPane.showMessageDialog(null, result + " seconds");
      Private inner class that handles the event when
      the user clicks the Exit button.
    private class ExitButtonListener implements ActionListener
      public void actionPerformed(ActionEvent e)
       System.exit(0);
    public static void main(String[] args)
      SecondsCalc ac = new SecondsCalc();
    }

    fgb wrote:
    Exception in thread "main" java.lang.NullPointException
    at SecondsCalc.<init>(SecondsCalc.java:43)
    at SecondsCalc.main(SecondsCalc.java.166)Something is null on line 43. What does that line do and why is it needed?That's right!!
    I did not need to put line 43, which was
    // Add the panel to the frame's content pane.
    add(panel);
    Thank you very much!!!

  • Please fix the metadata consistency warnings error..

    Hi Guys,
    I am new to OBIEE, When i try to convert a chart view into Pivot table i get th ebelow error.How can i fix this issue?
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 3058399872. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: FILTER(Budget Amount:[DAggr(Fact - Fins - Budget.Budget Amount by [ ] )] USING Dim - GL Account.Group Account Number = 'MKTG PAYROLL'). Please fix the metadata consistency warnings. (HY000)
    SQL Issued: SELECT "Time"."Fiscal Quarter" saw_0, "Time"."Fiscal Period" saw_1, "Facts - Budget"."Total Operating Expenses" saw_2, "Facts - Actuals"."Total Operating Expenses" saw_3, "Facts - Budget"."Total Operating Expenses"-"Facts - Actuals"."Total Operating Expenses" saw_4, "Facts - Budget"."Total Operating Expenses YTD" saw_5, "Facts - Actuals"."Total Operating Expenses YTD" saw_6, "Facts - Budget"."Total Operating Expenses YTD"-"Facts - Actuals"."Total Operating Expenses YTD" saw_7, AGGREGATE(saw_2 BY ), AGGREGATE(saw_3 BY ), AGGREGATE(saw_4 BY ), AGGREGATE(saw_7 BY ), AGGREGATE(saw_2 BY saw_0), AGGREGATE(saw_3 BY saw_0), AGGREGATE(saw_4 BY saw_0), AGGREGATE(saw_7 BY saw_0) FROM "Financials - GL Budget and Expenses" WHERE ((Time."Fiscal Quarter" <= VALUEOF(NQ_SESSION."CURRENT_FSCL_QUARTER")) AND (Time."Fiscal Quarter" > VALUEOF(NQ_SESSION."FSCL_QTR_YEAR_AGO"))) AND (("WFS Segments".SEGMENT_NAME IN ('Aviation', 'Corporate', 'Land', 'Marine')) AND ("WFS Segments".ORG_NUM = VALUEOF(NQ_SESSION."OU_ORG"))) AND ("GL Segment1"."Hierarchy ID" = 'TTTTT') AND (Time.Status = 'Closed') ORDER BY saw_0, saw_1

    As of my knowledge, you shouldn't get results set for any of views because of this error..!!
    I see you are using 2 facts in the report.
    And, dimensions you are using in this reports are confirmed dimensions to these 2 facts?
    Are you mentioned proper content levels for each Fact LTSs?
    Basic funda is: If fact and dimensions are joined directly, then you should mention the the level of granularity in Fact LTS. If not, you should mention total level of the dimensional hierarchy for the Fact LTS

  • TS1368 how can i fix this error:"please contact itunes support to complete this transaction"

    how can i fix this error:"please contact itunes support to complete this transaction"

    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support visit online support site.
    For iTunes: Apple Support for iTunes - Contact Us

  • Please Fix Tutorial Errors - Customize and Personalize an Application

    Oracle JDev Powers-That-Be,
    There are some misspellings on the Customizing and Personalizing an Application on the Oracle JDeveloper tutorials (http://www.oracle.com/technetwork/developer-tools/jdev/ccset18-all-084117.html) that got me for about 4 hours today.
    In "Create and Deploy Customization Class", #7
    <JDEVELOPER_HOME>jdeveloperjdevlibpatches< jar_file_name> . Should be
    <JDEVELOPER_HOME>jdeveloper/jdev/lib/patches<jar_file_name>.That really got me. I didn't know the significance of that error until I compiled, looked over the example multiple times, and then got to page 37 of 57 on http://www.scribd.com/doc/40222312/21/The-CustomizationLayerValues-xml-configuration-file
    Also, step 12
    adf-config.xml should be adfc.config.xml
    Please fix.
    Will

    I fixed the directory specification at:
    http://www-content.oracle.com/technetwork/developer-tools/jdev/ccset18-all-084117.html

  • TS3258 Hello I have upgraded i tunes from 11.0.0.163 to 11.0.4.4 and i am getting 42404 error please help me to fix that error... Thanks

    Hello I have upgraded i tunes from 11.0.0.163 to 11.0.4.4 and i am getting 42404 error please help me to fix that error... Thanks

    Did you ever solve this issue?

  • Windows - No Disk Error - Please help!

    Windows - No Disk Error - Please help!
    Hi,
    I have the following set up:
    * Lenovo T-61p
    * Windows XP Pro, SP 3
    * HP Photosmart 8250 printer (with nothing plugged into the various card readers, and USB slot in the printer)
    I am getting the following error:
    Windows - No Disk
    Exception Processing Message 0xc0000013 Parameters 0x75CE023C
    0x84C40C84 0x75CE023C
    I have done a lof experimenting and thru process of  elimination, and believe I have determined that this only happens when the HP Photosmart 8250 printer is plugged in to the USB slot of the computer.
    I can stop it from happening by safely removing hardware, and removing the drive that the 8250 creates on your computer when you plug it in.  In my case, this is drive E.  I'm guessing if there was something in the the various card readers, and USB slot in the printer, that's what those would be, but I don't those use those functions of the printer.
    I understand there is more at work than simply the printer, because I did not used to get this error, so some software changed as well, that is scanning all ports, and finding a drive that has no disk, and producing the error.
    A simple google search finds a lot people all over the world having this problem, and are solving it in different ways, because the suspected source is different: Norton, HP, etc.
    I have tried everything I have read, and the only thing that works was my own idea, of manually safely removing the drive the printer creates each time I plug in the printer.
    Anyone every any better, more permanent solutions?  Or know what the real root of the problem is?  What is scanning all the drives and being showing an error message because it found an empty drive?
    Thanks and Happy Holidays/New Year!

    I've been getting the same error on my 4G nano for the past week. I've had my nano for about a month and the first few weeks were fine. Tried it on 2 different computers (Vista and XP) and same problem. Tried it on a 3rd (XP) and it started ok. Problem started coming back after a day.
    I was able to find a quick fix though. I noticed that sometimes the message says something like "iexplore.exe... no disk..." even if I don't even use IE. What I do is end iexplore.exe on task manager before running iTunes and syncing my nano. I don't get the error whenever I do this, but one drawback is that the contents of my nano suddenly pops up in a window - even when disk use is not enabled.
    I've reset/restored my nano dozens and dozens of times to make sure it's clean. Leads me to believe it's a driver issue. Either that or I have a friggin malware problem I can't seem to find.
    I'll be posting updates every now and then. I'm no expert so I'm hoping an Apple expert also steps in to give some input.

  • My JOTFORMS ARE NOT LOADING IN FIREFOX. They do in Safari. Please fix this problem. And NO NO NO I will not be upgrading my Firefox Version because it will n

    My Jot forms are not being read in Firefox and I am getting an error message in all cases on my websites. They work fine in Safari, etc. on my MAC. And please don't ask me about versions. Your Firefox is the problem as usual. PLEASE FIX ASAP. IT IS URGENT.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    '''For Firefox versions previous to 29.0:'''
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox"[[Image:Button reset]] button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Adobe, please fix these bugs/features in Muse

    So, here are a couple of really annoying things/bugs that keep happening in Muse.
    (I've been working with the software for about three weeks, latest Muse CC update, on a MBP Retina, OS X 10.9.5, NVIDIA GeForce GT 650M 1024 MB + 16 GB 1600 MHz DDR3)
    1. When I try to hit "Preview" and browse my website, the links to other pages than the initial one don't work, and you need to go back to the "Plan" and open each one of them individually, and then hit "Preview" in all of them, in order to be able to browse the entire website without getting blank pages.. Is there any way to come around this, and be able to set Muse to render ALL of the pages before previewing the website?
    2. When I try to adjust the sizes of thumbnails in a slideshow, and zoom in on guides, it's IMPOSSIBLE to make them align perfectly to ANYTHING! The thumbnails just keep moving and popping around, and they don't follow the mouse movements at all, they just make rough changes in sizes and are very hard to work with. It doesn't matter if I zoom in 800% for example, things don't move or adjust smoothly at all, like in Illustrator for example.
    3. Sometimes, it's impossible to copy a slideshow- it just freezes, even if I click down and select the thumbnail box. It seems like a bug, since the copy function comes back after I quit and restart the software, or just make a new slideshow from scratch and then delete it (seems to re-set something, I don't have a clue). The "copy" button under the "Edit" menu is simply shadowed out.. Why is that? It would be really nice to be able to alt-click-drag-and-drop these things, especially when you try to build a portfolio.. But, this is impossible for me, at the moment- the plus-sign in the green circle pops up, but it just moves the thumbnail section, it doesn't copy it..
    4. Is there ANY way to make all slideshow thumbnail sections moveable? Even if they have the option "Free Form Thumbnails" deselected? What if I need to move lots of galleries on the same page, that need to have different form options selected, for visual reasons? At the moment, I can't select all different thumbnail galleries on my page, and move them all at the same time, which is quite irritating..
    5. When I click a thumbnail in the middle or at the end of the gallery, there's a fast flash of previous images in the gallery, before the chosen image is shown fullscreen. Is there any way to get rid of this unwanted visual glitch? I just want them all to open like the very first image in the gallery, without any ghosting of previous images.. I have the horizontal swipe effect in these galleries, if that makes any difference..
    6. Is there any way to make custom adjustments to thumbnail sizes, inserting a fixed width and height? Or, save a slideshow as a template, to use the same properties in another gallery?
    7. Will it ever be possible to have different sizes of thumbnails in the same slideshow? What's the best way to make a gallery in a portfolio with artworks of different aspect ratios?
    8. Why is not my embedded Youtube videos included when I export the project like a html-file? There's only a broken link/code in the video area, at the moment.. Will this be a problem later, when I really need to upload it on my server?
    9. Is it not possible at all to import svg-files in a slideshow? Why is it possible in external widgets, but not in the built-in slideshow widget? I can place and import svg-files into the page, but not drag or import them to the slideshow itself..
    I really like Muse, but I find it very hard and irritating to work with lots of times, so please fix these issues, or tell me how to avoid them, thanks!

    A BIG THANK YOU for taking the time to share your thoughts regarding how to improve Muse. I've interspersed comments and clarifications below.
    1. When I try to hit "Preview" and browse my website, the links to other pages than the initial one don't work, and you need to go back to the "Plan" and open each one of them individually, and then hit "Preview" in all of them, in order to be able to browse the entire website without getting blank pages.. Is there any way to come around this, and be able to set Muse to render ALL of the pages before previewing the website?
    There are multiple ways to preview your work when using Muse.
    Preview Mode - When you click the Preview button at the top right to open Preview Mode Muse will generate the HTML, CSS, JavaScript, images and assets for the page in the front Design view (or the Home page, if you're not in Design view) in the Preview tab/window. If you navigate to a different page by following a hyperlink Muse will generate the code for that page and display it. This in-app preview uses the OS browser, so the display uses Safari on the Mac or IE on Windows. Since the code for each page is generated/updated when it's navigated to, navigation to a page for the first time is slow.
    Preview Page in Browser - If you select this option the code for the current page is generated and opened in your default browser. If you follow a link to another page, it will fail with a 404 file not found error, since this option only previews a single page. It's fast, but limited to one page.
    Preview Site in Browser - If you select this option the code for your entire site will be generated and your home page will be opened in your default browser. You can freely navigate between pages via hyperlinks, since the preview exported the code for all the pages of your site. This option is very convenience for previewing your full site, but is much slower for a multi-page site than Preview Page in Browser.
    Publish - If you select this option you can create a free temporary website on Adobe hosting. This is very handy when you want to view your site on multiple devices or have someone else review the site before you Publish or Upload the site to its production hosting location.
    2. When I try to adjust the sizes of thumbnails in a slideshow, and zoom in on guides, it's IMPOSSIBLE to make them align perfectly to ANYTHING! The thumbnails just keep moving and popping around, and they don't follow the mouse movements at all, they just make rough changes in sizes and are very hard to work with. It doesn't matter if I zoom in 800% for example, things don't move or adjust smoothly at all, like in Illustrator for example.
    The web is pixel based. There are (mostly) no fractional amounts. While you can zoom in, ultimately your output will be aligned (and limited to) whole pixel boundaries.
    When working with thumbnails, the ramifications of working in whole pixel based media are magnified. For example, if you're using tiled thumbnails and have an 8 wide layout the total width will have to be a multiple of 8. You can only increase all 8 by whole pixel increments.
    3. Sometimes, it's impossible to copy a slideshow- it just freezes, even if I click down and select the thumbnail box. It seems like a bug, since the copy function comes back after I quit and restart the software, or just make a new slideshow from scratch and then delete it (seems to re-set something, I don't have a clue). The "copy" button under the "Edit" menu is simply shadowed out.. Why is that? It would be really nice to be able to alt-click-drag-and-drop these things, especially when you try to build a portfolio.. But, this is impossible for me, at the moment- the plus-sign in the green circle pops up, but it just moves the thumbnail section, it doesn't copy it..
    If Muse is truly freezing, we'd need to understand more about the steps involved. What I expect you're encountering is the fact you can copy and paste an entire widget, but you cannot copy and paste the individual parts of a widget. If you select the widget cut and copy are enabled. If you click a second time to select one part of the widget, then cut and copy are disabled. Most the widgets don't support having two parts of the same type (i.e. two next buttons, two sets of thumbnails, etc.) so at least copy and paste can't currently be supported. Those are limitations we'd like to remove, but for now they are the current limitations when working with widgets.
    4. Is there ANY way to make all slideshow thumbnail sections moveable? Even if they have the option "Free Form Thumbnails" deselected? What if I need to move lots of galleries on the same page, that need to have different form options selected, for visual reasons? At the moment, I can't select all different thumbnail galleries on my page, and move them all at the same time, which is quite irritating..
    I believe you're asking to be able to simultaneously select the thumbnail sets for multiple slideshow widgets? You're correct, that's currently not supported. The selection model is limited to selecting items that are siblings in the Layers panel. You can select two slideshow widgets, but not the parts inside one widget at the same time as the parts inside another.
    5. When I click a thumbnail in the middle or at the end of the gallery, there's a fast flash of previous images in the gallery, before the chosen image is shown fullscreen. Is there any way to get rid of this unwanted visual glitch? I just want them all to open like the very first image in the gallery, without any ghosting of previous images.. I have the horizontal swipe effect in these galleries, if that makes any difference..
    Noted as a feature request. When the sliding transition was implemented the most common ask was for the current behavior, so that's what's provided. Fade provides a transition between two images without any feedback of the images that were passed over.
    6. Is there any way to make custom adjustments to thumbnail sizes, inserting a fixed width and height? Or, save a slideshow as a template, to use the same properties in another gallery?
    Given the next question is about setting each thumbnail to be a different size, I'm not sure I understand this question. You can select a thumbnail and enter height and width values in the Transform panel or Control Strip. However, all thumbnails share the same size, so all of them will be updated to the new size. Not sure that answers what you're asking?
    [edit: Zak] Regarding the second half of this question, a slideshow (or any other object or collection of objects) can be saved in the Library and used again in later projects.
    7. Will it ever be possible to have different sizes of thumbnails in the same slideshow? What's the best way to make a gallery in a portfolio with artworks of different aspect ratios?
    When "Scale to Fit" is used for the sizing of the thumbnails, they will appear with the aspect ratio of the original image sized to fit within the thumbnail container box.
    8. Why is not my embedded Youtube videos included when I export the project like a html-file? There's only a broken link/code in the video area, at the moment.. Will this be a problem later, when I really need to upload it on my server?
    Insufficient information here to be certain, but I suspect you've exported to a local folder and then opened the index.html (or other .html) file in your browser? When open a file directly in your browser "file://" protocol is used. Many/most services such as YouTube won't work on a .html page loaded using "file://" protocol. That's part of why Muse has a built-in mini-web server and the Preview, Preview Page in Browser and Preview Site in Browser features, which server up the .html files using "http://" protocol. Or you can Publish to a free temporary site on Adobe hosting.
    9. Is it not possible at all to import svg-files in a slideshow? Why is it possible in external widgets, but not in the built-in slideshow widget? I can place and import svg-files into the page, but not drag or import them to the slideshow itself..
    Correct. Support for SVG was recently added for Muse 2014.2. Support for including SVG graphics in slideshows was not part of the initial release.
    In the future, while it may seem excessive, it's much more effective to create a new thread for each different issue/concern/topic you wish to discuss. When a thread starts with a large number of different topics it often goes unanswered because no one forum member or Adobe staffer feels qualified to respond to all the questions. Or, if it does get responses, it ends up being impossible to follow the discussion because so many different topics are intermingled. Thanks.

  • Trying to install my apps, and am getting a 'Download Error: Please try again or Contact Support'.

    Hi
    I am trying to install my apps through Adobe Creative Cloud Desktop and all I'm getting is 'Download Error: Please try again or Contact Support'.  I don't have any support number, or anything like that.  If I try to reload, it doesn't do anything.
    Is there anyway where I can fix it??  I have even tried to reinstall the software still with no luck.
    Hope that you can help.
    Damian

    Hi Damian,
    You can follow the article: Creative Cloud Help | Download Error in Apps tab of Creative Cloud Desktop Application which will help you to get your issue fixed.
    Let us know if it still gives you any issues.
    Thanks,
    Ratandeep Arora

  • Error "Please contact itunes support to complete this transaction" when in-app purchases

    Dear Sirs,
    As frequent customer buying iTunes Gift Card, I would appreciate your kind clarification on below points, for my best reference:
    - I'm using Apple ID Canada and playing a game (i.e. Clash of Clans from http://www.supercell.net) which identifies each game account by their GameCenter account. Hence in case of using only this Apple ID, for how many account game I can buy in-app purchases?
    http://itunes.apple.com/ca/app/clash-of-clans/id529479190?mt=8
    - I use my Apple ID buy gem ( intem of this game ) for 2 anccout game ( 2 iDevices) , but now I can't buy more Error "Please contact itunes support to complete this transaction" .How I can fix it ?
    For ex: My Apple ID is [email protected] and share to a friend. Both of us log to this Apple ID "[email protected]" to download a game on 02 different iDevices namely "acc1" and "acc2". Is it possible to use only this Apple ID to buy in-app purchases for both account games "acc1" and "acc2".
    Looking forward to hearing from you soon.
    Thanks and Regards,

    noobdoon wrote:
    ... "Please contact itunes support to complete this transaction" .How I can fix it ?
    Contact iTunes Customer Service
    Apple  Support  iTunes Store  Contact Us
    noobdoon wrote:
    ... Is it possible to use only this Apple ID to buy in-app purchases for both account games "acc1" and "acc2".
    See Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.

  • 451 4.7.0 temporary server error. please try again later. prx4

    Hello,
    in my environment i can send/receive mail.
    When doing some checks i will end up with this error :
    451 4.7.0 temporary server error. please try again later. prx4
    I have tried the following without results :
    Exchange 2013 SMTP error "451 4.7.0 Temporary server error. Please try again later. PRX3"
    This error message seems to be caused by DNS issues in the Exchange 2013 set up. Exchange then rejects all emails like this. It is not quite clear what Microsoft means with this error code and the various PRX-numbers at the end - we've also seen PRX1, PRX3,
    PRX7. There is no list and no documentation on them available.
    From customer feedback we found these ways to solve the problem:
    Disable all unused network cards.
    Check all DNS server entries in the configuration of your network cards (check
    all network adapters) and make sure not to reference server 127.0.0.1 as DNS server but to use the real IP address instead.
    If you have more than one fixed IP address in the server add an entry for each IP address in the hosts file (C:\Windows\System32\drivers\etc\hosts) formatted like "192.168.1.1 SERVERNAME".
    Important: Do load the latest Exchange 2013 updates, especially CU1 if you haven't done that already.
    Please delete the receive connectors in Exchange and create one new receive connector. Use the "front end" instead of "hub transport" setting and vice versa.
    What do do, to fix this issue?
    Thx

    Hello,
    Please use dcdiag command to check if all DC run normally.
    Please use repadmin /showrepl command to verify DC replication status.
    Please check if there is any related error in application log.
    Cara Chen
    TechNet Community Support

  • Please fix this

    Hey. So I recently just upgraded from my iPhone 5 to an iPhone 6 Plus.    I am very impressed with how smoothly it is working. The graphic enhancements are amazing, too! However, I noted a few bugs that are still there since iOS 8's debut and they are kinda annoying and I want apple to get rid of them. First of all -- this one is EXTREMELY annoying -- is the multitasking feature. I love the way it works, but, um, it shows content that no longer exists. For example, say that you were about to close ten tabs from the multitask bar. But before you did that, you were on safari and you finally closed a web page. Once you click on the home button and you double press it, say you scroll to the safari app, you see the content you were recently viewing even though it's not really there. I'm sorry this is kinda hard to understand, I'm only 14. Another noted bug also involves the home button. Say you are on the weather application. You go to the multitasking bar and you close the tab. Just as you are about to, you repeatedly press the home button before it fully closes the application. Once its closed, you get stuck on a blank home screen, or in some cases, your left without your status bar (carrier, time, battery, etc.). One final thing I want to jot down is a new feature. I love iOS 8's capabilities, but it needs something. A few software update(s) ago, I remember apple added a feature to switch between 2G, 3G, and 4G along w/ LTE. I already know that it varies upon your carrier if they released 4G or not. But I want to be able to use 2G for battery saving and data consuming purposes. I only have 300 MB on my plan (AT&T), and I'm pretty sure phablets use a whole lot of data. I want to be able to switch between 2G, 3G, and 4G LTE, and I'm pretty sure other people do too. That's all I have to say. Please fix this apple, or are there any solutions to prevent these errors? Thanks.
    —  Brian

    My first question is why are you going in the recents and removing items at all? Unless an app is actively misbehaving, there's no reason to do this. You might want to review this article:
    Understand multitasking and background activity on your iPhone, iPad, or iPod touch - Apple Support
    I've never experienced the error you're attempting to describe. But then, I can't figure out why you're throwing in that extra tap on the Home button.
    The presence or absence of the ability to switch to 3G or 2G is carrier dependent. The carrier, not Apple determines if that setting is made available. In the U.S., carriers are in the process of deprecating their older, slower networks. They don't want you using them unless absolutely necessary because the newer networks are unavailable. The older networks don't have nearly the capacity of the newer ones.

  • Unable to navigate requested Expression.Please fix the metadata consistency

    Hello ,
    I have created one criteria but when I m running the request i m geeting this error, State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Dim - GL Account.Unit Code. Please fix the metadata consistency warnings. (HY000)
    now when i checked the RPD for this and run the consistency check everything went fine.No warning MSG, No Error, No Best Best Practice.
    now i checked the join condition in BMM for the dimension i m using in report and fact.
    it's like Fact F is directly Joined with Dim A & Dim B.
    now when i checked the Physical join it's like Fact F1 is joined with Dim Aand Dim C , Fact F2 is joined with Dim B and Dim C.
    so there is no direct fact table join between Dim A and Dim B.
    Fact F1 & Fact F2 goes as MTLS in BMM and creating Fact F, now when i got this error i went to Fact F in BMM and checked the LTS and level of granuality for DIM A and Dim B for Fact F1 and Fact F2 respectively. and it is also set as detail level. and in BMM LTS Fact F1 and Fact F2 is also join with inner join with Dim C. and Dim C's level of granuality is also set in Fact F1 and Fact F2 .
    the Columns that i m taking criteria are coimng from Fact F, Dim A, Dim B.
    can anyone suggest me what to do in this case????
    Thanking you..

    Hi Veer,
    If I get you correctly,
    In BMM
    Fact F = (physical F1 + F2)
    In Physical:
    F1 -> Dim A, Dim C ; F2 -> Dim B,Dim C
    So, in your BMM, please make sure that
    1. Logical source for physical F1 has 'Detail for Dim A, Dim C' and 'Total for Dim B'
    2. Logical source for physical F2 has 'Detail for Dim B , Dim C' and 'Total for Dim A'.
    I think this should resolve the issue.
    Hope this helps.
    Thank you,
    Dhar

Maybe you are looking for