Gateway element question

Hello,
I have a process designed with multiple reviewer levels. The process is designed to automate a route slip for a project. The route slip is a simple PDF that has comment fields for each user to enter their comments for the project into. In some of the reviewer levels there are multiple users who need to add their comments to the PDF at the same time. I have set up the process at those points to go through a gateway element. The element is set to And-Wait, and has at most three branches. The branches are exactly the same in that I'm setting some variables, and then have a User Assigned Task set up to allow each user to add their comments to the form. The form has a section set up for each user to enter their own comments into. The intended goal is to capture each users comments before the form goes to the next reviewer level. The problem is that when I get to the next reviewer level in the process only the last user who adds comments inside the gateway has their comments saved and passed through. I am a little puzzled on why the gateway element isn't capturing each users comments. Any assistance or insight into my problem would be greatly appreciated.
Thank you,
Kyle

The Gateway element sends the item in parallel and they each get a copy of the Form variable for the duration of their branch. Once the split is completed it'll update the main process Form variable with the content from the last branch that was complete.
Right now, there is not built in functionality that will combine the three instance of the Form variables from the three branches back into the main process. You'll need to do that manually using a SetValue operation.
I would store the comments from each branch in a string variable. Then update the main process Form variable with the content of the comments variables outside of the Gateway, just before it goes to the next approver.
Jasmin

Similar Messages

  • Gateway elements and a SQL database connection

    Hello,
    I've been running into some rather strange activity with a process I created. My process has multiple gateway elements in it, to allow for multiple people to review and comment on a form throughout the process. I have run this process through on my own machine (this has your normal turnkey install on it), a Development server (set up on a VM), and a Production server (server 2003). Both the dev and production servers are set up to point to a SQL database. My turnkey install points to mysql that was installed as part of the turnkey installation. The process runs correctly on my turnkey install, but not on either of the two server installs. On the two servers where the process fails the process will do one of two things when it gets to a gateway. First it may run through all the branches as expected. Or it may decide not to run through a single or multiple branches. The process itself does not stall, nor does any single task show as stalled. When I review the process in the process management module in adminui, the process seems to be missing tasks when the process fails to execute properly. When I review the jBoss logs, I receive TransactionRolledbackLocalException errors and locking errors when LiveCycle tries to connect with the SQL database. It almost seems like something with the SQL database conncetion isn't allowing for the gateway to function properly. I only seem to be able to reproduce this with the servers that point to a SQL database. Has anyone else experienced anything like this? If so how did you resolve it?

    I am using a WAMP server and Flex3 and I have the same problem.
    I have a table called "reservations" in the MySQL database, with the following fields:
    reserv_id  - int(10)
    date - date
    begin_time - time
    end_time - time
    hours - int(10)
    price - int(10)
    court_id - int(10)
    user_id - int(10)
    When I "create application from database" I also get the message  "Table does not contain any columns.".
    why is it so? I was trying to find some solution in Internet, but didn't found nothing ..

  • More ACR for elements questions

    After having played around with ACR 4.1 I have a few questions and observations:
    Not all the the features described as being in 4.1 in this article
    http://photoshopnews.com/2007/05/31/about-camera-raw-41/
    seem to be accessible, e.g. holding down the alt key while looking at radius and sharpening values to see the masks applied. Are these features available from CS but not in elements (It's the same plugin) or were they never implemented in 4.1 but only in some beta copy of the SW?
    As noted in different msgs, there is scarcely any documentation for ACR 4.1 except what I can glean from articles like the one above and from trial and error - am I correct in this assessment?
    If I bring the raw file into elements, some of the functions can work on 16 bit files but for most I must permanently convert down to 8 bits. How much print quality am I losing for 11x14 blowups during this process? I guess I'm losing none in resolution (PPI) but a little in gradations of color and luminosity.
    How does this raw pre-processing in ACR compare with the new Nikon Capture 4 ( I have a D40x) ? Is it worth having both sets of SW? I couldn't find a price for Capture4 in the website - only a 30 day download trial. Anybody have any idea how much it costs?
    Now if I would only go out and shoot some more photos instead of nerding out on the tech stuff!! Thanks.
    Chris

    Thanks Barbara - you wrote:
    Your printer will almost certainly downsample your image to 8 bits when you print, so you're not losing there. The loss, such as it is, is in the available gradations of color for editing.
    Is this the case If I get it printed at a photo printing/editing store (we have Mtophoto here in CO which I really like because a couple of the guys there really know their stuff)?

  • Search Help attached to Data Element Question

    Hello! Hopefully this is a simple question to answer. I have looked online but cannot find exactly what I need.
    We currently have a search help attached to a data element. The search help is a custom search help. It does work so when you are in the screen it will show you options to pick from for that field. However, the field also allows for free-form text so the user can type in whatever and the screen will take it.
    Is there a way through the data element or search help to make it so the user is restricted to only what is in the search help and cannot just enter whatever?
    Thanks!!

    For restricting values You can use the at selection screen event  on that field.
    The search help field values will be there in a table .
    So what ever values are there in the table for that particular field , only those values will come in F4 also ..
    If it not maintained then issue an appropriate error message.
    at-selection screen on p_field.
    selct single  field from table into v_value.
    if sy-subrc <> 0.
    message ""Error message.
    Endif.
    Regards
    Mishra

  • HELP: SPA-3102 Gateway Setup Question

    Hello,
    I would like to set up the SPA-3102 to do the following:
    1.  The adaptor is registered to one SIP account
    2.  The adaptor can make outgoing calls through two or more SIP accounts which are not registered.
    3.  Calls to local numbers and emergency numbers are routed to PSTN
    4.  Calls to SIP phones are routed to the registered SIP account
    5.  Calls to long distance and international numbers are routed to the registered SIP account. 
    6.  If we dial with a prefix, calls to long distance and international numbers are routed to the 2nd SIP account which is not registered.
    Currently, we have 1, 3, 4, and 5 working. But 6 is not working. Is 6 possible?  If so, could someone help me with an instruction of how to set it up?
    Thanks,
    AVS

    You setup the second sip account in one of the gateway fields. Let us assume you are using gateway 1, the sip provider is voipbuster, and your userid is avs. Gateway 1:
    [email protected]
    GW1 Auth ID: avs
    GW1 Password: your_password
    GW1 NAT Mapping Enable: (same as you have on Line tab)
    In the example above the provider's sip proxy is sip.voipbuster.com. In the example above avs and your_password are the userid and password for a specific account at the provider.
    You put a prefix element in the dial plan, let us assume you put #8 for the prefix and wish a 2d dial tone after you dial #8:
    |<#8,xx.<:@gw1>|
    You dial #8 and you get a new dial tone, you dial the number and the number is sent to the gateway provider for call termination. The sip provider that you use must allow you to make calls without registration. Some providers don't allow making calls without registration.
    Message Edited by hw on 06-12-2008 11:45 AM

  • IPCC Peripheral Gateway Install Question

    I have an instance of IPCC Enterprise that consists of a progger server (Peripheral Gateway, Router/Logger), an HDS server, a Cisco IP-IVR server, and a CAD server. We have two peripheral gateways on the progger server connecting it to the IVR and to Cisco Call Manager. We'd now like to connect this instance of ICM to a different Call Manager cluster. To do this, we built out a seperate server to install the peripheral gateway software that will be used to connect ICM to the new Call Manager cluster. Here's the question: What ICM setup/executables do I run on the new peripheral gateway server to get all the components needed for it to function as a peripheral gateway? Do you just run the ICM setup and choose only specific modules? I havent' done this yet and haven't found a reference for doing such a thing. Any help would be much appreciated. Thanks.

    Yes, run icm setup and install the component you want to install (I'm assuming this is for a lab) as I don't see how TAC would support your setup.  Once you run icm setup you can follow this doc hhttps://supportforums.cisco.com/docs/DOC-1390
    david

  • Multiple gateway networking question

    We are a small company owned by a big company. We already have our own network/gateway/ISP which works fine, but our parent wants to install their own T1 line to give us access to their private network, which contains things we'll need (which we want) but also restricts and slows down our Internet access (which we don't want). I'm told there should be a way of switching automatically between the two gateways without having to manually change router addresses (ie. default would be our network, but it would switch to parent's network if the particular request cannot be fulfilled via ours). Any ideas on how to set something like this up? Sorry... I'm a bit of a networking noob.

    The easiest way depends on how the T1 and your existing ISP connection terminate in your network.
    Ideally both connections should connect to the same router - then you point all your machines to use this router as their default gateway and the router takes care of sending traffic to your ISP/the T1 based on destination IP.
    If you don't have a single router that both connections terminate on then you'll have two routers in your network. At this point you have two options:
    One is to set one router as your default router and set a static route on that router (if it supports it) so that traffic for the main company's network is sent over to the other network:
    Host --> Router1 --> ISP
                    |
                    |
                    V
                   T1 router --> head office
    In this model you only need to make one change on the default router and you're done.
    If that doesn't work for some reason (e.g. your ISP router doesn't support static routes) then you can setup static routes on each host so that each host sends the traffic to the appropriate router:
    Host --> (default route) --> ISP router --> internet
      |
      v
     (static route) -->T1 router --> head office
    The disadvantage here is that you need to make a configuration change on each machine, typically along the lines of adding a static route:
    sudo route add -net <subnet of head office> <IP of T1 router>
    This tells your machine to send all traffic for <subnet of head office) to <IP of T1 router>
    Either way you need to have some understanding of the network infrastructure - IP address/subnets, router addresses, etc.

  • Async. Gateway log question ...

    My Async. GateWay log files show;
    ***** Performing Daily Maintenance ***
    Maintenance: Checking Account Status --- PostOfficeName.UserName01
    Maintenance: Checking Account Status --- PostOfficeName.UserName02
    Maintenance: Checking Account Status --- PostOfficeName.UserName03
    Maintenance: Checking Account Status --- PostOfficeName.UserName04
    Deleting Expired Account --- PostOfficeName.UserName04 and Queue 483D9A56
    What does this mean?
    David

    David,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • WS-Policy Confidentiality Element Question

    I have a Web service that requires WS-Security encryption and signing for parts of the request and encrypts and signs parts of the response. I am attempting to create a proxy to invoke that back-end WS-Security Web service.
    I've created two custom WS-Policy files, one that corresponds to the request and one that corresponds to the response for the back end Web service.
    I've modified the WSDL for my business service to reference the two policy files.
    Inside the ALSB proxy, I am able to apply the correct encryption/signature on the request to the back end Web service. I can invoke the proxy and see the back-end Web service being invoked with the correct components encrypted and signed.
    The problem I am having is with the WS-Policy file that describes the response.
    My understanding is that the policy for the response has to be abstract in order to be able to decrypt the response.. my policy file has a Confidentiatlity element that looks like:
    <wssp:Confidentiality>
    <wssp:KeyWrappingAlgorithm URI="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
    <wssp:Target>
    <wssp:EncryptionAlgorithm
    URI="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
    <wssp:MessageParts>
    /xpath/to/element
    </wssp:MessageParts>
    </wssp:Target>
    <wssp:KeyInfo/>
    </wssp:Confidentiality>
    However when I invoke the proxy with this in the response policy, the proxy doesn't invoke the back end Web service I get the following error on the console:
    Failed to load WSDL binding information for service
    If I remove the <Confidentiality> element it invokes the back-end Web service but is unable to decrypt the results.. I get an error that references the CertPathBuilder
    How am I supposed to specify the Confidentiality on the response?
    (The proxy service has a proxy service provider associated with it and the proxy service provider has both encryption and digital signature credentials as well)

    Hi Martin,
    uff, its a long time ago ;-)
    Not directly, I created an Implicit Enhancement Spot at the end of method APPLY() (class CL_ST_USERNAME10).
    Based on the interface name I'm reading a custom configuration table in order to define (overwrite) the username token settings in structure (instance attribute) "m_username_token".
    I also opened a message at SAP, because the digest password was not calculated correctly.
    The answer was the following OSS Note provided by SAP:
    1587834 - wsse:UsernameToken: incorrect Password digest
    I created the WS-Policy manually and attached it to the WSDL file.
    This will generate the signature configuration.
    It is very helpful to create a "dummy" provider service with the same WSS settings (SOAMANAGER) in order to generate a WS-Policy template.
    If you need further information, don't hesitate to contact me.
    Kind regards
    Axel 

  • Old version of Photoshop Elements question

    I have Photoshope Elements 1.0.1 (2001).  It will not install on my laptop.  Is there anyway to get an up-date with out paying again.  (The software came with my Epson Perfection 2450 Photo Scanner)

    What OS are you using?
    Photoshop Elements 1 is a very very old software.
    Please considering buying the latest Photoshop Elements 11.

  • Photoshop elements question

    Should I delete photoshop elements 9 from my computer since I now have Photshop elements 12.  It takes up space.  Will I lose anything?

    You won't lose anything but you do need to take time getting used to PSE12 because it is completely different from PSE10 and before.
    However, it is your choice but I would keep it for about a month so that PSE12 becomes easy to use.
    G/L

  • Web Site Design Element Question

    Hi,
    I want to include as a design element a puzzle. I want to present the puzzle unassembled and allow the visitor to move the pieces into place.
    What is the best way to do this in Dreamweaver CS5?

    SP,
    Apart from the forum of the source application, this may be the right place to ask: http://forums.adobe.com/community/dreamweaver/dreamweaver_general

  • Anyconnect optimized gateway selection question

    Hello,
    I am in the process of evaluating Cisco Anyconnect VPN for my company. Can anyone please let me know what will happen to the client if optimized selected gateway is full?
    Thanks,
    Deepak

    Deepak,
    I think I know what you are asking because I ran into this.  If the gateway is available, running, and working but, for some reason you cannot connect, anyconnect will not try the backup list.  Some examples where the gateway is reachable but might not connect might be you run out of licenses, DAP policies are denying you, gateway misconfigure, gateway hung etc.  In this case, I don't think AnyConnect will attempt to connect to the backup list unless something changed in recent AnyConnect or the ASA codes.  In the scenarios I mention, I guess Cisco assumes since you hit a gateway, you're fine regardless of whether it fails or not.  I know because I had this issue a while back with our load balancing gateways.  One gateway was in a hung state where it was still reachable but would never complete new tunnels.  Load balancing kept sending new users to the 'bad' gateway, start connecting, error out, never connect.  User tries again to the load balancer, error out. Rinse and repeat.  Meanwhile the 'good' gateway was available, was listed individually in the backup list but anyconnect never attempted a connection since the 'bad' gateway was reachable.
    I hope this helps.  I submitted an enhancement request to Cisco regarding this behavior which asked for anyconnect to try every server in the backup list if a tunnel is not established for any reason.  I don't know if that went anywhere though.

  • GUI element question

    Hey guys. I was wondering, is it possible to create this GUI element with Scripting?
    I could create EditText element, but I'd like to use, if possible, this more elegant way for user to input values.
    I am talking about 120 / 84 / 0 elements in this GUI (screenshot from Character palette)
    Is it doable?

    Yeah those sliding edit texts are cute, but unfortately they are not part of ScriptUI.
    As David said, you can stack 2 texts, but that will only have aesthetic effects.
    It could be useful to store more digits in the edit texts and display less in the static one for nicer UI (like native sliders do), but  this is something one simply never need when scripting...
    var w = new Window("palette");
    var tt =w.add("group{orientation: 'stack',\
                                    staticT: StaticText{text: '0.0', characters: 8, justify: 'left', visible: true},\
                                    editT: EditText{text: '0.0', characters: 8, justify: 'right', visible: false}\
    tt.staticT.onActivate = function(){this.visible=false; this.parent.editT.visible=true;};
    tt.editT.onChange=tt.editT.onDeactivate=function(){
        var x=parseFloat(this.text) || 0.0;
        this.text = x.toFixed(3);
        this.parent.staticT.text = x.toFixed(1);
        this.visible=false;
        this.parent.staticT.visible=true;
    w.center();
    w.show();
    When there is no element to give focus to (like in this example) it is hard to get the static text back if you finally don't change its value...
    Xavier

  • Wireless Gateway 3 question

    We recently upgraded to the Wirless Gateway 3.  We are having a hard time with the internet in our basement.  It is very slow.  My son has his bedroom and computer down there and is extremely frustrated.  Is there anyway to speed it up?  Should I add a router or signal extender?  Are there any other types of routers that work with xfinity and are better?  

    yes diavonex is right there is  no mouse for ipad but u can use bluetooth keyboard
    as may it comes some mouse functions.
    thx
    warm regards

Maybe you are looking for

  • Info regarding a system function

    Hi all, Can any one explain me what the system function 'C_RSTS_WRITE' does if it is called like this in the program  call 'C_RSTS_WRITE'      ID 'HANDLE' field field1      ID 'BUFF' field field2      ID 'RC' field field3      ID 'ERRMSG' field field

  • Can't Share Screens in group calls anymore

    Had no problem doing it prior to the most recent update, now it just doesnt even give me the option. Before it was at least greyed out when it wasnt available. Anyone else having this issue?

  • SMQ2 like function in J2EE side

    Hi, all. Our env. is like the following. XI 3.0 SP11 on Windows 2003 + SQL Server. When we insert massive value mapping data via Java Proxy, it seems that queues in the J2EE side were stuck. When we followed the message in RWB, it shows queue status

  • Is there any system variable for this date format 01/21/2004 18:00:32

    Hello, Is there any system variable for this date format 01/21/2004 18:00:32 This is my Internal date format and my External date format is sy-datum. How can I validate....any suggestions will be apprecaited! Regards, Kittu

  • Windows standby feature disabled after lookout 4.5.1 b18 installation

    I am just upgrading my development system - using an HP8510w running Windows XP professional.  Haing the need to support some legacy systems in Lookout 4.5.1, I am having to install this software as well as the more recent Lookout 6.1.  On installing