Any way to Stale state state  to active

Hi
I am using BPM suite 11.1.1.6.I am using the Human Task functionality and  I have few questions related to redeployment of composite application.
1)We are planning to migrate the weblogic server to new hardware. How I can migrate the active workflow requests to new Weblogic server ?
2)Is there any way to activate the stale workflow request to active if I accidentally undeployed the composite application ?
Thanks
Suneesh

Thank you Dmitri!
Actually, I was looking to do this pro grammatically - but thanks for pointing to the relevant class!
CacheFactory.getClusterConfig().writeXml(new PrintWriter(System.out, true), true);
Edited by: Andrey Belomutskiy on Jul 15, 2010 11:28 AM

Similar Messages

  • Any way to get stats on a project? (e.g. how many cuts)

    I have completed a a project which runs at 01:42:00 - a documnetary - and purely out of interest I wondered if there was any way to get any stats for it, such as how many files actually used (from hundreds of hours of footage), how many edit points etc....things of that nature. Is this possible in any way that anyone out there knows of?
    Thanks

    The video and audio useage stats are in the Project Window Columns.
    An EDL will show you how many files are used and how many edits and transitions.

  • Is there any way to compare between last two activation of a Transformation

    Hi,
    I have activated a transformation 2 days back. Later on I found that the same transformation has been activated by someone else. I knew that from the transport organizer. I want to know what changes has been done after my activation. I have gone through each and every step i.e start routine or field routine everything. Didn't find any commenting also. Is there any way  to compare the version between last two activation of that transformation or any BW Object.
    Any version management option is available or not.
    Thanks in advance
    Snehasish

    You can get the information who had changed and at wht time from the properties of the Transformations
    Menu --> Transformation -> properties --> you can get who had changed n time...
    if you want to compare the versions .... you can follow the below steps...
    From the menu bar of transformations -->Extras --> display generated program --> utilities --> versions --> version management
    This will display the changes made... if any.
    if there are no changes it will display only one...version.

  • Is there any way to track what reports are actively running on BOE?

    Good Afternoon.
    I am looking for a way to track the names of what reports are currently being run on Business Objects. We are on Business Objects Enterprise XI R2 SP3 and from what Iu2019m aware, the servers can show the administrators how many connections and how many jobs are running, and the auditing command can track when a report has completed/failed (from what I understand), but nothing really tells us what reports are actively being run.
    The purpose of this is to measure impact for an emergency restart of the server, track down reports that are taking up system resources, and debugging issues involved with the SDK.
    Background: We have several reports hosted on Business Objects, both Crystal Reports and Web Intelligence.  These reports go to different universes and databases and use several different accounts depending on the project (no central generic accounts to the databases).  Sometimes when people are running several large reports (some being upwards of 1 million rows) the users will open one, leave it to run and go to open several others, killing our session limit and resources on the server. In addition, there have been times in development that restarts have been required but there was no way to tell what reports were running, just the number of them, and in several different spots (RAS, Page server, etc.).
    Wish list (If my first priority is answered, Iu2019m also looking for the following):
    - One to one associations of what reports are being run by what users.
    - A centralized location to see what reports are being run by users opening them and what reports are being run by users scheduling them.
    - The ability to u201Ckillu201D a report that is taking too long to run by a user.
    - Possibly an interactive dashboard showing the number of active reports verses the serveru2019s limit, what reports are set in queue, etc.
    - The u201Cstageu201D a report is running in, so if someone is running a report but its stuck at the prompt for a variable stage, querying data from the database, getting data back from the database, producing and processing the data to the screen, etc.
    If Iu2019ve missed something in the Business Objects tools or if someone knows of a way to extract this type of data from the Business Objects server (3rd party tool or custom fix) I would appreciate the assistance. Thank you for your time.

    Brian,
    I don't know if you tried using the Query Builder.
    The query below (or some modification of it) may be of some help.
    SELECT
    SI_SCHEDULEINFO, SI_NAME
    FROM
    CI_INFOOBJECTS
    WHERE
    SI_SCHEDULE_STATUS = 1
    The SI_SCHEDULEINFO.SI_SUBMITTER property in the query result will give you the BOUSER value of the user that submitted the job.
    SI_SCHEDULE_STATUS takes the following values:
    0     The job is currently being processed by the job server.
    1     The job completed successfully.
    3     The job failed. Check error message.
    8     The job is paused.
    9     The job has not started because dependencies are not satisfied (e.g. Events)
    Best,
    Srinivas

  • Any way to tell which module the user is in?

    Although I try to avoid it, I occasionally find myself writing plugins that do menu manipulation and other keystroke emissions that depend on module.
    It would be great if there was a way, *any* way, to tell which  module is active - even if it entailed sending keystrokes and testing response...
    ~R.

    Hey jarnoh,
    Maybe the module name in the window title only disappears when the app loses focus. I thought I'd seen it disappear at other times too, but I could be mistaken. (seems to have nothing to do with startup - my mistake).
    UPDATE: caught it: If I minimize Lightroom, then maximize it, the window title just says "Lightroom" (no module name). Some places I click, e.g. on a photo, it doesn't change, other places I click -  it changes to show the module name.
    Thanks,
    Rob

  • Is there any  way to Mask the Name when  a select statement is issued?

    Dear all,
    Is there any way to mask the name .. i mean if User issue a select statement in a customer table the real name should come like ' ABCXXXDEFXXCFXX'... Which is not the actual name?
    e.g if Name: CHIEV SONG MEE
    If user issue a statment select * from customers;
    The Result Should come something Like this:
    Name
    CHXXV SXNG MXX
    Thank You

    user3029023 wrote:
    but it seems there is no option in oracle it self which can be used as there they are saying to get a data masking software which we can't due to some internal issues....I would not say that. How one implements masking depends entirely on the requirements that need to be met.
    For example, schema A owns all the tables. Schema B can be created as a "trusted" schema - in other words, schema A trusts schema B and allows it full access (with grants) to its tables. Schema B implements data masking as views. For each table in A, a view exists in B that implements the required masking. B can now grant select access on these views to user C. User C will see the same data object names in B as it would have if it used A - only, by using the B data objects it uses masked data objects and not the original source data objects.
    Another example - schema Dev is to have all the data objects of schema Prod, but masked where needed. One can use CTAS (Create Table As Select) to create the required tables in Dev with masked values where relevant. This Dev schema can be "refreshed" on weekends by dropping all tables and getting a new fresh copy of production data and masking it - ready for the next week's development cycle.
    If the application use is for example APEX, then instead of coding SQL directly as reporting regions to display, a function is used instead. APEX supports reporting regions where it calls a function and this function provides the APEX run-time with the SQL to execute and contents to render. It is easy to use this approach to implement logic in functions that masked column data depending on who the APEX user is, the security/role attributes of the user, and so on.
    No there is not a single "+mask this column!+" feature in Oracle.. but that does not mean that such a feature is not supported and cannot be implemented. Oracle has a very comprehensive and rich set of tools - more so than most (if not all) other RDBMS products.
    It is up to the architect/designer/developer to use this toolkit in creating a system that meets the specific requirements at hand.

  • Is there any way to archive correspondence customer statements in SAP

    Hi,
    1) Is there a way to archive customer statements for correspondence that SAP has provided? If not, do you know of any way that companies use to archive customer statements?
    2) Business Address Services -- Does it fall under the realm of functional or technical teams? The reason I ask is there are some customers that need to get their statements by mail and some by fax and some with both by fax and mail. I found out that this can be done by BAS. But it all looks too technical to me.
    3) Can customer statements only be generated using SAP script or are you sure you can use SMARTFORMS?
    Your replies are stongly appreciated and points will be rewarded.
    Thanks,
    Lakshman.

    Hi Laksman,
    Welcome to SDN !!!
    Well for your answer.
    1) to my knowledge most of the company save customer statement externally, either through paper or as pdf files.but you can generate customer statement as describe by SURE above.
    2) Well Business address services fall under functional even through it seems too technical.   But you need help to techinical team to execute the same. as in the end configuration needs to be done for output types to decide if its printed or send through Fax. etc.
    3) Smartforms can also be used but SAP script is the most commonly used.
    Hope this helps.
    Please assign points as way to say thanks
    3)

  • HT201209 We have a gift card for iTunes that was purchased in the United States and we live in Canada and iTunes won't allow us to redeem it. Is there any way we can exchange it?

    We have a gift card for iTunes that was purchased in the United States and we live in Canada and iTunes won't allow us to redeem it. Is there any way we can exchange it?

    Sorry, but as KP guessed, Apple will not exchange the card, and you are correct that you can't use a US iTunes card in Canada. You will need to give or sell it to someone in the US.
    Regards.

  • I wanted to use verizon hotspot wifi with my ipad, but verizon states not compatible with operating system. States that needs windows 7 , Vista, or windows xp. Any ways around this? Any ideas?

    I wanted to use verizon hotspot wifi with my ipad (it searaches for hotspots when ur on the go) but verizon states not compatible with operating system. States that it needs windows 7, Vista, or windows XP. Any ways around this? Any ideas?

    Thank you everyone for reaching out and apologize for being unclear. Let me rephrase. There is NO MiFi.
    I have an ipad3 and a PC
    I am trying to connect the iPad3 to the PC for HotSpotting reason (the ability to use the internet on the PC)
    Turning on HOT SPOT on the Apple ipad works GREAT when using it through WI-Fi and through Blue Tooth. But connecting it directly through the included iPad 3 USB Cable to the USB side of the PC does NOT work. I tried several PCs, and several Cables. Any other ideas

  • TS1292 What if I bought an ITunes gift card in the states when my account is in Canada (unknowing that it's only for the US ITunes) can I redeem it in any way?

    So on a trip to the states, I bought an ITunes gift card (well 45 dollars worth), took it home ( a 16 hour drive) just to see that it's 'Valid only in the US ITunes store'. Is there any way to redeem my money, or get a US account (I'm from Canada), because I'm not to keen on wasting 45 freaking dollars.

    You can try to find someone in the U.S to give it or sell it to.
    You cannot use it.
    Sorry

  • IPhoto deletes city/state/country geotags! Any way to recover?

    Hi,
    It seems like iPhoto deletes some geotagging-specific EXIF tags when creating a "modified" version of a picture! (Steps to reproduce appear below.)
    Is there any way to go through and restore the "original version's" geography-related EXIF tags to the "modified version" for all photos in my library? (For example, does Automator have access to the EXIF tags?)
    Thanks!
    To reproduce the bug:
    1. Take a photograph. Use a 3rd party program -- I use HoudahGeo -- to add geographic information to the photo's EXIF tags. Insert data into the City, Province, and Country fields.
    2. In Finder, click on the photo and hit command-i. Note that the city, province, and country data appears in the "More Info" panel of the "Get Info" window.
    3. Import the file into iPhoto.
    4. Note that dragging the file out of iPhoto and then repeating step 2 yields the same result, as it should.
    5. Enhance or otherwise edit the photo in iPhoto.
    6. Note that if you repeat step 4 -- i.e. drag the file out of iPhoto and then hit command-i --, the city, province, and country data is missing.

    Hi,
    I'm not sure that I fully understand the difference between these two types of metadata.
    If I open the original picture in Graphic Converter and view the EXIFTool readout, I see these tags repeated three times:
    -Once under the "IPTC" heading
    -Once under the "XMP-iptcExt" heading
    -Once under the "XMP-photoshop" heading
    If I open the "modified" version, the city, province, and state tags are missing from all three places.
    (I'm assuming that since it's EXIFTool telling me this data that these are indeed EXIF tags, but hopefully, the above should clarify what I'm talking about.)
    -Mike

  • I've received an email of an unauthorised access which states it was done in Canada, is there any way I can request Apple to inform me what the IP address that made unauthorised access was?

    I've received an email of an unauthorised access which states it was done in Canada, is there any way I can request Apple to inform me what the IP address that made unauthorised access was?
    I want to know as it possibly relates to other security issues I've had of late and it would help further my investigation. Would a subject access request possibly allow me to recieve this information? As far as I know there's no way to see a list of when and where I sign in using my Apple ID?

    Sorry but no, Apple cannot give you that information. The only way they could give anyone such an IP address would be if they received a court order to do so, if even then; I don't know what sort of tracking and logs they do.
    However, if this email claimed that someone had tried to reset your password and in any way gave you a link to click to confirm your account information, the email was almost certainly a phish. Such phishing messages have been quite common over the last two or three weeks and should be deleted without responding. You may wish to manually type in the URL for Apple's page for managing an Apple ID and change your password, just as a precaution, and make sure you've set good security questions using responses that can't just be looked up for you (they don't have to be real information; you can use any response you wish as long as you can remember what you entered).
    Regards.

  • Is there any way to know how much time swing client is on open state?

    Is there any way to know how much time swing client is on open state? My requirement is to show a message some time after the swing client open i.e., 4-5 hours.

    You could also consider using javax.swing.Timer and java.awt.event.ActionListener (or javax.swing.Action) which takes care of running the actionPerformed code on the EDT.
    db

  • I updated to iOS.5 and all of my gamecenter friends and stats are gone.  The gamecenter games have been wiped clean too.  Is there any way to restore?

    I updated to iOS.5 and all of my gamecenter friends and stats are gone.  The gamecenter games have been wiped clean too.  Is there any way to restore?

    Have you looked on all the pages of your iPod?  Have you looked in all your folders?  Have you you tried finding the apps using the iPod's search page.
    PS: Offering points in advance is a violation of there terms of service for this forum.  Perhaps it's why you have not received any other answers so far,

  • HT204411 I wanted to download the movie "Gods and Generals" the Extended Director's cut, it is only available on itunes au and I live in the United States.  Is there any way I can buy this download?

    I wanted to download the movie "Gods and Generals" the Extended Director's Cut, it is only available in Itunes au, I live in the US.  Is there any way around this so I can download this movie???

    No, you can only download content from your own country's store. You can try requesting that the film be added to the US store, but ultimately it's the film studio that will have to grant Apple a license to sell it there : http://www.apple.com/feedback/itunes.html

Maybe you are looking for