What does it mean by INSTANCE in BW?

Hello Gurus,
I would like to know what an INSTANCE means in BW.
I've heard it to be used in different contexts, like log-in and process chains etc.
Could you please explain me in detail.
I'm bound to assign points.
Thanks and best wishes,
i-bi

hi..
it often means flow instance (like BPM instance)
it means exactly one BPM flow
let's say we have one BPM - ordersend
and you send two message via it
one with order 555
one with order 666
it will create two flow instances - one for 555 and one for 666
See the bellow links it will help you to solve your problem
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b8d8f7b2-0701-0010-b09a-cda4cca2c98e
http://help.sap.com/saphelp_erp2005vp/helpdata/en/00/99497332ae4293890658b68ba43cb2/frameset.htm
If you only want to create a new instance definition for one application server, it is useful to copy the instance definition for the server. Assigning an instance definition to an operation mode makes it part of the operation mode. As a result, you can switch the instance, see if it is inactive and start and stop it using the control panel (Transaction RZ03).
Prerequisites
http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a6143505211d189550000e829fbbd/frameset.htm
J2EE add in for Dialog Instance for XI Application server
hope it helps..

Similar Messages

  • What does the top level instance name "iop" mean?

    What does the top level instance name "iop" mean?

    Dear Humility,
    In general term higher level account group means which account group is used to the higher level customers in the Customer Hierarchy process.
    Or
    Which of these account groups are valid for higher-level customers in the hierarchy.
    I hope this will help you,
    Regards,
    Murali.

  • In cluster Manager there are no services and application listed on a node.. what does this mean?

    In Cluster Manager I can see two nodes listed.
    When I click on the first it lists the two SQL Server instances.
    On the other node there are no services and application listed....what does this mean?
    Mr Shaw

    Yes Instance A and Instance B will also be installed in the second node.
    Just go to configuration manager in the other node, you will see those instances in stopped state.
    Assume I install Instance A in a 2 node cluster with node A and Node B, it installs instanceA binaries in both nodes, What it does when failover is shutdown Instance A in Node A, move the disks to node B and start the instance A in the node B. Its basically
    the same instance.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com
    Oh I get you.. 
    The missing bit on the puzzle is that the binaries are installed on both nodes at the same time.
    Thanks,
    Ben
    Mr Shaw

  • What does it mean when you receive a text on your iphone 6 form your own number and the message is duplicated on each side (sent/recieved) and has "verizon message" with a long number at the end of the text, duplicated as well?

    what does it mean when you receive a text on your iphone 6 from your own number and the message is duplicated on each side (sent/received) and has "verizon message" with a long number at the end of the text, duplicated as well?

        Great question stacybrownie! Let's get to the bottom of this so that it's not a cause for concern. When a message is sent to/from your own number, it will display as one sent, one received. This makes it display two messages as you are seeing. Let's clarify the second part of your question. Where do you see "Verizon Message" exactly? What is the long number at the end of the text? When did this start and is it with all text messages or only this instance?
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • What does radio mean in the contact selection instead of mobile or home, and why is it the default?

    What does radio mean in the contact selection instead of mobile or home, and why is it the default?
    When adding a new contact, the number shows up as "radio" instead of "mobile" or "home" and I have to change it every time. What does "radio" mean and why is it the default? can that be changed?

    Radio is a type of phone service offered by certain carriers.  Sprint for instance offers their Sprint Direct Connect Phones (a.k.a Nextel) which have built in Radios.  Short Wave or CB radio type features. Also referred to as Push to Talk services.
    http://shop.sprint.com/mysprint/services_solutions/category.jsp?catId=solution_s dc&catName=Sprint%20Direct%20Connect
    Think a walkie talkie in your Phone.
    I get the Radio option when using Hotmail contacts as the default Contact creator. If I change it to iCloud or Gmail I no longer get the Radio option in the labels.
    If you are using a service such as Hotmail/Outlook.com for your contacts the radio option may be present.
    You can change which service is the default service to create new contacts with by going to Settings->Mail Contacts & Calendars->Contacts->Default Account
    The Radio label is just an identifier for those types of Phones so you know its a number for a radio phone.

  • What does instantiation mean? (The concept of instantiation)

    Please help me here,
    I have a hard time understanding the
    concept of instantiation. If an object
    is instantiated, what does it mean?
    Thanks.

    By the way,
    what is the difference between initializing an
    object and instantiating an object? public class A
         private int a;
         A(int x) //constructor with one argument
              a = x;
         public int getV()
              return a;
    Each class will have a constructor
    that will be invoked while instantiating an object.
    (If a constructor is not provided explictly
    the compiler will provide a default constructor
    that takes no arguments and initialize the data
    members with their default values.)
    The constructor is a special function that initialize
    the data members of an object.
    In the above example
    A obj1 = new A(10);
    will create memory for the object obj1 and then
    the constructor invoked will initialize the data member
    a to the value 10.
    >
    Does the instance variables and objest mean the
    same? Are they the same thing? No.
    Instance variable is different from an object.
    The variable 'a' is said to be an instance variable of the
    class A.
    The object obj1 is an instance of the class A.

  • What does the meaning of this error in udump?

    I solved my RMAN backup slowness problem. But I noticed that during the backup process, it generated an error file in udump as
    $ more mybk_ora_651394.trc
    /oracleapp/admin/mybk/udump/mybk_ora_651394.trc
    Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
    ORACLE_HOME = /oracleapp/oracle/product/10.2.0/db_1
    System name: AIX
    Node name: mybk
    Release: 3
    Version: 5
    Machine: ##########
    Instance name: mybk
    Redo thread mounted by this instance: 1
    Oracle process number: 34
    Unix process pid: 651394, image: oracle@mybk (TNS V1-V3)
    *** 2007-01-19 16:30:15.302
    *** ACTION NAME:(0000037 STARTED111) 2007-01-19 16:30:15.285
    *** MODULE NAME:(backup incr datafile) 2007-01-19 16:30:15.285
    *** SERVICE NAME:(SYS$USERS) 2007-01-19 16:30:15.285
    *** SESSION ID:(539.666) 2007-01-19 16:30:15.285
    *** 2007-01-19 16:30:25.862
    *** ACTION NAME:(0000063 STARTED111) 2007-01-19 16:30:25.862
    *** MODULE NAME:(backup archivelog) 2007-01-19 16:30:25.862
    What does it mean? Every "control autobackup" will produce such error file in udump.
    Message was edited by:
    user508054

    I think I need more investigation about this. I found two papers last night:
    http://www-128.ibm.com/developerworks/linux/linux390/perf/tuning_rec_database_OracleRec.html
    http://www.netapp.com/library/tr/3408.pdf
    with a previous online paper mentioning to alter the maxservers of aio0. Although this is an alternative, I tried to increase the value to 300 (500 at this moment) and it does not seem to work. On other hand, with change of the disk_asynch_io, it will hinder the exp/imp pump. So I really don´t know what to say.
    Apparently the disk_asynch_io needs to be FALSE in order to speed up the backup. just verified again, even with my maxserver=500 did not help.
    Message was edited by:
    user508054
    Use the expdp to dump my db with the asynch_io in FALSE. It looks OK, no delay.
    Message was edited by:
    user508054

  • Failure ID : OLHKGK-64B78L-MFPX1G-61B703 what does it mean ( pavilion6 with windows 7)

    my computer keep sending me this message ( pavilion g6 with windows 7)
    HP PC hardware diagnostics UEF1
    smart check : passed
    long DST :failed
    failure ID : OLHKGK-64B78L-MFPX1G-61B703
    PRODUCT ID : B3X31EA#ABV
    HARD DRIVE :1
    could you please tell me what does it mean & how to solve it

    The hard drive has failed or is failing fast and will need to be replaced. If you are still in warranty HP will send a replacement. If not a retail laptop SATA hard drive can be used. Just be sure to get one of at least equal capacity as the original in order to use Recovery Discs. It can be larger, but not smaller capacity.For instance  you have a 640GB hdd  so you could use a 750GB hdd but not a 500GB hdd.
    Your Maintenance & Service Guide shows how to replace hdd:
    http://h10025.www1.hp.com/ewfrf/wc/manualCategory?cc=us&dlc=en&docname=c03292555&lc=en&product=52530...
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • "Recompress All Frames" what does it mean?

    My question is... what does it mean?
    This is the checkbox option that's available on the QuickTime Export window. It's right above the "Make Movie Self-Contained" option.
    I exported the same video with and without the box checked and could tell no difference, other than the recompressing of frames definitely takes much longer to render out (minutes vs. seconds). But the quality appears to be the same.
    Just curious. Thanks.

    If you don't check it the QuickTime movie is a compilation of render files and original files if nothing is done to the media. Recompressing does exactly that. It recompresses all frames and rebuilds all the render files. It serves very little purpose except in specific instances where you have already rendered at low res and you don't want the the export file to compile using low res render files but to recompress at full quality.

  • "get info" when you upload a CD - what does it mean "part of a compilation"?

    "get info" when  you upload a CD - what does it mean "part of a compilation"?

    If you have an album with tracks by different artists, for instance "Now That's What I Call Running", that's a Compilation of songs by different artists. (Presumably, they ran out of numbers )
    So in iTunes, each track should be marked as Part of a compilation. When you see that box on a CD loaded in your CD drive, ready for importing, look at the Get Info for the complete album (by highlighting the album title on the left under Devices) and on there you will see a tick-box named Compilation CD which - if ticked - marks all the tracks as Part of a compilation. This becomes useful when the iPod and iTunes sort the album.
    However - iTunes obtains the album information from a third-party database called Gracenote, which is compiled by the record label personel, artists and fans. Quiet often, you will find that an album of "Greatest Hits of <a band>" will be marked as a compilation. I don't think it is, and neither does iTunes. So if you are importing a "Greatest Hits of xxx artist" album, make sure that the Compilation box is off (no tick-in-the-box). Likewise, an album by "an artist", but with a guest artist on one or two tracks is not a compilation.
    One final point; if you import a true Compilation album, with each track by a different artist, then once it is imported, make sure that the Album Artist field says "Various Artists". You do this by highlighting the complete album in your library and selecting File/Get Info/Info>Album Artist which is the box immediately below the Artist box and typing in "Various Artists". This will help you when sorting and searching albums on your iPod.

  • HT2371 What iphone language setting is this in & what does this mean: ༜࿂࿂༄ཀགོཡུ།།

    What iphone language is this and what does it mean??
    ༜࿂࿂༄ཀགོཡུ།།

    newapplehelp wrote:
    Ka go yu
    Is that in "Wiley" language
    Don't I have to covert it again from Wiley into English?
    "Wiley" is not a language, it is a system for transliterating Tibetan letters into Latin letters, chiefly used by scholars because it gives an accurate representation of the Tibetan word in Latin letters, including letters that are silent or pronounced differently in Tibetan. Like English, Tibetan is only partially phonetic in its writing; there are numerous letters which are written but not pronounced in speech, while other letters are pronounced differently than theirr "nominal" sound either singly or in combination. As in English, where a student must learn that "tion" is pronounced "shun".
    Transliteration produces a letter-for-letter copy in a different alphabet, such as the Latin alphabet we use. Transcription of Tibetan produces a word in Latin letters that shows how the word sounds, which may be very different from how it's spelled. (There have been numerous systems of transcription for Tibetan; currently the best for international use is the THL Simplified Phonetic Transcription [see below]. Also many Tibetan words and names are commonly known in varying idiosyncratic transcriptions which don't follow any formal system.) Translation gives the equivalent of the Tibetan word in another language, such as English. For instance, the expression above:
    བཀྲ་ཤིས་བདེ་ལེགས། (common Tibetan greeting, like Hawaiian "aloha" or Hebrew "shalom")
    Wiley transliteration: bkra shis bde legs
    THL transcription: tra shi dé lek
    Common rendering: Tashi Delek
    Translation: Auspicious Blessings
    If you're interested in learning about Tibetan, a good place to start is Wikipedia, which has good articles about the language, its script (alphabet), and transliteration systems.
    http://en.wikipedia.org/wiki/Standard_Tibetan
    http://en.wikipedia.org/wiki/Tibetan_alphabet
    If you're seriously interested, you can try this Tibetan Language Student website:
    http://www.learntibetan.net
    Note that the Tibetan text on this site is not in Unicode, so you have to download a special font for it.
    This book is the best introductory on the Tibetan script and how it works: "Tibetan Language Pre-Primer":
    http://www.namsebangdzo.com/Tibetan_Language_Pre_Primer_p/11371.htm
    Or if you're really serious, the Tibetan Language Institute:
    http://www.tibetanlanguage.org
    And the Tibetan & Himalayan Library offers pages which can convert Tibetan script to Wylie transliteration:
    http://www.thlib.org/reference/transliteration/wyconverter.php
    and phonetic transcription:
    http://www.thlib.org/reference/transliteration/phconverter.php
    and simple translation (currently unavailable?):
    http://www.thlib.org/reference/dictionaries/tibetan-dictionary/translate.php
    Is שלום.  an actual real word?
    שלום is Hebrew, not Tibetan, and is a word. Hebrew is phonetically written, so both transliteration and transcription for שלום is "shalom", and it translates as "peace" in English.

  • What does this mean:Photoshop 13.1.2 for Creative Cloud Installation failed. Error Code: U44M1P7

    What does this mean:Photoshop 13.1.2 for Creative Cloud Installation failed. Error Code: U44M1P7
    I found the manual update, which worked!
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5595&fileID= 5604

    Hi Barbara,
    For failed 13.1.2 update error U44M1P7, Please refer to the solution mentioned in the following threads :
    http://forums.adobe.com/message/5396792#5396792
    http://forums.adobe.com/message/5409050#5409050

  • Downloads from itunes fail - error code 8003 - what does that mean, or more importantly, how do I get what I paid for?

    Downloads from itunes fail - error code 8003 - what does that mean, or more importantly, how do I get what I paid for?

    Try the troubleshooting for that error code on this page : iTunes: Advanced iTunes Store troubleshooting - Apple Support (search for '8003' on the page, it's just below half-way down)

  • GetResponseCode() returns -1,what does it mean

    Hi ,
    The HttpURLConnection class's getResponseCode() method returns -1.
    getResponseMessage() returns null.i m accessing my servlet through a proxy.i know only about 1xx to 5xx codes.i dont know what does it mean by -1.But at server side the request is properly sent and processed and i m getting 200 and ok after processing at serverside. the object is sent to client also. but it is not received by the client.
    Null object is returned.I think proxy is the culprit.If anyone can help me what -1 means,it will be really greatfull to diagnoise my issue in detail and solve my problem soon.
    Your help will be greatfull.
    Thanks
    prakash

    As it says perfectly clearly, right there in the API documentation for the method:
    "Returns -1 if no code can be discerned from the response (i.e., the response is not valid HTTP)."

  • Apple TV does not work after trying to update software. Main light keeps blinking and on the screen shows itunes icon and a usb cable. What does that means?

    My Apple TV does not work after trying to install the new software update. The main light keeps blinking rapidly and on the screen it shows the itunes icon and a USB cable. What does that mean?

    The Apple TV is in recovery mode. Try to restore the Apple TV. Follow the link for instructions on the restore process.
    http://support.apple.com/kb/HT4367

Maybe you are looking for

  • IF statement in Formula Node

    I have the following statement in a Formula Node in LabVEW 7.1: if (x=1) y = 3; else y = 1; When running the VI, whatever the value of X is, I obtain Y = 3 !!!! Why ??? Tom

  • Can we schedule steps in Job Chain to run at a particular time of the Day.

    Hi , We have created a Job chain for 3 steps.our requirement is we want to step 1 to run as per the schedule of Job chain but we want  step2 to run on fri 2 gmt and step 3 to run on saturday 1 gmt. is ther any setting in Job chain so that we can sche

  • How do I import audio from a portable cassette player

    onto my iMac? I have an interview I need to transcribe and it will be much easier if I can transfer the audio onto my computer rather than use my old Walkman.

  • DML/DDL/Forms

    1.Can any one write a select statement to generate sequencial number ? 2.How to print the duplicate records from a table ? 3.What is the difference between a WHERE Clause and HAVING Clause? 4.What is the difference between Key-Next Trigger and When-V

  • M8532 Error in MIRO

    We have a PO in Company 2000.  The Goods Receipt was done by a user and when I check the Accounting Documents for the Material Documents created for the Receipt they are in Company 2000.  When we run MIRO to pay the invoice in Company Code 2000 and e