Problems with executing distributed worflow in OWB 10.2

Hi, all!
We are using OWB 10.2.0.1. The Oracle version is 10.2.0.3 with Workflow 2.6.4. OWB and Database are installed on the same server, which runs under Solaris.
We've divided Database instance into two databases: STAGE and TARGET. In both database we've installed OWB runtime repositories but all metadata is stored in STAGE. We've created control center configuration for each repository. In each repository we've created and deployed mappings. After that we've created workflow process that use mappings from both repositories. This process successfully executes only mappings that belong to active control center configuration.
How do we create workflow process that can execute mappings from two repositories?
Thanks in advance.

Hi. I am curious as to why you have created the two instances?
Why not just a single database with schemas(locations) for stage, target? Lets call the instance DEV. It contains a single control center, and design center. The workflows will work as its all bound to the one control center.
Cheers
Richard.

Similar Messages

  • Problem with executable

    I have a problem with the executable I'm trying to create. Well actually I created the executable and I've run on another computer. To say, that I`ve developed a SCADA with the DSC module and the computer where I'm testing I have installed the DSC run time system.
    The development computer has Windows XP  and computer where I have the run time system has windows 7.
    I tried the test executable computer and everything works properly unless the data record in the Citadel database and therefore fails  also graphing data.
    On The development computer I created 10 databases one for each machine that I control and all perfectly recorded and these data are then used to draw graphs. What I want is, that these same databases copied to the new computer, or create new ones with the same name and location on the new computer, In the way, to save data and can be used after.
    I can't identify the problem and for this I need your help! Appreciate any information regarding the management of databases at run time.
    What Would Ideal: create the same data bases in the new computer and it will start to save in these directly when you  run the program ...
    How  Can I do this? is it possible?
    Thank you in advance.

    Hello Ranjeet Singh:
    Thank you very much for trying to help to me. Sorry, but is the first executable I create, and so I have some doubts.
    What I want is, to create  10 databases in my development computer and then copy this databases to the deployment computer; that the executable point to this direction, and start logging data there when the EXE is runed.
     I don't understand how can I setup the library or process to point to a relative database path. I tried to set up it dynamically with a start up VI, running it at the end of installation, but, after this, when I run the application EXE, the value of the database path returns to the firstly configured in the properties-> DSC settings: database dialog box, for each process in the deployment computer. 
    I need your help! As I said before, im not expert in this subject, so I´d appreciate so much if you can explain me step by step how to do this.
    if you need more information reply this post asking me.
    Thak you very very very much! I hope that you can help me!

  • Problem with execute SSIS package from stored procedure

    Hi,
    I would like to execute SSIS package from stored procedure. Therefore, I implemented sp which exec SSISDB.CATALOG.CREATE_EXECUTION method. When I try to test it from SSMS on remote server, I got error that
    I was able to solve by adding “WITH EXECUTE AS …”. Then I got another error: The server principal "Domain\user" is not able to access the database "SSISDB" under the current security context. On Internet, I found a couple post that describe
    how to access SSIS catalog (one of them by Ke Yang -
    http://blogs.msdn.com/b/mattm/archive/2012/03/20/ssis-catalog-access-control-tips.aspx). It didn’t help. I’m still getting the error message.
    How to debug this issue?
    Any suggestion?
    Thanks
    SQL Server 2014 BI

    SSMS does not propagate user credentials thus the error
    Arthur
    MyBlog
    Twitter

  • Strange problem with executing PL/SQL procedure from sqlplus.

    Hello,
    basicly, I'm strugling with executing a procedure written in PL/SQL from sqlplus.
    It's all because I convert a data in procedure by other function.
    SELECT partition_name
    INTO strpartition
    FROM user_tab_partitions
    WHERE table_name = tablename_in
    and substr(partition_name, -8, length(partition_name)) = (SELECT F_CONVERT_DATE(tablename_in,p_date) from dual);
    /tablename_in and p_date are input parameters/
    Function F_CONVERT_DATE looks more less like :
    select
    TO_CHAR(TRUNC(NEXT_DAY(ADD_MONTHS(substr(partition_name, -8, length(partition_name)), -3), 'MONDAY')-7), 'YYYYMMDD')
    END
    AS p_date
    INTO v_okr
    FROM user_tab_partitions
    where substr(partition_name, -8, length(partition_name)) = p_date;
    Well, the thing is that procedure is executable from TOAD without any errors !! But when I try to execute it straight from sqlplus it returns:
    ORA-01861: literal does not match format string
    ORA-06512: at "F_CONVERT_DATE", line 13
    ORA-06512: at "NAME_OF_PROCEDURE", line 17
    Tip: When I don't use functions ADD_MONTHS, NEXT_DAY and TO_CHAR in function F_CONVERT_DATE sqlplus can execute it. But only when I use them it returns an error.
    Anybody has a clue how to solve it?
    Regards !

    Hi, Nodex,
    Avoid implicit conversions.
    For example:
    TO_CHAR(TRUNC(NEXT_DAY(ADD_MONTHS(substr(partition_name, -8, length(partition_name)), -3), 'MONDAY')-7), 'YYYYMMDD')ADD_MONTHS expects a DATE as its first argument.
    SUBSTR returns a VARCHAR2, so you're calling ADD_MONTHS with a VARCHAR2 where it expects a DATE.
    For good or ill, the system tries to avoid raising an error in this case by implicitly converting the VARCHAR2 to a DATE. Exactly how it does that depends on
    (a) the tool you are using (SQL*Plus or Toad, for example),
    (b) the version (Oracle 10 behaved quite different form Oracle 9),
    (c) environmental settings (such as NLS_DATE_FORMAT), which in turn may depend on initialization parameneters, and
    (d) who knows what else.
    When you have to convert, do so explicitly.
    You can convert a VARCHAR2 to a DATE using TO_DATE, like this:
    TO_CHAR ( TRUNC ( NEXT_DAY ( ADD_MONTHS ( TO_DATE ( SUBSTR ( partition_name
                                                       , -8
                                          , LENGTH (partition_name)
                                     , 'YYYYMMDD'     -- or whatever
                             , -3
                      , 'MONDAY'
              - 7
         , 'YYYYMMDD'
         )

  • PI Demo Examples problems with executing CTC template for client setup

    Dear SAP community,
    I use PI 7.30 SP 4 and get the following exception if I use the CTC template to set up the PI demo examples in client 105
    and 106
    Web Services Configuration
    Description
    Exception in step "SRT_TECHNICAL_SETUP"
    Exception details : java.lang.Exception: BAPIRET2 SRT_ADMIN 050 Could not create service destination
    State
    Step was skipped
    In client 107, the template works after I delete the SAP_WSRT user. In clients 105 and 106, this leads to the exception above,
    If the  SAP_WSRT user exists, I get the exception that this user alreadz exists if I run the template.
    What should I do to fix this problem and properly implement the template on all clients?
    PS: I use admin users with SAP_ALL  rights. Maybe I use the wrong master password, because I use the one of my SAP_ALL user. This works at least for using the template within client107.
    Andreas

    Hi Mark,
    in my case the workaround of deleting the service user works only in Client 107.
    The additional problem with a missing service destination occurs already after deleting the service user in Clients 105 and 106. Will this additional problem also be treated in the new note?
    Joerg-Joachim Klossika already added the workaround to this note for the existing service user I proposed to him.
    I still cannot resolve the problem with the missing service destination.
    regards
    Andreas

  • Problem with execute job's in schedule

    Hi
    I have 88 job in workspace shedule, and a need to run them, but when I run together, I get the following problem with more than half of them:
    "ERROR: Internal error.BIService could not be acquired! Submitting job Tasa de Asignacion to Event Service for Retry Processing. {3}"
    I was thinking of separating, but I do not know when it ends as a block and make another start.
    is possible to do this?

    this error message shows that the jobs are failing and again put for retrying in the queue.
    We can set a job limit which will ensure that only some number of job will run....I can give you further details if you can specify the version and also the error which is causing the job to fail

  • Problems with pre-mapping process in owb 9i

    Hi,
    I was trying to use the pre-mapping process operator in owb 9i. Problem is that the manual does not specify how the inputs need to be connected to this operator.
    Following is what I went through -
    I created a mapping table operator and a mapping dimension operator and connected these two. Then i created a pre-mapping process operator selecting the LTRIM function. Further I connected one of the table attributes to this pre-mapping operator as input and connected the output of this pre-mapping operator to the appropriate dimension operator attribute.
    On performing Validate, following error message was flashed -
    VLD-2451 : Illegal connection to pre-mapping process operator
    I am trying to learn how to use OWB 9i from the manual. So my interpretation of the use of the pre-mapping process operator may be wrong.
    In any case kindly help,
    Thanks,
    Saju

    Hi,
    Essentially the pre (and post) mapping processes are executed before and after the mapping logic. These are separate procedures in the generated package and are "stand alone" from the main package procedure holding the actual mapping diagram.
    If you want to use LTRIM, there are 2 supported ways:
    1) use an expression, this means you feed the column you want to do the expression on into the expression operator, open the code editor and select from the transformations (or type ltrim......) and then link the result to the target object
    2) use a transformation operator, choose ltrim from the Oracle library and connect the operator as I stated in use case 1
    We do not encourage you to use a filter to do transformations, it is better to use the operators that are intended for transformations.
    Thanks,
    Jean-Pierre

  • Problem with executing script in sql*plus

    I have Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production installed
    And I have a script for generating Packages with more than 1000 rows.
    when I try to execute I get this:
    SQL> @c:\gen_pkg\gen_pkg.sql
    Package created.
    977
    The Package Body is not created only Package spec, and
    what could be the problem?
    please, If somebody can help me
    thanks in advance.

    maybe you didn't include the body (maybe aliens took it) :D
    Message was edited by:
    user581409

  • Problem with copying Process Flows in OWB 10.2.0.1..

    Hello
    We have a complex process flow which runs fine. When we try to duplicate the process flow in design center by copy/paste operation, the new process flow seems to execute activities out of sequence. We tried saving/synchronizing the process flow (eact activity individually) with no luck.
    We checked the repository browser and see all the activities and transitions in the right order. I looked at both OWB repository tables as well as Workflow tables/views. It just seems that the run time picks up the data in a different order and executes it.
    Any idea on how to debug this?. We can't create each process flow from scratch every time we need to add new one which will be slightly different one from an existing process flow.
    Thanks
    Prakash

    Find and read the thread about when queries take too long.
    Something is different between the systems, possibly
    * indexing
    * volume of data
    * connect-by structure in table data
    * initialization or session settings

  • Problems with executing customized Run-Time menu from a sub-vi imported from the main vi.

    I am having trouble executing Run-Time menu from the sub-vi.
    Currently my main vi program, which is the first thing that I open up to acquire data from different sources (i.e. dll’s, scanners etc.) opens up a number of sub-vi’s.
    I have created several sub-vi’s, which are opened from the main vi’s customized Run-Time menu that I have created (i.e. dsp file). I am using the open panel.vi to open other sub-vi’s. I don’t have any problems opening any number of sub-vi’s through the main vi’s menu.
    I would also like to have the option to open other sub-vi’s from any sub-vi’s menu. I succeeded in exporting the Run-Time m
    enu from the main vi to the sub-vi using the property node properties however nothing happens (I hear a beeping sound) when I click on the sub-vi’s menu. I don’t know what I am doing wrong. I would really appreciate it if someone can attach a sample code using Run-Time menus on sub-vi’s imported from the main vi.
    Thanks
    Nish

    I don't actually have any VIs like this. It might be easier to take the menu and just add it to the VI during development. Then it will always be there. It might be easier than doing this with Property Nodes.
    J.R. Allen

  • Single quotes problem with execute immediate

    Thanks for considering to solve the issue.
    [i]Situation:
    I am trying to create a procedure to perform a set of operations. As part of that, I am trying to create a table using execute immediate statement. This create table statement has a select sub query where p_LOB3 is the variable for the procedure of datatype varchar2.
    Problem :
    I need to pass the variable p_LOB3 as single quoted as it is of type Varchar2. Also I need to enclose the entire create table query within single quotes. How do I specify this as it is throwing an error when the PL/SQL engine is parsing the single quotes in the query used twice for different purposes as mention earlier.
    Query:
    execute immediate'create table test5 as select min(contract_number)as contract_number,contact_id,max(line_of_business) as line_of_business from mytable group by contact_id having min(contract_number) = max(contract_number) and max(Line_of_business) = 'p_LOB3' ';

    Thank you Todd,
    Is just worked fine.
    New issue is: I am not able to put 2 such statements in a single procedure and execute. Before I give parameters to the procedure, PL/SQL engine is actually creating a view of the mytable and naming is as test5, as a result I am not able to create a table as there is a view with the same name.
    Right now, the workaround I am using is to create three different procedures to create three such tables. I know this is not a good idea....can you please tell me if there is a better way.
    Procedure
    CREATE OR REPLACE PROCEDURE SP_CREATE_0_0(p_LOB1 IN varchar2, p_LOB2 IN varchar2)
    IS
    BEGIN
    execute immediate 'create table test5 as select min(contract_number) as
    contract_number,contact_id,max(line_of_business) as line_of_business from
    mytable group by contact_id having min(contract_number) = max(contract_number)
    and max(Line_of_business) = ' ' ' || p_LOB1 || ' ' ' ';
    execute immediate 'create table test5 as select min(contract_number) as
    contract_number,contact_id,max(line_of_business) as line_of_business from
    mytable group by contact_id having min(contract_number) = max(contract_number)
    and max(Line_of_business) = ' ' ' || p_LOB1 || ' ' ' ';
    END SP_CREATE_0_0;
    /

  • Problem with executing some WebApplication Templates

    Hi forum, i have like 7 WebApplication Templates i built myself and they show the same error, I checked them out, but it doesn't seem to be an error in the variables. If i run the queries attach to them they work just fine.
    I'll put the error here:
    Se ha enviado un mensaje de cancelación
    ABEND RS_EXCEPTION (000): The argument V62010009 cannot be interpreted as number
    The thing is that i chacked the code in the txcode CMOD, and the queries and they are OK.
    I'm using SAP BW Release 700 SP 25.
    The error is either in DEV or PRD
    Thanks in advance

    The issue can be with a Text Field or a Characteristic in your Query.
    Can you try executing your query from transaction RSRT? Use Java Web.
    Se ha enviado un mensaje de cancelación
    ABEND RS_EXCEPTION (000): The argument V62010009 cannot be interpreted as number
    Argument cannot be interpreted as number.
    I guess we are looking at a text field.
    Not sure though. Please check.
    Are you using a Replacement Path formula Variable in the query?
    Please check these notes:
    1. 1555524
    2. 1283415
    Edited by: Vishal Sanghvi on Mar 25, 2011 8:01 AM

  • Problem with executing work item from the inbox

    Hello All,
       I'm able to send mails from R/3 to Outlook along with the attachment to execute the work item directly from the outlook.
    However upon clicking the Exectute work Item.sap file I get an sap gui popup with the description " Not all data for SAP  GUI shortcut is available. System description and GUI start parameter are unknown. Entering the missing data."
    Clicking on the OK button, leads to another window for SAP logon details. After I chose the right system and on Clicking OK, it opens up the logon prompt. Entering the logo info opens up the work item correctly.
    We are on ECC 5.0 with SAP GUI 640 patch level 18 on it. Any suggestions about what am I missing to directly jump into an sap screen provided a session already is open in SAP.
    Thanks and Regards
    Uday

    Hello Uday,
    Sounds like something is wrong in the SAPLogon <i>on the client PC</i>. The system sends out a shortcut, and when it's opened it does not relate to a unique entry in the saplogon. Either it's called differently or you have two entries for the same system with different parameters.
    Hope that helps,
    Mike

  • Problem with executing function

    Hi guys, after to suffer and a lot of researchs, I resolved to post my problem.
    I have a function and I need to execute tham by Java.
    The problem is that the function recieves a complex type (precisaly a table). I've try so many types, but did not work.
    The complex type in package scope, when a I create the ArrayDescriptor a exception is thrown. The vendor error code is 17074.
    I'dont have permission to change the database.
    FUNCTION func_sample(complex_type in out tab_complex)
    TYPE TYPE_COMPLEX IS RECORD
    TYPE TAB_COMPELS IS TABLE OF TYPE_COMPLEX INDEX BY BINARY_INTEGER;
    Java code:
    ArrayDescriptor descriptor = new ArrayDescriptor("TAB_COMPELS", connection);
    Somebody can help me!?

    You'll probably need to use SQLData Interface if you want something like a bi-directional pass-through, and provide implementations for readSQL(), writeSQL(), and getSQLTypeName(). Alternatively, if you want to return an array to the database, this old post might help.
    http://blog.mclaughlinsoftware.com/java-programming/reading-an-external-directory-from-sql-or-plsql/

  • Problem with executing "EPrintSetuprWizard" for Laserjet CP1025nw.

    After the Wizrd finds the Printrer, the next step results in error.
    "Fallo en descarga" (Dowload error)
    Also trying to "join printer" in www.hpeprintcenter.com/, using "HostName" as "codigo de impresora" (computer code), results in the Message: "code invalid"
    This question was solved.
    View Solution.

    The folowng solution was found:
    How to Configure HP ePrint on the LaserJet CP1025nw Color Printer
    System:     Windows  (Widows 7)
    Step 1 – Install Printer
    Install the CP1025nw Printer to USB, Wifi or Ethernet.
    (Printer needs to print correctly in order to pass to the next steps).
    Step2 – Check Firmware Version
    Press the “Info-Button” on the CP1025nw LaserJet for five seconds.
    The printer will print two info pages.
    Look at the first Page on the top-left for Firmware Version
    Firmware version must be 20120103 or higher.
    Step 3 – Update Firmware
    Download Firmware Update utility (LJCP1020_FWUpdate_signed.exe) from the following link:
    Utilidad de actualización del firmware de HP LaserJet CP1025nw
    or
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=lj-86491-5&cc=es&dlc=es&lc=es&...=
    Execute the Utility on the computer were the CP1025nw LaserJet is correctly installed.
    Find the CP1025nw Printer on the list. The selection Window might show the printer several times depending on how the printer was installed. Select one option and press the button “Update One”.
    Step 4 – Retrieve the Printer Code for your CP1025nw Printer
    ATTENTION:
    The “Host Name” of the printer is not the “Printer-Code” you need  for ePrint setup.
    To retrieve the Printer-Code you must run the ePrint-Setup-Wizard-Utility.
    To download of the utility, go to the link: http://www.hp.com/go/ePrint .
    Find the “HP LaserJet Pro CP1020 Color Printer Series” option in the Drop-Down-List.
    Click “Windows” to download the wizard (EPrintSetupWizard.exe ).
    Execute the Wizard on the computer where the CP1025nw Printer is correctly installed. After running the wizard press the “Info-Button” on the CP1025nw LaserJet for five seconds. The printer will print three info pages. The third info-page offers the Printer-Code you need for ePrint setup. The code is valid for 24h only. When time elapses you have to reprint the info-pages to get an actualized Printer-Code.
    Step 5 – Get Printer Email for your CP1025nw LaserJet
    In order ePrint on your CP1025nw Printer you need to assign an email address to your Printer. To do this, go to the following link: http://www.hpeprintcenter.com/
    Log in with your HP-ID. If you don’t have one, register for a new account.
    When logged in, click on “Add new Printer”-button. You will be asked to enter the Printer-Code. (On how to get the Printer-Code, see step 4).
    While evaluating the Printer-Code, be patient, the program needs its time.
    When the Printer-Code is accepted, you can assign an email address for your CP102nw5 LaserJet. Done this, your con print your CP1025nw Printer just by sending the documents per email to the email-address of your printer.
    Done.

Maybe you are looking for

  • How to do coding to change the file name while loading

    Hi All, Recently we have upgraded to BI 7.0. I am currently loading flat file from Application server. Flat file name will change after a period of month ex. from 17 dec to 16 jan one file name and 17 jan to 16 feb another name. I have a table /bic/p

  • External swf and the tween class

    i have an external swf which i import into my main swf using the loadMovie command. my external swf has some tween class animations in it. if i run the main movie, the external swf movie runs fine of course...but the tween classes are not loaded. am

  • Pop-up error message

    I received the following message every-time I use an application that need internet (mail, safari etc.) Sorry for the translation my OS is in french: " INTERNET CONNECTION - impossible to open the device of communication". Everting work, but it's rea

  • Does importing use computer's internal memory?

    I'm having an issue with Lightroom when I import pictures.  When I import them into Lightroom from an SD card it is using my computers internal memory, is this supposed to happen?  After I edit the pictures and export them as the new pictures, I remo

  • Captivate custom quiz result answers

    Hello all, I'm not sure how to ask this so i'll just give you the result I'm looking for: In captivate, i need to create a 20 ques. survery (yes/no answers). I need captivate to count the number of times the user chose "YES" and based of that number,