Use of wizard in config

Hi all,
     When do we use wizard in configuration. What is advantage of going with wizard and manually?  Is it possible to use wizard configuration for all scenarios. Till now I have used wizard configuration.  Is there is any scenario where we do configuration manually. After finished the configuration, How to test our configuration whether it is correct or not (steps need).   If we do any modification at (IR) Integration process (bpm), how it will effect on configuration.
How to do configuration setps for the scenario using wizard and manually.
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
your help is rewardable.

Hi ,
You can configure any scenario through wizard or manually.
<i>
How to do configuration setps for the scenario using wizard and manually</i>
Create one by one step which is specified in the weblog with respect to source and target business system.
1)Create new configure scenario in ID
2)Import your BPM from IR.
3)Create communication channels in business systems under service without party.
4)Create three interface determinations
three reciever determinations and one sender agreement(For file system) and one two reciver agrements(one for file system and other for DataBase).
Check this blog for reference...
/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
Sekhar

Similar Messages

  • Migrating a webi report from one environment to another using import wizard

    Hi Everyone,
    Can anyone please tell me what all access should I have on my ID to be able to migrate a webi report from one environment to another environment(e.g. from development to quality).
    Regards,
    Neeraj Sharma

    Hi,
    To use the Import Wizard utility, you basically need Administrator, Full Control to Top-level folder, and "Add objects to the folder" and "Edit objects" for this user on the root folder.
    You need the least restrictive role, because you require absolute control for content promotion between 2 entitlement systems.
    the webi document is the cherry on-top,  you;ll have universes, connections, folders to bring over too. 
    Regards,
    H
    p.s. check Note 1450708 - How to restrict access to the Import Wizard from a Business Objects Enterprise system
    and
    Note 1297121 - What rights needed to use Biar File Extraction for a normal user while using Import Wizard ?

  • How to use the same services-config for the local and remote servers.

    My flex project works fine using the below but when I upload my flash file to the server I doesn't work, all the relative paths and files are the same execpt the remote one is a linux server.
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service id="amfphp-flashremoting-service"
                class="flex.messaging.services.RemotingService"
                messageTypes="flex.messaging.messages.RemotingMessage">
                <destination id="amfphp">
                    <channels>
                        <channel ref="my-amfphp"/>
                    </channels>
                    <properties>
                        <source>*</source>
                    </properties>
                </destination>
            </service>
        </services>
        <channels>
        <channel-definition id="my-amfphp" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
        </channel-definition>
        </channels>
    </services-config>
    I think the problem  is the line
            <endpoint uri="http://localhost/domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
    but I'm not sure how to use the same services-config for the local and remote servers.

    paul.williams wrote:
    You are confusing "served from a web-server" with "compiled on a web-server". Served from a web-server means you are downloading a file from the web-server, it does not necessarily mean that the files has been generated / compiled on the server.
    The server.name and server.port tokens are replaced at runtime (ie. on the client when the swf has been downloaded and is running) not compile time (ie. while mxmlc / ant / wet-tier compiler is running). You do not need to compile on the server to take advantage of this.
    Hi Paul,
    In Flex, there is feature that lets developer to put all service-config.xml file configuration information into swf file. with
    -services=path/to/services-config.xml
    IF
    services-config.xml
    have tokens in it and user have not specified additional
    -context-root
    and this swf file is not served from web-app-server (like tomcat for example) than it will not work,
    Flash player have no possible way to replace token values of service-config.xml file durring runtime if that service-config.xml file have been baked into swf file during compilation,
    for example during development you can launch your swf file from your browser with file// protocol and still be able to access blazeDS services if
    -services=path/to/services-config.xml
    have been specified durring compilation.
    I dont know any better way to exmplain this, but in summary there is two places that you can tell swf  about service confogiration,
    1) pass -services=path/to/services-config.xml  parameter to compiler this way you tell swf file up front about all that good stuff,
    or 2) you put that file on the webserver( in this case, yes you should have replacement tokens in that file) and they will be repaced at runtime .

  • I get a Pre-execute error message when importing from Excel using the wizard.

    Hello, I get the following pre execute error message(see below) when I try to import a table from Excel when using the wizard. I wrote my own code in the edit window. i noticed after writing it that the data types did not appear changed in the mappings window.
    Can anyone explain what these errors mean and how they can be solved. Thank you.
    Operation stopped...
    - Initializing Data Flow Task (Success)
    - Initializing Connections (Success)
    - Setting SQL Command (Success)
    - Setting Source Connection (Success)
    - Setting Destination Connection (Success)
    - Validating (Success)
    Messages
    * Warning 0x80049304: Data Flow Task 1: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator,
    or on the system's console.
    (SQL Server Import and Export Wizard)
    - Prepare for Execute (Success)
    - Pre-execute (Error)
    Messages
    * Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Unspecified error".
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "The metadata could not be determined because every code path results in
    an error; see previous errors for some of these.".
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Invalid object name 'dbo.PriceTable$'.".
    (SQL Server Import and Export Wizard)
    * Error 0xc0202040: Data Flow Task 1: Failed to open a fastload rowset for "[dbo].[PriceTable$]". Check that the object exists in the database.
    (SQL Server Import and Export Wizard)
    * Error 0xc004701a: Data Flow Task 1: Destination - PriceTable$ failed the pre-execute phase and returned error code 0xC0202040.
    (SQL Server Import and Export Wizard)
    * Information 0x4004300b: Data Flow Task 1: "Destination - PriceTable$" wrote 0 rows.
    (SQL Server Import and Export Wizard)
    - Executing (Success)
    - Copying to [dbo].[PriceTable$] (Stopped)
    - Post-execute (Stopped)
    frustrationmultiplied

    Hello,
    Are you willing to try other ways to do the same?
    http://www.excel-sql-server.com/excel-import-to-sql-server-using-linked-servers.htm
    http://support.microsoft.com/kb/321686 (Distributed queries)
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • When To Use redirect/ In faces-config.xml

    In what situations should I use <redirect/> in faces-config. I understand what that using it causes it to generate a HTTP redirect instead of redirection through the view handler.
    I have ran into situations where if I don't use redirect, evein in a request scoped bean data isn't completely cleared out of a form. IE I have a list of users with a list of their addresses. If I look at an address on user 1 I see the right details, if I then move to user2 and look at one of his addresses it reflects the information from user1. As soon as I add <redirect/> the problem disappears.

    You normally use it to fire a brand new request.
    If I look at an address on user 1 I see the right details, if I then move to user2 and look at one of his addresses it reflects the information from user1. As soon as I add <redirect/> the problem disappears.This rather sounds like faulty code logic. Debug it.

  • How to make a form using a wizard when the table has no primary key ?

    Hi,
    I want to make a form to update, delete a table. The table has no primary key. The problem is that the Wizard ask for a primary key.
    How to avoid using a primary key ? i mean I don't want to create a primary key if is is possible.
    I would like to use the wizard; is it possible ?
    Thank you for your kind answers.
    Christian

    I believe the key is choosing 'Interactive' as opposed to 'Classic' in the implementation and then you can choose 'Existing Trigger' for the primary key source and it should work to use an existing column as your proimary key.

  • Using Action Wizard is possible to add the step to date stamp the pdf

    Using Action Wizard is it possible to create the steps:
    Add text to date stamp
    Javascript
    Encrypt
    Save

    Hi,
    We cannot display the year information on Windows 8.1  Lock Screen.
    The behavior is by design.
    Thanks for your understanding.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Entity Attributes are not populating while creating EO using EO wizard.

    Hi,
    I am using JDeveloper version 10.1.3.3.0.3 and E-Business suite12.1.2.
    I am facing problem while creating EO using EO wizard.
    In Entity Object Editor Entity Attributes are not populating while creating EO.
    Please help me resolve this issue.
    Thanks & Regards,
    Sagarika

    Please ensure you click on Tables and Synonyms check box and select proper schema.
    Try to select the table from the list after this instead of writing as in 10.1.3 when we write table name it automatically selects from the list if it exists in the list.
    Thanks
    AJ

  • Web service creation using the wizard

    Hi Friends,
    I am new to creation of web services. I am creating a web service for a FM which I have created using the wizard.
    In SE80, under Enterprise Solutions for my package, I am able to see the servicedefinitions . But when I open the serdefinition 's  " WSDL" tab, to note down the URL created,
    I am unable to see the XML code that is being generated.I have selected document style. Please help me out how can i get the xml code that is being generated. How can i view it? Or what is the step I have missed. Please reply if anyone knows  as it is an urgent requirement.
    Thanks,
    Uma.

    Hi,
    for future search:
    this happens if the related application is not running. On 700 you can check it in the deploy service of the Visual admin.
    Perhaps the deployment was succesful but due to various reasons the application could not be started (or died in the meantime). This case it won't show up in the list of /wsnavigator.
    Regards,
    Ervin

  • Migrating from 9.2 to 10.0 portal using migration wizard in 10.0.

    Migrating from 9.2 to 10.0 portal using migration wizard in 10.0.
    I am getting the following errors:
    "A WebLogic Portal web application project should be added as a J2EE module a WebLogic Portal EAR project for proper deployment
    The associated EAR "MyPortalEAR" is not a Portal Application Services EAR          LabPortal     "
    I just followed the steps given in portal guide.
    Can some one help

    They are not available for download.
    Don't erase your 9.x on your system yet, you'll need to upgrade your firmware first:
    http://docs.info.apple.com/article.html?artnum=86117
    Otherwise you may end up with a permanently blank screen.
    Once your firmware is up to date, and you have at least 3.5 GB of at least a 10 GB hard drive free (see my FAQ*: http://www.macmaps.com/diskfull.html to learn what proportions you need free), you have at least 512 MB of RAM, and your data is backed up, you can upgrade to 10.3.9. I wouldn't bother with anything less. See this place*:
    http://www.macmaps.com/usedrefurbished.html
    on where you might be able to find 10.3 retail, which looks like *, and then you can upgrade to 10.3.9 from the combo update here:
    http://www.apple.com/support/downloads/macosxcombinedupdate1039.html
    10.0 to 10.3 are not tiger. 10.0 = Cheetah, 10.1 is Puma, 10.2 is Jaguar, and 10.3 is Panther. Ironically 10.3 is the fastest of the bunch.
    - * Links to images I asterisk, and my pages are hosted on a website I may get compensation from.
    Message was edited by: a brody

  • Upgrade essbase 9.3.1 to 11.1.2.3 using Migration wizard directly is it possible?

    Hi gurus,
    Please tell is that possible to migrate 9.3 to 11.1.2.3 using migration wizard ?
    Thanks in advance...

    Migration Wizard, which product are you talking about, planning? anyway here are the supported upgrade paths for 11.1.2.3 - Supported Upgrade Paths
    Cheers
    John

  • Problem connecting to Oracle 8i (817) using Packaging Wizard of 9i Lite

    I am having a problem to connect to Oracle 8i database (817) from using Packaging Wizard. I am getting a error message when I tried to use Packaging Wizard -&gt; Snapshot -&gt; Import -&gt; Username/password and jdbc:oracle:oci8:@connect string or jdbc:oracle:thin:@host:1521:Sid
    The error message is 'No Suitable Driver. Make Sure the Proper JDBC drive for "jdbc:oracle:oci8i:@&lt;connect string&gt;" is in the classpath"
    I would appricated if someone can send me any help on this.
    My email address is [email protected]
    Thanks
    Joshua

    I am having a very similar problem.
    It seems that the packaging wizard forces you to use a JDBC driver to connect to your DB.
    I'm getting the "No suitable driver" message also.
    I even made sure the classpath line they ask you to remove in the preinstallation tasks was there. It wasn't to start, so I added it, but that didn't fix the problem.

  • Tutorial without using JDeveloper Wizard!

    Hello,
    Does anybody here know any link of ADF Faces/BC tutorial without using JDeveloper Wizard! Manual coding of pagedefs, and manipulating view objects thru backing beans... Our project is quite complex and the tutorials from the Oracle website is quite dependent on wizards... And it is 50% not suitable to our project's requirements.
    Thanks.

    Hi,
    there is no end-to-end tutorial I am aware of. I would however discourage "manipulating view objects thru backing beans" directly and instead always go through the ADF binding layer.
    Note that building databindings in the pageDef file is pretty straight forward. First you need to selecte the JSF page you want t build a pageDef file for and choose "go to pageDefinition" from the context menu.
    This will crate a pagedef file. The next step is to create the bindings and executable section, again using the context menu on the pageDef file in the Structure Window.
    In the binding section, use the context menu to create list -, attribute -, table bindings (etc.) and then the ExpressionLanguage editor on the JSF page to wire components up to the ADF binding.
    Frank

  • Upgrading CE 10 to Business Objects XIR3 by using Import Wizard

    Hi Guys,
    We are upgrading Crystal Enterprise 10 to Business Objects XI3, I have installed Business Objects XI3 on a new server, I will be using Import Wizard to import Objects, groups, Users ect... Do I need to copy the contents of the CE10 FRS input and output directories to the BOE XI3 FRS input and output directories?
    Please help.
    Thanks,
    Burhan

    Do I need to copy the contents of the CE10 FRS input and output directories to the BOE XI3 FRS input and output directories?
    No. Do not do this. The import wizard will migrate your objects and copy them to the FRS in 3.x format for you, nothing manual like this is needed.
    Regards,
    Tim

  • Migration Errors while using import wizard

    Hi,
    I am very new to BO.
    Currently we are migrating BO 6.1 b to BO XI R3 version. I am using Import Wizard tool.
    I am logging into SOURCE and DESTINATION in import wizard as ADMIN and trying to import only Universe and Reports.
    All Our Universes are under domain BO_UNV and Reports are under BO_RPT domain.
    After all the steps in import wizard when i look into detail logs i see the following error messages..
    for BO_UNV and BO_RPT domains ==> Reason: Sorry, you do not have the right to 'Add objects to the folder' (ID: 1) for 'Root Folder' (ID: 23). Please contact your administrator if you require this right.
    for Universe and reports ==> Cannot find parent object..
    Please do needful.. i have been struggling with this for few days.. and cant go a head with migration

    Hi kuhn,
    Thanks for reply..
    I have been trying with ADMIN credentials.. but could not find any progress..
    My doubt is when i login into CMC  , i am able to add new subfolders, but could not add folder under root one i.e All Folders in our environment.. what exactly are the rights i required for migration

Maybe you are looking for

  • A doubt in triggering BPM

    Hi All, I have a scenario where IDocs would be posted from R3 randomly to a non SAP system. I would need to wait for 30 mins after posting one IDoc to the non SAP System and receive a Ack from that non SAP System. If I receive a Ack within 30 mins or

  • DB adapter - Trim spaces in column

    Hi, We are facing an issue while using DB adapter when retrieving data from a column (VARCHAR2). Our column contains data like 'XXXX<spaces>XXX<spaces>'. Whenever we retrieve this column using Db adapter (both custom sql and Select option) and we are

  • Can I delete just the RAW of a RAW+JPEG image from iPad

    I just started using Photosmith 2 to integrate with Lightroom, and I think it will fit nicely in my workflow. I am importing images on the iPad with the Camera Connection Kit, sorting in Photosmith 2, and syncing with LIghtroom. The final step is to

  • Request not fully overwriten.

    hi i have created a datasource alongwith the sxtract structure, datasource is saved, extraxt structure and view (since datasource is sourcing data from database view ) is active. i have transported this all in a single request to the QA server. datas

  • Property not found in object??

    My Document Class is an object called Allegheny, which extends MovieClip. Within Allegheny, I set values for static string variables _d and _g. From Allegheny, I call multiple times another object called MuniAllegheny. In MuniAllegheny, I need to cal