IDoc Collection in BPM and Without BPM

Hi All
I'm much confused on IDoc collection for which i require your expertise to clear my doubts. My primary question is based on the context "Multimapping doest work with idocs".
consider the case ->  collect files-idoc scenario. <b>Using BPM</b> i need to have
a multimapping scenario. In the <b>transformation step</b> we will have a <b>container</b> element where <b><u>mutiline</u></b> is enabled so that the collected files are <b>transformed into one abs interface</b>. my dopubt arises here when i consider this scenario <b>without bpm</b> that is N:1 mapping (no collection). in this case why this <b>multimapping works in bpm process</b> and <b>not incase of non-bpm scenarios</b>? is it because in bpm the mapping happens in BPE?
pls clarify.
thks
Prabhu

<i>>>>>In an N:1 scenario without BPM, how could you send more than one message to your multi-mapping? You can't.</i>
yes we cant as this validation is not supported at abap stack level and N:1 is possibkle without BPM (or i'm missing something here). but this same step with bpm get executed succceffuly. whats the logic behind it
Message was edited by:
        Prabhu  S

Similar Messages

  • Collect IDocs to Single Request message without BPM

    Hi Experts,
    My scenario is IDoc to SOAP.
    PI receives multiple IDoc with same message type. ECC pushed bundled IDOcs to PI via HTTP port.
    Ex: <CLFMAS>
               <IDOC1>
               <IDOC2>
               <IDOC3>
    The receiver is SOAP channel.
    I would like to achieve mentioned output structure without BPM.
    Input Structure:
    <CLFMAS>1..1
         <IDOC1> 1..999999
            <Employee>1..1
                   <EmpID1>1..1
                    <Location>0..999
                        <JAPAN>0..1
                    <Location>
                        <FRANCE>
                    <Location>
                        <BRAZIL>
         </IDOC1>
          <IDOC2>
            <Employee>
                   <EmpID2>
                    <Location>
                        <BRAZIL>
                    <Location>
                        <JAPAN>
                    <Location>
                        <USA>
            </IDOC2>
    </CLFMAS>
    Output structure:
    <RequestMessage>1..1
         <GroupListType>1..1
                 <GroupList>0..Unbounded
                      <JAPAN>1..1
                       <EmpID1>0..Unbounded
                       <EmpID2>   
                  <GroupList>
                      <BRAZIL>
                       <EmpID1>
                       <EmpID2>   
         </GroupListType>
    </RequestMessage>
    Pointers will be very helpful.
    Thanks
    Ray..
    Edited by: RayPIUS on Oct 16, 2011 6:21 AM

    HI,
      -> you  go with IDOC packaging concept.  we have three approaches collecting idocs,
           1. by using tRFC port
               we need create rfc destination(SM59) and port of tRFC(WE21) and ccreate partner profile(WE20), in partner profile we have to specify the packet size.
                then coming to PI in ID we need to create sender communication channel for IDOC there we have to provide packet size.
      2.by using XMLFILE PORT
        Please refer this blog it will help you
        Collecting IDocs without using BPM  
    3.by using XML HTTP PORT
      please go through this blog i hope this will help you
    ->  IN PI we have message packaging concept.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10b54994-f569-2a10-ad8f-cf5c68a9447c?quicklink=index&overridelayout=true
    regards,
    ganesh.

  • Idoc to Webservice to Idoc scenario- is this possible without BPM?

    Hi guys
    We have a scenario where we need to send an IDoc to webservice and get the response back into another IDoc.
    Questions:
    1. Is this scenario possible without a BPM? or do we need to use BPM (Sync-Async bridge).
    2. Is there a Async to Sync bridge in BPM?
    3. How do I use this bridge in my scenario and customize it?
    Appreciate your quick response
    Regards
    Satya

    Hi Satya,
    >>1. Is this scenario possible without a BPM? or do we need to use BPM (Sync-Async bridge?
    You need BPM
    2. Is there a Async to Sync bridge in BPM?
    You dont need a "bridge", just take a synchronous send step
    3. How do I use this bridge in my scenario and customize it?
    Map the IDoc to request container and the response container to the second IDoc.
    Your need 4 container, receive step, transformation, send step (synchronous), transformation, send step (asyncronous)
    Regards,
    Udo

  • IDOC to WS Synchronous Scenario Without BPM

    Hi Experts,
    I am dealing with Idoc to WS synchronous scenario. Can this be done without BPM??
    ALEAUD can make IDOC to handle WS response??
    Please suggest.
    Regards,
    Sushama

    Please suggest since BPM involves performance issue
    BPM surely has performance issue...only when there are a lot of steps/ logic implemented in it and when the processing load is too much for the XI/ PI server to handle.
    The BPM design in your case will be just of following steps: Receive --> SyncSend --> AsyncSend .... excluding Transformation...and a BPM with these steps wont cause a big harm to processing of other messages.
    Regards,
    Abhishek.

  • Collect Asynchronous XI messages without BPM

    Hi,
    we are sending asynchronous Xi messages from ERP to PI and then sending a file through FTP for each message.
    We would like to group (collect) the messages in XI or ERP and send them all as 1 file at a specific time.
    Is this possible without BPM (I've seen the classic BPM way to do this but try to avoid BPM) What are the options ? Can this just be done by configuration ?
    We are using PI 7.1
    Thank you.

    Hi guys,
    I`m facing a similar issue in a project, where several e.g. 7 large messages, normal msg size 10-15mb, but one normally is about 100mb,  are transfered to PI via ABAP proxy and have to be merged in one single file using the file adapter.
    QoS at the moment is EO.
    Because of the performance issues I want to avoid ccBPM.
    I think the append mode could be a way to solve this issue. But how could you determine that all messages have been processed and added to the file, so that the receiver could fetch the complete file and process it?
    Is it useful to build up an unique filename like "XYZ_DATE.txt" so that all messages of one day are collected in the same file, but there is still the issue to recognize when the last message is added to the file and the file is completed.
    QoS EOIO is needed to achieve that?
    Any suggestions welcomed, thanks in advance.
    Regards,
    Jochen

  • Sending files with and without BPM in one Interface.

    Hi All,
    I have to send three files to my receiver system. 2 files of same structure after little mapping need to be merged into single file (Using BPM) and once this is successful the third file needs to be posted without any mapping.
    I have thought of
    1. using two communication channels activated using a UNIX script externally
    2. using two comm channels with a activation time difference, i.e the 3rd file should be polled after some time when the first two files polled, but this is not helpful as if the two files doesnt process properly then 3rd file is not desired.
    Now my question is can we do this scenario using 1 comm. channel with EOIO , masking or anyother option.
    <b>Note: the third file should always be send after the processing of the first two files completes successfully.</b>
    Thanks & Regards.

    1. put two file in source folder and make synch scenario using BPM ,
    2. put third file in some other folder than source folder.
    3. after getting successful synch file responce, in the synch receiver file channel run OS command to put third file from other folder to source folder.
    hows that ???

  • Scenario's performance with BPM vs without BPM in PI 7

    hello,
    Please send me the presentation, blogs describing the performance issues in PI 7
    also, the docs differenciating a normal scenario's performance (without BPM) vs the scenario with BPM...
    What are the enhancements made to BPM in PI 7 for performance increase?
    Regards,
    Nikhil.
    ******Each useful reply will be awarded*******
    Edited by: nikhil a on Feb 7, 2008 6:10 AM

    BPM Performance:  Integration processes are executed on the Integration Server at runtime by the Business Process Engine. Since the Integration Server is the central resource for message exchange, you must ensure that it is not overloaded; otherwise, this can lead to bottlenecks or performance problems.
    Resource Consumption
    Every step of an integration process uses Integration Server resources.
    &#9679;      Every message that is sent to the Process Engine is duplicated.
    &#9679;      Every message that is sent from the Process Engine is duplicated.
    &#9679;      A work item is created for the process itself and for every step the process contains.
    This means that for a process that just receives one message that is sent without being processed further, four messages and three work items are created.
    For this reason, you must ensure that you take Integration Server resources into account when you define integration processes. 
    Resource Consumption of Different Step Types and Transactional Behavior
    Different step types consume different amounts of system resources:
    &#9679;      Step types with high resource consumption:
    •     &#9675;       Receive step
    •     &#9675;       Send step
    Asynchronous send steps with acknowledgments in particular consume a lot of system resources. In the case of synchronous send steps, consumption depends on the target system.
    •     &#9675;       Receiver determination
    •     &#9675;       Transformation step
    In transformation steps, resource consumption is dependent on the mapping called. In general, process steps that generate work items internally are relevant for process performance. Transformation steps (either for message split or merge) also include a mapping step and can be quite expensive. This should be taken into consideration during scenario design.
    •     &#9675;       Block
    •     &#9675;       Wait step
    &#9679;      Step types with low resource consumption:
    •     &#9675;       Control step
    •     &#9675;       Multiple condition
    •     &#9675;       Fork
    •     &#9675;       Loop
    •     &#9675;       Undefined step
    If you design the transactional behavior of an integration process so that the following steps are not performed as separate transactions, you can improve performance significantly:
    &#9679;      Transformation step
    &#9679;      Receiver determination
    &#9679;      Send step (synchronous or asynchronous)
    Transactional Behavior of an Integration Process 
    Use
    You can now influence transactional behavior in the definition of an integration process in the process editor.  This enables you to improve performance.
    Transaction:
    A transaction is a sequence of processing steps that are either fully executed, or not executed at all. If the system cannot fully execute a transaction, it rolls back all processing steps within the transaction. This means that the system can return to the state before the transaction was begun.
    The transaction control mechanism for integration processes is not a central transaction manager for an entire system landscape. The transaction control mechanism cannot roll back any processing steps outside the Integration Server.
    Transaction Boundaries
    You have the option of defining the start or end of a block as the boundary of a transaction.
    &#9679;      In the case of the start of a block, you can define that the system is to start a new transaction.
    &#9679;      In the case of the end of a block, you can define that the system is to end the transaction being started (COMMIT WORK). The system ends the transaction that is currently open, regardless of whether it has been started or not. For example, if no new transaction was started at the start of the block, the last transaction started is continued instead.
    By making appropriate settings for the start and end of a block you can expand transactions. This means that the database needs to be accessed less often, and enables you to improve system performance
    Transactional Behavior for Specific Step Types
    At runtime, the system normally creates a separate transaction for each step. The transaction then covers this step only. However, you can influence the transactional behavior of particular step types. In the step properties, you can define that the system is not to start a new transaction when the step is executed. The system then executes the step in the transaction that was started at the time of execution. Consequently, no background work item is created for the step and the database does not need to be accessed. In this way you can improve system performance.
    You can influence the transactional behavior of the following step types:
    &#9679;      Send step
    You can influence the transactional behavior when sending messages both synchronously and asynchronously, and when sending acknowledgments
    •     Transformation Step
    •     Receiver Determination Step
    Optimizing Transactional Behavior:
    &#9679;      Memory requirements
    Expanding transactions and executing specific steps without creating a new transaction may increase the burden on the main memory. If the burden on the main memory is too great, you must redefine transactions, or define that a new transaction is to be created for the step concerned.
    &#9679;      Troubleshooting in the workflow log
    The technical view of the workflow log does not show any detailed information for steps for which no work item was created. If an error occurs, the workflow log displays the error information for the last executed step. The following example illustrates this:
    A process contains a transformation step that is executed within an expanded transaction. When the transformation step is executed, an error occurs in mapping and the system rolls back the transaction. Since no work item was created for the transformation step, the workflow log does not have an entry for the transformation step. The error information is entered in the last executed step in the workflow log.
    EXAMPLE:
    For an example of resource consumption, see the BPM scenario described in the XI sizing guide:
    The inbound SOAP messages are handed over to the BPE, which triggers a two-step process consisting of message reception and sending. The processed messages are then sent to a receiver by using the SOAP channel; no mapping.
    The SAPS value for this scenario, in which 10 kB messages are processed, is 1300 (processing one process instance each second). A simple XI proxy scenario, for example, requires 140 SAPS process-ing one message each second. This gives you an idea of the resource requirements using BPM.
    Example:
    In the original implementation, two separate JCBC calls were made to retrieve a sales order document header and the line items. This data then was transformed to the IDoc format of the receiving application using a transformation. Then, using a loop step, one IDoc at a time was sent to the backend application. - This sub optimal design resulted in poor performance caused by following design flaws:
                    Separate retrieval of header and line items with the JDBC adapter
                   Transformation within ccBPM to combine retrieved header and line items
                   IDoc back end connection for one document at the time
    In the improved version below, both the JDBC call and the transformation were removed from the ccBPM. The retrieval of the source messages is done via a synchronous call with two mappings in the integration engine of XI that generate the required format for the receiving system. Therefore, it is not necessary to add an additional transformation step in the ccBPM. Additionally, the IDoc adapter connecting to the target system is used to handle multiple IDocs inside one XI message. Therefore, it is not necessary to add a loop operation within the ccBPM either. – In this particular implementation, the described changes resulted in a 20x performance improvement!
    IMP LINKS:
    3bf550d4-0201-0010-b2ae-8569d193124e.pdf
    43e8e190-0201-0010-3ea1-d6f996cb4124.pdf
    70ada5ef-0201-0010-1f8b-c935e444b0ad.pdf
    c071d7bb-0601-0010-d6b8-f4e4dc7f1e20.pdf

  • Differences between Oracle BPM and Aqualogic BPM 6.0

    Hello,
    Does anyone know where I can find information that spells out the differences between Aqualogic 6.0 and Oracle BPM (if there are any)? I've searched the Oracle sites, documentation sections, etc. and I cannot find a datasheet that spells out anything related to the differences between the two aside from the name change.
    Thank you.

    I thought that there no major differences between the versions, only changes in the skin, logo and an improvement in the engine, but I was wrong.
    My production enviroment runs BPM Enterprise in version 6, in other words runs Aqualogic BPM Enterprise, not Oracle BPM Enterprise, but in the development enviroment I made the decision to use the version 10 (Oracle BPM Studio 10g), because I thought there were no considerable changes between versions.
    So I could not make the deployment of the project in the enterprise version, the log reported that many processes and screenflows of the project were not found, then I tried to open the project that was done in version 10 in version 6 of the BPM Studio and then try to export the ".exp" to try to do the deployment again. When I opened the project in BPM Studio 6 some errors occurred, but no significant errors. I fixed the errors, export the project again and try to do the deployment in the enterprise version and the same problems as before still occurring.
    The only solution I found was to make the project in BPM Studio 6.04 (Aqualogic). Now I can make the deployment of the project in the production environment.
    Conclusion: always use the same version in BPM studio/enterprise. If you use Oracle BPM Studio in development enviroment, use Oracle BPM Enterprise for production enviroment. The same way if you use Aqualogic BPM Studio in development enviroment, use Aqualogic BPM Enterprise in the production enviroment.

  • IDOC to file....bpm or without bpm...help needed..

    Hi XI friends,
    its IDOC to file Scenario..
    its daily scheduling report..if we run that report.....Number IDOCs are generated in SAP..
    we have 5 legacy systems..
    for one legacy systems file type is .txt file and for remaining xml files..
    the catagarization based on one of the field in IDOC..
    if that field is 01 the file type should be .txt file
    for others xml file..
    if that field is 01 then ..XI need to collect all the IDOCS into one .txt file for other values direct conversion into XML file i.e..each idoc gets into one xml file
    if that filed is 01..then XI need to collect all the IDOCs in that day into single .txt file and the fileds are Fixed lenghts...and at the same time ..that idoc contains number of segments ..if any Idocs doesnt contain some segments..ther should be no more blank lines...each segment should placed in new row...and also..for some segements ..XI should collect into seperate .txt file....
    please help me....how to achive,,,,,,
    regards
    Munna

    <i>if that field is 01 then ..XI need to collect all the IDOCS into one .txt file for other values direct conversion into XML file i.e..each idoc gets into one xml file
    if that filed is 01..then XI need to collect all the IDOCs in that day into single .txt file and the fileds are Fixed lenghts...and at the same time ..that idoc contains number of segments ..if any Idocs doesnt contain some segments..ther should be no more blank lines...each segment should placed in new row...and also..for some segements ..XI should collect into seperate .txt file....</i>
    in this case BPM will be required to collect the IDOCs ref: http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    base the correlation on the field that contains the value 01
    also then later using XPATH in your receiver det. you can check for the value and route the message to the particular receiver as u want to
    ref:
    /people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers

  • MessageSplit with XSLT and without BPM

    Dear all,
    I'm on PI 7.0 SP 16 and I've the following scenario:
    JDBC-Sender-Adapter delivers a resultset of multiple rows, for example
    <?xml version="1.0" encoding="utf-8"?>
    <resultset>
         <row>
              <PIDENT>T400000TEST6A1MA</PIDENT>
              <ARC_DAT>19970804093738</ARC_DAT>
         </row>
         <row>
              <PIDENT>T400000TEST6A1MI</PIDENT>
              <ARC_DAT>19970804093738</ARC_DAT>
         </row>
         <row>
    </resultset>
    For each row in my resultset I would like to process one message to the same inbound interface, so runtime should be faster than querying row by row.
    How can I achieve this by a multi-mapping? Do I have to provide the Messages/MessageN tags in my xslt-mapping-output?
    Kind regards

    Hi,
       I can't see your logic of speeding things up by splitting the file. What you should remember is, the file gets split in the message mapping pipe line step, if you use multi map.
    Now all you are doing is ,adding overhead to the runtime to perform so many more calls(multiple call to all the steps to the pipe line and adapter steps after message mapping instead of justone call). There is a performance graph available to look at in sdn, I think its in one of the how to guides on performance. It clearly shows the optimum performance is not given by too small or too large files. So even if you get a level of parallel processing by splitting the message, you might well be offsetting it by the overhead .
    cheers
    dan

  • Idoc to soap sync without bpm. is it possible? Helping me..

    Hi Experts,
    i have a small clarification Idoc to soap sync interface in sap pi 7.0. i created IDoc to Soap sync using BPM but some times the signals are stuck due to load issue in swpr, while reprocess those signals all going successfully to the receiver. So We are trying to eliminate BPM.
    I just wanted to know Idoc to Soap sync scenario without BPM is possible or not in SAP PI 7.0?
    if it is possible kindly send me the links
    Regards,
    Kiran polani

    Hi Kiran,
    Could you please let us know the exact requirement. How do you want to send the response back to IDOC?
    ASync - Sync Bridge with IDOC sender is not possible in PI 7.0.
    If It is something like IDOC --> SOAP --> IDOC , And If the SOAP request is small then you can use SOAP Lookup in IDOC to IDOC Scenario.
    In The mapping You can do a lookup and get the response from SOAP(Webservice) and map that to your Target IDOC.
    This is one possible way for you without BPM in PI7.0.
    Please let me know if you need more details about this.
    Thanks
    Jyothi A

  • BPM and IDOCs

    I have an scenario where I have to create sequentially several IDOCs.  This can be created through BPM but my concern is each IDOC has to get processed before the next IDOC is created, is there a way I can check to see if the IDOC was processed.  I was thinking of calling a BAPI to check if the IDOC was processed.  Is there any other way to handle the above, if so would appreciate your input.
    Thanks in advance for any suggestions.
    Sunil Achyut

    the standard way to check if an IDoc has been processed is to use the ALEAUD IDoc which serves like an acknowlegment for IDocs. XI will automatically translate the differenet IDoc status values into the corresponding acknowledgment status, so you can use a send step with application ack in the BPM and the BPM will only continue processing when an ALEAUD with a status corresponding to permanent positiv application ack has been received.
    Here is some information on the usage of ALEAUD:
    http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6550507d11d18ee90000e8366fc2/content.htm
    and here is a how to document for acknowledgments with IDocs using ALEAUD: https://websmp102.sap-ag.de/~sapdownload/011000358700003477212005E/HowTo_IDOC_Ack_20040817RR.pdf
    Regards
    Christine

  • Differnece between Oracle BPM and Aqua Logic BPM

    Hi,
    Iam just started readign about Oracle BPM , could anyone answer is there nay difference beteen Orcale BPM and Aqualogic BPM. I am working on other BPM technology ,I am analyzing other BPM tools to get the key differentiators among them. Please brief me the features that are unique to Oracle BPM.It would be helpful if good KB link is provided.
    Thanks
    Sayiri
    Edited by: user9277432 on Mar 10, 2010 5:55 AM

    Good question. I'll try to recap a little history of Fuego, AquaLogic and Oracle BPM for you. I worked for Fuego just before it was acquired and rebranded as part of the BEA AquaLogic Suite. I'd like to see what other have to say on this topic as well.
    From what I recall, BEA bought Fuego and released version 6.0. This was the first version branded as AquaLogic. The major change it contained was the integration of studio into the Eclipse IDE. It was somewhat integrated with ALUI, which used to be Plumtree before it was bought out by BEA and re-branded AquaLogic. I say somewhat since it wasn't integrated as well as it could. One major issue was the way the directory was integrated. They used a synchronization utility called ITPS (I think) to sync the ALUI directory with BPMs directory. This was very problematic.
    Version 6.3 came out that improved the way the workspace integrated with portals and ALUI and integrated the directory more efficiently with ALUI. Mostly it contained many improvements in the workspace functionality. The workspace had configurable panels which made it easier to integrate with dashboard components and widgets.
    Version 6.5 was coming out around the same time that Oracle took control of BEA. Version 6.5 is very much the same as OBPM 10g. For more information about OBPM 10g refer to this article:
    http://otndnld.oracle.co.jp/document/products/bea/weblogic/E13154_01/relnotes/release_notes_OracleBPM10gR3.htm
    In a couple of months Oracle will be releasing BPM 11g. There will be many changes to BPM in this release. It will be integrated with JDeveloper and will inherit much of the SOA strategies known for Oracle's Fushion Middleware suite. It also contains a Process Composer web based UI that Business Analysts and Business stakeholders will find useful.
    I blogged about BPM 11g here:
    http://blog.ssglimited.com/2009/10/13/oracle-bpm-11g-preview-at-oracle-open-world-2009/
    HTH,
    Mark
    Edited by: Mark Peterson on Mar 10, 2010 7:19 AM

  • BPM Idoc collection without calling the mapping in BPM

    Hi Expert,
    I have an IDOC to file scenario in which source side I have to collect multiple IDOC and map it to a single file .I am achieving it through BPM . at present I am using one multimapping and calling this mapping in the BPM under transformation step its working  fine  but due to some constraint  , Now I want to achieve it using BPM but without calling the Mapping in the BPM i.e I don't want to use Transformation step in the BPM. Is it possible ????
    Regards,
    Saurabh

    Hi Saurabh,
    If that is the case it is preferable to collect the IDocs in ECC and then send them to XI at one go.
    Cheers !
    Lokesh

  • Asynchronous, but need Ack without using BPM and IDocs.

    Hi Experts,
                     I would like to do a scenario i.e., "Asynchronous communication, but need Acknowledgement without using BPM and also without using IDocs whether it is sender side or receiver side". Please help me.
    Thanks in advance
    Srihari.

    Without using BPM will be little longer process. But the alternative way is to add one more receiver in the receiver determination and send some file to that location with the actual mapping getting executed for the actual receiver. and in the second interface you can get the file created at second receiver back to the source location. But this will be little long as compared to synchronous scenarios.
    Flow:
    Source
              Receiver 1--> Actual mapping as per requirement
              Receiver 2(For Ack)--> Create a mapping with blank file sent to Receiver
    Receiver 2-->File Adapter--> Source through 2nd mapping/interface and keep the File adapter pooling interval around 5 sec or less so that you can get the file back to source location.
    Regards
    Anand

Maybe you are looking for

  • 3000/N100 Mouse/Screen Resolution Problems with Windows 7

    This is my first post and I appreciate your service.  My problem is that after I upgraded from Vista to Windows 7, I find that my touchpad mouse will freeze up & the screen resolution will changes occasionally when I boot up my computer.  When this h

  • HOW TO TRIGGER AN WORKFLOW FROM A PROGRAM ?

    HELLO THERE , CAN ANYBODY PLZ TELL ME HOW TO TRIGGER AN WORKFLOW FROM AN PROGRAM AND TO PAS THE VALUE TO THE CONTAINER ?

  • Best practice question: static constant keys

    Hi- quick one here... just curious, I need a constant defined that I can use as a key into various NSDictionary instances and for other purposes also. I tried defining this in my header file: static NSString const *KEY_ID = @"ID"; But passing KEY_ID

  • ORA-03001: unimplemented feature while run_job, job_type= 'CHAIN'

    Hello, I'm trying to run a chain manually with option run_job, to be able to run the job with use_current_session => TRUE. I've read documentation, but I'm not able to understand the error message nor why it happens. ERROR at line 1: ORA-03001: unimp

  • Create persistent dummy eth0 device

    I run the proprietary MATLAB software which checks a license file against the mac address of eth0 in an attempt to prevent piracy. The switch to consistent network device naming means I no longer have a eth0 network adapter. Piecing together informat