Problem Branching

Hi everyone,
I'm using Cpt 7 and suddenly ran into a problem where I cannot branch to another slide in the project. I have tried inserting a button, a click box and even embedding a hyperlink in a text caption using the "Jump to Slide" option but they're not working.
Here's a list of what I have on the slide:
Text audio
Continue button
Widget (displays current slide)
Text caption
Three highlight boxes
I have tried making the continue button inactive for all but the last second of the slide and vice versa. I have tried recreating the slide and use all new objects but nothing works. I have another slide where an embedded link branches to another slide fine. I've tried mimicking the settings on the slide that works fine but still it does not work.
Thanks in advance!
Jenn

I had a similar thought.  Start removing items from the slide one by one, starting with the widget, and test to see if that resolves the issue.  If you can remove every object from the slide but it still doesn't work, change the destination slide in the jump and see if that works.  Try setting it to just go to the next or previous slides first and then work your way out from there.

Similar Messages

  • Redemption Code problem  [branched from unrelated serial number posting]

    I'm also having a similar problem not being able to redeem my redemption code for a prepaid card on the website and hence not being able to obtain a serial number. The trial version was working fine prior to me uninstalling to install the perpetual version.

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • Re: original Adobe Reader problem, branched off to Flash Player forum

    Hello Pat,
    Thanks a ton for your reply.
    I have another technical problem I am facing. There is an educational site which I visit which has a lot of video tutorials in it. Sometimes, the videos play for me, and other times, they just don't play. Could there be a problem with my Adobe Flash Player?
    Please help!
    Regards
    NM

    Hello Pat,
    I went to the link you mentioned in this thread:
    http://forums.adobe.com/thread/945765
    and I clicked on the Auto-detect link in Mozilla Firefox. The result for the Graphics Driver was this:
    A customized computer manufacturer driver is installed on your computer. The Intel Driver Update Utility is not able to update the driver. Installing a generic Intel driver instead of the customized computer manufacturer driver may cause technical issues. Contact your computer manufacturer for the latest driver for your computer.

  • Branch Office - Mobile Server connection problem

    Branch Office is successfully installed on a XP-PC inclusive the services are started, Mobile -Server is installed on a remote Server. After login with user and password in http://localhost/webtogo/ "Branch Office Web" it takes a while (we think in case of synchronization) but then we get the message at the left side of the browser "javax.servlet.ServletException: Could not get Automatic Sync Status"
    We think its a problem of the connection to the Mobile-Server but we have no Idea, how we can solve this problem because we can't verify the problem. There is no firewall and no restriction in our network.
    We hope that anybody has an idea!

    BTW. How may concurrent user can be support by Oracle9iLite?

  • [svn] 2142: swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.

    Revision: 2142
    Author: [email protected]
    Date: 2008-06-18 15:17:01 -0700 (Wed, 18 Jun 2008)
    Log Message:
    swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.
    * By "somehow" I mean it was my injection :)
    * Apparently this compiles in 1.4.2 on a Mac, go figure? I assume Windows JDK doesn't accept it.
    * Replaced it with 'new Integer(int)'
    Reviewer: Matt, community folks
    Bugs: n/a
    QA: no
    Doc: no
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Revision: 2142
    Author: [email protected]
    Date: 2008-06-18 15:17:01 -0700 (Wed, 18 Jun 2008)
    Log Message:
    swfutils: Somehow a Java 1.5 API (Integer.valueOf(int)) slipped into the 30x branch, and has only sporadically caused build problems.
    * By "somehow" I mean it was my injection :)
    * Apparently this compiles in 1.4.2 on a Mac, go figure? I assume Windows JDK doesn't accept it.
    * Replaced it with 'new Integer(int)'
    Reviewer: Matt, community folks
    Bugs: n/a
    QA: no
    Doc: no
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

  • OSB 11g - Conditional Branch Problem using attribute selection

    Folks,
    Came across a problem using OSB Conditional Branch using attribute selection, it fails & is most likely a bug. It was bug in ALSB2.5 but read in forums was fixed in ALSB 2.6
    things I am doing -
    1. In the Msg Flow, Conditional branch is @ the start of the flow
    Xpath :- ./cm:processLineItem/cm:lineItem/@actionCode
    In-Variable: - body
    Label: - MODIFY
    Operator:- =
    Value:- 'Modify'
    It fails with BEA-382000 error Code
    <con:errorCode>BEA-382000</con:errorCode>
         <con:reason>
         com.bea.wli.sb.stages.StageException: {bea-err}TYPE003: Runtime Type Mismatch
         </con:reason>
    What could be wrong with Xpath or is it a Bug ?
    Thanks,
    Abhijeet

    Hi Abhijeet,
    Your case is re-producible. It may be a bug.
    BTW, I have noticed a strange behaviour -
    1. If there is only one attribute then it works fine (<cus:lineItem actionCode="Modify")
    2. If the attribute which you want to refer in selection, is in the last then also it works fine (<cus:lineItem priorityRanking="201" quantity="1"> actionCode="Modify")
    So I will suggest you to raise a case with support and meanwhile as a workaround I would suggest you to use actionCode attribute in the last of lineItem node. So your XML should be like -
    <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <cus:processLineItem xmlns:com="http://vodafone.com.au/ebo/vha/CommonComponents" xmlns:cus="http://vodafone.com.au/cm/ocv/ebm/CustomerOrder" xmlns:cus1="http://vodafone.com.au/ebo/vha/CustomerManagement">
    <com:header>
    <com:createDateTime>2008-09-29T11:49:45</com:createDateTime>
    <!--Optional:-->
    <com:webUser>test</com:webUser>
    <com:channel>string</com:channel>
    <com:applicationName>string</com:applicationName>
    <com:businessIdentifier>string</com:businessIdentifier>
    <!--Optional:-->
    <com:entityIdentifier>string</com:entityIdentifier>
    <!--Optional:-->
    <com:sourceIdentifier>string</com:sourceIdentifier>
    <!--Optional:-->
    <com:statusCode>Success</com:statusCode>
    <!--Optional:-->
    <com:messageIdentifier>string</com:messageIdentifier>
    </com:header>
    <cus:lineItem priorityRanking="201" quantity="1" actionCode="Modify">
    <!--You have a CHOICE of the next 3 items at this level-->
    <!--Optional:-->
    <cus1:product ID="string">
    <!--Zero or more repetitions:-->
    <cus1:attribute>
    <com:name>test</com:name>
    <com:value>test1</com:value>
    </cus1:attribute>
    </cus1:product>
    </cus:lineItem>
    </cus:processLineItem>
    </soapenv:Body>
    Regards,
    Anuj

  • Branch "On Submit: After Processing" timeout problem.

    I have a page that allows users to upload a csv file. After selecting the file and clicking the 'Load' button, a Procedure is kicked off. When the file is small, there is no problem- the Procedure completes, and my Branch takes the user to the next page. However, when a large batch is uploaded, the browser timesout with the following error (IE7):
    "Internet Explorer cannot display the webpage"
    How can I correct this? For now, I would be happy to simply have the page stay in place while the file loads (this can take up to 15 minutes for large files). Ultimately, I would like to have the screen 'grey out' and display a flash like 'loading' message/animation. That way, the user won't be tempted to hit the "Load" button again.
    Any help would be greatly appreciated! I've spent WAY too much time trying to fix this problem and the boss is getting anxious! ;-)
    APEX 3.1 with DB 10g.
    Thanks in advance!
    Alex

    Just to add to my last-
    I tried changing my HTTP Server httpd.conf settings to a higher 'timeout' setting. However, no matter what number I use, it always timesout at 5 minutes (which is 300 seconds - the default value for HTTP Server timeouts).
    This makes me think I'm missing an HTTP setting someplace - or - APEX is somehow overriding the setting - or - my setting changes are not taking (I did restart the HTTP Server after the changes).
    Any Apache server guru's out there who might know what's up?
    Thanks again,
    Alex

  • Mythtv: mythplugins 0.21 fixes branch problem

    I'v been using custom pkgbuild to update mythtv stuff from fixes branch every week. Newest mythplugins set causes segfault and I'v been tracking the version that causes this problem first time.
    Version 16934 is running ok but 16935 is causing segfault if I try to watch tv, go to settings etc. Difference about these versions are mainly finnish language updates.
    I'm guessing my 3 different Arch setups are lacking something that causes these problems. I use EN and FI locales. Verbosed output doesn't show anything regarding the crash..
    This is the difference between the two versions.
    http://svn.mythtv.org/trac/changeset?ol … &new=16935
    Does anyone have same problems and/or have fix proposal?

    I get the mythweb up and running - The only minor change was the move from /home/httpd/html to /srv/www according to the mythweb.
    Still after rebooting my server Mythbackend aren't starting by it self, and only working when restarting it manually. Allso after running mythtv-setup again and everything. The mythbackend aren't starting at boot time at it self.
    So untill later when fixing this problem - i made a manual restart in /etc/rc.local and then it'll work!

  • Tfs branch problem after baseline merge

    hi everyone, 
    i have a problem with my development branch.
    i don't know exactly what happened, i suppose i made a baseline merge in the wrong direction
    and now i have several problems, under the properties of my development branch i have both latest version and workspace versione wrong (very old)
    and every time i open my solution tfs ask me to get all the files in the solution, also if i've just clicked on "get latest version".
    usually i have my branches like that : 
    PRJ - 8.0
    PRJ - 8.1
    PRJ - Development
    the situation is that
    PRJ - 8.0 has version 650
    PRJ - 8.1 has version 750
    PRJ - Development has version 399 
    i don't know why....
    my latest changeset is the 794 so i'd expect to have PRJ - Development with 794 version...
    i'm going mad with this 
    do you know a way to make my development branch to return to version 794 ? 
    or another way to fix this situation?
    thanks for your help 
    Jack
    EDIT 03/02/2015 09.49
    i created a new branch PRJ - Dev-Branch
    and this new branch took the version 795
    so i manually merge back to PRJ - Development 
    with the /force attribute
    and then i correctly have the NR - Development with version 796.
    BUT
    the issue is still there, every time i open the solution tfs ask me to get again a lot of files
    and i'm the only developer that is working on this project right now.
    i tried also deleting the .suo file
    but with no luck

    Hi Jack,
    Please confirm whehter "NR-Sviluppo" are team project. And it seems different with the team project you mentioned in original post and I cannot get useful info from the screenshots.
    If you want to get the latest version of the PRJ - Development, you have to make sure the branch is under source control. Then you can view history of the branch(check the server workspace/check code from team web access) to make sure the server side has
    the expected version. Then you can get latest from your local workspace or create a new local workspace then do a workspace mapping. If you have any other concerns, please elaborate the scenario steps by steps(with screenshots and description).
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bonjour , voila j'ai un énorme probleme , mon iPhone a un bug il reste allumer que quand je le branche et il reste juste sur le logos itunes avec le cable usb , je vais sur itune le réinsialiser et il me disent code erreure 21 , que doit-je faire ?

    bonjour , voila j'ai un énorme probleme , mon iPhone a un bug il reste allumer que quand je le branche et il reste juste sur le logos itunes avec le cable usb , je vais sur itune le réinsialiser et il me disent code erreure 21 , que doit-je faire ?

    Bonjour du Canada!
    Pour répondre à ta question concernant Balance, ton entreprise doit être parti d'une solution Entreprise pour activer cet service.
    J'espère que ça t'aides.
    (Excuse mon français, je suis Anglophone.)
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Problem with branching on dependant list submit

    I am a new APEX user using version 3.1. I've successfully set up a dependent LOV on a form but the logic I've applied is preventing me creating any records. (I've branched back to the page and I think this is conflicting with my primary key trigger.) I've spent a couple of days trying to solve this - can anyone help please?
    THE BIT THAT WORKS
    My driving LOV has been set up as a select list with submit and returns the values that I intended.
    I have amended the Source used on the first LOV to : Only when the value in session state is null (so that this selection is displayed when I return to the page)
    I have set up a branch back to this page before processing so that I can continue with the rest of the form input.
    Both select list works but when I try to create a record the form does clear (apart from the select lists) but no record is created.
    For info, the create button worked just fine until I added the branch back to the page.
    I think this may be conflicting with how I've set up my primary key? I've used a trigger for this as follows:
    CREATE OR REPLACE TRIGGER "BI_HEADER"
    before insert on "HEADER"
    for each row
    begin
    select "HEADER_SEQ".nextval into :NEW.HID from dual;
    end;
    Any help would be really appreciated.

    Many thanks for the quick answer. Worked great.
    The key was to create the bindings for each input field:
    private RichInputText richInputTextName;
    private RichInputText richInputTextPhone;
    Reference them in the jsp page:
    <af:inputText label="Name:" binding="#{testBackingBean.richInputTextName}"
    value="#{testBackingBean.currentRowData.name}"
    id="it2"/>
    <af:inputText label="Phone:" binding="#{testBackingBean.richInputTextPhone}"
    value="#{testBackingBean.currentRowData.phone}"
    id="it1"/>
    Then in the change value listener that is called when you select another state, you must manually set the before and after data. Before data would be the data the user changed, the after data would be resetting correct data of the other state to the corresponding mapped state input data.
    public void selectStateChanged(ValueChangeEvent event) {
    if (event.getNewValue() == null) {
    setSelectedItemState("VA");
    } else {
    // before
    String beforeName = (String) richInputTextName.getValue();
    String beforePhone = (String) richInputTextPhone.getValue();
    currentRowData.setName(beforeName);
    currentRowData.setPhone(beforePhone);
    setSelectedItemState((String)event.getNewValue());
    // after
    currentRowData = someRowDataList.get(getSelectedItemState());
    String afterName = (String) currentRowData.getName();
    String afterPhone = (String) currentRowData.getPhone();
    richInputTextName.setValue(afterName);
    richInputTextPhone.setValue(afterPhone);
    Again, you saved the day!

  • Problems with branching to the page using URL.

    I have button item P3_DELETE_BUG_B.
    Then I have a process that called after pressing this button.
    And branch, which call an URL:
    javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:3:&SESSION.:REMOVE_ID:&DEBUG.::P3_DELETE_BUG:1');
    When I call this URL directly from button it works, when I use branch I receive an error:
    ERR-1777: Page 3 provided no page to branch to. Please report this error to your application administrator.
    Restart Application
    Regards,Kostya

    Kostya,
    The never condition means to never perform that operation, in essence I turned off your branch.
    I then created a branch which is seqeuence 20 that goes to page 1 when the request is = 'DELETE'
    I then went to your list entry that was labeled "delete" and set a URL target to be
    javascript:confirmFileDelete(htmldb_delete_message,'f?p=&APP_ID.:1:&SESSION.:REMOVE_ID:&DEBUG.::P1_DELETE_ID:1');
    Is it performing the operation that you wanted it to?
    Also not sure if you meant for this to do this or not but in your url that forcing up above your setting a request value of "REMOVE_ID"

  • Problem with branch authorization scheme

    Hello,
    I am trying to use 2 non-conditional branches (onsubmit after processing) with different authorization schemes (the first one should be executed for USER, the second - for ADMIN). But it doesn't work - the branch with smaller sequence number is executed in spite of the fact that user has no right because of authorization scheme of this branch (the second one should be executed for this user).
    Why do this happens?
    Regards,
    Nikolay

    We use our own installation of HTML DB, so it is not on the Oracle site.
    The first branch (which is executed in spite of authorization) sets page-item using value of item which is not accessible for this user (using the same authorization scheme as branch). Therefore this value equels null (we don't setup this item for this user) instead of using another branch with another value.
    Thanks.
    Nikolay

  • OSB Branch Problem

    Hi there,
    I have created a set of Business Services backed by SOAP services and then Proxy Services for each (3). The three Proxy Services are then configured in a new "Wrapper" Proxy Service which uses one of the Request Parameters to do a Branch. The Branch will then drop to a route/routing for each original Proxy Service backed by a Business Service. This is a content based routing scheme.
    I have successfully tested the 3 Proxy Services. When I run the "Wrapper" service the OSB server has an error:
    Sep 2, 2009 12:46:09 AM MDT> <Error> <OSB Kernel> <BEA-382016> <Failed to instantiate router for service ProxyService zzzz PoC1 OSB/ProxyService/getZzzzzzzzzzzService: com.bea.wli.sb.management.BrokerManagementException: com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
    com.bea.wli.sb.management.BrokerManagementException: com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.pipeline.BranchNode.<init>(BranchNode.java:89)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileNode(RouterCompiler.java:129)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileFlow(RouterCompiler.java:115)
         at com.bea.wli.sb.pipeline.Router.<init>(Router.java:135)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:89)
         Truncated. see log file for complete stacktrace
    com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validateXQuery(ExpressionHelper.java:481)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validate(ExpressionHelper.java:59)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.getExecutor(ExpressionHelper.java:325)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:151)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:143)
         Truncated. see log file for complete stacktrace
    My questions:
    #1) - any ideas on the way to fix the error ?
    #2) - When I can do a basic invocation for the Wrapper Proxy Service I will then need to map the "Wrapper" Request (parameters) to the individual Proxy Request that is routed to (they have different WSDLs / signatures) AND then do the mapping on the Result (Response). I was planning to do an "Assign/Replace" but have not been successful yet. Any ideas on this?
    All hints are appreciated.
    Thanks,
    David.

    Hi there,
    I have solved everything but the Branching Issue. I added Branching at the end and it causes an Error of "UNBOUND CURRENT NODE". You can see my Proxy Service below:
    <Sep 8, 2009 5:55:26 AM MDT> <Error> <OSB Kernel> <BEA-382018> <Unable to generate runtime for router configuration: <ser:router xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/config" xmlns:con2="http://www.bea.com/wli/sb/stages/transform/config" xmlns:con3="http://www.bea.com/wli/sb/stages/logging/config" xmlns:con4="http://www.bea.com/wli/sb/stages/routing/config">
    <con:pipeline type="request" name="PipelinePairNode1_request">
    <con:stage name="AssignPresentBy">
    <con:context>
    <con1:varNsDecl namespace="http://www.abcd.ca/TicketRedemptionRequestSchema" prefix="tic"/>
    </con:context>
    <con:actions>
    <con2:assign varName="presentBy">
    <con1:id>_ActionId-5723152188531464211-2ff2ab54.1239606fa8b.-7efc</con1:id>
    <con2:expr>
    <con1:xqueryText>fn:data($body/parameters/tic:present_by)</con1:xqueryText>
    </con2:expr>
    </con2:assign>
    </con:actions>
    </con:stage>
    </con:pipeline>
    <con:pipeline type="response" name="PipelinePairNode1_response"/>
    <con:flow>
    <con:pipeline-node name="PipelinePairNode1">
    <con:request>PipelinePairNode1_request</con:request>
    <con:response>PipelinePairNode1_response</con:response>
    </con:pipeline-node>
    <con:branch-node type="condition" name="PresentByBranch">
    <con:context>
    <con1:varNsDecl namespace="http://www.abcd.ca/TicketRedemptionRequestSchema" prefix="tic"/>
    <con1:varNsDecl namespace="http://abcd.ca/TicketRedemptionResultSchema" prefix="tic1"/>
    </con:context>
    <con:branch-table variable="presentBy">
    <con:xpath>
    <con1:xpathText>./text()</con1:xpathText>
    </con:xpath>
    <con:branch name="VrtBranch">
    <con:operator>equals</con:operator>
    <con:value>vrt</con:value>
    <con:flow>
    <con:route-node name="VrtRoute">
    <con:context>
    <con1:userNsDecl namespace="ld:logical/ticket_redemption_by_vrt_ws" prefix="ns"/>
    <con1:varNsDecl namespace="http://www.abcd.ca/TicketRedemptionRequestSchema" prefix="tic"/>
    <con1:varNsDecl namespace="http://abcd.ca/TicketRedemptionResultSchema" prefix="tic1"/>
    </con:context>
    <con:actions>
    <con4:route>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f6c</con1:id>
    <con4:service ref="abcd-PoC1-OSB/BusinessService/ticket_redemption_by_vrt" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con4:operation>getTicketRedemptionByVrt</con4:operation>
    <con4:outboundTransform>
    <con2:assign varName="trRequest">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f6b</con1:id>
    <con2:expr>
    <con1:xqueryTransform>
    <con1:resource ref="abcd-PoC1-OSB/xquery/ticketRedemptionVrtRequest"/>
    <con1:param name="ticketRedemptionRequest1">
    <con1:path>$body</con1:path>
    </con1:param>
    </con1:xqueryTransform>
    </con2:expr>
    </con2:assign>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f6a</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</con3:message>
    </con3:log>
    <con2:replace varName="body">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f69</con1:id>
    <con2:location>
    <con1:xpathText>./*</con1:xpathText>
    </con2:location>
    <con2:expr>
    <con1:xqueryText>$trRequest</con1:xqueryText>
    </con2:expr>
    </con2:replace>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f68</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB</con3:message>
    </con3:log>
    </con4:outboundTransform>
    <con4:responseTransform>
    <con2:assign varName="trResponse">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f67</con1:id>
    <con2:expr>
    <con1:xqueryTransform>
    <con1:resource ref="abcd-PoC1-OSB/xquery/ticketRedemptionVrtResponse"/>
    <con1:param name="getTicketRedemptionByVrtResponse1">
    <con1:path>$body/ns:getTicketRedemptionByVrtResponse</con1:path>
    </con1:param>
    </con1:xqueryTransform>
    </con2:expr>
    </con2:assign>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f66</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC</con3:message>
    </con3:log>
    <con2:replace varName="body">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f65</con1:id>
    <con2:location>
    <con1:xpathText>./*</con1:xpathText>
    </con2:location>
    <con2:expr>
    <con1:xqueryText>$trResponse</con1:xqueryText>
    </con2:expr>
    </con2:replace>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f64</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD</con3:message>
    </con3:log>
    </con4:responseTransform>
    </con4:route>
    </con:actions>
    </con:route-node>
    </con:flow>
    </con:branch>
    <con:default-branch>
    <con:flow>
    <con:route-node name="DefaultRoute">
    <con:context/>
    <con:actions>
    <con4:route>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7ef6</con1:id>
    <con4:service ref="abcd-PoC1-OSB/BusinessService/ticket_redemption_by_asset" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con4:outboundTransform>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7ed6</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>ZZZZZZZZZZZZZZZZZZZ D E F A U L T ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ</con3:message>
    </con3:log>
    </con4:outboundTransform>
    <con4:responseTransform/>
    </con4:route>
    </con:actions>
    </con:route-node>
    </con:flow>
    </con:default-branch>
    </con:branch-table>
    </con:branch-node>
    </con:flow>
    </ser:router>>
    com.bea.wli.sb.management.BrokerManagementException: com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.pipeline.BranchNode.<init>(BranchNode.java:89)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileNode(RouterCompiler.java:129)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileFlow(RouterCompiler.java:115)
         at com.bea.wli.sb.pipeline.Router.<init>(Router.java:135)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:89)
         Truncated. see log file for complete stacktrace
    com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validateXQuery(ExpressionHelper.java:481)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validate(ExpressionHelper.java:59)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.getExecutor(ExpressionHelper.java:325)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:151)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:143)
         Truncated. see log file for complete stacktrace
    If you have any ideas on how to debug this itb would be much appreciated!
    Thanks,
    David.

  • Branch Problem

    I have a client who has a company which includes one H.O. and five Branches in different locations. He submits IT return in the name of the company so he uses single chart of accounts for all of them. There are many inter branch,inter ho-branch transactions happened.He wants to see individual trail balance and p&l statement brachwise and also for H.O. And all the above mentioned works will be happened under one company.
    How i can do it in SAP B1 2005?

    There are two possibilities available in B1 to handle Multiple Branches:
    Option 1: Use Account Segmentation, where in you create seperate G/L for each branch(Segment). You can generate TB, P&L and Balance Sheet Individually or Branch wise.
    But this is little complex.
    Option 1: Use Dimension and Profit centres. Define a Dimension called "Location", add ProfitCentres to this "Location" like HO, Branch1, Branch2, etc.,
    Once Profit Centres are created you can make Profit Centres Active in All Marketing Documents (Form Settings, Select the profit centre).
    You can generate TB, P&L Branch wise. But Balance Sheet cannot be generated brach Wise.
    Option 2 would be simple and easy.

Maybe you are looking for