Loop on subprocess

Hello guys,
I came across a BPM use case on SDN and applied some thought on it and these questions are my results
This is a BPM process to process time sheets of external employees. And, the concept looked simple to be at the beginning, but when I start planning....
1. Process should be a automated process, say a schedule job which triggers the process
2. The triggered process should get the reporting managers of external employee working for the organization. (many to many relation). Can we make use of decision table in this scenario, where the HR or some person would update the excel?
3, Assuming that emails are sent to the respective employees with the link to adobe form, and the employees duly fills the offline forma and would reply back with the attachment, would the system be able to delegate the reply to corresponding managers? I remember reading on help that one process can respond to one email only.
4. Is it possible to create multiple instances of a sub process and main process would loop on the sub-process waiting for the completion of all sub processes?
This looks like a way too complex for a beginner to me... I really need some inputs from the experts... Please do help.
Thanks and regards,
Chinnu

1. Process should be a automated process, say a schedule job which triggers the process
This is possible. BPM Process can be triggered through a Web Service.  Use a scheduled job to start the process.
[http://help.sap.com/saphelp_nwce10/Helpdata/EN/44/2da75e13363f0ae10000000a114a6b/content.htm]
2. The triggered process should get the reporting managers of external employee working for the organization. (many to many relation). Can we make use of decision table in this scenario, where the HR or some person would update the excel?
Yes, we can use decision table for this purpose.
3, Assuming that emails are sent to the respective employees with the link to adobe form, and the employees duly fills the offline forma and would reply back with the attachment, would the system be able to delegate the reply to corresponding managers? I remember reading on help that one process can respond to one email only.
Adobe Forms can be integrated using WebDynpro Java. Once user uploads the completed adobe form , WebDynpro can read the data from Form and update the process using BPM API (available from NW 7.3).
[http://help.sap.com/saphelp_nw73/helpdata/en/24/6a325944854629adcfd73c2cc0fa60/content.htm]
4. Is it possible to create multiple instances of a sub process and main process would loop on the sub-process waiting for the completion of all sub processes?
Yes, it should be possible

Similar Messages

  • Send notifications to different X Server

    Hey, I am currently struggeling with getting OSD_CAT notifications to Display :1.
    I play games in a different X Server, to provide a workaround for Alt+Tab and in case a game crashes.
    I've set up EseKeyD to use my multimedia keys accross both X Servers and when pressed a message appears thanks to osd_cat.
    But when I am on display :1 (X Server 2), the notifications don't appear. Is there a way I can modify my script, like an if statement, to look for display :1 and send the notifications to that display instead of :0?

    Hi Daniel,
    thanks a lot for your quick response.
    I went through your blog and tried implementing the same.
    But in my case i have to send parallel notifications to both the states.
    Please correct me if i am wrong, using if conditions in rules is allowing me to send to only one state.
    I also tried the following approach
    1) setting the organization units in bpm workspace
    2) passing values using human task parametric roles
    3) and looping the subprocess that has the humantask for the count of states.
    I am able to loop the subprocess but i am not able to change the parametric role value for the next iteration of the subprocess.
    Can you please help me in resolving this?
    thanks,
    Raju

  • How to send notifications to different user groups based on payload value

    Hi Gurus,
    I have a scenario in BPM where i have to send notifications to different user groups based on the payload value.
    ex:
    Payload sample:
    <employees>
    <emp1>
    <state>TX</state>
    </emp1>
    <emp2>
    <state>AZ</state>
    </emp2>
    </employees>
    Requirement: I have to send notification through Humantask to users of TX and AZ as mentioned in payload.
    Can you please help me out in achieving this in BPM?
    Thanks,
    Raju
    Edited by: user0808 on Mar 1, 2013 12:58 PM
    Edited by: user080811 on Mar 4, 2013 11:06 AM
    Edited by: user080811 on Mar 4, 2013 11:07 AM

    Hi Daniel,
    thanks a lot for your quick response.
    I went through your blog and tried implementing the same.
    But in my case i have to send parallel notifications to both the states.
    Please correct me if i am wrong, using if conditions in rules is allowing me to send to only one state.
    I also tried the following approach
    1) setting the organization units in bpm workspace
    2) passing values using human task parametric roles
    3) and looping the subprocess that has the humantask for the count of states.
    I am able to loop the subprocess but i am not able to change the parametric role value for the next iteration of the subprocess.
    Can you please help me in resolving this?
    thanks,
    Raju

  • Subprocess in BPM

    dear all
    I had a secenanio in BPM which have a Array, need to loop the array to multiInstance for each item in th Array. in this case, I use a subprocess in the bpm process, and in the subprocess included a humanTask, for the subprocess, in "loop Characteristics" tab, check MultiInstance for Loop Characteristics, xpath for count the Array as Loop Cardinality, if uncheck "Is Sequential", all the instances will be created, but all instance's data are same as the last data of the Array, but if check"Is Sequential", the instance will create one and after the humanTask completed, other instance will be created again. each instance's data is loopCounter item in the Array, the data is correct.
    hence, My question is why the data is not correct when paralel create instances (uncheck "Is Sequential"), it always get the last data of the Array as all instances's data?
    Regards
    shifeng

    hi shifeng
    how can xpath for count the Array as Loop Cardinality? Could you tell me this?
    I need this in my project.
    Thanks

  • How to update Payload in existing BO using Event SubProcess( Non Interrupt)

    Hi ,
    I am using oracle BPM 11.6 Version.
    Let me explain the Problem :
    1. CoreProcess contains Three Human Task.Following Roles
    1) Approver One .
    2) Approver Two.
    3) Approver Three.
    2. Request Created through external Application ( As-Synchronous Process )
    3. PAN Card number as Correlation Key and Maintain Status element also.
    Status like -- Created, cancelled ,opened, Re-opened.
    4. External system have to update status on CoreProcess , using Event Subprocess ( as non interrupting Event to update Current Payload ).
    Problem I am facing :
    When I try to update Status , Not updated in my coreProcess payload.when ever coreProcess instance wait in any human task workspace.
    Using Event subProcess ( Non interrupt Event to achive this ) but my coreProcess pay load information not changed.I tried with Update Task to achive but no option to achive this.
    Can any one please help me . Thanks in advance.
    Regards
    krishna Moorthi p

    A non-interrupting even subprocess will no work on a copy of the data, it works on the same copy of the data as the rest of the process. Your problem is coming from the fact that human tasks are handled by the TaskService which is external to the BPMN engine. When the human task is created a copy of the payload is sent to the TaskService. This data is kept there until the task is completed at which time the updated payload is sent back to BPM.
    In your case you are updating the process data objects but that does not update the task payload as well. Unfortunately the Update Task activity does not seem to support updating the payload. I think the 2 options you would have are:
    1. Use the TaskService directly as a web service to update the payload
    2. Try updating the payload and then withdrawing the task. You can then possibly model a loop back to your human task in the process.

  • Unable to map the record variables in SubProcess

    Hi All,
    We are using Oracle BPM 11g.In my requirement,we are using one database adapter for selecting the records from table,after that we are using the subprocess to loop the process record by record,we also created the busines data objects and process data objects for group of records(record array) and single record of table record type(table which I selected in database adapter),we maped those variables in subprocess,but it is showing error as the variables are not valid.we are unable to map the each array value to single record,Can any body help out from this problem.Please share any example related to above senario.
    Thanks in Advanced.
    Parker,
    Edited by: parker on Mar 28, 2011 12:31 AM

    Hi Ammad,
    Thanks for your Reply.Actually that block is based on a complex view(xxmz_sc_detail_v).So i am trying to insert the data into one custom table(xxmz_ship_confirm).so i have written following code in the KEY-COMMIT trigger:
    BEGIN
    LOOP
    IF :xxmz_detail.select_cbx = Y then
    INSERT INTO xxmz_ship_confirm
    values(:xxmz_detail...,....,...);
    END IF;
    EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE';
    NEXT_RECORD;
    END LOOP;
    END;
    APP_STANDARD.EVENT('KEY-COMMIT');
    execute_query;
    At this block if i make any changes after i press F4 It's prompting "Do u want to save the Changes?[YES/NO/CANCEL].
    If i press "YES" it displays message "1 Records applied and Saved.
    But the record is not saved in the xxmz_ship_confirm table.
    Thanks,

  • How to run multiple subprocesses in paralel and in chunks?

    I have a requirement for user to be able to request the proposal for 10 different products from 10 different suppliers. The number of products (vendors) is known at the run time.
    The additonal problem I have is that users need to be able to send requests in chunks (5 products to 5 vendors for example now, and other 5 next week). Once all the proposals are in user can load them and proceed with the order of all 10 items, or request to re-do the process for 3 products with different suppliers choose.
    I was thinking of using splitN calling a subprocess for this but then i realized that process will be blocked in the join activity until all of them are done, so I won't be able to send the other 5.
    Then I was thinking of using "fire and forget" approach for the process but then how I receive/compile all the offers?
    Any guidance with and/or example would be highly appreciated.
    Thanks!

    Dan,
    Thanks for your answer but I failed to explain my problem properly.
    I have 20 different products that I need to send to a 20 different vendors (one each) in phases. It is not a competitive situation, each vendor is providing a price on the specific part. Then parts quotes once they are all in get assembled in a total quote for all 20 parts-products.
    The challenge is that requests for quotes need to be sent in chunks not all at once.
    First, I am sending for quotes to 5 different vendors on 5 different products (vendor 1-product 1,...,vendor 5-product 5) for the information I already have. After I find out all the info required I might want to send request for another 3 or 5, and so on until I send them all in for quotes. So I need some kind of loop to go back re-send additional group (vendor 6-product 6,...., nendor 10-product 10), etc. until I reach all 20 different vendors on 20 different products. Vendor assesment on product 1 to 5 might still be going while I am submiting the other chunks of five. What approach should I use here, still the same or fire and forget and track everything in external db somehow. I would prefer to use the tool.
    N.

  • How : Invoke asynchronous BPM process with callback within loop?

    Hi All,
    I'm currently using the 11g suite to create 2 BPM processes (Validate and Review). Process Validate is asynchronous and has a callback facility. I intend to invoke Validate from Review as a subprocess. My question would be, is it possible to invoke an asynchronous process with a call back? Can this be done in a loop?
    JDev : 111.1.1.4
    Thanks,
    PP.

    Sai,
    Which IDE are you using to build the client? (In fact it doesn't matter)
    Just put the jar files path into the classpath as John told. In order to find which jar files you need in this process, you can use eclipse java - jar class finder (which works with NWDS as well). Give it the class name(in this case commons.bla.bla...) and your jar files' folder, it will show you which jar file you need to put into the classpath.
    Just a little googling may help you with the class finder

  • Subprocess Relation with Main Process when Invoked programmatically.

    Hi
    JDeveloper 11.1.1.6, WLS 10.3.6, BPM 11.1.1.6
    I have 2 processes A and B. From A I want to invoke B.
    I can think of 2 approaches to do this.
    Approach 1. Call the subprocess B from A using Send and Recieve activities.
    If we do it this way, when an instance of B is created, it is created as a child of the Process A. (When seen in the EM Console)
    Approach 2. Use a Web Service call in the main process. Lets say it is a Java Web Service and we use the following API to invoke the process.
    IInstanceManagementService ims = Fixture.getBPMServiceClient().getInstanceManagementService();
    Task task = ims.createProcessInstanceTask(bpmContext, pms.getCompositeDN()+"/"+pms.getProcessName());
    But I think it will be created as a separate process.
    So my Questions are as follows.
    a. In Approach 2, is there a way to make the sub process B as a child of Process A?
    b. The subprocess B might have to be called more than once in parallel, with some parameters each time.
    I want to understand what is the better approach?
    Use Approach A to call the from a Subprocess (loop) with Parallel, Multi Instance and use Array to pass parameters for each sub process call?
    Or
    Use Approach B?
    Thanks for any help
    Sameer

    Hi Sameer,
    Your send and receive events would be the better of the two options that you've listed. If the two processes are in the same composite project and send and receive events are used, there would be less overhead to calling the subprocess.
    Think you were alluding to this, but you'll also retain the audit trail information if you take the first approach not just in Enterprise Manager but also in the Workspace.
    Dan

  • Feature Request: Exiting Lightroom - Kill subprocesses too...

    As it stands, there are certain subprocesses Lightroom starts, to handle things like http connections, I guess.
    Unfortunately, when exiting, Lightroom does not always kill the aforementioned subprocesses, thus the Lightroom process persists and must be ended using task-manager (windows) before Lightroom can be started up again.
    This makes it difficult for plugins that use xmlrpc, as example, to terminate everything so Lightroom can cleanly exit, just ceasing from issueing additional http requests is not enough.
    I dont know if the details of my description are spot-on, but I'm having a devil of a time getting a plugin with an xmlrpc background task to gracefully shutdown so Lightroom can fully terminate its main process, so it can be restarted.
    If I use "taskkill /IM Lightroom.exe /T" then it does the job, but it would be better if normal user termination did the job too, and anyway that command wont work on Mac, which I heard has the same trouble - anybody know how to do the equivalent on Mac (kill process + subprocesses)?
    Thanks,
    Rob

    muhmu,
    Funny thing - it never happened once during initial development, dont know why not, and dont know why it is now, but havent been able to stop it, although it does not always happen even now - strangely enough. Could be something obvious and I just wasn't paying attention... But I only had one thread (in the sidekick application) during initial development, now I have 3: rpc-server, "command", and app-main-loop/ui. Looks like the server and command threads are terminating gracefully, but the app thread hangs until (what I guess is) a timeout, then the main frame closes but not-so-gracefully I'm guessing.
    Anyway, I'll try the start command and report - thanks.
    Rob

  • Parallelized for loop. Searching for a one-line solution

    Hi.
    In an usual day I do a lot of for loops inside of command line. But I noted that my loops don't use the full power of my dual core processor, they only use one processor.
    A lot of the loops I do have independent interactions in the sense that a interaction code don't need the results of another interaction. This is the simplest problem in multiprocessing, I only need to execute N process in parallel.
    I'm searching for a one-line solution that I can use in place of a 'for i in *.txt; do echo $i;done'. With one-line I means that can be used as one-line but the implementation can be longer. And can be in any programming language.
    For now I'm using the following small python solution (the smallest I could get)
    #!/usr/bin/env python
    # -*- coding: utf-8 -*-
    from multiprocessing import Pool
    from glob import glob
    from subprocess import call
    def f(x):
    call(['asy', '-f', 'png', '-render=0', x])
    pool = Pool(processes=4)
    pool.map(f, glob('*.asy'))
    But I like something that can be integrated in my "shell life". Anyone know a solution for my problem?

    http://stackoverflow.com/questions/3816 … ash-script
    http://www.mail-archive.com/bug-bash@gn … 05820.html
    Last edited by karol (2009-11-23 00:30:34)

  • Exception Handling inside a Multi-Instance Loop

    I would like to see a sample process that demonstrates Exception Handling inside an inline subprocess containing another subprocess with a multi-instance sub-process in parallel. The outer sub-process is executing in sequence. Each instance of the outer loop depends upon the outcome of the successful execution of previous step. At each step, the inner inline sub-process activity can have more than one instance which are all executed in parallel using multi-instance. If the outcome code of any one of these parallel instances is "REJECT" code, we simply raise a business exception and the stop the outer sub-process from going through the next instance of the loop. The problem we are trying to solve is similar to the sample in chapter 5 of the book "New Book: Oracle BPM Suite 11g: Advanced BPMN Topics" by Mark Nelson. Particularly, the exception handling example shown in Page 73 under the topic “Exception Handling with embedded Sub-processes”. The inner most multi-instance sub-process should raise a business exception and interrupt the .
    We would like to see a smple that demonstrates how exceptions are handled inside a multi-instance parallel sub-process. Could someone please provide a working sample that we can go though? We would like to raise a business exception as soon as certain outcome of a Human Tasks in observed and break out of the loop and continue thereafter. Thanks very much in advance for your help.
    Pankaj
    Edited by: 1001027 on 2-May-2013 10:09 AM

    I would like to see a sample process that demonstrates Exception Handling inside an inline subprocess containing another subprocess with a multi-instance sub-process in parallel. The outer sub-process is executing in sequence. Each instance of the outer loop depends upon the outcome of the successful execution of previous step. At each step, the inner inline sub-process activity can have more than one instance which are all executed in parallel using multi-instance. If the outcome code of any one of these parallel instances is "REJECT" code, we simply raise a business exception and the stop the outer sub-process from going through the next instance of the loop. The problem we are trying to solve is similar to the sample in chapter 5 of the book "New Book: Oracle BPM Suite 11g: Advanced BPMN Topics" by Mark Nelson. Particularly, the exception handling example shown in Page 73 under the topic “Exception Handling with embedded Sub-processes”. The inner most multi-instance sub-process should raise a business exception and interrupt the .
    We would like to see a smple that demonstrates how exceptions are handled inside a multi-instance parallel sub-process. Could someone please provide a working sample that we can go though? We would like to raise a business exception as soon as certain outcome of a Human Tasks in observed and break out of the loop and continue thereafter. Thanks very much in advance for your help.
    Pankaj
    Edited by: 1001027 on 2-May-2013 10:09 AM

  • Help me with subprocess instruction or demo with Jdeveper11.1.1.4 or later.

    Now, I am learning how to use Jdeveloper11.1.1.4 to design subprocess,however,I don't know how to implement the loop,my problem is:
    1.prepare dataset for loop: How to Configure Multi-Instance Markers and how to config Arguments definition.
    2.deal with the data in subprocess: How to deal with the data in process.
    3.who can give me demo,Thank you very much.

    Now, I am learning how to use Jdeveloper11.1.1.4 to design subprocess,however,I don't know how to implement the loop,my problem is:
    1.prepare dataset for loop: How to Configure Multi-Instance Markers and how to config Arguments definition.
    2.deal with the data in subprocess: How to deal with the data in process.
    3.who can give me demo,Thank you very much.

  • Can't see subprocess variables in multiinstance subprocess

    Hello.
    I'm trying to generate a multiinstance parallel subprocess, but when i create it i can't see the following variables:
    - loopCounter
    - numberOfActivities
    - numberOfCompletedInstances
    - numberOfInstances
    - numberOfTerminatedInstances
    This variables where created automatically in 11.1.1.3 when you created the subprocess as multiinstance, now i´m using 11.1.1.4 and no one of this variables is created.
    Please, any help with the topic would be appreciated.
    Thanks in advance.

    This may not be much help for your 11.1.1.4 issue, but here's how I worked around the problem with the "loopCounter" variable not always being present in 11.1.15 when using subprocess activity with "MultiInstance" selected. I believe there are two bugs that these steps might help you work around.
    Oracle BPM's subprocess activity can have two different loop properties. This means that based on an incoming array of information, work item instances are created for each item in the array.
    Double click anywhere in the subprocess's grey background to bring up its properties. Click the Loop Characteristics tab.
    If you want to simultaneously generate instances based on each item in incoming array, click the MultiInstance radio button. For the "Loop Characteristics" section in the dialog, set this to iterate through each item in the array coming into the subprocess. For example you might have a variable called "parts" that is the array. Use the count( ) method to determine the number of items in the array.
    The "Completion Condition" portion of this dialog determines how many separate instances will be spawned by this subprocess. On the left side of the less than sign, use the loopCounter variable that is automatically created when the "MulitInstance" property was selected. On the right side of the less than sign, insert the same count( ) method you used int he "Loop Characteristics" section. This means that this subprocess will continue creating instances until the last item in the array has been hit.
    Click the Arguments tab. In theory, you would think that only the item in the array being iterated through would need to be sent into the subprocess as an argument. The problem is that the "loopCounter" variable is not available to be used here. There is a bug that you have to work around. If you click on the "Use Associations" radio button and click the Edit button, in theory you should be able to build an expression that uses the "loopCounter" variable here to just pass a single object into the subprocess. There is a bug that prevents "loopCounter" from appearing when building the expression. As a result, work around the bug by passing in the entire array into the subprocess as an argument.
    Add a Script activity in the subprocess to extract the individual item in the array. Use the "loopCounter" in this to set a single item in the array to used by the subprocess.
    For this to work, there is one more work around that you have to do. Add a timer activity just before the Script activity you just added. Set the timer to wait one second. This means that a new instance will be created every second until all the items in the array have been run. If you do not add this timer activity, the same instance is created in the subprocess even though you think the loopCounter is iterating through the array. This means that if you do not add this timer activity, if the array has "Supervisor", "Manager", "Shipping Clerk" then all three individual work item instances spawned will all be created for the "Shipping Clerk".

  • Running java process in a while loop using Runtime.exec() hangs on solaris

    I'm writting a multithreaded application in which I'll be starting multiple instances of "AppStartThread" class (given below). If I start only one instance of "AppStartThread", it is working fine. But if I start more than one instance of "AppStartThread", one of the threads hangs after some time (occasionaly). But other threads are working fine.
    I have the following questions:
    1. Is there any problem with starting a Thread inside another thread?. Here I'm executing the process in a while loop.
    2. Other thing i noticed is the Thread is hanging after completing the process ("java ExecuteProcess"). But the P.waitFor() is not coming out.
    3. Is it bcoz of the same problem as given in Bug ID : 4098442 ?.
    4. Also java 1.2.2 documentation says:
    "Because some native platforms only provide limited buffer size for standard input and output streams, failure to promptly write the input stream or read the output stream of the subprocess may cause the subprocess to block, and even deadlock. "
    I'm running this on sun Solaris/java 1.2.2 standard edition. If any of you have experienced the same problem please help me out.
    Will the same problem can happen on java 1.2.2 enterprise edition.?
    class AppStartThread implements Runnable
    public void run()
    while(true)
    try
    Process P=Runtime.getRuntime().exec("java ExecuteProcess");
    P.waitFor();
    System.out.println("after executing application.");
    P.destroy();
    P = null;
    System.gc();
    catch(java.io.IOException io)
    System.out.println("Could not execute application - IOException " + io);
    catch(java.lang.InterruptedException ip)
    System.out.println("Could not execute application - InterruptedException" + ip);
    catch (Exception e)
    System.out.println("Could not execute application -" + e.getMessage());

    I'm writting a multithreaded application in which I'll
    be starting multiple instances of "AppStartThread"
    class (given below). If I start only one instance of
    "AppStartThread", it is working fine. But if I start
    more than one instance of "AppStartThread", one of the
    threads hangs after some time (occasionaly). But other
    threads are working fine.
    I have the following questions:
    1. Is there any problem with starting a Thread inside
    another thread?. Here I'm executing the process in a
    while loop.Of course this is OK, as your code is always being run by one thread or another. And no, it doesn't depend on which thread is starting threads.
    2. Other thing i noticed is the Thread is hanging
    after completing the process ("java ExecuteProcess").
    But the P.waitFor() is not coming out.This is a vital clue. Is the process started by the Runtime.exec() actually completing or does the ps command still show that it is running?
    3. Is it bcoz of the same problem as given in Bug ID :
    4098442 ?.
    4. Also java 1.2.2 documentation says:
    "Because some native platforms only provide limited
    ed buffer size for standard input and output streams,
    failure to promptly write the input stream or read the
    output stream of the subprocess may cause the
    subprocess to block, and even deadlock. "These two are really the same thing (4098442 is not really a bug due to the reasons explained in the doc). If the program that you are exec'ing produces very much output, it is possible that the buffers to stdout and stderr are filling preventing your program from continuing. On Windows platforms, this buffer size is quite small (hundreds of characters) while (if I recall) on Solaris it is somewhat larger. However, I have seent his behavior causing problem on Solaris 8 in my own systems.
    I once hit this problem when I was 'sure' that I was emitting no output due to an exception being thrown that I wasn't even aware of - the stack trace was more than enough to fill the output buffer and cause the deadlock.
    You have several options. One, you could replace the System.out and System.err with PrintStream's backed up by (ie. on top of) BufferedOutputStream's that have large buffers (multi-K) that in turn are backed up by the original out and err PrintStream's. You would use System.setErr() and System.setOut() very early (static initializer block) in the startup of your class. The problem is that you are still at the mercy of code that may call flush() on these streams. I suppose you could implement your own FilterOutputStream to eat any flush requests...
    Another solution if you just don't care about the output is to replace System.out and System.err with PrintStreams that write to /dev/nul. This is really easy and efficient.
    The other tried and true approach is to start two threads in the main process each time you start a process. These will simply consume anything that is emitted through the stdout and stderr pipes. These would die when the streams close (i.e. when the process exits). Not pretty, but it works. I'd be worried about the overhead of two additional threads per external process except that processes have such huge overhead (considering you are starting a JVM) that it just won't matter. And it's not like the CPU is going to get hit much.
    If you do this frequently in your program you might consider using a worker thread pool (see Doug Lea's Executor class) to avoid creating a lot of fairly short-lived threads. But this is probably over-optimizing.
    Chuck

Maybe you are looking for

  • LabVIEW version 8.6.1

    Can I run programs written in version 8.6.1 on version 8.6? Thanks.

  • Strange e-mail characters

    Hi, When I send e-mails using mail, sometimes people tell they receive strange chinese charaters in the e-mail I sent that makes it difficult for them to read my message. It's true because I can see this when they reply to me. Does anyone know why? T

  • Sealing Custom MP with dependencies

    Hello everyone. Trying to understand specifics of sealing custom MP. (OpsMgr 2012 R2) 1.When i'm trying to seal my MP using MPSeal.exe. I get an error : Attempting to seal ManagementPack file: D:\SCOM\BSPb.DA.Management.Pack.xml : Verification failed

  • I need to retrieve what i delete...!

    hi, does anyone know how to retrieve a file/folder they deleted through dreamweaver? please help!

  • Spry navbar position with other page elements.

    2 questions on positioning  a horizontal navbar with other page elements. 1.) I replaced a standard horizontal navbar with a spry horizontal bar. Below the navbar is a simple image div- centering an image on the page. The image is placed with auto ma