Behaviour change of synchronous reply after patching to 10.1.3.4

Hi people ,
i have a process like this:
[http://www.jettmedia.com/images/630_syncReply10134Test.jpg]
Normally in 10.1.3.1 , 10.1.3.3.x ; the process will continue after a partial reply, and any fault uncatched in the process would terminate the flow. And any changes to the outputvariable wont change the process response.
But after patching to 10.1.3.4 im having a different behaviour on synchronous process replys ,
The process continues and any uncatched fault AFTER A REPLY its raised to the client, and any change to the outputvariable AFTER A REPLY its changed to the process response .
The worst thing its that is not clear when the response its really sent to the client , ( if i put a wait activity , after the reply, with 1 minute , works as was expected, like in 10.1.3.3 ... )
I read this new features list from oracle
http://www.oracle.com/technology/tech/soa/cab/oraclesoacab-webinar-04-22-08bpel_10_1_3_4_update.pdf
It says that "Faults in a transient process go to the client" , correcting an old problem of lost instances..
I cant find any other documentation explaining this new beahaviour but for my organization its a huge problem afecting , many production processes, on the patched servers. Because i raised faults to leave the instances marked as faulted on the console as a normal procedure on the flows , but now , if that throw its close enough after a reply(with a unknow criteria or number of activities) its raised to the client :S
Thanks for any help , by now the workaround to keep the same behaviour its: WAIT after every reply :S :S !!
Greetings
Dam

Yes its a fire and forget pattern, thanks for the suggestion, il. try it ...
but its difficult to refactor several flows just for patching , you have any idea if this change after upgrade to 10.1.3.4 its normal ? this is an expected beahaviour ?
Thank you very much again

Similar Messages

  • Function module "GM_DOCUMENT_REVERSE" not found.  after Patch Update

    Hi Abapers/Basis
    After patch update i am not able to do FBCJ reversal entry getting below error message.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Exception              CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          25.05.2011 14:43:26
    Short text
         Function module "GM_DOCUMENT_REVERSE" not found.
    What happened?
         The function module "GM_DOCUMENT_REVERSE" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLRWCL" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
         not caught in
        procedure "CALL_DISPATCHER_STORNO_R" "(FORM)", nor was it propagated by a
         RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        The program "SAPLRWCL" contains the CALL FUNCTION statement.
        The name of the function module to be called is "GM_DOCUMENT_REVERSE".
        No function module exists with the name "GM_DOCUMENT_REVERSE".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    How to correct the error
        Check the last transports to the SAP System.
        Is the program "SAPLRWCL" currently being changed?
        If an enqueue/dequeue module is involved, is the activation
        of the lock object missing in the ABAP/4 Dictionary?
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "CALL_FUNCTION_NOT_FOUND" "CX_SY_DYN_CALL_ILLEGAL_FUNC"
        "SAPLRWCL" or "LRWCLF10"
        "CALL_DISPATCHER_STORNO_R"
        Function modules with names similar to "GM_DOCUMENT_REVERSE":
        GM_DOCUMENT_CLOSE
        GM_DOCUMENT_RECORD
        GM_DOCUMENT_DELETE
        GM_DOCUMENT_POST
        GM_DOCUMENT_CHECK
        G_DOCUMENT_RECORD
        GJ_DOCUMENT_RECORD
        GM_DOCUMENT_PROJECT
        GET_DOCUMENTS
        GM_DOCUMENT_DISPLAY
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    Moderator message: please don't just dump your dumps, search for SAP notes or open a call with SAP instead.
    Edited by: Thomas Zloch on May 25, 2011 2:16 PM

    Hi Karthik,
    Thank you for ur reply.
    I did not implement any user exit/ badi. Dump is saying that my smarform function module does not exist in the se37 library.
    I have excuted my form through se38, that time is working fine. When i tried through output type it is going to dump.
    Regards,
    Kusuma.

  • Error while running isupplier portal from jdev after patches

    latest POS rollup patch was applied and since then i get an error on local machine while running portal pages, need not mention that my substitution has also broken after patches.
    On server :
    login as isupplier > click on any PO either on home page or any order via Orders> ponumber
    On local machine : I get below error when I click on any po.
    I have deleted all teh old classes and ftped the whole apps directory on my local machine, but i still get this error.
    Also noted that the functionality of changing PO, etc works fine, but this error gets printed in jdev console.
    can someone give me some clue ?
    thanks
    java.lang.ClassCastException
         at oracle.apps.pos.isp.server.PosServerUtil.checkSecurePO(PosServerUtil.java:85)
         at oracle.apps.pos.changeorder.webui.ViewOrderPGCO.processRequest(ViewOrderPGCO.java:1012)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at OA.jspService(OA.jsp:34)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.evermind.server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:189)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:199)
         at OA.jspService(OA.jsp:39)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: OAF-dev on Apr 19, 2010 1:39 PM

    I cross checked all the versions and I have the correct one installed....
    it was working before the patch . Patch is only the upgrade of POS. I got all teh class files again on my local machine , but this error comees up in jdev console. and rest all works fine. I have no clue why.

  • Sales office data missing after patching in CRM

    Hi,
    We have CRM 4.0 for internet sales.
    Recently, we patched our Development and QA CRM systems from SAPKU40009 to
    SAPKU40016.
    Immediately after the patching, we see that the Sales office information in the BP (Sales area- organization tab) is missing.  We have only one Sales org and Dist channel with division not active. All the sales office belong to the same sales org. Nothing has changed w.r.t org model before and after patching and all the org units are checked for determintation.
    Everything was working before the patching. Just after patching, we find the sales office information blanked out in the BP and as well as the drop down list is empty.
    I can see the sales office table entries for all the BPs in CRMM_BUT_SET0140. But when ichange the BP data (for some other field) and save, the table entries get deleted as i am not able to assign the sales office any more.
    We have not buffered the attributes. I tried that also and ran the report HRBCI_ATTRIBUTES_BUFFER_UPDATE, but it is of no use.
    Can somebody help?
    Thanks
    Shankar

    Hi ,
    What you can do is,
    Create a request for a material whose Sales Area data is missing in
    CRM , and perform the request load in transaction:R3AR4.
    And please check whether sales area data flows to CRM.
    Put a filter in txn:R3AC1, to download single material or material
    range.And before performing an initial load in txn:R3AS,please make
    sure that sales area data is missing in CRM.Now, perform the initial
    load in txn:R3AS.And please check whether sales area data flows to
    CRM.
    Check the  filter settings in transaction R3AC1 for
    object MATERIAL and please make sure that it would bring down all
    the expected materials from R/3 along with the sales area data. I guess there is some
    filter setting which is blocking it.
    Please check the entries you have maintained in table MVKE - the entries
    for the sales data maintained here must match with the ones maintained in the
    filters.
    thanks & regards,
    Krishnen
    Edited by: Krishnen Subramanian on Aug 9, 2011 8:47 AM

  • How to change async to sync after deploying the process.? Thanks

    How to change async to sync after deploying the process.? Thanks

    you'd need to change the base wsdl, the generated one (_Name.wsdl) and the bpel.file .. and remove the generated classes .. (all in domains/you_domain/tmp/your_process dir)
    the wsdl needs to get the output msg to the input msg instead of a callback porttype, the same needs to be in the generated wsdl (don't forget to remove the callback role in plnk session).. and the bpel process needs to have a reply instead of the invoke ..
    this is what you would need to do .. BUT, maybe we can find a better solution for you, if you elaborate on the usecase..
    during design time this is easier :-)
    regards clemens

  • After patching Portal 7.31 SP9 - SP13, CM BW reports fail

    Our links to the BI credit reports (like Early Warning Risk) stopped working after patching the NW Portal 7.31 from SP9 to SP13.  No other changes were made, and the reports worked prior to the patching. 
    The child window for the report opens, but then comes back with error:
    com.sap.portal.appintegrator.sap.BWReport::BWReport/AskForReport
    And then it asks for a BEx Web Application Query String.
    I would put this in the portal/netweaver forum, but this error seems strictly related to the CM delivered content (we are on the most current 1.41 BP).   We've validated that that the SSO tickets from portal to back end ERP and BI are working properly.  Has anyone had this kind of issue after a patch (while staying on same portal release)?  We didn't make any changes/patches to the back end ERP and BI systems either.

    Yes we have experienced the same thing.  We upgraded from 30 to 353 and now we are getting the BW logon prompt.  It is very frustrating. I have been searching these message boards for help.
    Brien

  • Abrupt change of display-color after sleep

    I POSTED THIS IN THE iMAC DISPLAY-SECTION OF DISCUSSIONS BUT NOBODY REPLIED:
    After I wake up my iMac 27, after it was in sleep-mode
    for some hours, colors look different for less then a second (warmer),
    then it changes to something more cold/bluish. The change is exactly like
    a manual change of the calibration/monitor-profile via settings.
    There is NO blackscreen between the change of the colors,
    like I said: exactly like a monitor-profile-switch.
    I didn't change/add a different profile than the standard yet.
    Is my monitor faulty and/or what's happening with it?
    PS: I can't tell if the "less then a second visible"-profile is superior,
    but i'd like to test it, if possible I installed all the latest updates.
    But amongst them there wasn't that firmware update. Maybe
    cause I CTO'ed the iMac a few weeks ago.

    Haven't experienced this on my i5 iMac, but my monitor is hardware calibrated with a custom profile (first thing I did when I switched it on). I use the ColorMonki device.
    I would recommend you hardware calibrate your monitor and see if the issue re-occurs. If it does contact Apple Tech Support for further advice

  • Ciscowork3.2.1 daemon manager is not working after patch installation

    Ciscowork 3.2.1 daemon manager is not working after patch installation
    Hi Team
    Ciscowork 3.2.1 daemon manager is not working after patch installation.
    C:\Documents and Settings\Administrator>net start crmdmgtd
    The CiscoWorks Daemon Manager service is starting.
    The CiscoWorks Daemon Manager service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    Also I checked syslog.log and it is showing below error
    an 17 14:39:34 127.0.0.1 100: <28>   dmgt[1316]: 2507(W):Daemon manager anonymous user has not been set up: 00000569
    I reset the casuser password and restarted the service but still no luck....
    Please suggest.
    With Regards,
    neena

    Neena,
    Check the properties of casuser under Start > Settings > Control Panel > Administrative Tools > Computer Management > Local Users and Groups > Users and make sure it is not disabled or locked out.  The only thing checked should be "Password never expires".  Change anything required and reset casuser.

  • XI 3.0 SP15: collapseContext behaviour changed ???????

    Hi.
    I'm having i nightmare:
    In one of my mapping I apply "collapseContext" to a queue that contains only [SUPPRESS]....
    With the production environment (SP12) the result queue is [SUPPRESS] again, while in the test environment (SP15)the result queue contains:
    [SUPPRESS]
    Does anybody noticed this behaviour change with the SP15? Is this a bug and perhaps there is already a solution?
    Sorry for the panic, but we have a very critical situation, because we cannot upgrade the production to SP15 otherwise our flow doesn't work, and we cannot make maintenance because the DEV environment is at a different SP level.
    Thanks in advance
    Alessandro

    Hi Alessandro,
    The behavior of the "collapseContext" didn't change. There was only a bugfix some time ago. Anyway, based on your description I could not reproduce the problem on our SP15 patch test system. I get the same result as you have on SP12 system.
    I've just got an idea, that maybe you're confusing the context change with an empty string value, because since SP13 context changes also have values printed on them, when you display a queue.
    Do you have an example of Message-Mapping producing different result in SP15 than in SP12?
    Regards,
      Alexey Borodin

  • Apache cores after patching Solaris 10

    Hi Folks,
    after patching Solaris 10 with the recommended Patch Cluster i'm not able to start Apache with apachectl sslstart.
    Apache cores! Changing <VirtualHost default:443> to <IP-Addr.:443> in ssl.conf solves the problem.
    Any idea why?
    Ciao
    M. Garcia

    Hi Folks,
    after patching Solaris 10 with the recommended Patch Cluster i'm not able to start Apache with apachectl sslstart.
    Apache cores! Changing <VirtualHost default:443> to <IP-Addr.:443> in ssl.conf solves the problem.
    Any idea why?
    Ciao
    M. Garcia

  • After patch upgrade in 11g Not able to see current patch

    Hi Experts,
    After upgrading the patch upgrade through MOPatch from 11.2.0.2.0 to 11.2.0.2.4 , I can see the log as succeeded .
    But when I am connecting through sqlplus / as sysdba the version is still showing as 11.2.0.2.0 . Have I missed something I used the readme file README_201111_AIX which is downloaded with this patch.
    I have to also add one more fix_control after patch upgrade that means system is reading the right patch. So, Please suggest how to check this .
    Thanks in Advance.

    Hi,
    My output is :-
    Oracle Database 11g                                                  11.2.0.2.0
    There are 1 products installed in this Oracle Home.
    and also I can see the following that today these much patches installed successfully I am giving some example below :-
    Patch  10149919     : applied on Thu Dec 08 05:22:25 EST 2011
    Unique Patch ID:  14146533
       Created on 3 Oct 2011, 00:42:46 hrs PST8PDT
       Bugs fixed:
         10149919
       This patch overlays patches:
         12827726
       This patch needs patches:
         12827726
       as prerequisites
    Patch  10188865     : applied on Thu Dec 08 05:22:11 EST 2011
    Unique Patch ID:  13551988
       Created on 21 Mar 2011, 03:16:39 hrs PST8PDT
       Bugs fixed:
         10188865
    Patch  10190759     : applied on Thu Dec 08 05:21:56 EST 2011
    Unique Patch ID:  13109839
       Created on 11 Nov 2010, 20:29:55 hrs UTC
       Bugs fixed:
         10190759
    Patch  10243045     : applied on Thu Dec 08 05:21:45 EST 2011
    Unique Patch ID:  13169052
       Created on 23 Nov 2010, 02:40:01 hrs PST8PDT
       Bugs fixed:
         10243045
    Patch  10357961     : applied on Thu Dec 08 05:21:38 EST 2011
    Unique Patch ID:  13814186
       Created on 6 Jun 2011, 06:16:52 hrs PST8PDT
       Bugs fixed:
         10357961
    But if the patches applied is 11.2.0.2.0 will not change to 11.2.0.2.4 or it will only change after applying patchset.
    Thanks in advance.

  • Loss of settings after Patch 8398280

    The reports by Scheduler are erroring out after Patch 8398280. Patch readme explains you have to restore the xmlp-server-config.xml
    after deploying the patch. Customer indicates they followed instructions.
    What parameter\set of parameters should they change to resolve the issue?
    What parameter files does patch replace?

    No iTunes content on your iPhone is included with your iPhone's backup - no music, movies, tv shows, podcasts, or 3rd party apps. And the same for all photos transferred from your computer. All iTunes content on your iPhone should be in your iTunes library on your computer and all photos transferred from your computer to your iPhone should remain on your computer. Both can be re-transferred to your iPhone.
    This link provides the data that is included with your iPhone's backup, which is updated by iTunes as the first step during the iTunes sync process.
    http://support.apple.com/kb/HT1766
    When restoring an iPhone with iTunes, the iPhone is completely erased first followed the firmware being re-installed. After the firmware is re-installed, you have two options. Restoring from your iPhone's backup which is the default selection, or as a new iPhone or not from your iPhone's backup which must be manually selected. After either one, this must be followed by a sync with iTunes to re-transfer your selections under the various tabs for your iPhone sync preferences with iTunes that is not included with your iPhone's backup when doing so such as music, movies, tv shows, podcasts, 3rd party apps, and photos from your computer.

  • Big Button become Small Button after patching system

    Hello experts,
    we have a produktiv running WD ABAP application, which runs on computers with touchscreens.
    Because of that we developed the applicatin with big buttons (standard Ui element button with a big image) so that our user can hit it with their finger. now after patching our systems the buttons are small again and the big image in the button is cut.
    Does anybody know how we can increase the size of the buttons?
    Regards

    Hi,
    I presume you have upgraded your system from SP<=13 to SP>=14. We have a same problem after we have patched our system.
    There was a problem with the alignment of the images when large images were used. Therefore SAP rectified the same in rendering corrections from SP13 which were available in SP14. As a result of which button size remains small even if you use large image.
    You can not use theme editor to change the button sizes or image sizes. The only option is to raise an SAP ticket. SAP is already working on the issue as I had raised a ticket for the same. Hope to have a  fix very soon. But I suggest you also raise an OSS ticket.
    Regards
    Rohit Chowdhary

  • [svn:osmf:] 15527: Fix bug FM-696: Capability change events being dispatched after the trait to which they refer has been modified .

    Revision: 15527
    Revision: 15527
    Author:   [email protected]
    Date:     2010-04-16 17:21:06 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Fix bug FM-696: Capability change events being dispatched after the trait to which they refer has been modified.  Updated unit tests.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-696
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

    Major Update: The G-Keys can now be edited without recompiling by editing shell scripts at "/usr/share/g15daemon/macros/"
    Each button has it's own script file named by it's label (e.g. to edit the functionality of G1, open the script named G1.) The button will try to execute the scripts as programs, so make sure they are executable (chmod +x) and as long as the name remains the same, if you want to replace the files with something different, know that the arguments currently given to the files ($1 and $2) are ($1)on/off and ($2)0-2  (where 0 is M1 and 2 is M3)
    To download the updated sources, go here (only the g15daemon source/patch was updated). This thread's OP has been updated.
    Last edited by rabcor (2015-02-12 04:46:48)

  • In Pages 5.1 how do I change the default spacing after a paragraph? I used to be able to do this with the inspector. I no longer see the option.

    In pages 5.1 I was wondering how to change the line spacing after a paragraph.

    This is from the online Pages Help . You have the option to the Help in your Pages Help menu
    Adjust line spacing
    You can adjust the spacing between lines in a paragraph, and change the amount of space before or after a paragraph.
    Click in the paragraph whose spacing you want to change, or select one or more paragraphs.
    In the Text pane of the Format inspector, click Style.
    Click the disclosure triangle next to Spacing, then choose an option from the pop-up menu:
    Lines: Choose when the distance between ascenders (parts of letters that extend to the top of the line) and descenders (parts of letters that extend below the line) should stay the same. The space between lines is proportional to the font size.
    At least: Choose when the distance between lines should remain fixed (but not to overlap if the text gets large).The distance from one line to the next will never be less than the value you set, but it may be larger for larger fonts to prevent overlapping text lines.
    Exactly: The distance between the baselines.
    Between: The value you set increases the space between the lines, instead of increasing the height of the lines. By contrast, double-spacing doubles the height of each line.
    Click the arrows next to the spacing field to set the amount of space for the option you chose.
    To adjust the amount of space before and after the selected paragraph, click the arrows for Before Paragraph and After Paragraph

Maybe you are looking for