Question around shared MIDDLEWARE_HOME

Hi,
Could anyone provide some thoughts on best practice in terms of using a shared Middleware Home across DEV,TST, PRD environments as well as for the deployment of multiple addons, e.g. SOA, OSB, BAM, etc.
Question basically is would you go with a single shared (NFS) middleware home instance to deploy all the domains required across all these environments or would you split them.
Also, I see recommendations to keep products in there own domain for the most part - i.e. SOA, OSB and BAM should all live in seperate domains? (At least in prod and test). I assume in DEV it would be acceptable to run them together.
This blog post for example seems to recommend a 1:1:1 relationship between MIDDLEWARE_HOME:DOMAIN:PRODUCT. Is that best practice or would that be considered overkill?
http://fusionsecurity.blogspot.com/2012/05/domain-architecture-and-middleware.html
Thanks for any help in advance!!

It may give you operational, release management and performance challenges
1. Development install may go through patch update of WebLogic, JDK upgrade during the life cycle since the install is shared by all environments, there won't be a place to test it.
2. Using NAS for any Java Application Server install and configuration gives performance bottleneck
3. The NFS mount is not a stable one. For some reasons, if the NFS unmount, it gives outage for all the environments.
The total size of WebLogic install comes anywhere between 1 and 1.3 GB including JDK. I would suggest to have separate install for all environments. Good luck.
Lawrence Manickam
http://toyork.blogspot.ca

Similar Messages

  • Questions about shared maps

    Hi,
    I have some questions about shared maps. Our Olite Applications has 96 tables. On these 96 tables, 54 tables are tables with DISABLED DML = UID. So, change on the client database are not uploaded to the server. Some of those tables have no where clause and some have a where clause which is the same where clause for all.
    Is it true to say I could put all those tables as shared maps?
    Are they automatically shared because DISABLED DML = UID?
    What would be the advantages of putting those publications items as shared maps?
    Thanks for your help.

    Thanks for your help.
    I looked into CMP$ tables and CLID$$CS is not 0 but egal to my usersnames. I use a java program to create my items and publications.
    I also found in the table C$ALL_TEMPLATE_ITEMS a COLUMN named SHARED and they are all with the value N. So I think they are not shared.
    I think I found where in the API I should make the table shared. It is in the addPublicationItem procedure of the Class ConsolidatorManager. I will try it.
    If we want all users to have all the table data, must we use the groups you talked about?
    If yes, how do i define those groups?
    Thanks

  • Questions around crsstat

    Hello All:
    Couple of questions around crs_stat, if you can take some time in answering these.
    Thanks for all your patience in advance.
    1.what are these resources corrospond to?
    [grid@node1 ~]$ crs_stat -t -v |grep .dg
    ora....M001.dg ora....up.type 0/5 0/ ONLINE ONLINE node...i001
    ora....TA01.dg ora....up.type 0/5 0/ ONLINE ONLINE node...i001
    ora....SH01.dg ora....up.type 0/5 0/ ONLINE ONLINE node...i001
    ora....DO01.dg ora....up.type 0/5 0/ ONLINE ONLINE node...i001
    2.     Not all instances residing on all nodes in grid infrastucture are shown when ? ideas?     
    [grid@node1]$ crs_stat -t -v |grep .inst
    ora....P1.inst application 0/5 0/0 ONLINE ONLINE node...i001
    ora....P2.inst application 0/5 0/0 ONLINE ONLINE node...i002
    ora....P1.inst application 0/5 0/0 ONLINE ONLINE node...i001
    3.what are these resources? Why are some of them shown offline?
    [grid@node1 ~]$ crs_stat -t -v |grep .cs
    ora...._APP.cs application 0/0 0/1 OFFLINE OFFLINE
    ora...._APP.cs application 0/0 0/1 ONLINE ONLINE node...i001
    ora...._APP.cs application 0/0 0/1 OFFLINE OFFLINE
    ora...._APP.cs application 0/0 0/1 ONLINE ONLINE node...i001
    ora...._APP.cs application 0/0 0/1 ONLINE OFFLINE
    4.Some of the databases show as application some of them as ora...se.type?
    [grid@node1 ~]$ crs_stat -t -v |grep .db
    ora.orcl.db application 0/0 0/1 ONLINE ONLINE node...i005
    ora.mrcl.db application 0/0 0/1 ONLINE ONLINE node...i006
    ora.prcl.db ora....se.type 0/2 0/1 ONLINE ONLINE node...i006
    5. Does this look ok (gsd offline)?
    [grid@node1 ~]$ crs_stat -t -v |grep .gsd
    ora....001.gsd application 0/5 0/0 OFFLINE OFFLINE
    ora....002.gsd application 0/5 0/0 OFFLINE OFFLINE
    6.      what are the last two lines corrospond to (ora.eons.type,ora.ons.type?)
    [grid@node1 ~]$ crs_stat -t -v |grep .ons
    ora....001.ons application 0/3 0/0 ONLINE ONLINE node...i001
    ora....002.ons application 0/3 0/0 ONLINE ONLINE node...i002
    ora.eons ora.eons.type 0/3 0/ ONLINE ONLINE node...i001
    ora.ons ora.ons.type 0/3 0/ ONLINE ONLINE node...i001

    Hi,
    I can answer some of them.
    1.what are these resources corrospond to?
    [grid@node1 ~]$ crs_stat -t -v |grep .dg
    ora....M001.dg ora....up.type 0/5 0/ ONLINE ONLINE node...i001.dg resources are for ASM diskgroups.
    >
    2.     Not all instances residing on all nodes in grid infrastucture are shown when ? ideas?     
    [grid@node1]$ crs_stat -t -v |grep .inst
    ora....P1.inst application 0/5 0/0 ONLINE ONLINE node...i001It depends upon how did you create the db or added the instances ? You can add the missing instances using srvctl.
    5. Does this look ok (gsd offline)?
    [grid@node1 ~]$ crs_stat -t -v |grep .gsd
    ora....001.gsd application 0/5 0/0 OFFLINE OFFLINE
    ora....002.gsd application 0/5 0/0 OFFLINE OFFLINEGlobal Services Daemon (GSD) receives requests from SRVCTL to execute
    administrative job tasks, such as startup or shutdown. The command is executed
    locally on each node, and the results are sent back to SRVCTL.
    This process was important for 9i RAC but for 10 G RAC and above it is not important.
    >
    6.      what are the last two lines corrospond to (ora.eons.type,ora.ons.type?)
    [grid@node1 ~]$ crs_stat -t -v |grep .ons
    ora....001.ons application 0/3 0/0 ONLINE ONLINE node...i001
    ora.ons ora.ons.type 0/3 0/ ONLINE ONLINE node...i001The eONS is used by Oracle Enterprise Manager to receive notification of change in status of components managed by Oracle Restart.
    ons(Oracle Notification Services ) is used the sending of Fast Application Notification (FAN) events after an Oracle Data Guard failover.
    Also to get complete output with full resource name , use only crs_stat command.
    Regards
    Rajesh

  • Questions on Shared and Group To Do lists

    A few questions:
    1) I am in a Group (domain group), that was assigned a task. So I had a To Do list for that group on the left, in my To Do list screen. Well, we aren't going to assign tasks to that group anymore. The To Do list is empty. How do I remove it from the list of To Do lists on the left?
    2) I have a different group queue that had a task in it. Due to a problem with the workflow, I had to terminate the process behind it. But the task is still listed in the Group To Do list. I can't do anything with it. How do I get rid of it?
    3) I shared my To Do list with a different user. That user can see my Shared Queue in their To Do list on the left, as one would expect. However, they never see any of the tasks in my To Do list. I thought they should be able to see what is in my queue. Any idea why they wouldn't?

    Jasmin,
    As for cleaning out those process, I already have, I think. The only option I see is "Terminate", which is what I did to start the problem in #2. I terminated the process, the task is still in the group queue. In the admin ui, the process shows as terminated. In the task search, the specific task shows as complete. However the Task card is in the Group to-do list. If you look at the Task Details on tat card, it says the process is terminated. However, there are not buttons available at all - you can't remove the task in any way I can find.
    WorkspaceUser,
    These groups are domain groups imported from active directory. So I don't control their membership.

  • Question/Problem Sharing iTunes Library between multiple users

    Hello all,
    I have a question (potential problem) regarding sharing an iTunes Library between multiple users.
    In the past, I had placed the iTunes folder in /Users/Shared, and created an alias to it in the "Music" folder of each user, and it worked fine.  However, with a recent upgrade to Mac OS 10.5, only the Home user account can access the library. 
    I read the Apple Support Document http://support.apple.com/kb/ht1203 uner Mac OS X which specifically states *not* to move the iTunes folder, just the iTunes Media folder (which I don't have, would that be iTunes Music?).
    Any recommendations?  Should I delete the different alias, move the iTunes folder back to the home user, and then follow the instructions in the support document?
    We're also looking to sync music purchsed on our iPod touches, as well as apps (which weren't supported in our privous Mac OS X version.
    Any advice is appreiciated.

    David Guay wrote:
    ... iTunes Media folder (which I don't have, would that be iTunes Music?).
    yes.
    specifically states *not* to move the iTunes folder
    *do* keep the entire iTunes folder in /users/shared, however, instead of creating aliases, launch iTunes while holding the option (⌥) key, click choose library when prompted, and select the iTunes folder in /users/shared.
    obviously, only one iTunes at a time can access the library !

  • Few basic questions about sharing and other stuff..

    Hi there!
    First of all I know where are "101" pages, but they are not giving detail information.
    1.I know there are some folders where I can put files, web-sites and other in order to enable sharing.
    What do I have to do to enable other users (from internet to)
    - view my webpage when they enter my IP address in browser
    - to access files which I want them to be able to acces (with user and password required)? I know there is sth like sharing, and windows sharing, but I give access to my all user folder, do I have to create new accounts on my mac?
    2. It's kind of small problem, but can I run apps in finder using only keyboard (enter causes rename action)
    3. Why doesn't safari keep addresses I used in addres field after few days?
    The most important question is 1.
    Will be gratefull for help.
    Thanks
    Adam Mscisz

    1. Start Personal Web Sharing from the Sharing pane of System Preferences; if you have a router between your computer and the Internet, ports 80 and 443 need to be forwarded to your computer. You can set this up from the router's configuration page, which is accessible by finding the router address in the Network pane of System Preferences and putting it into a web browser. See this article for instructions on how to password protect your shared files.
    2. You can use the Command and O keyboard shortcut to open the selected item in the Finder.
    3. The default setting in Safari is to keep the history for 7 days. You can use the method posted by ptejad in this article to extend the time Safari remembers the history for. The method at the top of the linked page won't work in Tiger.
    (14218)

  • Question around UTL_FILE and writing unicode data to a file.

    Database version : 11.2.0.3.0
    NLS_CHARACTERSET : AL32UTF8
    OS : Red Hat Enterprise Linux Server release 6.3 (Santiago)
    I did not work with multiple language characters and manipulating them. So, the basic idea is to write UTF8 data as Unicode file using UTL_FILE. This is fairly an empty database and does not have any rows in at least the tables I am working on. First I inserted a row with English characters in the columns.
    I used utl_file.fopen_nchar to open and used utl_file.put_line_nchar to write it to the file on the Linux box. I open the file and I still see English characters (say "02CANMLKR001".
    Now, I updated the row with some columns having Chinese characters and ran the same script. It wrote the file. Now when I "vi" the file, I see "02CANè¹æ001" (some Unicode symbols in place of the Chinese characters and the regular English.
    When I FTP the file to windows and open it using notepad/notepad++ it still shows the Chinese characters. Using textpad, it shows ? in place of Chinese characters and the file properties say that the file is of type UNIX/UTF-8.
    My question : "Is my code working and writing the file in unicode? If not what are the required changes?" -- I know the question is little vague, but any questions/suggestions towards answering my question would really help.
    sample code:
    {pre}
    DECLARE
       l_file_handle   UTL_FILE.file_type;
       l_file_name     VARCHAR2 (50) := 'test.dat';
       l_rec           VARCHAR2 (250);
    BEGIN
       l_file_handle := UTL_FILE.fopen_nchar ('OUTPUT_DIR', l_file_name, 'W');
       SELECT col1 || col2 || col3 INTO l_rec FROM table_name;
       UTL_FILE.put_line_nchar (l_file_handle, l_rec);
       UTL_FILE.fclose (l_file_handle);
    END;
    {/pre}

    Regardless of what you think of my reply I'm trying to help you.
    I think you need to reread my reply because I can't find ANY relation at all between what I said and what you responded with.
    I wish things are the way you mentioned and followed text books.
    Nothing in my reply is related to 'text books' or some 'academic' approach to development. Strictly based on real-world experience of 25+ years.
    Unfortunately lot of real world projects kick off without complete information.
    No disagreement here - but totally irrevelant to anything I said.
    Till we get the complete information, it's better to work on the idea rather than wasting project hours. I don't think it can work that way. All we do is to lay a ground preparation, toy around multiple options for the actual coding even when we do not have the exact requirements.
    No disagreement here - but totally irrevelant to anything I said.
    And I think it's a good practice rather than waiting for complete information and pushing others.
    You can't just wait. But you also can't just go ahead on your own. You have to IMMEDIATELY 'push others' as soon as you discover any issues affecting your team's (or your) ability to meet the requirements. As I said above:
    Your problems are likely:
    1. lack of adequate requirements as to what the vendor really requires in terms of format and content
    2. lack of appropriate sample data - either you don't have the skill set to create it yourself or you haven't gotten any from someone else.
    3. lack of knowledge of the character sets involved to be able to create/conduct the proper tests
    If you discover something missing with the requirements (what character sets need to be used, what file format to use, whether BOMs are required in the file, etc) you simply MUST bring that to your manager's attention as soon as you suspect it might be an issue.
    It is your manager's job, not yours, to make sure you have the tools needed to do the job. One of those tools is the proper requirements. If there is ANYTHING wrong, or if you even THINK something is wrong with those requirements it is YOUR responsibility to notify your manager ASAP.
    Send them an email, leave a yellow-sticky on their desk but notify them. Nothing in what I just said says, or implies, that you should then just sit back and WAIT until that issue is resolved.
    If you know you will need sample data you MUST make sure the project plan includes SOME means to obtain sample data witihin the timeline needed by your project. As I repeated above if you don't have the skill set to create it yourself someone else will need to do it.
    I did not work with multiple language characters and manipulating them.
    Does your manager know that? If the project requires 'work with multiple language characters and manipulating them' someone on the project needs to have experience doing that. If your manager knows you don't have that experience but wants you to proceed anyway and/or won't provide any other resource that does have that experience that is ok. But that is the manager's responsibility and that needs to be documented. At a minimum you need to advise your manager (I prefer to do it with an email) along the following lines:
    Hey - manager person - As you know I have little or no experience to 'work with multiple language characters and manipulating them' and those skills are needed to properly implement and test that the requirements are met. Please let me know if such a resource can be made available.
    And I'm serious about that. Sometimes you have to make you manager do their job. That means you ALWAYS need to keep them advised of ANY issue that might affect the project. Once your manager is made aware of an issue it is then THEIR responsibility to deal with it. They may choose to ignore it, pretend they never heard about it or actually deal with it. But you will always be able to show that you notified them about it.
    Now, I updated the row with some columns having Chinese characters and ran the same script.
    Great - as long as you actually know Chinese that is; and how to work with Chinese characters in the context of a database character set, querying, creating files, etc.
    If you don't know Chinese or haven't actually worked with Chinese characters in that context then the project still needs a resource that does know it.
    You can't just try to bluff your way through something like character sets and code conversions. You either know what a BOM (byte order mark) is or you don't. You have either learned when BOMs are needed or you haven't.
    That said, we are in process of getting the information and sample data that we require.
    Good!
    Now make sure you have notified your manager of any 'holes' in the requirements and keep them up to date with any other issues that arise.
    NONE of the above suggests, or implies, that you should just sit back and wait until that is done. But any advice offered on the forums about specifics of your issue (such as whether you need to even worry about BOMs) is premature until the vendor or the requirements actually document the precise character set and file format needed.

  • Questions about shared music

    Hi everyone i just recently learned about how in itunes you can share your music and look at music on other itunes in your home. My question is what good is it? The only thing that i can see that you can do is play the song or show from that other computer, but you can not import it into the other itunes. Am i correct about this? Is there a way to import a song from a different mac's itunes in my home into my itunes? thanks in advance

    The reason they do it is so you are not illegally allowing digital transfers of your music library. Authorizing and sharing are two different things. When you share your library, ANYBODY who can see your computer on a network who is running iTunes can then see your library. For example, say you live in an apartment building and someone is running an open wireless network to everyone in the building can hop on if they want and you are sharing your iTunes library. Everyone in the building, assuming they run iTunes, can pull up your library and listen to your music. If Apple made it so you could also import music off of shared libraries, you essentially would be running a mini-Napster in your apartment building. Neighborhoods with houses close to each other, college dorms, office buildings, etc. are all places were a LOT of people could potentially be able to access your shared library.
    So the shared library is very useful/fun if you are in a place where a lot of people are on the same network and you can sample new and different stuff (think of it like having a lot of private custom radio stations available to you). If Apple had allowed free importing and copying of library files, then they would run up against the lawyers of the music industry. So they don't block that stuff just to be difficult to their users. They do it to keep their products legal and free of legal attacks.
    Patrick

  • Question About Sharing Apps Between My iPhone and My Wife's iPhone

    Hi, I have a question about downloading apps to my iPhone.
    I ordered two iPhone 3g's - one for my wife and one for me, and I've discovered that when I download an app (even free ones) on my iPhone and then later sync it to iTunes, my wife cannot put it on her phone. However if I download it on iTunes on my computer and later sync it to my phone, then my wife is able to sync it to her phone as well. It's no big deal when they are free because she can just go get it if she wants it. I haven't purchased any apps yet, but is there a way to be able to give my wife apps that I purchase on my iPhone? Or do I need to purchase all of my [pay] apps and songs on iTunes on my computer to ensure we both have access? Or do I have it all wrong completely LOL?? This rights management stuff is confusing.
    Thanks in advance for your help,
    Jimmy

    I had my iTunes account and phone before I got my wife's hers. When I first started, I synced hers from her account on my computer brought in my libraries and authorized her phone as one of the 5 allowed. She had all purchased apps and music. Over time we each bought music or apps on our seperate accouts. Of course, we told each other about cool apps or music we bought and wanted on our phone. When I went to sync iTunes was going to delete all music and apps and sync with the library I was logged into. Didn't want that, only work around I have found is to copy new music or new apps from one library to the other. Updating on the phone is also difficult because you can't switch between accounts so updates have to be done at the computer for apps bought under different accounts. I am sure there is a better way to do this and ask for an insight anyone would have. I hope it works out.
    Message was edited by: AfoUare for typos

  • Semi-advanced routing question / itunes sharing

    I've got two routers, one i just set up in wireless repeating mode, the other, normal. Im trying to keep itunes sharing working smoothly with all computers, regardless of the which they're connected to. When using the main wireless router, I can access the computers connected by hard wire, but when I switch wireless routers, itunes sharing disappears. Anyone know of any work-arounds or anything? The weird thing is, I can keep the same IP address and subnet on the wireless computer.
    Thanks

    Think you'd find it far easier to just go and get a cheap unmanaged switch and connect it to the router and your 5th machine to it.
    Otherwise you will need a second routing table, you may want to investigate iproute2 on how to do this.  At a minimum I'm not sure you can't have 2 nics on the same machine using the same ip address range with different masks.

  • Question about Sharing My Location through iMessage

    My friend has shared her location with me through iMessage using OS8 on her iPhone 5S.
    My question is, will she know when I am locating her using the access she has granted me?  Will she receive an email or any other notification or indication when I click on LOCATE?
    I am using an iPhone 6 with OS 8.1.2.
    Thank you.

    No.
    Share your location.  Tap Details, then tap Share My Location and specify the length of time. The person you’re texting can see your location by tapping Details. To turn Share My Location on or off, or to select the device that determines your location, go to Settings > iCloud > Share My Location (under Advanced

  • Question about shared application modules

    Hello,
    I read the part in the developer guide but I still have some questions.
    1) The dev guide states that shared app modules use a different configuration.
    I assume this is the <appmod>Shared configuration?
    2) Where is this defined? Can this be changed?
    3) I understand there are two type of ‘scopes’ session and application. I’m using application for static lists, but I do not understand what the session scope is for? Is there any reason to use this scope over a normal application module?
    4) We have a system which uses VPD in an ‘odd’ way. We use it to set the current working year. Because the data is bound to years. Is it possible to use a session scoped shared module for this? And when I changed the current year (Context being set via the app module) to refresh all the session scoped shared module’s views?
    -Anton

    Anton,
    Yes, you can jump aroundd as you like.
    You just can't use view links between VO's based on different db schema tables.
    Nesting AM's doesn't help there, the DB connection of the top-level AM will be used.
    Why don't you create synomyms for the tables in the other schema?
    Steven Davelaar,
    JHeadstart Team.

  • Question re. sharing iTunes library with other user accounts

    I have seen this document:
    http://support.apple.com/kb/HT1203
    I want to share one library with four users on my account.  I'd like for any music purchased or ripped to this computer to end up in User 1's iTunes library, and for Users 2, 3 and 4 to have access to User 1s library just as User 1 does.
    When I follow the directions for "Listening to another account's music files" in the above referenced document, it tells me to navigate to User 1's library through the dialog box that pops up after User 2 clicks "Add to LIbrary". 
    The problem is, when User 2 is doing that, and User 1 has put the iTunes library in ~user1/public, as the directions suggest, that dialog box won't allow user 2 to access User 1's Public folder.
    Thoughts?
    Thanks in advance...
    Chris

    Another long description in store here...
    iTunes has two main elements. One is the library.itl database file.  When you open iTunes it is this that you see. It contains what music is in a library, playlists, date added, playcount, etc.  It is this that is really the library.  The other element are the media files. When you tell iTunes to play a track it checks in its library file which music file is associated with that track and goes and plays it.
    Now you say, "for Users 2, 3 and 4 to have access to User 1s library just as User 1 does."  Do you really want User 4 to be able to go and delete or rename tracks, or change the playlists? This can be done if you really want it.  Or do you want each person to keep their own library [file] and share media?  Even that has disadvantages as a person might still be able to rename a file or even delete it for all.  At least everybody would have their own playlists, ratings, etc, though a person could delete a file and then it would appear as a broken link for others.  To be honest, iTunes isn't great for sharing.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Exactly what you want to do will involve different setups so before going into detailed insructions it would help to know which ones to provide.  Here's an sampling:
    iTunes: How to share music between different accounts on a single computer - http://support.apple.com/kb/HT1203 - relocating iTunes' media folder to a shared area but leaving separate library files - extra tip at https://discussions.apple.com/message/17331189
    Chris CA's instructions on sharing one iTunes music library between multiple user accounts - https://discussions.apple.com/message/8974074 - Multiple users using a single library file - similar post at: https://discussions.apple.com/thread/3753008
    iTunes Home Sharing now works between users on same computer - https://discussions.apple.com/thread/3865597  The problem with HS is I think you then end up with multiple copies of files, one for each user.  At least they cannot damage another's collection though.

  • Question on sharing photos thru photo stream

    Hello, guys. I love doing photography and have many friends who I want to share photos with. I use aperture mostly to do processing and photo orgnization. I know how to share photos with other people who have apple ids thru photo stream. But I have friends who do not have apple ids. Is it possible to open my shared photos to public, so everyone can view it? I could do it with mobileme and it was great in terms of sharing. Does photo stream in icloud have the similar feature? Thank you!

    I quote:
    'Sharing a photo stream is an easy way to keep the important people in your life up to date with your latest photos. Invitees, who must have an iCloud account to join the photo stream, can view, “like,” and comment on your photos from any device set up with Photo Stream. Those invitees without an iCloud account are sent a link to a webpage to view the shared photos; however, they cannot comment on the photos.'
    (my emphasis); and from here:
    'Invitees who don’t have iCloud accounts can view a shared photo stream only if you enable the Public Website option in your shared photo stream settings.'
    As another option, iCloud provides a simple gallery in the form of 'Photo Journal' - uploading of photos from iPhoto to web pages hosted on iCloud, but only from iOS devices; and the photos are compressed to a size adequate for online viewing but are not available in full resolution as with the old MobileMe Gallery. Apple have provided a sample album here.

  • Few Question around inbound and outbound

    <b><b>Question 1.</b></b>
    I have a scenario for IDOC WVINVE0 sending inventory data to legacy system and need to get back the same file with 2 field data which were empty at the time of sending to legacy.
    So it makes the interface as outbound and inbound to SAP.
    What should be the strategy to acheive the same?
    <b>
    Second Question</b>
    In case of Outbound IDOC->XI->File
    Transport acknowledgement will be used, is it possible to know which record had a problem or not as in this case XI wil be sending ack . Can you please give me the steps to do the transport ack.
    And if I want to acheive this then I guess I will have to create different interface to get the error file from legacy system and then send the email to the concerned person.
    <b>
    Third Question</b>
    Scenario File -> XI -> IDOC
    How can I acheive application ack and what are the steps to acheive the same.

    Hey
    >>Question 1.
    on what basis are those two fields gonna be populated?u can split ur scenario into two async scenarios,one being IDOC to File and second one being File to IDOC.
    have a look at the following to get acknowledgement from File in case of IDOC to File scenario.
    /people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments
    also have a look at the following for IDOC acknowledgement
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    thanx
    ahmad

Maybe you are looking for

  • Epson Stylus NX430 will no longer print!

    I recently changed internet providers and purchased a new Netgear router.  Up until then, I have had no problem printing from my Macbook Air to my Epson Stylus NX430, but now when I try to print I get an Error message! I have emailed back and forth w

  • Scrollbar doesn't show all text in RichEditableText component ...

    The program is loading text from an external XML-file into a RichEditableText component. However, scrolling an scrollbar does not show all the available text. To me, it looks like the scrollbar is not updated to adopt itself to the new text. Does som

  • IPod is disabled try again in 22,468,352 minutes

    My daughters iPod touch says "iPod is disabled try again in 22,468,352 minutes". How do I fix this? Also, is it possible to have 2 different iPod touches synced to a single computer?

  • Can I set the position of the new mail window?

    Each time I compose a new message, the new message window seems to appear at a different place, usually obscuring the main window. I would like to have it always appear to the side of the main window. Can I set this, perhaps in the property list?

  • Ipad 2 ios update need help!

    I didn't update ios so my ipad forced me to activate ... Now I keep getting a message that the activation server is temporarily unavailable. It's been like this for 3 days. I can't even restore it either? Help?!