PDF not coming back for bigger selection

Hello all,
I need help in finding what is causing my performance problem in my template.
I had to alter an original template. I had to add stock records (coming from a separate data source) and also the formatting had to change. I added <xsl:decimal-format xdofo:ctx="begin" name="OPMAAK" decimal-separator="," grouping-separator="." NaN=" " zero-digit="0" infinity="-"/ > for this and also the correct formatting tag around each number.
After adding this, the BIP report runs twice as long and for the biggest selection (for all sales branches) I don't get a result anymore. After about 10 minutes, I get a 'Internet explorer cannot display' screen instead of my pdf
If anyone cares to check out my template, I can email it to you. I also have sample xml data for 1 sales branch (runs about 4-5 minutes on server, 63 pages in PDF format)
PS: I already looked at jvm settings, caching,... but maybe a good idea to review that as well?

Sounds like an overheating problem. You could try to reset the SMC and see if that helps, if not it probably needs to go to the shop.
Here is a link to how to reset the SMC on a new Mac
http://docs.info.apple.com/article.html?artnum=303446

Similar Messages

  • Intel iMac shutting off suddenly, not coming back for hours

    Hello,
    Last night my iMac suddenly shut off; I tried for about twenty minutes to turn it back on (I tried the power button, unplugging and replugging, changing outlets...), then gave up. This morning I tried it and it worked just fine, but after several hours it shut off again. That was about three hours ago and it hasn't come back yet. Curiously it shut off right before iSight was going to snap a picture in Photo Booth, and I just can't remember if that's when it happened last night too...
    Any help?

    Sounds like an overheating problem. You could try to reset the SMC and see if that helps, if not it probably needs to go to the shop.
    Here is a link to how to reset the SMC on a new Mac
    http://docs.info.apple.com/article.html?artnum=303446

  • HT2357 I accidently deleted all of my updates and they're not coming back. Is there any quick way to get these updates active again?

    I accidentally deleted all of my updates and they're not coming back. I haven't been able to make any updates since 2006. I have a log of my past updates but I cannot seem to get them active again. Is there any easy way to get these updates active again?
    This was a while ago back in 2006 but from what I can remember I actually deleted/permanently removed these updates from my list of updates. I tried keeping all the updates except for two that I did not need and somehow deleted all of the updates I wanted to keep. I've tried reseting my ignored updates but that does not bring back the updates. If i delete the two that I originally attempted to remove - it only brings those two back. I hope there is still some way to get these updates back. I appreciate any help that anyone is able to give me.
    Thanks!
    Plum<3

    10.4.11 is the latest version of 10.4.
    The security updates for 10.4 are listed here:
    http://support.apple.com/kb/HT5165
    If you are interested in updating to 10.5, see this tip.

  • My iPad screen went black suddenly and is not coming back on. However i can still hear sounds when there are notifications but nothing comes on the screen. It remains blank. What is the problem? I NEED ASSISTANCE A.S.A.P!!!

    My iPad screen went black suddenly and is not coming back on. However i can still hear sounds when there are notifications but nothing comes on the screen. It remains blank. What is the problem? I NEED ASSISTANCE A.S.A.P!!!

    Try Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • I have tried to update IOS 5.1 in my Iphone 4 and unfortunately I got an error message and phone is stucked at restore point. It is not coming back to normal mode and is not able to detect my phone in iTunes. Please help me how to recover my Iphone IOS

    I have tried to update IOS 5.1 in my Iphone 4 and unfortunately I got an error message and phone is stucked at restore point. It is not coming back to normal mode and is not able to detect my phone in iTunes. Please help me how to recover my Iphone IOS, unfortunately I don't have my iphone backup too.

    we have a same problem

  • Org unit is not getting defaulted for the selected position in infotype0001

    Org unit is not getting defaulted for the selected position in infotype 0001 during the hiring action.
    In OM Org. units and positions have been created.
    The Org. unit to Position relationship is also created.
    But inspite of this, In infotype 0001, the after selecting a position, the Org unit is still getting defaulted to "00000000" instead of the Org. unit Id to which the position belongs. (Please note: At the time of selecting the position, I do structure search and the position is shown under the correct Or. unit)
    Have I missed any step?

    Have u run the RHINTE programmes properly ?
    are u able to save the record?
    As some times it may be display probolem, if u r able to save the record then check the relationship in pp10/po13.
    and U have not answered what Mr. Valeri is asking about your Implementation/support because these type we come accress if data is not uploaded properly.
    Regards
    vinmax

  • Java applet warning keeps coming back for signed applet

    I have an applet signed with certificate issued by a public CA cert verisign. This applet prints document to the printer. When it loads everything looks good and checks on the screen and the user is prompted to allow access to the printer. Even, though the user selects "Allways allow this applet to print" the warning keeps coming back everytime the applet attempts to access the printer.
    I notice other applets work correctly. I veriy the signed jar and it all looks correct every class file comes with smk marking.
    What is going, can someone please help???
    Manuel

    I appreciate the help. but i was able to resolve the problem. Our web page called the applet print method directly from scripting. Apparently that causes the java plugin to warn the user every time.
    To avoid this issue the new print method queues up a print job and a separate thread watches for the queue and picks up the job and prints it. In order to support the same original function, the new print method is syncronized and waits for the job to be queued before it returns.
    Now, there are no warnings even the first time you use the applet.
    [Here is another similar thread.|http://forum.java.sun.com/thread.jspa?forumID=63&threadID=524815]
    Thanks,
    Manuel

  • MQ message is not coming back in MQ in case of error in Global Transaction

    Hi,
    ```````````````````````````````````````````````````````
    I am using Oracle JDeveloper 11.1.1.5.0 and SOA server 11.1.1.5
    ```````````````````````````````````````````````````````
    Use Case :_
    I have created a Sync BPEl process. In which I am dequeing the messages from MQ using "Get Messages from MQ" Operation available in MQ series Adapter. Also checked the Synchronous check Box, So that we can have the Ondemand dequeing of Messages.
    Three Properties have been added In Composite.xml file  to make the MQ adapter service participate in Single global transaction :
    <property name="*bpel.config.transaction*">required</property>
    <property name="*bpel.config.oneWayDeliveryPolicy*">sync</property>
    <property name="*partnerLink.SyncReadMQ.transaction*" type="xs:string" many="false">participate</property>
    (this last property is added in the partner link of the MQ series adpater, And hence refleacted in the composite.xml file)
    Also provide the MQ Adapter configuration XATransaction='true' in Admin console, to support the Global transaction by following the Oracle Doc (http://docs.oracle.com/cd/E17904_01/integration.1111/e10231.pdf)
    Issue :_
    In case of any system error, The Message is not going back into the MQ and it is lost. My concern is that if I have made the MQ adpater service to participate in the global transaction of the Main BPEL process then upon any fault occur the Adapter service should be rolled back. but it is not happening.
    I want the message back in the Queue in case of any error.
    Would anyone please help me in this issue.+
    `````````````````````````````````````````````````````````````````````````````````````````
    One more thing to notice is that MQ Adapter is a transactional adapter it should participate in the rtransaction.
    `````````````````````````````````````````````````````````````````````````````````````````
    Thanks
    Sunil
    Edited by: 856749 on May 17, 2012 10:57 AM
    Edited by: 856749 on May 18, 2012 7:34 PM

    Hi All,
    Still this thread is unanswered, Is there any genius who has done Transaction handling on Adpaters (MQ or JMS). I have look into may threads on forums, but no appropriate information is given about this issue. If this thread is been answered then it will be very helpfull for othes dealing with transaction in MQ.
    Thanks
    Sunil

  • Output message not coming automatically for PO

    hi
    i cerated new output message sending PO to vendor by e-mail. I maintained condition records in MN04. Condition table, access sequence all are maintained. I included new output type into the control data of the existing schema RMBEF1 and the schema is assigned to PO also. Also maintain entry in following string   SPRO- Material Management-Purchasing-Messages-Output control-Message Types-Define Message type for PO---Fine-Tuned Control: Purchase Order
    Still the output message is not coming automatically while creating PO  every time i add output type namually.  please guide
    regards

    Hope you have maintained condition for combination. preferrably -
    1) Purch Doc type > PORG > Vendor
    2) Please make sure that, you have maintained the fileds which are relavant for output.(if you are making any changes in existing PO and you need output)
    Hope this will help you

  • Screen not coming back on after phone call??!!

    this is a brand new 3g phone. And I have had a 1st Gen iPhone from the original release date.
    However, when I make a call and put the phone to my ear, the screen goes black as it should. But upon the conclusion of the call the screen does not come back on until I have locked it and unlocked it again!!
    Has this happened to anyone else?

    Same thing here!! I was calling my wife and it happened 3 times in a row in a matter of minutes. I rebooted the phone and it went away. Hasn't crept up on me again, yet (knock on wood).
    I don't know whether it makes a difference and whether they are technically the same, but I upgraded the firmware that was released 07/10/2008 that is from Apple's Servers from version 5A345 to 5A347 just to see if this fixed any last minute glitches.
    I hope this problem never surfaces again. We all paid a lot for these and spent a lot of time waiting for activation.

  • WiFi turning off when Ethernet connected, and not coming back on

    Since about last Tuesday (possibly when I updated to Safari 7.0.6), whenever I connect my MacBook Air (2011) to ethernet, my WiFi turns off. When I disconnect the ethernet, the WiFi does not turn back on, which makes this an annoying problem. If I try to manually turn it on while Ethernet is still connected, it does the scanning animation a few times, and then turns back off. Without the ethernet, once WiFi is turned back on, it works just fine.  I'm using both the Apple USB to Ethernet adapter and a StarTech Thunderbolt hub with Gigabit ethernet, and this happens with both.  Everything is up to date, and the only change that coincided with this new behavior is Safari, but I don't remember if I updated it before of after the problem appeared, and I may not have noticed the problem for a few days as I don't often use my mac away from a wired connection.
    Is this a known problem? Any known solution? When I search for it, all I find are people looking for ways to make the WiFi automatically toggle opposite the Ethernet, no one complaining that it's happening on its own.

    Why are you turning cellular data off when you get home? If you have wifi at home, it will connect to the phone. Then, once you leave home and get out of range of the wifi, cellular data should connect automatically, you wouldn't need to turn it back on. Turning wifi off is really not necessary unless you are using it as a battery saving feature. I leave my wifi turned on all the time, as well as cellular data, and my battery lasts for quite a long time.

  • Data Not coming Properly for 0HR_PA_OS_1 Data Source?

    Hi Experts,
    I am trying to load data to 0PAOS_C01 using 0HR_PA_OS_1 data source. For field 0POS_OCCVAC key figure i am not getting any data from Data Source.
    I checked in RSA3 for 0HR_PA_OS_1 data source and  in that it is not populating data for filed OCC_VAC_PERC  field. I checked with HR functional team and they mentioned its a BI issue.
    Kindly tell me how can i populate values for the particular field. FYI i am getting correct data for other fields.
    Please help me.
    Thanks

    The possible reasons
    1.Your user id might not be having the proper authorization to pull the HR data.This you can confirm with your basis guy,if you are unable to find what are the authorization roles required for HR data, for the time being you can take SAP_ALL authorization in development box and try to pull.
                            OR
    2.Try to pull from BW side,you may be able to see the data there because this uses the background user id used in RFC connection ( provided if your background user id having proper authorization ).

  • Bounced emails are not coming back to me

    I send out many emails and to keep my email lists accurate I need to know which emails bounce back to me. As of the last 2 weeks I am not receiving any bounced back emails. I have sent several test bogus emails and they do not come back as well. What is the solution!

    How do you figure this is a Thunderbird problem? Thunderbird hands the email off to your providers SMTP server and then it is done. It has no control over what the servers that the message pass through do with it.

  • Approval messages not coming back when approving by mail

    Hello,
    We are on SRM 4.0
    Approval messages are sent from SRM to different approvers by mail. This works fine.
    But when the person approves by mail this doesn't work.
    In transaction sost messages are still with 'grey' status and in transaction scot messages are all in status 'in transit'.
    This happens only in our Production environment.
    Has anyone suggestions?
    Thanks,
    Laurent.

    Further to my previous reply , please also check the following
    >
    In transit
    Number of send orders that are currently in process
    outside of the SAP system, that is, the messages have
    been transferred to the external nodes by the SAPconnect
    send process but neither a positive nor a negative status
    message has been received
    >
    check the following in your system
    transaction SCOT--> in the menu
    Settings ---> confirmation of reciept
    have you set the value to 'SAP connect does not expect confirm.for
    internet mail ?

  • I accidently delete my pictures but i try i cloude still not coming back i took thode pictures with my iphone what i have to do i took those pictures before update to the new one

    HI i accidently delte my pictures and now i try to returning them back i cloude can not returning them i tooke those pictures before the new update
    what i have to do to return them i took thise pictures with my iphone too but i do not know why is not comming back
    please help me

    Restore from iCloud backup.

Maybe you are looking for

  • Upload Directory

    Hi Friends Can anyone help me in this problem. 1.I have to select the particular path Ex: c:\new folder\prog 2.Then  i want to display  the list (file names) in that particular  folder in ABAP . Ex: in prog i have 5 excel files.i want to display the

  • User-attribute support in Sun Portal

    How does Sun One Portal Server work with user attributes.. i.e <portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"> <user-attribute> <description>User Given Name</description> <name>user.name.given</name> </user-

  • "Could not initialize Photoshop because the disk is nor available"

    I'm trying to install Photoshop CS4 for the very first time onto a Mac Powerbook G4, MacOS 10.4.11.  The installation succeeded, but when I launch Photoshop CS4, I get the "Could not open a scratch file because the disk is not available" error follow

  • Change in LO extraction settings

    Hi All, In our system we have been successfully carrying out LO exraction (e.g 02 purchasing) for long. This happens once everyday. Now we want to make some setting changes so as to have this extraction done twice a day. What are the steps to do this

  • Rw_server.sql - Report Queue

    Could you mail me rw_server.sql ? %oracle_home%\report60\sql\rw_server.sql Thanks in Advance, Haleem