How to approach this scenario (Many to Many). A bit confused

Hi all,
I have a scenario where I am confused and am looking for some guidance. Let me explain the scenario I have.
I have an Item Table (Which will be used to create Item Dimension) :
ItemID
ItemName
Item1
ItemName1
Item2
ItemName2
Item3
ItemName3
Item4
ItemName4
I have a Promo Table (Which will be used to create Promo Dimension) :
PromoID
PromoName
1
Promo1
2
Promo2
3
Promo3
4
Promo4
I have a Promo Lines table (This is lines for promotion but here is the confusion):
PromoID
LineNum
ItemID
Activity
1
1
Item1
Activity2
1
2
Item2
Activity1
1
3
Item3
Activity3
2
1
Item2
Activity2
3
1
Item3
Activity1
3
2
Item1
Activity3
4
1
Item2
Activity2
4
2
Item1
Activity1
I have a Transaction table "Sales Order Trans Table". This will be used to create "SalesOrderLine" Measure group (Fact) :
SalesOrderNumber
SalesAmount
ItemId
SO1
100
Item1
SO1
234
Item2
SO2
345
Item3
SO2
456
Item1
SO2
567
Item2
SO3
234
Item2
SO3
345
Item1
SO3
343
Item3
SO4
234
Item2
SO4
765
Item1
SO5
567
Item3
SO5
345
Item2
SO5
234
Item1
Now in my cube I need these :
Item Dimension :
ItemID --> ItemID column of Item Table
ItemName --> ItemName column of Item Table
SalesOrderLines Measure Group
Sales Amount --> Sum on SalesAmount column of Sales Order Trans table
Sales Lines Count --> Count of rows of Sales Order Trans Table
Promo Dimension:
PromoID -->  PromoID of Promo Table
PromoName --> PromoName of Promo table
Activity --> Activity of Promo Lines Table
Solution I have thought
The Item dimension is straight forward and relation with Measure group is a regular on ItemId --> ItemId. So no issues here
The Promo dimension  can be made easily from Promo table with promo Id as Key column. The relationship with fact is confusing me.
For the Promo Dimension, Since it is many to many relationship between Promo and Item , I initially thought of using the PromoLines Table as a Fact less fact Measure group and using that as intermediary measure group in a Many-to-Many Dimensional usage between
the Promo dimension and SalesOrderLines Measure group.
The problem is the Activity attribute that is required on Promo dimension. if I use the PromotionLines in the dimension, I will get the activity, but what will I keep as key attribute(As One attribute is related to one or many lines).
I am very confused with this. Any thoughts on how to resolve this or any suggestion will be very helpful.
Thanks,
Girija Shankar
Please mark responses as answered if it helped you.. This helps others... - Girija Shankar Beuria

You are on the right track. Create the SalesOrderLine measure group. Create the Item dimension. This will be your intermediate dimension. Create a measure group off PromotionLines with a hidden count measure. This is your intermediate measure group. Create
a dimension off the Activity column (that's the key) and relate that dimension with a regular relationship to the PromotionLines measure group. This will be the first many-to-many dimension in SalesOrderLine. Create a Promo dimension with a regular relationship
to the PromotionLines measure group and a many-to-many relationship to SalesOrderLine. This is the second many-to-many. Both m2m dimensions resolve through the same intermediate measure group.
http://artisconsulting.com/Blogs/GregGalloway

Similar Messages

  • How to approach this requirment

    Business  overview:
    For every organisation account management will be the core functionality. The account management should include the following:
    customer - company - vendor.
    1. customer info
    2. vendor info
    3.organisation info
    4.material info
    5.purchase order info
    6.sales order info
    7.subsequent documents such as delivery doc,invoice doc n accounting doc info.
    Reports:
    1.purchase order line item wise report.
    2.open purchase order.
    3.sales order line item wise report.
    4.open sales order report.
    5.open invoice item wise.
    Im new to ABAP, pl someone guide me how to approach this requirment. Which r the tables n fields i need to work with?
    Thank you.

    Hi Ashwini,
    I am giving you some of the important details of tables as per your requirement.But there could be more tables than i am providing.
    Just a list of tables that come in handy.
    Sales orders
    Name       Description                                 Uses
         LIKP       Shipped Lines header   
         LIPS       Shipped Lines detail  
         VBAK     Order header                             Every order (unless archiving)
         VBAP     Table fields                               Every line item (unless archiving)
         VBBE     Open sales order line items       Great file, but be careful.Contents don't reflect orders
                                                                       that  do not affect purchasing (go figure).
         VBEP      Schedule line item   
         VBFA      Document flow                         Let's you move from order to shipping document to invoice.
         VBUK      Order status   
         VBUP      Line item detail status   
         VBFK      Invoicing header   
         VBFP      Invoicing detail  
    Material Management
    Name        Description                                   Uses
        MARA      Inventory Master 
        MARC           Plant Data 
        MARD      Current Inventory 
        MAKT       Descriptions 
        MBEW      Material Valuation 
        T179         Product Hierarchy  
        MVKE       Sales data (materials) 
        MKPF      Material document                     Status code 'R' in VBFA
    Purchasing
    Name      Description                                       Uses
       EINA       Purchasing inforecord                 by MATNR/LIFNR contains things like vendor material
                                                                      number and access key for EINE 
       EINE       Purchasing inforecord detail        Contains minimum purchase, group, currency 
       EKPO     Purchase orders   
       EKET      Scheduled lines   
       EKES     Vendor confirmed lines
       IKPF       Header- Physical Inventory Document
       ISEG      Physical Inventory Document Items
       LFA1      Vendor Master (General section)
       LFB1      Vendor Master (Company Code)
       NRIV      Number range intervals
       RESB     Reservation/dependent requirements
       T161T     Texts for Purchasing Document Types
    Forecasting
    Name      Description                                          Uses
       MAPR  
       PROP  
       PROW  
    Classification
    Name             Description                                            Uses
       KSSK            Material number to class 
       KLAS             Class description 
       KSML             Characteristic name 
    CABN/CABNT     Characteristic name description 
    CAWN/CAWNT   Characteristic name 
       AUSP              Numeric values 
      CAUFV             Service order header 
       AFPO              Service order line                          Holds items that will create "reservations"
      RESB               SM Reservations                                 Materials needed for line
    Customer Data
    KNA1        Customer Master  
    KNVV        Sales information   
    KNVP        Partners (ship-to, etc)   
    Since you are new to abap, its better you to know the system tables and other tables for configuring: 
    System tables
    Name       Description                   Uses
      DD02T      Table texts 
      DD03L      Table fields               Lists the fields in a table
      DD04T    Data element texts 
      USR02    Valid user names 
    Config tables (normally begin with "T")
    Name       Description                              Uses
      T001            Client table 
      T002            Languages 
      T005           Region (Country) 
      TCURR        Currency and exchange rates 
      TVAK         Order type 
      TVSB          Shipping condition  
      TVAGT        Rejected reason for order line  
    Other tables
    Name        Description                              Uses
      STXH           Text header 
      STXL            Text detail
    Reward points if useful.
    Thnakyou,
    Regards.

  • How to approach this requirement

    Business  overview:
    For every organisation account management will be the core functionality. The account management should include the foll:
    customer - company - vendor.
    1. customer info
    2. vendor info
    3.organisation info
    4.material info
    5.purchase order info
    6.sales order info
    7.subsequent documents such as delivery doc,invoice doc n accounting doc info.
    Reports:
    1.purchase order line item wise report.
    2.open purchase order.
    3.sales order line item wise report.
    4.open sales order report.
    5.open invoice item wise.
    Im new to ABAP, Please someone guide me how to approach this requirement. Which are the tables and fields i need to work with?
    Thank You.
    Ashwini

    Hi:
    Refer to SAP Tables in this documentation.
    http://www.erpgenie.com/abap/tables.htm
    You will find the realted fields in the weblink.If you are not unable to find the field and table, go to functional consultant and ask him about the filed.
    he will show you and click on F1.you can see the techncail information.Click on this and you will see table name and field name.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • May i know how to develop this scenario

    Hi Experts,
             can any one help in this scenario, i am getting data from different external system (data comes as flat files from 3 different leagasy systems,  aswell from oracale data base),  i want to post these data to Payroll system(R3). may i know how many file adapters and communicatoin channles do i requre to implement this scenario.
    thanks,
    dhanush

    Dhanush,
    As far as my understanding from ur scenario. You need BPM to achiveve the same.
    You need 4 communication channels from sender side and one receiver channel.
    3 sender channels pointed to 3 different legacy systems and 1 communication channel for Oracle.
    Mapping logic must be N:1
    BPM Logic.
    Fork (4 branches )-->Place receiver step on each branch and check all of them to start the process ---> Transformation step(N:1 Mapping) -
    >Send
    Hope it helps!!
    -raj.

  • Hello can anyone explain me how to solve this scenario.

    Hello Experts,
    Today i have attended an interview .. the interviewer has given me this scenario and gave me a system and asked me to solve this scenario practically..
    So this is the scenario.. How to solve can any one send me some idea and if possible probable solution..
    <b>scenario.</b>
    IBM sells Notebooks and Machines through dealers.they provide direct selling to corporates.
    .they give 10% discount to orders of 10 pcs and more.
    <b>scope</b>
    <b>.masters</b>
    maintaining dealers
    maintaining product list and price
    maintainig corporate details.
    <b>transactions</b>
    no of orders placed and delivery date.
    <b>reports</b>
    . dealer wise order report
    . company stock report
    .sales report monthly and yeraly wise.
    So what i am asking you is kindly guide me how to approach to solve this scenario.

    this is the exception,I don't know why this exception exist sometimes and isn't exist sometimes
    java.io.UTFDataFormatException
         at java.io.ObjectInputStream$BlockDataInputStream.readUTFSpan(ObjectInputStream.java:2963)
         at java.io.ObjectInputStream$BlockDataInputStream.readUTFBody(ObjectInputStream.java:2888)
         at java.io.ObjectInputStream$BlockDataInputStream.readUTF(ObjectInputStream.java:2701)
         at java.io.ObjectInputStream.readString(ObjectInputStream.java:1536)
         at java.io.ObjectInputStream.readTypeString(ObjectInputStream.java:1344)
         at java.io.ObjectStreamClass.readNonProxy(ObjectStreamClass.java:540)
         at java.io.ObjectInputStream.readClassDescriptor(ObjectInputStream.java:762)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1503)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
         at REDCSecurity.RSAKeyPair.readFromFile(RSAKeyPair.java:122)
         at REDCTools.USBHandler.getPrivKey(USBHandler.java:99)
         at REDCClient.Disconnected.compare(Disconnected.java:289)
         at REDCClient.Disconnected.authenticate(Disconnected.java:185)
         at REDCClient.Disconnected.connect(Disconnected.java:75)
         at REDCClient.ConnectionAgent.connect(ConnectionAgent.java:28)
         at REDCClient.testConnect.main(testConnect.java:13)

  • How to implement this Scenario(JMS to IDOC)

    Hi Frnds,
    I am working on one scenario JMS to IDOC .based on JMS Message my XSLT Mapping will genarate Multiple Idocs(max 3) or 2 or one.
       I have to send this IDOCS based on some conditions,the conditions mentioned below.
    xslt mapping genarats one message ,but this contains 3 IDOCS or 2 or 1.(Order Create , Order Change and Order Response),
    what is the best approach to implement this scenario
    1)f Order Create  segment exists (new PO), first check SAP to see if PO does actually exist using RFC Z_BBPR46_GET_PO_FROM_FPA ,If it does not exist, pass Order Create idoc to SAP to create new purchase order
    If it does exist, retrieve PO details from RFC and pass Order Change idoc to SAP to update existing purchase order
    2)If Order Change segment exists (change PO), retrieve PO details using RFC Z_BBPR46_GET_PO_FROM_FPA and pass Order Change idoc to SAP to update existing purchase order
    3)If Order Response segment exists (goods movement), retrieve PO details using RFC Z_BBPR46_GET_PO_FROM_FPA and pass Order Response idoc to SAP to create goods movement.
    Above logic i implemented in one mesage mapping Source is XSLT Mapping Output and Receiver message in message mapping is Multimapping selected 3 IDOCS.
    Regards,
    raj

    thanks

  • Multi language, how to approach this?

    Hi everyone,
    I have a website on which I want to offer multi language, but no idea what is the best way to do this.
    There 2 plans I have:
    1:
    Of course all content (text) is in a database.
    If a user would want a different language, the user would click on a link/flag, this would put the requested language in a session variable, for example: session.language = "es"
    In the database I would have 2 columns (every language has 1 column) and then select the text which belongs to 'es'
    Every page would then do a request to the database to get the text beloging to the session.language.
    PROS: Relatively simple to implement
    CONS: SEO wise I don't think this could be very good. http://www.domain.com/page.cfm would give an english text or spanish text (or other language). Google will not add duplicate URL's
    2:
    Do something with http://www.domain.com/en/page.cfm for english and http://www.domain.com/es/page.cfm for english.
    With a URL rewrite rule the language value in the URL http://www.domain.com/en/page.cfm would actually be a page http://www.domain.com/page.cfm?language=en
    The url.language variable will then select the correct language from the database.
    PROS: Unique URL for each language. Good for SEO and Google indexing.
    CONS: A bit more difficult to implement. (I think)
    Or does anyone have other / better ideas?
    Thanks!!

    You kind of mix two different considerations partially in your two options here: how to identify the language (mentioned in both points), and how the data is stored (only mentioned in the first one).
    We use the second approach for identifying which language site one is on, except we use a subdomain instead of an element in the path (eg: we have es.domain.com, fr.domain.com etc, rather than www.domain.com/es/ and www.domain.com/fr/).  However I think that's neither here nor there.  The rewrite is simple to set up, and a one-off, so there's no real penalty there.
    As for how the data is stored, we've got a bit of a hotch-potch depending on which text it is.  Structural stuff which is fairly static (eg: in the breadcrumbs the text saying "You are here") we have in .properties files.  Slightly more frequently "managed" text like SEO-sensitive stuff is stored in a slightly different text-file-based system, due to who maintains said content.  Other (more volatile) content still is managed via a CMS.  This is basically down to which dept manages which text (as well as legacy issues like different people having different ideas as to how things ought to be done,if I'm honest).  The text-file-based stuff is loaded once at app-start-up, and the DB-stored stuff is called as necessary (with some CF & DB-side caching depending on what it is).
    The text-file-based stuff is applied to a page in the way Steve suggests.  The DB stuff is just output as per normal fetched-query content.
    You might want to read up on how Java handles this sort of thing, to get a fairly coherent picture of an accepted / standardised approach to such things.  Start with http://docs.oracle.com/javase/6/docs/api/java/util/ResourceBundle.html and google "java ResourceBundle".
    Adam

  • How to map this scenario..?

    Hi,
    I have one requirement to map in SAP,
    Scenario:
    1)PO will be raised for a material A.
    2)Material A contains 5 different component materials( ie by assembling 5 components we will get Material A)
    3)When I do GR for Material A against that PO, stock has to be updated only for 5 components not for material A.
    Can you pls tel me how to map this in SAP.
    Your inputs are rewardable.
    Regds

    Hi ,
    pls follow this process;
    As Charu said, you can create material A as non-stock material and create BOM and assign the  five
    components.
    1.Create Subcontracting PO, item category as L.
    2.Use MB1B to transfer post the components to subcontractor(vendor) and assign the PO.
    (Make sure that you have enough stock of your components in your unrestricted stock.)
    If not increase the initial stock balance for the  components using 561 movement type, using MB1C Tcode.
    3.Create subcontracting challan against this mat doc.Tcode J1if01.
    4.Now  do Migo. In the excise tab you can select as refer subcontracting challan, a pop-up will appear.
    enter the challan no .Mat doc will be posted.
    5.Reconcile the challan using J1ifQ tcode, against the Migo doc.
    6.If its fully  reconciled, i.e if you have received full quantity,the challan would be fully reconciled
    and you can complete the challan using J1if13.
    You can print the challan by clicking print immediately check box.
    7.Then MIRo.
    Award points if useful.
    Regards
    Kumar

  • How to achive this scenario

    Hi,
    We have report which contains many Financial products in product column.Some of product need to calculate by based on end user selection in terms of % in dashboard prompts.
    Example: If end user select or enter 10 in prompt then only Loan items has to calculate and need produce new row as Loan commitment 10%.
    I try by using calculated items but it not allowing to use presentation variable.How achive this.kindly let me know.
    EX:Base Report                                
    Financial Product
    Amount
    Credit Cards
    1300
    Deposit
    3000
    Shareholders' Fund
    2500
    Loans
    1000
    Expected Report:
    Financial Product
    Amount
    Credit Cards
    1300
    Deposit
    3000
    Shareholders' Fund
    2500
    Loans
    1000
    Loan commitment 10 %
    10

    I got answer for this question
    Thanks

  • How to handle this scenario in selection screen?

    hi friends...i have 2 radio-buttons (2 parameter fields below each) in one group..the need when one radio button is checked, i need two parameter fields below it to be input enabled and the other to be disabled, if another radio button is checked, then the former two will be disabled and the other two parameter fields to be input enabled..no problems with this..i have written this functionality in at selection-screen output..i want to make each 1 parameter in the two groups to be mandatory..as using obligatory gives problems during at selection-screen output event, i want to achieve this functionality in some other event...i have tried the same in At selection screen on para_1 and at selection screen on para_2 fields, but am not able to achieve the desired functionality..by default the first radio button is checked, if the user wants to click the second radio button, At selection screen on para_1 event gets triggered and it throws the error msg. for the first one & vice versa...can't handle this in start-of-selection event also, as it gives the error msg. in a blank new screen..how to achieve it??
    i have checked quite a few SDN threads, but doesn't answer my question
    regards,
    Sathish R

    Hi,
    I think you cannot proceed with obligatory statement as it will be triggered before theselection screen events.
    You may check the code below.
    PARAMETERS: r1  RADIOBUTTON GROUP rad1 USER-COMMAND abc.
    PARAMETERS p1(5).    ( maintained as obligatory)
    PARAMETERS p2(5).
    PARAMETERS  r2  RADIOBUTTON GROUP rad1.
    PARAMETERS p3(5).       ( maintained as obligatory)
    PARAMETERS p4(5).
    INITIALIZATION.
      r1 = 'X'.
    AT SELECTION-SCREEN OUTPUT.
      IF r1 = 'X'.
        LOOP AT SCREEN.
          IF screen-name = 'P4'.
            screen-active = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ELSEIF r2 = 'X'.
        LOOP AT SCREEN.
          IF screen-name = 'P2'.
            screen-active = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.
    AT SELECTION-SCREEN .
      IF p1 IS INITIAL AND sy-ucomm NE 'ABC'.
        MESSAGE 'Enter the obligatory value' TYPE 'S' DISPLAY LIKE 'E'.
      ENDIF.
      IF p3 IS INITIAL AND sy-ucomm NE 'ABC'.
        MESSAGE 'Enter the  obligatory value' TYPE 'S' DISPLAY LIKE 'E'.
      ENDIF.
    Hope this will help you.
    Regards,
    Smart Varghese

  • Advice needed on how to approach this, passing around strings

    Hello everyone,
    I'm new to network programming and I was just wondering if I could get some clarification and some advice on networking.
    Right now I have a serversocket program that accepts a connection from another server that is sending large strings (events), my server socket program takes these strings (events) and parses them and up stores them into an object and then into a multi-map.
    Now I'm going to take these events and turn them into a string again, and send them to a receiver.
    I'm confused on the processes of how this will happen.
    My Sever Socket program creates a server socket, and listens on port 5656, the program thats sending me the strings (events) connects to socket 5656, and starts sending me data.
    Now once this data is processed and stored as a message object, then what do I have to do to send it off to another program?
    Do I open up another Sever Socket, and listen on port 5000, then when that other reciever program connects to 5000 it will start sending those strings to it?
    If this is the case, what if there is no connection to 5000 to recieve the strings I'm going to send to it? Would I need to maybe store all the strings in a vector and when the client connects to port 5000, should I just start sending them from the vector?
    Or should the recieving application be also a server? So as soon as I get my first string, I can just use the Socket class, rather than the ServerSocket to create a connection like: Socket echoSocket = new Socket("taranis", 5000); Asumming taranis is the name of the server that wants the strings I parsed.
    So my application will have a SocketServer to accept the incoming string, then it will create a Socket and connect to another server to send the string?
    Thanks :D

    Or should the recieving application be also a server?That seems like much the better alternative.
    BTW why don't you just pass the events around in their original form, using Serialization, rather than string-ifying and de-stringifying them everywhere?

  • Title with incremental number -- how to approach this when editing in Premiere CS4

    Ok, I'm not sure if this is possible, but here is what I would like to accomplish:
    I've recorded a Tour in Google Earth Pro - you know the camera 'flying' from placemark to placemark. I've measured the amount of kilometers between placemarks. What I would like to do is to display a title/number in the left top of the screen in Premiere which displays the number of KMs traveled, incrementing when the camera flies. I need dynamic text that increments e.g. from 0 to 2000 KMs from frame 1 to 500. I'm not sure which approach is best to accomplish this, and if it can be accomplished inside of Adobe Premiere. Thanks for the support. Best regards,

    You may have to look at After Effects for something like this.

  • Having some problems thinking how to approach this...

    // Design and implement a class called PairOfDice, with two six-sided
    // Die objects. Create a driver class called BoxCars with a main method
    // that rolls a PairOfDice object 1000 time, counting the number of box
    // cars (two sixes) that occur.
    Ok, im really new to this whole class linking things. Ok first i dont know how to create the two Die objects as one and have them rolled using the BoxCars class. Can somebody help me in the right direction ?
    Also, what is a driver class?
    This is what i have so far, but i believe its wrong..
    import cs1.Keyboard;
    import java.util.Random;
    public class P4_4
         // Creates the two Six-Sided Die Objects
         public class PairOfDice
              PairOfDice Die = new Die();
         // Rolls PairOfDice 1000 times
         public class BoxCars
              public static void main (String[] args)
              protected int numSides = 6;
              numSides = BoxCars;
              for(int i=0; i<=1000 ;i++)
                   // checks if the two die objects are both 6's and adds them together
                   if (Die.... )
    }Thanks, ps2cho

    In your earlier thread here
    http://forum.java.sun.com/thread.jspa?threadID=686288&messageID=3993794#3993794
    you have been given almost the entire answer. What is the problem?
    Take the problem statement and break it up into smaller parts:
    // Design and implement a class called PairOfDice,
    Create a class named PairOfDice
    // with two six-sided Die objects.
    Create 2 objects in the class, each one representing a die. For this whole thing to work, you have to be able to toss both dies, and get back a random number from 1 to 6 for each. And this has to occur each time the class is called.
    // Create a driver class called BoxCars with a main method
    // that rolls a PairOfDice object 1000 time, counting the number of box
    // cars (two sixes) that occur.
    Create a class named BoxCars that instantiates and then calls PairOfDice 1000 times, recording the results of each call.

  • How to achieve this scenario

    Hi I have a stored procedure in oracle... implementing some if else logic
    what i want is ... if
    if <condition=true> then
    send some indicator file(0bytes) from the database on to another application server
    else
    dont do anything ;
    Now.... that app server is a weblogic server on which some java programs exist.... there should be some way for java program to wait for this file.... once the file arrives.. delete it and execute a java class ...
    Is this possible? if yes how.....
    I have actually implemented this in a didfferent way.... currently
    i have loaded the java class into oracle and wrote call specifications for it (java stored proc) and calling this java stored proc if the condition is satisfied. But i dont want to load all the java jars/classes into the oracle database creating havoc.
    Please suggest
    Regards
    Edited by: learning_man on Mar 2, 2010 12:37 PM

    learning_man wrote:
    I just want to send some file.... to the appserver to know that .. it can now start executing its class
    its just like a make file..... to trigger the java programA make file has absolutely nothing to do with communication between programs.
    You and Scott want to communicate. You can use e-mail. You can use telephones. You can use cellphones. You can use satellite phones. You can use two-way radios. You can use snail mail. You can use signal flags. Etc.
    The very first thing you and Scott has to do, is agree on what means of communication to use.
    It is no different between PL/SQL code and Java app server code. You need to identify what means of communication will be used to enable the PL/SQL code to communicate and notify the Java app server code.
    This is driven by technical requirements. What is communicated? At what rate? How must communication failures be dealt with? Etc.
    It could be done by PL/SQL using http to call the Java app server. It could be done by using ftp to place a trigger file on the app server for the Java code to detect. It could be done using numerous methods.
    After you decided which one, we can tell you how easy/difficult/robust/do-able it is in PL/SQL.

  • How to solve this scenario

    Hi there!
    i've this design actually:
    ASA01 - Connects to ISP01, its LAN ip address is: 192.168.1.1
    ASA02 - Connects to ISP02, its LAN ip address is: 192.168.1.2
    After them, a cisco 3750 switch that connects with these two cisco firewalls.
    On all of three above, i've created OSPF networks.
    In two firewalls, i've created default routes 0.0.0.0 0.0.0.0.0 with object tracking.
    These defaults routes, are distributed via OSPF to switch also. So switch itself, learns it default route via one of the two Cisco Firewalls (the one of ASA01 has lower metric).
    In cisco switch, i've create different VLANs, for users, servers etc.
    the VLAN where two asa are connected is vlan 5 with ip address: 192.168.1.3
    Actually, on cisco switch, i've create a route map, that traffic that originate from Server IP to always go to ISP02. This server IP is 10.1.1.18
    The VLAN of server in cisco switch has IP address 10.1.1.3.
    The servers have as default gateway the ip address of 10.1.1.3 (the vlan IP)
    Now, i've to replace this cisco switch 3750 with another L3 switch (not cisco), that support ospf, BUT DON'T SUPPORT AND DON'T HAVE ROUTE MAP.
    With this new switch, i've problem that server with IP 10.1.1.18 always use ASA01 as default route, but i want that this server to be routed to ISP02 via ASA02.
    What can i do?

    The server are running in Virtual Machines, and physical server are connected only to switches.
    I've done this test, and it failed also.
    Put the server on VLAN5 of ASAs, and put as gateway the ASA02 IP 192.168.1.2
    And the server did not connect to internet via ASA02, but it uses ASA01, as ospf is running on them.

Maybe you are looking for

  • Data is not Getting refresh in Dashboard

    Hi I have implemented Xcelsius on the top of SAP BI System. I have the following architecture - SAP BI Cube --> BO XI 3.1 Universe Based on Cube --> QWaaS on the Universe --> Xcelsius Dashboard on the QWaas. When i created a dashboard and run it , it

  • How can I tell what version ipad I have

    How can I tell what version ipad I have it's a 32GB  WiFi / Cellular and version number begins with MD52

  • Report6i is getting hanged when i am using truncate command in srw.do_sql

    Hi All, I am using Reports 6.0.8.18.0 and oracle 9.2.0.1 on Windows XP with SP1. I am having a report in which i have used "truncate table <tablename>" command using SRW.do_sql command. some times report is getting hanged and some times it is giving

  • Migrating keywords from Bridge to LR

    I'm finally incorporating LR to my Bridge / ACR / PS workflow. I have a very detailed keyword tree that I use in Bridge. This tree is organized in a hierarchical manner, and some of the keywords have synonyms or in case of taxonomy, common and latin

  • Turning Touch on its Side...NOT WORKING HELP!?!?!?

    Hello All, I am a new Apple user so please be nice I just got my Ipod Touch in the mail today and have been fooling around with it for a few hours now. When I try and turn the Ipod on its side (so that you get the landscape view of photos, websites,