Mapping to several receivers

Hi.
I got a file X into XI (JDBC).
This file shall I map in to file Y (iDoc into SAP) and part of file X shall I map to file Z (FTP out to an server).
Y and Z are going to different receivers.
I use several(4) mappingprograms to create Y and Z.
Can I use the same Interface Mapping for all mappingprograms?
File X to Y  is working in the IB Configuration but how can I set up the IB Configuration to send file Z.
Will be very happy if someone can help me.
Thanks.

U haent explained ur scenario well.
As per my underst
Sender JDBC X
Receiver Idoc Y and FTP Z
<i>
Can I use the same Interface Mapping for all mappingprograms?</i>
U shouldnt use same interface mapping. use 2 interface mappings
In the reveiver determination, u shud select both the receivers, and then u shud provide the name of the different interface mappings there.
Regards,
Prateek

Similar Messages

  • BPM Multi Mapping to diffrend receivers

    Hello All,
    i have to deploy an bpm process with 1:N mapping and different receivers
    i have an receive step an  transformation step for the mapping and
    two send steps each in an block to send single messages to the receivers.
    my problem is:
    say the input Message has 4 Subtrees so after the Mapping i have 4 Messages for receiver1 and 4 Messages for receiver2
    BMP send all 4 Messages to receiver1 and then all 4 messages to receiver2
    but i want to send message1 tor receiver1 , then message 1 to receiver2
    so that the pattern is like this:
    MSG1Rec1, MSG1Rec2
    MSG2Rec1, MSG2Rec2
    MSG3Rec1, MSG3Rec2
    is this possible with bpm.
    Multi Mapping without bpm is not possible
    regards ralf

    Hi  Marshal  
    receiver is abap proxy and not adapter engine
    operation mapping is like this
    source_operation1   => target_Operation1   0..unboundet
                                     => target_Operation2   0..unboundet
    in message mapping
    source_Message1    => target_Message1  0.. unbound
                                      => target_Message2  0..unbound
    all work fine but in bpm i need two blocks pareach to send the messages to target.
    and bpm will work first block1 and then block 2
    i need a block for both sender steps but ???

  • Multi Mapping with IDoc receivers

    Hi,
    I want to use an Interface Mapping in Enhanced Interface determination. The Interface Mapping includes two Message Mappings and should create either  IDoc Type WPUWBW01 or IDoc Type WVINVE03, depending on the values of the Source Message.
    In SAP Help I read the following about developing Multi-Mappings for Message Splits: "Messages that result from the split in a mapping-based message split are sent using one Adapter Engine. For this reason, only those adapters that run on the Adapter Engine are supported. "
    Does this mean my scenario will not work?
    Thanks in advance.
    Alex

    Yes correct. you will have to do two separate message mappings and interface mappings to achieve your goal.
    The IDoc adapter is on the ABAp stack and therefor does not allowing you to use some of the functionality which you get on from the adapter engine on the java stack.
    let me know if you need anything else...
    Edited by: Alex on Jul 21, 2008 5:37 PM

  • Mapping 2-3 receivers based on type.

    Hi experts
    My source message is as below:
    <?xml version="1.0" encoding="utf-8" ?>
    <ns:testdata xmlns:ns="http://mytest.com/dotcom/test">
    <row>
    <Type>D</Type>
    <ACCT>111001</ACCT>
    <AMT>1000</AMt>
    </row>
    <row>
    <Type>D</Type>
    <ACCT>111001</ACCT>
    <AMT>5500</AMt>
    </row>
    <row>
    <Type>C</Type>
    <ACCT>111001</ACCT>
    <AMT>100000</AMt>
    </row>
    <row>
    <Type>D</Type>
    <ACCT>1561001</ACCT>
    <AMT>905</AMt>
    </row>
    <row>
    <Type>C</Type>
    <ACCT>1561001</ACCT>
    <AMT>10</AMt>
    </row>
    </ns:testdata>
    and the rest for other channel.
    Pls advice on how to achieve this.

    HI Chaku,
    I did following and it worked for me.
    You need 2 message mapping and 2 interface mapping.
    Map SOurce row to target row with following conditions
    Constant(C) equals(Text Functions) row-Type(Change context to testdata)  --->if
    row----
    >then -
    >row.
    Use if then boolean function.
    Same way do the 2nd mapping for D.
    Put this in 2 different interface mapping and it should work.
    Thanks,
    Tuhin

  • SQL Dev 4.0 - Allow shortcut key to be mapped to several operations (if in different categories).

    The default SQL Developer 4.0 short cut keys have a few keys that are mapped to multiple operations but the operations are in different categories.
    It is not possible to do this yourself via the UI. For example I want to map F9 to both Run Statement (in the Worksheet category) and Compile (in the PLSQL Editor category). Assigning F9 to one removes it from the other and the help text suggests this.
    However, I hacked the settings file directly (thus bypassing this logic) and everything works fine. I think it should allow keys to be mapped to different operations as long as they are in different categories.
    Thanks, Mike

    thanks again for the follow-up. apparently it was just a bug of some sort. i checked and none of my plug-ins shuld have had any affect, and when i went home last night, i tried it out on the macbook and it behaved as expected. apparently a restart on my macbook pro and everything is back to normal. i've since turned the new keyboard shortcuts off and removed the extra one from my mouse buttons.
    btw, i was watching trying to find what might be different between the two computers and while nothing there stood out... i did notice the the safari keyboard command was context-sensitive.
    when i had multiple tabs open in a window, the command-w in the menu was on close tab, then when i ended on the last tab—now simply the window—it switched up to close window. all is well. thanks for the follow-up.
    - jeremy

  • One object needs to map to several objects. Best collection implementation?

    Hello,
    What is the best kind of Collection to use for the following scenario?
    I 2 folders (stored in a folders_collection) and 10 files (stored in a files_collection). I iterate through and access a folder in the folders_collection one at a time. I then inspect the files_collection for files that belong to that folder. After I have all of the files that belong to that folder, I then add the files to an internal folder_attribute_collection of the folder_object. WHAT IS THE BEST COLLECTION TO STORE MY �FILES� OBJECTS IN?
    I was hoping to use an instance the MAP collection (Map files_collection = new TreeMap <�String_key�, file_object_value>();),�where the String key is the ID of the folder_object that the file belongs to. But maps don�t allow duplicate keys.
    Thanks
    RodneyM

    lol...I'll try.
    Objective:
    - I have a folder that has a folder ID called javaFolder_ID.
    - I have 5 files in a collection (javaFile_1,javaFile_2,javaFile_3,cobolFile1,cobolFile2).
    - Only 3 of the 5 files in the collection go with the folder above. The other two go to another folder.
    - I am currently: Looping through the files collection and inspect the ID of each file. If the file has the javaFolderID in it, then I add that file to the FILES collection attribute of the above folder.
    Instead of looping through the files collection, it would be great to be able to say:
    - for this folder ID: javaFolder_ID
    - access the files collection and return ALL files that have the "key" javaFolder_ID.
    - Now I have a collection of files that goes with the folder and I add them to the files collection attribute of the folder.
    Ex: using a tree map you can access elements of the collection by calling its key value. The problem here is that a map collection can not hold duplicate keys. So I can not provide one folder ID to the map collection, and have it return ALL the elements in the map collection with that ID.
    So I'm wondering if there is even a way to do something like this. If not I'll just resort to iterating through the collection. But when you have tons of objects it will take a bit longer.
    Thanks for giving this a shot.

  • HT6114 help! since moving to Mavericks i am unable to save *.gpx files when using online mapping - this did not occur with Mt Lion and is highly annoying - the mapping product is SATMAP which i have used on PCs for several years -

    I have used Satmap online mapping for several years on a PC
    Now moved to Mac and all was ok until i moved to Mavericks!!
    I can no longer save *.GPX files to the Mac - it appears to do everything except actually saving the file
    Any ideas before i have to buy another PC would be helpful
    This is using Safari I have also tried Firefox all software is up to date
    this is on my Imac and Macbook Pro both 2013

    I have used Satmap online mapping for several years on a PC
    Now moved to Mac and all was ok until i moved to Mavericks!!
    I can no longer save *.GPX files to the Mac - it appears to do everything except actually saving the file
    Any ideas before i have to buy another PC would be helpful
    This is using Safari I have also tried Firefox all software is up to date
    this is on my Imac and Macbook Pro both 2013

  • Mapping tools ?

    Hi,
    Most of my flows are <b>"IDoc -> file" or "file -> Idoc"</b>, and I need to manage several transcodification tables for different countries (I prefer a DDIC table to FixValue or Value mapping) and with an amount of Business systems (more than 300).
    Before this week, I used <b>Graphical mapping</b>... but with some difficults to manage correctly several levels of IDoc segments. Graphical mapping is easy to use when there are one or two "0...unbound" segments but no more. And you cannot have an easy access to a DDIC (need to use an RFC in BPM).
    Since I'm trying to use <b>abap mapping</b>... but with some difficults to manage correctly the creation of an "0..unbound" messages, in order to distribute them to one or several receivers. Abap mapping is esay to use when there is only one receiver (no management before a block "Multiline to single line"; and it is interresting for requests on DDIC tables (very easy). But it seems there is some differences between a testing with tcode "sxi_mapping_test" (thus in foreground ==> easy to debug) and with the execution of the scenario (thus in background ==> difficult to debug).
    I don't know yet the XSLT mapping and the Java mapping (a complete one, not a java function inside graph mapping).
    Inside XI 3.0, for such flows, is there a <b>mapping tool</b> which is better than the other with IDocs?
    Regards.
    Mickael.

    You can call Java programs from XSLT mapping.
    So any lookups you can code in Java and call it from XSLT program.
    Below is the link to know more on XSLT Mapping with Java Enhancement.
    http://help.sap.com/saphelp_nw04/helpdata/en/55/7ef3003fc411d6b1f700508b5d5211/frameset.htm
    There are couple of blogs on the same.
    Hope it helps,
    Regards,
    Satish

  • Media shares auto mapping drive in Windows 8.1 Pro

    What setting in Windows 8.1 is causing the automatic mapping of several shared folders named media? 
    I work in a university environment with staff, faculty, and students using wired and wireless networks.  I have a user with a Surface Pro 3 that has started to automatically map, what seems like random addresses on the wireless network, to file shares
    named media.  When I setup these computers for the users I always have the media sharing turned off and I've never had cause to use it myself so I'm only a little familiar with what the settings do.  I've tried to change my own settings to reproduce
    the problem but I can't seem to find the correct setting so that I can reverse it.  Can someone point me in the right direction?
    Thanks,

    Hi Pete de Pistola,
    If your machine keeps reconnecting to a map drive, from driver path you should be able to track down which machine is shearing folder. Also since it is a Wifi network we wonder if users could use their own device which is not configured by administrator.
    As I know to prevent file sharing, group policy might be the only option.
    Enable or disable File Sharing with Group Policy
    https://technet.microsoft.com/en-us/library/cc754359(WS.10).aspx
    Regards

  • Display values for logical columns with several physical sources

    Hi all,
    I'm enocuntering some strange behaviour with the values displayed for a column (when we want to add it a as a filter, and in the dialogue box select 'Show All' values).
    Basically the logical column is mapped against several physical columns as the base fact table is aggregated to different levels. Additionally, one column in the fact tables has an attribute value, and these vary between the aggregated and non-aggregated table. This is not a problem.
    In the production environment, when we display the all values in the filters prompt for this column we are seeing the values being taken from one fact table. Naturally this means that not all the values possible for this column are being shown (i.e. values from the aggregated fact tables are missing). Now in one of our test environment where those fact tabels have additional data loaded, the values are being taken from one of the other fact tables. Unfortunately it is not necessarily the fact table with less data.
    My questions are:
    a) What dictates which fact table the server will use when the query in Answers doesnt use any dimensions (i.e. we are selecting just this attribute and selecting all the possible values by which it can be filtered)?
    b) Is there a way of obtaining all the values from the differente physical columns? I.e. that the display values shows the values of that logical column across all the physical fact tables? Maybe we would need to model that attribute as a logical dimension just for that attribute? Im not really sure this would work, as at the physical level the join between the dimension and fact would still have to go to only one particular fact table.
    Any info or help is much appreciated.

    Hi,
    Aggregate tables exist at physical level and are created by ETL procedures. Although i am aware that the dimension come into play when the application needs to decide which source aggregate table to use, it is not an issue here as in our query we are not involving dimensions. We are selecting just this one columen, and then the filter option on this column, then in the dialogue box we select 'All Choices', only the values from one of the source tables is being shown.
    This is not a probelm within reports, i think it is a product limitation in that in that option to list all values a user can filter by, it is not possible to display all the values from the different fact tables to which that column is mapped.
    Has anyone else encountered this behaviour?

  • One-to-many mapping to existing schema

    I've been playing with the Kodo eval for a couple of days now, and have run
    into a brick wall. My problem is probably trivial, but I'm afraid I can't
    get it to work:
    I have the following existing tables that model a 1-m mapping between users
    and their details:
    - Table User with columns ID, Name, SSN.
    - Table UserDetails with column UserID (foreign key to User.ID) and some
    data columns (phone number and so on).
    Note that UserDetails has no primary key column.
    I would like to map these to two classes: User and UserDetail.
    - Class User has a Collection member named "details_". Each element in this
    collection is a UserDetail object.
    - Class UserDetail has no reference to User.
    In other words, UserDetail objects are SCOs, if I understand the JDO spec
    correctly.
    I cannot find the right metadata to support this mapping. The pet shop
    tutorial has an example (the "giTract") in which the objects on the "many"
    side have identity. The reverse tutorial has an example ("articleSubtitles")
    in which the "many" side is a simple string stored in a single column, not a
    user-defined class with several fields that have to map to several columns.
    So neither of these examples seem to carry through to my case.
    Any help would be greatly appreciated.
    Thanks and happy new year,
    ~Benjy

    Patrick,
    Thanks for the prompt response.
    I tried something similar to what you described, but using datastore
    identity. I set the pk-column on the UserDetails class to UserID using the
    extension tag.
    However when I iterate over the UserDetail objects belonging to a single
    User, I keep getting the first instance back for each call to next() on the
    iterator. This is presumably because all UserDetail objects have the same
    UserID, hence the same PK, so the PM returns the same instance, as it
    should. The PK for the user details needs to be truly unique, and there's no
    way I can guarantee that, even with application identity (I might have two
    instances of UserDetails that are identical in value).
    From reading past postings on this group I believe my problem can be
    rephrased as "can I implement one-way 1-m relationships". I saw a post
    suggesting that this would be available in a future release. Any idea when
    this might happen? It seems to already be implemented for types that can be
    put in a single column (as in the "articleSubtitles" case).
    Thanks,
    Benjy
    "Patrick Linskey" <[email protected]> wrote in message
    news:[email protected]...
    Benjy,
    As you've deduced, the UserDetails table must have some "primary key"
    data. This does not need to be an actual database primary key, however.
    So, based on your description, you should probably be able to get away
    with using the UserID column as the JDO primary key column. To do this,
    you'll have to use application identity (so that you can control the
    setting of this column) and create a field for the UserID column in your
    UserDetails class.
    Also, you must take care to ensure that all Java fields that use the
    UserID column for data storage are set to the same value. Provided that
    this is the case, Kodo will deal with the duplicate entries, but if Kodo
    detects that you're trying to set a column to multiple different values,
    Kodo will complain.
    -Patrick
    Benjy Weinberger wrote:
    I've been playing with the Kodo eval for a couple of days now, and
    have run
    into a brick wall. My problem is probably trivial, but I'm afraid I
    can't
    get it to work:
    I have the following existing tables that model a 1-m mapping between
    users
    and their details:
    - Table User with columns ID, Name, SSN.
    - Table UserDetails with column UserID (foreign key to User.ID) and some
    data columns (phone number and so on).
    Note that UserDetails has no primary key column.
    I would like to map these to two classes: User and UserDetail.
    - Class User has a Collection member named "details_". Each element in
    this
    collection is a UserDetail object.
    - Class UserDetail has no reference to User.
    In other words, UserDetail objects are SCOs, if I understand the JDOspec
    correctly.
    I cannot find the right metadata to support this mapping. The pet shop
    tutorial has an example (the "giTract") in which the objects on the"many"
    side have identity. The reverse tutorial has an example
    ("articleSubtitles")
    in which the "many" side is a simple string stored in a single column,
    not a
    user-defined class with several fields that have to map to several
    columns.
    So neither of these examples seem to carry through to my case.
    Any help would be greatly appreciated.
    Thanks and happy new year,
    ~Benjy
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • About interface mapping

    what are there case about interface mapping?
    i knew that the following:
    outbound to inbound
    abstract to abstract.
    what else the case?

    Hi joy zheng  ,
    These r the details about interface mapping :
    Interface Mappings
    You can define mappings for an interface pair (source and target interface) by using message interfaces and message types in the Integration Repository.You can also define the corresponding mappings when the source or target interface is an IDoc, an RFC, or another interface connected by an adapter.
    When defining mapping programs for request, response, or fault messages, the definition is first separated from the interfaces that reference the corresponding message types. Furthermore, you can reuse a message type for multiple interfaces. This means that the simple definition of a mapping program is not sufficient to establish a connection (that is based on the assignment of outbound and inbound interfaces).
    This role is undertaken by the interface mapping:
    &#9679;     An interface mapping specifies the corresponding mapping programs for request, response, or fault messages for a selected interface pair. You use an interface mapping to register mappings for an interface pair.
    &#9679;     You can also specify multiple mapping programs to be executed one after the other in the case of requests and responses for an interface mapping.
    You can also define multiple interface mappings for the same interface pair, to provide multiple variants in the Integration Repository. At configuration time, the customer can select the appropriate mapping in an interface determination and save it in the Integration Directory
    Use :
    Interface mappings register your mapping program for an interface pair in the Integration Repository. If you require a mapping at runtime, it is sufficient to select the interface mapping for the interface pair at configuration time . The Integration Server uses the interface mapping to identify associated mapping programs for request messages, response messages, fault messages, or all three.
    Features
    Executing Multiple Mapping Programs for One Direction
    By using an interface mapping you can execute multiple mapping programs consecutively for the transformation of a request or response message. In such cases, an interface mapping comprises multiple steps for which the following applies:
    &#9679;     The steps are executed in the sequence specified (from top to bottom). The result of the mapping program from the previous step is forwarded to the mapping program of the subsequent step.
    &#9679;     Each step can reference a mapping program that executes a 1:1, 1:n, n:1, or an m:n transformation. In the case of multi-mappings (1:n, n:1, or m:n), the previous step must create the same number of messages that the subsequent step expects.
    &#9679;     Multi-mappings use one envelope to put all messages in one structure. If one of the steps references a multi-mapping program, all subsequent steps must use the same envelope.
    The mapping for a request message comprises two message mapping programs: one 1:1 transformation and one 1:n transformation. Since the latter message mapping uses the multi-mapping envelope for both the target message and the source message, the message mapping for the 1:1 transformation must also create a transformation result with a multi-mapping envelope.
    You do not strictly need to divide up one direction of the whole mapping into different steps. However, this enables all the message formats in one system landscape to be mapped to a central message format, for example. This results in less mapping programs being required because you no longer need to be able to map all the different message formats to each other.
    Activities
           1.      Create your interface mapping on the design maintenance screen of the Integration Builder (see also: Creating an Object).
    You can also create multiple interface mappings for the same interface pair.
           2.      Enter the source and target interfaces that require a mapping of the request message, the response message, the fault message, or all three, in the table of the same name. The following restrictions apply:
    &#9675;     If you want to use the interface mapping in a transformation step in an integration process, you must only specify abstract message interfaces. Furthermore, all objects (integration process, interface mapping, and all objects referenced by the interface mapping) must be in the same software component version. If you want to reference objects from underlying software component versions, you must access the objects from the Basis Objects branch (in the navigation tree or using an input help) (see also: Underlying Software Component Versions).
    &#9675;     If you want to map multiple messages to each other by using a multi-mapping, you can only specify asynchronous interfaces (for further restrictions, see: Multi-Mappings). If any message interfaces are missing, you can also create them by using the functionCreate New Object ().
    If the interface cannot be imported or cannot be created in the Integration Repository (in the case of an external adapter, for example), you must enter the interface names manually. However, it is not possible to check the technical name in this case.
           3.      To import the properties of the interfaces, choose Read Interfaces. The table in the lower area displays tab pages for the request message, response message, and if available, for the fault message, for each mode of the interfaces (either synchronous or asynchronous).
           4.      To develop an external mapping program, export the XSD schema of the respective request or response message as a zip file after you have imported the interfaces. The zip file can contain multiple schema files that reference each other, for example in a multi-mapping. In this case, the schema with the global message element has the name MainSchema.
           5.      To reference a mapping program for the respective message, you have the following options:
    &#9675;     Select an existing mapping program from the Integration Repository by using the input help (). If this is a message mapping, the default setting of the input help only displays those message mappings that are found using the source and target message in the Integration Repository (in multi-mappings, the first source and target messages are used as the search criteria). However, you can also display any number of message mappings, for example, because you are constructing a mapping from several mapping programs with intermediate instances which have no message types.
    &#9675;     You can create message mappings directly from the interface mapping. To do this, select the mapping type Message Mapping in the Type column. Position the cursor in the Name column and choose the function Create New Message Mapping () in the Mapping Program frame. The Integration Builder copies the specifications of the messages and their occurrence directly from the interface mapping.
    An interface mapping can only reference mapping programs that belong to the same or an underlying software component version of the interface mapping. This ensures that the mapping program can be shipped together with the interface mapping (see: Software Logistics).
           6.      If you are not using a mapping for a fault message, you can execute multiple mapping programs in succession for request and response messages:
    &#9675;     To insert an additional line for a mapping program, choose .
    &#9675;     To delete the registration for a mapping program, choose .
    At runtime, the mapping programs are executed from top to bottom.
           7.      Save the interface mapping.
    The following web-site gives complete details about interface mapping :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/12/05731a10264057badc32d3d3957015/content.htm
    **********Please reward points if u find this useful
    cheers,
    gyanaraj

  • XI 7.0 passing attributes between java mapping and message mapping

    Hi all,
    Here's a newbie question. There is a scenario where an interface mapping has several stages of java mapping and message mapping
    I would like to know how to set attributes in the java mapping so that it can be accessed in a message map (or vice versa). What I intend to do is pass some information from one mapping to the other so that action can be taken based on the values passed.
    Thank you!

    Another option is storing the values in the message header in the same way as the Adapter-Specific Message Attributes:
    http://help.sap.com/saphelp_nw04/helpdata/en/43/09b16006526e72e10000000a422035/frameset.htm
    Just use your own name/namespace combination, which is not used in any adapter.
    If possible use the way that Sandro proposed and add the information which you need to additional tags in the payload.
    Regards
    Stefan

  • Mapping loses the content of a message

    Hi,
    I'm facing a strange problem in the BPM there 2 mapping. The first set a value into an interface the a second mapping uses several interfaces to combine to a single message.
    Problem: in the second mapping it's like the node is not there and it does not get is value. When testing the mapping it works fine.
    Any idea
    thanks in advance to all
    Regards
    Jaime

    how many sender message you have ?
    How many ur going to merge?
    how many receiver?
    mapping is problem means .....try to map with message to message(root) under that map with  message 1 to message1 and map with urmessage type name also and ur node.

  • Error Deploying Mapping in Production Environment

    All,
    I have 3 locations: APPS (source,) STAGING (target,) and SALES_DM (target.)
    I am trying to deploy a mapping, via deployment manager, to my PRODUCTION runtime environment. The mapping is part of the STAGING schema, has two source tables from the STAGING schema, and after a simple join performs a lookup to APPS, STAGING, and SALES_DM tables, and eventually loads to another table in the STAGING schema after various transformations (it is a complicated mapping that deals with invoices and orders for a Sales DataMart.)
    I have deployed and executed this exact mapping in several test instances. I have also deployed and executed many other mappings in the STAGING schema in PRODUCTION. However, I am encountering an error when I try to deploy this specific mapping: “PL/SQL: ORA-00942: table or view does not exist.”
    This error occurs 4 times (there are 4 warnings with different line numbers.) When I go to the lines in the code (using the line number + line number where the ‘/’ in the main is found trick) the same STAGING table is in every line. Since this mapping executes as STAGING, it is a little weird that the error message is indicating a permission issue with one of its own tables. Is it possible that this specific table is not the real issue?
    Here is the main difference I can see between my PROD and TEST environments. In TEST, the APPS location is registered to APPS, where as in PROD it is registered to STAGING. However, in both instances I am positive that the appropriate grants on source APPS tables have been given to STAGING, and in PROD I have created synonyms for the source APPS tables in STAGING (i.e. for the Applications order headers table I have created the synonym oe_order_headers_all.)
    I have had to do a lot of troubleshooting with apparent permission issues before, but am completely baffled on this one.
    Any thoughts or ideas are much appreciated.
    Regards,
    Ryan

    Hello,
    Since you have one PRODUCTION runtime, the targets STAGING and SALES_DM runs in the same instance. If you register both locations properly in Deployment Manager, OWB will figure out that you deploy to the same instance and will use schema.table naming in your mapping PL/SQL package for efficiency, not any DB link.
    Because of this you/SALES_DM must (manually) GRANT SELECT on SALES_DM.lookup_table TO STAGING in the PRODUCTION instance (you must grant directly to the STAGING user, not to any role held by the user).
    I presume you have checked that your lookup tables have been deployed, as reminded by another forum participant earlier...
    Regards, Hans Henrik

Maybe you are looking for

  • Os x crashed. what could have been the issue??? [log attached]

    here is the crash log... Interval Since Last Panic Report:  326223 sec Panics Since Last Report:          1 Anonymous UUID:                    B89DF022-5478-F968-7AFD-E80DF31E12C2 Wed Jan 30 09:56:51 2013 panic(cpu 0 caller 0xffffff80048b7bd5): Kerne

  • How to Change SID at SAP level

    Hi Teachies I had backup and restored the development system by brtools, I want to change the SID at SAP level , i have to note to change SID at Databse level . What are the changes we need to do at SAP level. ENV : Solaries, oracle 10g , ECC Thank Y

  • PCMCIA on Compaq Armada M700

    Hi I have installed Solaris 8 x86 on my Compaq Armada M700 laptop. Everything works fine including video which I installed XFree86 for, except that Solaris does not see my PCMCIA controller. Does anyone have any sugegstions ? Best Regards / Gareth

  • Templates do no appear when creating pages

    I am using 10g.... When I create a Template in a particular Page Group (in the Templates folder) I am not able to select this template when I create a new page in the that Page Group. The only templates that are available to select are those in the S

  • MSN hot mail, in box & folders not responding, locked up!

    Hotmail screen is displayed, cant access items in my in box or folders. Able to access hotmail via internet explorer.