Anyone worked with WorkItemNextURL?

Hi,
I am using the taskLaunch.jsp to launch a custom workflow and it takes me to taskResult.jsp at the end. My question is I want to redirect it to some other link rather then to the default taskResult.jsp. Looking at workItemEdit.jsp I see a mention of WorkItemNextURL variable which can be used for redirection. Anyone used it before?
Thanks,
BB

Hi,
I hate to disappoint you but I spent maybe 4 weeks trying to solve this problem without coming up with an ideal solution. In the end we concluded that this isn't really a viable solution for the product we were trying to develop. If you like I can tell you some of the things that I discovered but I really wouldn't recommend it based on our experiences.
Mat

Similar Messages

  • Anyone working with eView under JCAPS 5.1.X

    Has anyone worked with eView under JCAPS 5.1.X? I am exploring the use of this tool in a project and I would like to talk to someone who has real world experience.

    Using eView to uniquely identify the person is a good solution especially when customizing the OTDs to each specific source.
    Deployment?
    Well, it depends, impossible to make a blanket statement here.
    With our case, a dedicated eView (logical host) domain is deployed, another domain is deployed for HL7 messages. JMS queues and topics are the the integration layers between them. Currently, looking into JMS Grid for a logical decoupling and clustering between domains.
    Also, going to migrate our eGate SRE messages to JCAPS gradually, the messages which pertain to patient demographic events (ADT) will subscribe to JMS topics wired to eView.
    The great thing about JCAPS (J2EE) is to logically partition components wand then deploy as required. For example, going to deploy HL7 message collaborations and eView components to a single domain now because transactions are low.
    Designed this without consultants, have many years experience with J2EE software development, my problem is with the limited JCAPS Netbeans IDE functionality - ready for JCAPS 5.2!
    Anyway, the eIndex project included with JCAPS, should get you started, forget the "patient" semantics, this is really a person in disguise.

  • Is anyone working with large datasets ( 200M) in LabVIEW?

    I am working with external Bioinformatics databasesa and find the datasets to be quite large (2 files easily come out at 50M or more). Is anyone working with large datasets like these? What is your experience with performance?

    Colby, it all depends on how much memory you have in your system. You could be okay doing all that with 1GB of memory, but you still have to take care to not make copies of your data in your program. That said, I would not be surprised if your code could be written so that it would work on a machine with much less ram by using efficient algorithms. I am not a statistician, but I know that the averages & standard deviations can be calculated using a few bytes (even on arbitrary length data sets). Can't the ANOVA be performed using the standard deviations and means (and other information like the degrees of freedom, etc.)? Potentially, you could calculate all the various bits that are necessary and do the F-test with that information, and not need to ever have the entire data set in memory at one time. The tricky part for your application may be getting the desired data at the necessary times from all those different sources. I am usually working with files on disk where I grab x samples at a time, perform the statistics, dump the samples and get the next set, repeat as necessary. I can calculate the average of an arbitrary length data set easily by only loading one sample at a time from disk (it's still more efficient to work in small batches because the disk I/O overhead builds up).
    Let me use the calculation of the mean as an example (hopefully the notation makes sense): see the jpg. What this means in plain english is that the mean can be calculated solely as a function of the current data point, the previous mean, and the sample number. For instance, given the data set [1 2 3 4 5], sum it, and divide by 5, you get 3. Or take it a point at a time: the average of [1]=1, [2+1*1]/2=1.5, [3+1.5*2]/3=2, [4+2*3]/4=2.5, [5+2.5*4]/5=3. This second method required far more multiplications and divisions, but it only ever required remembering the previous mean and the sample number, in addition to the new data point. Using this technique, I can find the average of gigs of data without ever needing more than three doubles and an int32 in memory. A similar derivation can be done for the variance, but it's easier to look it up (I can provide it if you have trouble finding it). Also, I think this funtionality is built into the LabVIEW pt by pt statistics functions.
    I think you can probably get the data you need from those db's through some carefully crafted queries, but it's hard to say more without knowing a lot more about your application.
    Hope this helps!
    Chris
    Attachments:
    Mean Derivation.JPG ‏20 KB

  • Anyone worked with customizing the requisition account generator workflow?

    Has anyone worked with customizing the requisition account generator workflow?
    please let me know
    I need help asap.
    thanks

    Hi Malla,
    Solution here:
    http://garethroberts.blogspot.com/2007/08/gl-account-code-combinations-on-fly-key.html
    Regards,
    Gareth

  • Anyone working with Ascential and has loading issues

    Hi,
    Is anyone out there working with Ascential? We are loading data using Ascential to BW ODS. We would get a log that saids "sending 0 rows in package..." from Ascential, but when it gets loaded to BW, it said there is 1 record and the record row has blank field values when I reviewed the PSA.
    Why is Ascential doing this? Is there any settings that I would have to set on the BW side? Would I have to add any code to the Update Rule routine to set the RETURNCODE? Please advise.
    Thanks,
    RT

    Hi Rob,
    I had faced some problems loading data using Ascential Data stage. Below mentioned are some of them:
    Make sure that all the parameters in the transfer structure are mapped correctly in Ascential, according to the specified business rule.
    (ii) Make sure that the number of fields in the transfer structure in BW are same as the mapped fields in Ascential.
    (iii) Make sure that the size of the all the fields in BW are same  as the mapped fields in Ascential.
    My assumption for your problem could have been with the mapping of the fields.
    Hope the answer was helpful!
    Please let us know if you were able to resolve the problem.
    Regards,
    S.P
    *****Assign points for helpful answers****

  • Anyone worked with encrypted HLS streams in OSMF?

    Hi,
    I'm trying to find anyone that might have had experience working with an enrypted HLS stream in OSMF.
    I've been using the library at http://code.google.com/p/apple-http-osmf/ and managed to get this working with a non-encrypted stream.
    Also if anyone has any in depth knowledge of the HTTPNetStream and HTTPStreamSource classes it would be helpful to get in touch with you also.
    Many thanks.
    Mat

    Hi,
    I hate to disappoint you but I spent maybe 4 weeks trying to solve this problem without coming up with an ideal solution. In the end we concluded that this isn't really a viable solution for the product we were trying to develop. If you like I can tell you some of the things that I discovered but I really wouldn't recommend it based on our experiences.
    Mat

  • Anyone working with XML in portlets? How?

    Do you work with XML/XSL in a JSP Portlet to build your presentation?
    We are having trouble with german Umlauts and want to know a way for XML in portlets in general.
    Thomas

    Hallo Ingo !
    We use the Oracle XML Parser and XSL transformer in a JSP Portlet. The XML is referenced throu a URL from our XML server.
    The XSL file is in the portlet directory.
    Our Problem is:
    Even if we use encoding attributes set to UTF-8 we are not able to display Umlauts correctly. They are not encoded to HTML Umlauts (e.g. ü to ü).
    We tested our code with Apache Xalan and Xerces and everything works fine.
    I think that Oracle XML parser treats things not as they are recommended by W3C.
    Finally we gave up parsing XML with oracle Parser and now use Apache XML/XSL Parsers.
    Or do you know a better way?
    Thomas

  • Anyone worked with activex controls within labview

    I am working on an new project and the instrument has an activex/Dcom control. Any ideas on how to work with this in my laview (8) environment?

    Sounds like you are having a control which can be embedded.
    You can create an empty ActiveX container on the front panel (Container palette). Rightclick it and select "Insert ActiveX Object" and browse for your control. If you did not register it, you will have to switch to "Create Object From File" and browse for the ocx/dll-file.
    The rest is standard ActiveX interfacing using property/invoke nodes.
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Has anyone worked with communicating with a Garmin GPS using their protocol?

    I need to obtain current position (lat/long/elev) and Waypoint data from a Garmin GPSmap 76CS using the Garmin protocol. Read only, I do not need to write. Any help would be appreciated.

    I have attached a series of vis that I use to retrieve the waypoints from a Gecko Garmin gps. I think it should work with a 76CS model, although Garmin has the bad habit to change the data format quite often...
    I also have some utilities to convert to UTM coordinates. Ask if you need them.
    CCMessage Edited by chilly charly on 04-10-2005 07:25 AM
    Message Edited by chilly charly on 04-10-2005 07:26 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Read waypoint (main).vi.zip ‏24 KB
    Read waypoint answer.vi.zip ‏19 KB
    Identify waypoint answer.vi.zip ‏15 KB
    Clean String.vi.zip ‏8 KB

  • Has anyone Worked with the Essbase Data Mining Module?

    I'd appreicate if you could post a message if you have worked with the Predictor and Target Range Expressions, and data mining models in general? I am looking for some insights into what Essbase Data Mining can do...<BR><BR>Thanks.<BR><BR>- Sherwin

    Yeah, unfortunately I am coming to the same conclusion.
    This is the entire response I received for "instructions"
    There are two projects: "fire_text_project" and "fire_text_project_plugin". The first once does not require any plugin because one particle effect is pre-rendred. If you have trapcode particular then you can use the second project and modify it.
    Finally you can create a realistic fire text in after effects!
    It took me a week to do the 3d fire simulation and render out all the 26 letters on fire. This is a very realistic fire thats simulated using advanced 3d software. The video is 621 x 720 px and it is 7 seconds long. All the letters has the color video and the black and white (alpha) video. You can use the alpha matte to create a tranpsarent background for the colored video. That's is how it is done in the two example comps included in the project. You will have to understand that the letters are video so it is not as easy as typing the letters using text tool to edit the text. Open the "1st text  Example comp 1" comp and it has marker that explains in detail on how to edit it.
    The two included comps are "Example_comp 1" and "Example_comp 2". These are great examples of what you can do with fire text but the possiblity is endless.You can create many interesting comps with these text on fire. Just to let you know the text that is rendered in 3d app is Arial Black.
    Think I am going to have no choice but to simply cancel the sale and look for something else.
    Thanks for all the input.
    Mike

  • Anyone worked with the LIN interface/protocol?

    This is my first post in the forums.  I've been avidly reading the
    posts here for a few months now and look forward to the day I can
    contribute.  Meanwhile, I'm seeking some additional knowledge from
    all you experts out there.
    I've completed the design concept for a series of test systems that
    includes a LIN interface.  Currently, I've selected a PXI board
    from Goepel.  You'll find Goepel's 3072 listed here on NI's
    website.  I am looking at the 3080 which is a combo CAN/LIN
    interface.  It comes with LabView support.  I've also found a
    LIN interface from Pickering.  I've also found circuitry to bridge
    RS232 to LIN, but this is only a physical layer conversion.  I'd
    end up developing the whole protocol if I went that route.
    My question is this.  Are there alternatives that anyone is aware
    of?  It seems such overkill to drop a $2500 board in the system
    just for a simple protocol conversion.  Seems like someone out
    there would have dealt with this...
    Thanks in advance,
    Steve Bishop
    Project Group Lead/Sr. Test
    Engineer
    Kimball Electronics Group
    Jasper, IN  47549
    [email protected]

    Hi techie's,
       I have some doubt's on LIN.
    1.   Master Node has sent a header for which two nodes have responded simultaneously. So there is a collision. Now master resolves this by giving priority to one of the nodes by sending unconditional frames individually to the nodes.
    Doubt is when there a collision how slaves stop behave? As per slave state machine there is a read back and so one of the node should pull back the transmission. Then what about the other node which has succeeded in transmission?
      If error is handled in a master how this works… how above error is handled?
    How synchronization works?
    How slave decides the identifier after getting synchronized with master? Mainly how without a clock only with Tbit period that it has got from sync?

  • Anyone work with Entourage Project Center?

    A while back I bought the expanded version of Entourage that has "project center". It worked great for a couple of weeks, then whenever I entered a new entry on a date on the calendar, it moved it to the first of the month. Microsoft was not able to fix it and offered my money back! Anyone have that experience and/or a cure? I have been using ical instead, but I like the Entourage's ability to link to tasks, calendar entries, contacts and emails. Any advice would be greatly appreciated!
    ibook g4   Mac OS X (10.3.9)  
    ibook g4   Mac OS X (10.3.9)  

    just to add. a few weird observations....the quicktime i am using has audio embbeded. so i click mute in the video settings so i dont hear it. (side note: a bug i hate is that mute is my default yet i have to go each time i load the project and click internal then click mute, for it to work) because i want to use the omf's dialog.
    when i have the sound output of the video set to internal it plays perfectly in sync with my omf tracks delayed a bit. but the omf tracks dont delya at the same ammount all the time....they go in and out a fraction. also the embeded audio changes pitch at weird times too.
    im running my project at 48k.

  • Anyone working with Xfire?

    Howdy all -
    I am working on a project right now that is using a Flex
    front end with a Java back end. I sort of inherited this code, but
    from what I understand it is using xfire to actually communicate
    back 'n' forth between the Flex and Java.
    What we're trying to do is relatively simple - we have an
    existing Java class that we are attempting to add a new instance
    variable to. The instance variable has been added and working just
    fine within the Java. I have also used xdoclet to re-create the
    ActionScript value object. The value object seems to be working
    fine within Flex itself, but when we try to pass data back 'n'
    forth, this new value always ends up showing up as "null". Is there
    something from an xfire perspective that needs to be done manually
    that we are missing?
    Thanks!

    Hi Rob,
    I had faced some problems loading data using Ascential Data stage. Below mentioned are some of them:
    Make sure that all the parameters in the transfer structure are mapped correctly in Ascential, according to the specified business rule.
    (ii) Make sure that the number of fields in the transfer structure in BW are same as the mapped fields in Ascential.
    (iii) Make sure that the size of the all the fields in BW are same  as the mapped fields in Ascential.
    My assumption for your problem could have been with the mapping of the fields.
    Hope the answer was helpful!
    Please let us know if you were able to resolve the problem.
    Regards,
    S.P
    *****Assign points for helpful answers****

  • Has anyone worked with the fire text from Thirdmenson?

    I have bought this product from him and have been just destroyed trying to use it.
    There are literally no instructions with the purchase and I am weak with AE.
    Here is the link to his product.
    http://www.youtube.com/watch?v=2B5nWpYi2-Y&feature=fvst
    Am really hoping there is someone here that has worked on this before or can guide me on how to change my text.
    Thanks, Mike

    Yeah, unfortunately I am coming to the same conclusion.
    This is the entire response I received for "instructions"
    There are two projects: "fire_text_project" and "fire_text_project_plugin". The first once does not require any plugin because one particle effect is pre-rendred. If you have trapcode particular then you can use the second project and modify it.
    Finally you can create a realistic fire text in after effects!
    It took me a week to do the 3d fire simulation and render out all the 26 letters on fire. This is a very realistic fire thats simulated using advanced 3d software. The video is 621 x 720 px and it is 7 seconds long. All the letters has the color video and the black and white (alpha) video. You can use the alpha matte to create a tranpsarent background for the colored video. That's is how it is done in the two example comps included in the project. You will have to understand that the letters are video so it is not as easy as typing the letters using text tool to edit the text. Open the "1st text  Example comp 1" comp and it has marker that explains in detail on how to edit it.
    The two included comps are "Example_comp 1" and "Example_comp 2". These are great examples of what you can do with fire text but the possiblity is endless.You can create many interesting comps with these text on fire. Just to let you know the text that is rendered in 3d app is Arial Black.
    Think I am going to have no choice but to simply cancel the sale and look for something else.
    Thanks for all the input.
    Mike

  • Has anyone worked with Item Numbers when creating a form?

    I have two Adobe forms, one for an application fee of $20 and one for an orientation fee of $20. I need to be able to distinguish between the two when in PayPal. I was told by PayPal support that I could add a unique item number when setting up an adobe form which I could then filter on in PayPal to see which $20 came from which form. I can't find an Item Number choice anywhere. Can anyone guide me to the right place?

    I have two Adobe forms, one for an application fee of $20 and one for an orientation fee of $20. I need to be able to distinguish between the two when in PayPal. I was told by PayPal support that I could add a unique item number when setting up an adobe form which I could then filter on in PayPal to see which $20 came from which form. I can't find an Item Number choice anywhere. Can anyone guide me to the right place?

Maybe you are looking for

  • Is there a way to prevent apps DLed on my phone from being transferred to iTunes when I sync?

    So here's my question: When I buy an app on my iPhone and sync to my computer, why does it transfer it to locally to my iTunes still, shouldn't it just be backed up in the could?  And shouldn't this app get deleted locally from iTunes when I remove i

  • Index Problem in Infocube

    Hi BW lovers I am having problem with the index in one of our cubes. This is the story: 1. I did a lot of compress on a cube with 41 000 000 records in. After that run DB statistics (ended up green). 2. After that I checked index in the performance t

  • Rac after boot

    Hi, I installed 10g R2 on linux x86 with 2 nodes. after booting the first node and running <CRS_HOME>/bin/crs_stat -t i see all node1 services in "UNKNOWN" state when i try to start them i get dependency failure. looking at the crsd.log shows many ti

  • Deleting of message type after reseting of release strategy

    Dear Team, My requirement is when the PO is finally release and outputted to vendor, its relaese indicator is set to 'R'(i,e, Relaesed, no changes) . Now if for any reason i have to do some modification , I have to repeat the output via ME9F so as it

  • Exception related code

    Hi. When i try to compile following code it gives compile time errror: import java.io.*; class Parent{ public void method1() throws IOException, ArrayIndexOutOfBoundsException{      System.out.println(" HI this is parent class method"); class Child e