Pre-configure of AQ Adapter example

Hi all,
Could anyone tell me if it is possible to run AQ Adapter example in Oracle Lite?
Would you like to give me some steps?
(For example, modify "oc4j-ra.xml" and restart BPEL)
Any reply are welcome and thank you very much.
Roy

OracleAQ is only available in the 'real' Oracle database, not in Oracle Lite.
So you should install a 10g Database (e.g. the free Express Edition) to try this out.

Similar Messages

  • Unable to edit the MobileXI3BB.jad file for pre-configuration settings

    According the Note:1542478 - How to pre-configure connection settings for BusinessObjects XI 3.1 Mobile clients?
    We are trying to edit the MobileXI3BB.jad file to avoid the Config seeting from client side.But wonder we are not able to see the below details in our MobileXI3BB.jad:
    BOBJ_MOBILE_AUTH_SERVER: <mobile server>
    BOBJ_MOBILE_AUTH_PORT: <Port of VAS Service, for example, 11011>
    BOBJ_MOBILE_CMS: <cms address>
    BOBJ_MOBILE_AUTH_METHOD: <authentication type>
    Can any one help us how to solve this?
    Edited by: Srikencha on Jun 3, 2011 8:58 AM

    Hi,
    you won't see this code,you need to add this code to the MobileXI3BB.jad file
    BOBJ_MOBILE_AUTH_SERVER:<mobile server>
    BOBJ_MOBILE_AUTH_PORT:<Port of VAS Service, for example, 11011>
    BOBJ_MOBILE_CMS:<cms address, for example CMSCOLPAL:6400>
    BOBJ_MOBILE_AUTH_METHOD:<authentication type> where <authentication type> could be any one of these values based on your requirements: secEnterprise, secWinAD, secLDAP, secSAPR3.

  • Polling DB Adapter example by Oracle

    Hi,
    I am trying to implement the polling DB adapter example provided by oracle.I am using the option of deleting the rows after they were read.The below are my sql queries created.
    Polling SQL:
    SELECT TITLE, DIRECTOR, STARRING, SYNOPSIS, GENRE, RUN_TIME, RELEASE_DATE, RATED, RATING, VIEWER_RATING, STATUS, TOTAL_GROSS, DELETED, SEQUENCENO, LAST_UPDATED, POLLING_STRATEGY FROM MOVIES_IN WHERE (POLLING_STRATEGY = 'Delete') ORDER BY TITLE ASC
    After Read SQL:
    DELETE FROM MOVIES_IN WHERE (TITLE = #TITLE).
    In the Polling SQL when i use the condition POLLING_STRATEGY = 'Delete',it gives me the following exceptions in the soa server log and polling doesnt happen,although i have updated the polling_strategy colum value as 'Delete'.
    <May 11, 2012 7:22:22 AM IST> <Error> <oracle.soa.adapter> <BEA-000000> <Database Adapter PollingDbAdapters <oracle.tip.adapter.db.InboundWork handleException> Encountered a fatal exception while polling. Will continue polling but with minimal logging. Please investigate the fault and manua
    DBActivationSpec Polling Exception.
    Query name: [DeleteAdapterSelect], Descriptor name: [DeleteAdapter.MoviesIn]. Polling the database for events failed on this iteration.
    Caused by javax.resource.spi.InvalidPropertyException: BINDING.JCA-11615
    Invalid Property Exception.
    The property [DBActivationSpec.pollingStrategy] is invalid.
    Caused by java.lang.ClassNotFoundException: .
    Make sure the property is valid in the interaction (activation) spec by editing its definition in the wsdl. Refer to the Configuring the Database Adapter Guide.
    This exception is considered not retriable, likely due to a modelling mistake. This polling process will shut down, unless the fault is related to processing a particular row, in which case polling will continue but the row will be rejected (faulted).
    at oracle.tip.adapter.db.exceptions.DBResourceException.createNonRetriableException(DBResourceException.java:690)
    at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:656)
    at oracle.tip.adapter.db.exceptions.DBResourceException.inboundReadException(DBResourceException.java:491)
    at oracle.tip.adapter.db.InboundWork.handleException(InboundWork.java:983)
    at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:568)
    at oracle.tip.adapter.db.inbound.InboundWorkWrapper.run(InboundWorkWrapper.java:43)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: javax.resource.spi.InvalidPropertyException: BINDING.JCA-11615
    Invalid Property Exception.
    The property [DBActivationSpec.pollingStrategy] is invalid.
    Caused by java.lang.ClassNotFoundException: .
    Make sure the property is valid in the interaction (activation) spec by editing its definition in the wsdl. Refer to the Configuring the Database Adapter Guide.
    at oracle.tip.adapter.db.DBActivationSpec.createPollingStrategy(DBActivationSpec.java:437)
    at oracle.tip.adapter.db.InboundWork.initPollingStrategy(InboundWork.java:476)
    at oracle.tip.adapter.db.InboundWork.init(InboundWork.java:368)
    at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:564)
    ... 4 more
    >
    java.lang.NullPointerException
    at oracle.tip.adapter.db.InboundWork.handleException(InboundWork.java:1047)
    at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:568)
    at oracle.tip.adapter.db.inbound.InboundWorkWrapper.run(InboundWorkWrapper.java:43)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    [TopLink Info]: 2012.05.11 07:25:11.098--ServerSession(672505459)--TopLink, version: Oracle TopLink - 11g Release 1 (11.1.1.6.0) (Build 111018)
    [TopLink Info]: 2012.05.11 07:25:11.099--ServerSession(672505459)--Server: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050
    [TopLink Info]: 2012.05.11 07:25:11.110--ServerSession(672505459)--businessrules_session_oracle login successful
    <May 11, 2012 7:33:47 AM IST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <May 11, 2012 8:04:10 AM IST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <May 11, 2012 8:04:10 AM IST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <May 11, 2012 8:04:40 AM IST> <Notice> <WebLogicServer> <BEA-000378> <Server failed to shutdown within the configured timeout of 30 seconds. The server process will exit now.>
    <May 11, 2012 8:04:40 AM IST> <Error> <> <BEA-000000> <cannot load libary 'stackdump': java.lang.UnsatisfiedLinkError: no stackdump in java.library.path
    Can any of you please guide.Thanks in Advance
    Thanks
    Manish

    Hi Manish,
    Can you copy paste your .jca file?
    I think the problem is with the name 'pollingStrategy'. Verify if the property used in the .jca file is PollingStrategy (Use Capital 'P').
    Regards,
    Neeraj Sehgal

  • [Desktop] Pre-configured installs

    Any suggestions on how to create pre-configured installers of the same base app? Here's an example of what I mean:
    App: This base app connects to a configurable server domain. You could install and use this app just fine.
    App for ClientX - This app should connect to serverX, and I want to pre-configure it to do so. It may also have custom configured branding for ClientX.
    App for ClientY - This app should connect to serverY, etc.
    So I want to be able to give ClientX an installer (or install link) that installs the App pre-configured to connect to their serverX, and I want to give ClientY an installer that connects to their serverY, but I want both to be the same application, built from the same codebase, with the same appID and certificate, and receive the same updates, etc.
    I've considered using compile constants to create different AIR app versions with populated strings, which I think would work though a bit clunky, but would result in different versions of the app, when what I really want is to have the SAME version configured differently.
    What I am currently doing is making a config file that can be shared, so the main app is installed then the client opens the config file with the app (file association makes this relatively easy, but still very manual feeling.) I would essentially like to automate this, so the end user only needs to run the installer.
    The next step would be automating this process, so that when ClientZ purchases the app it uses ClientZ's information to provide an installer configured for ClientZ without manual human intervention. You know, for when my app inevitably gets famous and makes me rich.
    Any suggestions?
    Thanks all!
    -Aaron

    Well I'm not quite sure this fits your scenario but maybe (assuming your clients install your app from a website)...
    You can use the swf (badge) method of installing AIR apps through the browser: http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e15. html
    This would give you the ability to pass in arguments into the install process. http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118676a5d46-8000. html#WS5b3ccc516d4fbf351e63e3d118666ade46-7e19
    Basically you set your air app to "<allowBrowserInvocation>true</allowBrowserInvocation>" and add a listener for the BrowserInvokeEvent(not InvokeEvent)
    Do what you want with the parameters (maybe save to a flash shared object) to remember who it was.
    Then for distribution, provide a client only page, that passes flash vars into the badge swf, which passes them to the app for install.
    I recently used this method in this way. I'm building a video conference app that can send invitations via a URL (videoapp.com?id=abcdefghijklnop).. On that page I have the badge (swf) that recieves that invitation through flash vars. The badge does the install of the AIR app and passes the invitation once it runs.
    Note: I had to modify the default badge.swf to include my additional flash vars.
    Other than this, I dont know of any way to add arguments to just a regular passed around .air file.

  • How to configure an jms adapter to use ActiveMQ?

    Does anyone have an example of how to configure an jms adapter of oracle esb
    for third party JMS provider to use ActiveMQ?
    I had done something as follow:
    1、add activemq shared-library in $SOA_INSTANCE/config/service.xml
    2、config a jms adapter fro third party use paramter:
         java.naming.factory.initial     org.apache.activemq.jndi.ActiveMQInitialContextFactory
         java.naming.provider.url     tcp://10.20.30.26:61615
    but I got a error:ERRJMS_CONN_FAC_NOT_FOUND.
    Caused by: javax.naming.NameNotFoundException: org.apache.activemq.ActiveMQConnectionFactory
         at org.apache.activemq.jndi.ReadOnlyContext.lookup(ReadOnlyContext.java:225)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.jms.JMS.JMSFactory.jndiLookup(JMSFactory.java:237)
         at oracle.tip.adapter.jms.JMS.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:138)
         ... 51 more
    what should I do? can someone give me a detail resolvent?

    I also had done as follows:
    1、add activemq shared-library to shared-library named "oracle.esb" in server.xml :
    <shared-library name="oracle.esb" version="10.1.3">
              <import-shared-library name="apache.activemq"/>
    </shared-library>
    2、add in $SOA_INSTANCE\j2ee\soa\application-deployments\default\JmsAdapter\oc4j-ra.xml
         <imported-shared-libraries>
              <import-shared-library name="apache.activemq"/>
         </imported-shared-libraries>

  • Configuring Receiver File Adapter for J2SE

    Hi All,
    I have a scenario in which i need to convert the IDOC data into a fixed length file.
    I did mapping according to the output structure of the file.
    My Output file format is as follows...
    Document1          document2      document3      etc
    Each document contains different fields with different lengths
    In XI-FIle adapter we give Recordset structure : Document1,Document2,Document3.
    But while configuring Receiver File adapter in J2SE.
    There is no option mentioned in J2SE Adapter.
    <b>http://saphelp.border-states.com/EN/95/bb623c6369f454e10000000a114084/content.htm</b>
    Please throw some light on the same.
    Thank You
    Regards,
    Reehan

    as far as i read the document, what i understood is that the J2SE adapter has a limitation.
    your XML structure should be as mention in the link;
    <i>To convert a table in XML format to pure text format, the document format must be the same as that which is generated by the sender file/FTP adapter in mode FILE2XMBWITHROWCONVERSION <i>(with the default value <row> for the structure)</i> and the sender JDBC adapter. This means that the document structure looks like this:
    <resultset>
    <row>
    <column-name1>column-value</column-name1>
    <column-name2>column-value</column-name2>
    <column-name3>column-value</column-name3>
    </row>
    <row>
    <column-name1>column-value</column-name1>
    <column-name2>column-value</column-name2>
    <column-name3>column-value</column-name3>
    </row>
    </resultset>
    This is an example for 3 columns and 2 lines. The number of lines and columns is, of course, unlimited. <b>The XML elements in italics can be defined by the user and the elements of a line must be grouped within an element of type <row> … </row></b>.</i>
    So cannot take the <b>recordset structure</b> as we have for the normal File adapter.

  • Proxies pre configuration

    hi all,
    i am doing pre configuration of abap client proxies by refering this blog
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    here i am unable to create HTTP connection in the business system.
    i got ICM_HTTP_CONNECTION_FAILED  error
    regards
    sandeep.

    ABAP Proxy:
    How to enable the ABAP Proxy between the ECC and SAP XI.
    The Errors I have divided into 2 parts
    1.     If my proxy is looking into the Exchange Profile on SLD.
    2.     If the Proxy is looking into the SPROXSET table
    If my proxy is looking into the Exchange Profile on SLD:
    Description: Proxy are the outside in communication between the SAP R/3 and SAP XI, proxy cab be used when my SAP WebAS is 6.20, it is an adapter less communication, because the the Application system has the WebAS 6.20 has an internal engine which will convert the message into XML and then this XML message is sent to XI using the HTTP protocol.
    This blog explains how to create the ABAP proxy:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    What I am trying to focus is how the connection is getting established and what all happens when you run the SPROXY transaction code on Application System.
    We use SPROXY to read the Interfaces from Integration Repository in application system, then we are creating the proxy either client or server.
    When we run SPROXY the application system will try to find the the IR to get the interfaces on which the PROXY can be generated.
    It get’s the information about the IR in Exchange Profile which is present in the SLD of XI.
    When SPROXY is run on the application system, the following program will be running.
    •     Report: SPROX_CHECK_IFR_ADDRESS check if the connection to the exchange profile is working and the parameters are set.
    •     Report: SPROX_CHECK_HTTP_COMMUNICATION check if the HTTP communication of the system is running.
    •     Report: SPROX_CHECK_IFR_RESPONSE checks if the connection to the Integreation builder is running correclty
    •     Report: SPROX_CHECK_IFR_CONNECTION checks if the data coming from the Integreation Builder can be correclty interpreted.
    If you get any error while running the reports here are the descriptions:
    Firstly check the SLDCHECK is working:
    Since the applications communicate with the SLD to get their own business system and integration server information the connection to the SLD need to be running from all business systems. Use the transaction SLDCHECK to check whether this is the case. If SLDCHECK is throwing the error then cross check the SLDAPICUST transaction code whether is pointing to the correct SLD.
    Report: SPROX_CHECK_IFR_CONNECTION checks if the data coming from the Integreation Builder can be correclty interpreted. You will get the error "Integreation Builder data cannot be understood” when you run the report SPROX_CHECK_IFR_CONNECTION.
    Make sure the following steps are done to fix this:
    Role of the Business system: Application System
    Corresponding Integreation server: dest:
    <SM59 Http connection created>
    Also check the following RFC are working fine.
    LCRSAPAPI
    SAPSLDAPI
    Also in RZ70 TC you should point to the SLD.
    This 2 RFC are Registered Programs, if this RFC is working then your Application system can ping to the SLD where the exchange Profile is present.
    The Report SPROX_CHECK_HTTP_COMMUNICATION will check whether the application system all the HTTP services activated or not. To activate all HTTP services go to SICF and activate it.
    Else you will get error “ICM_HTTP_CONNECTION_FAILED”.
    To check the HTTP service is active or not check SMICM click GOTO&#61664;Service
    Create the HTTP connection from SAP R/3 to XI.
    SM59--&#61664; Create RFC destination of type ‘H’ when all the HTTP services are active then the connection will work fine.
    If the RFC destination of type H is giving error “ICM_HTTP_CONNECTION_FAILED” and all the HTTP services are active then
    Goto the SICF and make sure all the Proxy are disabled.
    So once these things are maintained then the ABAP Proxy will work fine.
    regards
    Nisar

  • How to pre-configure wireless locations

    Does anyone know how to pre-configure wireless locations that can them be pushed to several computers via ARD?
    We are taking admin rights away from most users, which means they cannot create a wireless location. I need to find a way to have a file or files that are preconfigured with the locations we need (on lab and off site) so they can connect to our private wireless network on lab, and then just plain old dhcp off site. I've tried modifying the preferences.plist and networkinterfaces.plist, but it puts MY computer information throughout, and that is not acceptable.
    I UNIX command or script would be better.
    Any help is appreciated.
    Thanks,
    Lisa

    Hi.
    2 things -
    1. use T3StartupDef interface for startup classes
    (http://edocs.bea.com/wls/docs61/javadocs/weblogic/common/T3StartupDef.html).
    2. check out the example code in
    examples\i18n\logging\startup\UserSMessagesStartupImpl.java. This is a
    startup class that uses T3StartupDef and binds to the JNDI tree.
    Hope this helps,
    Michael
    GSL wrote:
    Michael
    1. But the question is integrating JNDI with some START UP mechanism
    2. I also need a sample of a startup class/tutorial
    Michael Young <[email protected]> wrote:
    Hi.
    Not sure - you might try posting this to the JNDI newsgroup -
    weblogic.developer.interest.jndi.
    Regards,
    Michael
    GSL wrote:
    Hi
    Suppose I need to lookup in message bean an admin email
    in order not to hardcode it
    say ctx.lookup("ADMIN_TO_NOTIFY");
    so in JNDI it is bound to say [email protected]
    Of course I want to configure it somehow so it is dynamic enough
    in some config file
    One way to do it is some tech support servlet that will rebind it
    and init binding thru startup class reading it from customconfig.xml.
    1. Is there a better way to do it???
    config.xml it seems does not allow FULL access to JNDI tree and sois console
    2. Is there a JNDI console for WL?
    3. Is there an example of startup class?
    Thanks--
    Michael Young
    Developer Relations Engineer
    BEA Support
    Michael Young
    Developer Relations Engineer
    BEA Support

  • CS4 Suite (all Windows versions) - documentation of XML and pre-configuration of components?

    With a view to packaging and deploying CS4 in Microsoft enterprise environments (ie GPO restricted desktops, mandatory user profiles, non-administrative user base, at or near minimum spec hardware) I was wondering if anyone was aware of any documentation, official or otherwise, for pre-configuration or omission of individual components within the CS4 suite in order to more specifically tailor their operation to user requirements.  Eg, such as the way Adobe provide a transform generator/editor for Acrobat in its standalone form.
    The instructions for performing silent installs with or without the more major components (such as Dreamweaver, Photoshop etc) work fine, and the Adobe CS4 Deployment Toolkit (aka AdobeUberInstaller) deals with a number of omissions in the base installer such ELUA and updates suppression.  However there are various options within the applications themselves I would like to change the defaults for at install time (eg suppress Adobe Bridge from prompting to run at startup, address Acrobat's refusal to run until another element of the suite has been run first etc), patches I would like to slipstream rather than apply retrospectively (currently Air, Indesign, Photoshop), and some elements (such as foreign language components and 64bit support) I would ideally like to omit from the source package altogether to keep the size down - 6GB+ to 500 clients is quite an ordeal!
    Web resources such as application deployment forums have allowed me to address some of the above, but I would be very interested in the feedback/experiences of this community.  I appreciate what I'm asking is somewhat vague but any crumbs of wisdom all add up...
    Many thanks in advance for any suggestions.
    Bill

    The best is to get the versions in which you have developed/tested. These can be found in MAX under Software, if it is possible provide a link to the NI ftp download URL.
    Then export the settings in MAX (for tasks/scales) if you use them and provide a simple app that loads these items into MAX.
    For RIO I'm not totally sure but I would create 'Getting started' that outlines what settings (IP/DNS etc.) to get the user started.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • How Can I pre-configure the proxy settings in Acrobat 8?

    We use a proxy server to authenticate users and it's causing a problem for our e-licensing. Is there a place to pre-configure the proxy settings / login and password for the e-licensing to happen quietly so our users don't have to see it?

    Have you searched the forum for proxy? I do not have an answer, but this has been discussed before. I am not sure there is an answer in the discussions, but it is worth a try. There is likely a knowledgebase article on the issue also. Good luck.

  • How can I install a Designer 6.0 pre-configured repository ?

    Hi:
    I am trying to install Oracle Designer 6.0 to my client machine (Windows 2000) and server machine (Windows NT 4.0), what I did was:
    [1]install Designer 6.0 client side on my client machine.
    [2]install Oracle 8i Enterprise Edition (version 8.1.7) on the server machine.
    [3]configured SQL*Net Client and NET8 on both client and server, and it works fine.
    [4]install pre-configured repository using Oracle Designer 6.0 CD #2 (pre-configured repository),but it always gives me such info:
    " You have not installed a local copy of Oracle8 Enterprise Edition, therefore, Oracle Designer and ODD D7O4 Preconfigured Repository can not be installed. Please re-install this product after the local
    database has been installed."
    It seems strange, I did install 8i Enterprise Edition (I even installed Oracle8 Enterprise Edition) before repository, I should have
    a local database.
    How should I do next ?

    Hi Zhu:
    Now that you are trying to install Designer, your problem is easy to solve.
    I think you should download Oracle Designer 6i Release 4 for Windows from http://otn.oracle.com/software/products/designer/software_index.htm and then do your install again.
    The install and the server side setup maybe time consuming, but I am sure you can do it.
    You may install Designer 6i Release 4 in the following steps:
    (Before do these, uninstall your Designer 6.0 both from your client machine and Windows 2000 server using Oracle Installer)
    Step 0: download Oracle Designer 6i Release 4 from OTN to your local directory, say c:\temp and unzip it to c:\temp\Designer6iR4. I will refer this directory as installation media. Make sure that you have equipped your server machine with at least 256MB memory. In my experience, 386MB is better and 512MB is recommended.
    Step 1: make sure that one database was created in your installed Oracle 8i. If not, create a database at this step. The parameters of this database should be adjusted according the needs of Designer 6i. You will be told how to do this later.
    Step 2: install Designer 6i R4 from the installation media to server machine. Pay attention at this step that you should "select to install both Designer and Repository." It is recommended that Designer should be installed to another new ORACLE_HOME. Don't install it to your Oracle database home. Say, to the ORACLE_HOME "DESDEV".
    Some more words need to be said here, I think, about the ORACLE_HOME for Designer. Later if you install Oracle Developer into the same machine as Designer is installed to, both the Oracle Developer and Oracle Designer should be installed into the same ORACLE_HOME. So the name DESDEV stands for "DESigner and DEVeloper are both installed into the same Oracle home named DESDEV". This will be prompted to you just after the installation of Designer was finished.
    Step 3: print out "Oracle Repository/Designer Installation Guideh from "Stat->Programs->Oracle Repository 6i Doc - DESDEV". I will refer this material as gManualh from here till the end of our talk.
    Step 4: shutdown your database if it is running and then set the parameters to the correct values (required values) according to gCheck the settings in the Oracle initialization parameter fileh in the Manual, Chapter 2 Server-side installation, migration and upgrade.
    Step 5: startup the database and then check the parameters. To do this, you need to login to database as user sys and then issue the command gshow parametersh. If all the parameters are correct you may go step 6. You may leave the database running.
    Step 6: make sure that the database is running. If not, startup database here. Before proceed to install Designer 6i Server-side, the database should in running status.
    Step 7: do the server-sidefs install of Designer 6i (that is, Repository) according to gChapter 2 Server-side installation, migration and upgradeh in Manual. In that part of manual, 17 steps of installation and setup Designer 6i server-side were mentioned. I am sure you can manage that with ease.
    Step 8: install Designer 6i client-side into your client machine according to hChapter 1 Client-side installationh in Manual from the installation media.
    By the way, I should tell you how much time it takes to accomplish all of these steps IF things were went smoothly: it took about 6 hours for me to have all these steps done. And my machinefs specifications is:
    CPU 633MHz
    RAM 512MB
    Wish you good luck
    null

  • How to Configure Receiver Mail Adapter?

    I need to designed a BPM if Message is failed to update database then send an e-mail to alias group in Microsoft outlook by using Receiver Mail adapter.
    Can someone help me to design above BPM and how I need to configure receiver mail adapter.
    Thanks in advance!
    Mrudula

    I am getting  <Trace level="3" type="T">Unknown channel type: Mail</Trace> when it tries to call "MAIL" adapter.
    Does anyone has any clue where should I look?
    Thanks!
    Mrudula
    <Trace level="3" type="T">Calling pipeline service: PLSRV_CALL_ADAPTER</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_CALL_ADAPTER</Trace>
      <Trace level="3" type="T">PLSRVTYPE = =SWITCH=</Trace>
      <Trace level="3" type="T">ADRESSMOD = SD</Trace>
      <Trace level="3" type="T">P_CLASS =</Trace>
      <Trace level="3" type="T">P_IFNAME =</Trace>
      <Trace level="3" type="T">P_METHOD =</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Unknown channel type: Mail</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_CALL_ADAPTER</Trace>
      <Trace level="3" type="T">PLSRVTYPE = AENGINE</Trace>
      <Trace level="3" type="T">ADRESSMOD = SD</Trace>
      <Trace level="3" type="T">P_CLASS = CL_XMS_PLSRV_IE_ADAPTER</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />

  • Getting error when configured sender mail adapter

    Hi Everyone,
    When i tried configuring sender mail adapter am getting these logs in Runtime workbench.
    In ID,when i gave ip address in place of URL, am getting this log
    "exception caught during processing mail message; java.io.IOException: unexpected password response; read -ERR Logon failure: unknown user name or bad password."
    When i gave URL in place of URL, am getting this log
    "exception caught during processing mail message; java.net.UnknownHostException:"
    why is it giving this log, What correction i have to do to make it work.
    Thanks in advance,
    Sakthi

    Hi,
    <i>1.How to stop deleting mails.</i>
    When the IMAP4 protocol is used, we get an option "Delete messages when read".You could specify if you need to delete it or not.
    <i>2.How to do mapping for an attachment,what additional things i have to do for this.</i>
    Could you please elaborate?
    <i>3.Is there any option to change the flag of mail once it is read by XI.</i>
    You cannot do this from XI. You would need to do it in your email client. In case you are using IMAP4,you could mark the message as read, once XI reads the unread message.
    Regards,
    Smitha.

  • How to configure sender mail adapter

    Hi,
    My scenario  Mail-XI-file. In adapter monitoring it is giving me error "not initialized: mail agent null". What do we exactly mean by this??
    and can anyone suggest any blog as how to configure sender mail adapter.
    Kindly help
    Anu Singhal

    Hi Anu,
    Just check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/frameset.htm
    and this 1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9e6c7911-0d01-0010-1aa3-8e1bb1551f05
    Rewardif helpful
    Reagards
    Sachin

  • In my Scenario i want to configure file sender Adapter.But in Parameters

    In my Scenario i want to configure file sender Adapter.But in Parameters, for Adapter Engine  Column It Shows blank,Integration Server will not appear for that column.Finally It Gives Error- Adapter Engine is not Defined.
    What is the Reason for this...
    Please Clarify ASAP...
    Thanks..

    Hi Chiru,
          It seems that you may have missed some steps while doing the configuration. After doing all the activities in SLD and IR and activating all the components created in IR it should work.
          Plz check that you have selected as Adapter Type as File and correct namepace in the next field. Transport Protocol as File System (NFS), Message Protocol as File and I hope after all these information you will get Integration Server in the Adapter Engine field.
        If the problem persists please revert back.
    Warm Regards,
    Subhasha Ranjan

Maybe you are looking for

  • LCD Brightness, sony_acpi from aur won't build

    I'm using a Sony VAIO vgn-sz430n, and the Fn keys won't work to change the brightness. I'm not so concerned about the Fn keys, for I've seen tons of documentation to get those working with xbindkeys, xmonad, openbox, etc. and I will worry about that

  • Please HELP!! Finals are due, and I Cant get past Kernel Error

    I forced a shutdown holding the power button and now every time I turn on the Imac I am instructed to restart it, in several different languages. This screen comes up just after the "ping" when I turn it on and after the apple logo appears. So far I

  • Extended desktop lows resolution

    Hi all. First of all i would like to thank you for helping people like me to solve their problems all around the world. Did someone experiencied this? I couldn`t set an 85HZ when my resolution was at 1024 * 768 and 32bits color quality. So I tried do

  • I lost my "Now playing screen" How do I get it back? All it shows is the album cover and the song list pages

    How can I get my "Now Playing" screen back? I can't scroll or change screens at all. All I have is the album picture and the song list page. I can toggle between the two but nothing else. It did this all by itself. Now it's stuck.

  • Problem in automatic workflow customizing. SWU3

    Hi All, I run the transaction SWU3 and Executed the automatic workflow customization for maintain runtime environment i am getting the below error like RFC USER HAS WRONG PASSWORDS, SYNCHORONIZE PASSWORDS WITH YES OR NO pop up. When i click yes i am