Auto Response System:Need Suggestions

Hi All,
I have designed an auto response system(ARS). To understand this, suppose you forgot a document in your system(in house). So , from office you just need to send a mail to ARS with the document description & ARS will send you that document. I have tested this application on Mac air. I think i can convert this for ipad also.
Regards,
Saurabh Saxena

Oracle9iAS Email provides extensible Server Side Rules and a PL/SQL API which can be used to create the functionality you describe.
At a high level, you might consider the following:
- Create a custom server side rule that executes when a new request is recieved (how you define a new request is up to you). One of the actions of this rule could be to create a request record in a database. Another action could be to provide a "canned" response back to the sender.
- A custom rule would be created to retrieve the status information based on your request ID when a follow-up message was received.
- The retrieved information would be formatted into an email and sent to the requestor using the PL/SQL API's.
Additional information regarding 9iAS Email and Server Side Rules / PL/SQL API's is available in the Oracle9iAS Email Developers Guide (available on OTN) or at http://otn.oracle.com/products/emailserver/content.html
Best Regards
Duane Jensen

Similar Messages

  • Implementating Auto response system using Oracle

    Hi,
    How can we make use of 9iAS to perform the following job:
    When a user submit a request through email, the email will trigger an insert of a new request record in database. When user wants to know the status of the request, he can just type the request id in subject and an email with necessary information about the request will be sent back to user in a form of email.
    Can we do this? what are the things we need and how to go about doing this?
    Please advise.
    Thanks in advance.

    Oracle9iAS Email provides extensible Server Side Rules and a PL/SQL API which can be used to create the functionality you describe.
    At a high level, you might consider the following:
    - Create a custom server side rule that executes when a new request is recieved (how you define a new request is up to you). One of the actions of this rule could be to create a request record in a database. Another action could be to provide a "canned" response back to the sender.
    - A custom rule would be created to retrieve the status information based on your request ID when a follow-up message was received.
    - The retrieved information would be formatted into an email and sent to the requestor using the PL/SQL API's.
    Additional information regarding 9iAS Email and Server Side Rules / PL/SQL API's is available in the Oracle9iAS Email Developers Guide (available on OTN) or at http://otn.oracle.com/products/emailserver/content.html
    Best Regards
    Duane Jensen

  • Need Help! have an issue from my auto response email, it showing the "MIME This is a multi-part message in MIME format. " and the signature message disappeared.

    ave an issue from my auto response email, it showing the "MIME This is a multi-part message in MIME format. " and the signature message disappeared and replaced with some unreadable message

    Hi msnyder1112,
    Thank you for posting in MSDN forum.
    Since this issue is related to the VB.NET, so we will move this case to VB forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vbgeneral , you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Soap to Soap scenario(need suggestions)

    Hi All,
    I have a scenario to be developed. Its a soap to soap scenario. We need to send  a request with target site name and list name in the URL.
    As there are 4 different sites each has different list with different columns. We need to retrieve these data in a single structure and send it back to the source system( as response). Now I am stuck in the response structure creation. Anybody has any idea? Please suggest.

    Hello,
    I would suggest you to check below blog and using this create ur target URL (or action) dynamically to retrieve data from  different sites.
    Dynamically providing URL and action values  to receiver SOAP communication channel
    Now for the response, i would suggest you to use JM. So, in java code parse (whatever) response which is coming from WS, send the same to ur sender system - By this way u don't have to worry abt creating response structures in PI for each site.
    Hope i understood ur question correctly and if not then do correct me.
    Thanks
    Amit Srivastava

  • ERMS auto response mail

    auto response email template is not picked up from categorization schema, but from rule for the auto response in ruile modeler.
    i have prepared a rule for auto response in rule modeler where i have set condition as top scoring category equals the value "ERMS auto response" then action as email form, outgoing email , categorization schema, inline has been set.
    the value in rule modeler "ERMS auto response" is category in category modeler where i have assigned the email template for this category.
    problem: when i sent an email from outlook, system sends the auto response mail but email template is selected from rule modoler. it is not selected from categorization schema. however, when i see the email log in CRM_ERMS_LOGGING, i didn't find any problem adn fact gathering services CL_CRM_ERMS_ADD2FB_CA is envoking correctly and system reading the path value as my categorization schema adn category.
    rule evaluated to true
    Please help
    Thanks
    Suryamani

    Mail.app is an email client not a server. it needs to be aware of an email to do anything with it. for that it has to pull that email from the server and it can't do anything otherwise. same goes for any other email client. some servers do allow server side rules but you would have to check if your does. it wouldn't have anything to do with the email client (such as Mail.app) you are using.

  • Need suggestion

    hi....i need suggestion on my problem.i've been given a complete atand-alone java application.my assignment is to make the system,a web-based system so that when we want to make a demo we did not need to bring an installer.just show to from the browser.i thought of using java web start.it's just my opinion.so,i want to hear others opinion......
    Tq

    Java Web Start is the solution I would choose. You must bear in mind that a browser is not enough to run Java Web Start - the client PC must have the correct version of the run-time environment (JRE) installed as a minimum - which, I think, is somewhere about a 10-15 megabyte installation.
    The run-time environment for end-users is best/readily installed from the http://www.java.com site. Click the "get it now" button and away you go!
    Alternatively, I think some PCs actually recognise when you've clicked on a JNLP link and automatically check your to see if you have a version of the JRE and download it if necessary - but I'm not 100% sure if this can be relied upon across all platforms/browsers...
    I think you can also program your JNLP file as to where to look for the JRE installer (ie: maybe on your LAN instead of www.java.com), but I haven't researched that one yet.

  • Need suggestion for choosing Java development enviroment

    Hi Evereyone,
    I am new to Java Desktop Application.I need help on choosing proper Java technologies and development tool.
    We have an existing CLIENT/SERVER based distributed control system, which was developed in C++(Server side) and VB(Client GUI).Now we are think of migrating the system to Java platform.
    Here is the outline:
    We want to create web based application that will run on windows and linux (linux on embedded PC).
    The application should be able to support 10 � 100 users at once accessing/editing database.
    We will also need to create a communication server that will run on web server P.C. that will communicate tcpip to field panels/log to db, as well as allow web screens to send/receive commands with field panels etc.
    Could any one give me some suggestion about it?
    I am thinking of Using J2SE 5.0, including RMI, JDBC and Swing for GUI. As for field panels, may choose J2ME.
    Thank you very much in advance.

    Thanks, zadok .
    Actually, I don't have the system requirements neither. All I know is the following outline:
    "We want to create web based application that will run on windows and linux (linux on embedded PC).
    The application should be able to support 10 � 100 users at once accessing/editing database.
    We will also need to create a communication server that will run on web server P.C. that will communicate tcpip to field panels/log to db, as well as allow web screens to send/receive commands with field panels etc."
    It is a interview question, which need me to do research and give some suggestions. What I want to know is to figure out what kind of Java technology is necessary for developing this system because I want to make sure I head to right direction.
    I know somehow it is hard to give suggestion based on this limited information.
    One more thing I was confusing is the server-side architecture.
    I need suggestion about sever side architecture:
    a. write a dedicated server-side program, which act
    as communication server to monitor and control field
    panel, also act as server-side applicaiton by using
    RMI to communicate with Client-side communication.
    b. choose a general web server architecture. Put
    everything in server side in Web Server, for example
    Tomcat AS container, implementing the Communication
    server as Web Service and the request from
    Client-side go to Web Server first, then dispatch to
    a proper web service.Why did you not include this information in the original question!
    Why don't you just use Tomcat?
    For your answer, "Why don't you just use Tomcat?", does it mean Tomcat without Web Service will be enough for this system development? Could you give me some detail about it?
    Thank you very much, zadok.

  • RMAN Recovery failing , Need Suggestion

    RMAN Recovery is failing 3 times with these errors , need suggestion
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/20/2006 22:44:32
    RMAN-03015: error occurred in stored script Memory Script
    ORA-19504: failed to create file "/oradata/F3LIPO/system/tools_01.dbf"
    ORA-27040: skgfrcre: create error, unable to create file
    HP-UX Error: 2: No such file or directory
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 09/20/2006 23:12:27
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    HP-UX Error: 2: No such file or directory
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/21/2006 12:24:56
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01013: user requested cancel of current operation

    My concern is
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/21/2006 12:24:56
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01013: user requested cancel of current

  • I need suggestions for an online trading application

    Hi,
    I am going to develop an online trading application. I have decided to use JAVA EE 5 and I have read "The Java(tm) EE 5 Tutorial". Because I am a (C++) programmer and new to Java, I need suggestions to start development.
    Here is summary of the system in my mind. There will be
    a database to store user's information and operations,
    a web client for creating and managing user accounts,
    a desktop application and web client for users for online trading and
    an application client for brokers for risk management.
    Here is a sample scenario for flow,
    - User wants to create an account
    - Company creates an account for user
    - user gets the prices and trades via application client (web or desktop)
    - system informs dealers and broker via their client platform
    - broker perform necessary operations.
    Java EE 5 Application model fits the system I am trying to develop but I feel I still need some guidance and there are a few things I couldn't figured out yet. For these reasons I want to develop a prove of concept system and this is the system in my mind.
    - A simple database
    user (user_id, user_login, user_password, user_name)
    stock (stok_id, stok_name)
    operation (op_id, user_id, stok_id, op_type, op_amount, op_value)
    - A price server
    will generate random prices and push new values to registered clients
    - A web client to create new users (for admin)
    - A web client to display operations of users (for user)
    - A desktop application and web client for operation entries (for users)
    displays prices coming from price servers, sends users trade requests
    - A desktop application client for informing admin about trades (for admin)
    when a user buys or sells something, this client notified (user buy/sell something)
    What do you offer for this sample system?
    Which is the best IDE?
    Which Application Server should I use (scalability and speed is critical)?
    Which Java EE APIs should I use?
    JSP or JSF?
    Will I need hibernate?
    And so on.. I need some points to start and go.
    Thanks for any help.
    Ahmet

    It wouldn't be an arbitrary track. However, maybe you could make an arbitrary track by dividing the track into segments. Each segment is either a straight line or an arc. These are easy to model the cars' behavior on, because you'll have a straightforward way to determine the direction the car should be facing, and the range to the left and right where the car can stray and still be on the track.

  • On the Apple Watch, has anyone figured out a way (if possible) to remove some of the redundant auto responses available when using Messages?

    There are some responses that always show which I would never use, such as BRB, that I'd like to completely remove. There are other responses that are excessively redundant. I don't need Thx, Thanks, Thank you. and Thanks! as separate available auto responses every single time. Anyone else had better luck figuring that out?
    Overall I'm really liking the Watch so far. The only thing bringing it down is sone of those small details.

    Visit the Apple Watch app, then go to My Watch > Messages > Default Replies.
    You can add your own but there will still be Apple auto default replies too.
    Kinda lame.  Hope there's a new option to get rid of those in the future. I'd rather ALWAYS dictate and not have those 'smart responses' there at all.

  • Vacation auto response in Mac OS X Lion Server

    I just built a new Lion server for email. It worked nicely until I found that the server side rule will only work when the first short name in the list (the list you can create in server admin) is being used as the recipient. For example, vicding is my username, when people send to [email protected], the vacation server side rule works well, the sender will get a auto reply states that I am on vacation. However, when people send to my other short name, like [email protected] The vacation auto response will not be sent, but other rules (which do not triger MTA, like move the email to other folder) run well.
    Please help!!! As the vacation season is coming, need it to work urgently.
    Thanks a lot.

    Seems to be solved in 10.7.4

  • Why does the system need two average costs - 'Average' and 'Average Rates'?

    Hello Gurus!
    The documentation does give definitions for 'Average' and 'Average Rates' cost types, but at a very basic level.
    http://docs.oracle.com/cd/A60725_05/html/comnls/us/cst/settask.htm
    I would like to know why the system needs two costs? How are they calculated and how are they used?
    Thanks!

    Hello,
    I can suggest you a workaround that will help you keep only the 64-bit version of Photoshop.
    Visit "Uninstall a Program" in Windows 7 Control Panel and uninstall Photoshop completely.
    Visit this page and download trial version of Photoshop.
    Run the installer manually and choose the 64-bit version only (uncheck 32-bit version).
    Launch the product and specify your Adobe ID credentials.
    The product will switch to non-trial (i.e. full) mode when it recognizes your Adobe ID.
    Regards,
    Amit Batra
    Engineering Manager,
    Amit Batra

  • Low level Hex disk edit & search util needed- suggestions please?

    low level Hex disk edit & search util needed- suggestions please?
    Maybe It's just late & I've had a bad day.... but I haven't needed a low level Hex disk edit & search utility suitable for an Intel 10.4.x Mac until now and can't seem to locate one.
    There should be plenty of free/shareware options (because they're handy and not particularly hard to write ... and every tech head needs one some time)...
    Any suggestions please?
    [I haven't bothered with the commercial stuff - like tech tool/Norton/*insert name here* Recover/repair, Something Genius etc. etc. because they are all without exception either unnecessary (just pretty shells for the underlying UNIX/X utils) useless AND greedy $-gougers, just useless, or just money gougers so I couldn't even say whether any still have a 'feature' like the old Norton Disk editor app had - but a quick look about suggest not...]
    grumble
    Any specific suggestions/links, please?
    TIA

    they are all without exception either unnecessary (just pretty shells for the underlying UNIX/X utils) useless AND greedy $-gougers, just
    useless, or just money gougers
    Such a high-esteem for fellow human beings - and
    programmers...
    You know, there are some good decent nice people
    behind those names?
    You'd be amazed at how much testing goes into a product.
    [SNIP]
    g'day Hatter...
    Yes, I know there are some good decent nice people behind those names..fellow human beings - and fellow programmers (so yes, I do know...) In previous incarnations I have 'thunk up' and developed, Marketed & supported considerably more complex Apps & systems myself - I even know some of the people you mention personally - and they are usually decent Blokes/women but normally, it isn't the programmers who make the decisions on pricing/features/support/performance/upgrade costs & cycles etc...
    My only error was, I agree, the phrase 'without exception' - but (mainly) only because I haven't bought/tested & used all of them very very recently. So I offer my apologies to those to whom my remarks should not apply (long, late night/early morning frustration...)
    However, I also offer a few simple pertinent examples:
    One 'top name' Utility company had a 'save your Mac HD' product on the market for some time that was almost guaranteed to TRASH it irretrievably but did NOT say so - nor did they help or compensate those they harmed.
    Several are selling what amount to simple, pretty, GUI shells for 'free' or OS-included command line tools - no more, no less but do NOT say so and are asking good money for the 'software'.
    Many are asking ridiculous prices for "regular upgrades" so you can keep their tool current with your Mac OS - one wants US$100/year for it, another, $15 per u/g, others, US$25 or $40 per u/g; one asks 'only' $10 - and these 'upgrades' are happening 3,4,5,6 times per year and are necessary for the Marketing company to keep their product Saleable to new purchasers and new Macs (as well as for important Bug Fixes - and only co-incidentally to keep it performing with your current Mac and OS - which is what you paid them for in the first place).
    I won't pay for a product 3, 6 or 9 times and I won't advise my clients to: It's not unreasonable for a person to expect a 'sensible lifetime/currency' of Product X for Computer Y - say 3 years (e.g. AppleCare). I wouldn't object to paying for an "upgrade" at that point - IF it's worth the money.
    Software is Waaay too expensive in many cases and is simply inviting 'piracy' - from people who have already PAID for the product: sadly, they are killing their own Gooses.
    Seriously, one product costs ca. US$100 to Buy in the first place
    To keep it actually working for you costs about the same again Per Year - a 3 year 'sensible lifetime' or 'currency' cost of US$300 or $400! [That'll buy a lot of 'bare drives' to put in a handy Firewire case for automatic backups in Background, differential backups etc. and other simple practices which render this product type largely unnecessary ].
    For what? A relatively simple set of utilities which would actually cost the company involved less than $5 total each - over 3 years - to make available to existing ( or 'current') owners. [Applecare 'complete' Hardware and Software warranty & support on a US$2000 iMac - which includes Tech Tools Pro Deluxe or somesuch costs about US$165 for 3 years. Total.]
    Having designed, developed, Marketed, supported & maintained more complex Applications to/for a sizeable user-base (in US terms) over multiple complete Series of Product 'life-cycles' - regular Updates and all, I think I know where the pirates are.
    These practices have been rampant in the MSWindows™ market for a longtime. It's a real shame to see it in the Mac world.
    I have all the esteem in the world for those fellow human beings who deserve such - and programmers who are 'good decent nice people'.
    I have none to spare for monopolists, 'exploitationists' or any of those who take unfair/unreasonable advantage of their fellow human beings - AND of programmers who are 'good decent nice people' (like, say, ME... .
    In any event, as I said: they are "killing their Gooses": I know of at least 6 software companies which went this route a while back. All are dead or dying.
    Thank you for your help - and the opportunity to apologise for 'mis-speaking'.
    all the best,
    orig g4 733, many others thru (the luvly) Macintels     New & old Macs, Wintels, MacIntels, other systems...

  • Help setting auto response rules in Apple Mail

    Hi,
    I am trying to setup an auto response for my Apple Mail. I need to configure my mail account to automatically respond to someone when they email me. However, if that individual were to email me again, they would not receive a response because one was already sent. I know this may be slight confusing so I included a step-by-step outline below:
    1. I receive an email from a client
    2. An auto response replies, "Thank you blah, blah"
    3. The same individual sends me another email
    4. No automated response because one has already been sent to this sender.
    Thanks again for anyones help and or direction!

    Mail does not have such a feature. I'm not even sure there's a third-party solution for you, but check at VersionTracker or MacUpdate.

  • Accessing Forte from Voice Response System

    We are looking at writing a Forte application that is accessible from a
    telephone voice response system. Has anyone tried this? If so, how do you set
    up the interface between our Forte server (running on AIX) and the voice
    response system. The voice response vendor we are looking at is Periphonics.
    They supply their own hardware running SUN-OS. Communication between the
    Periphonics box and our RS/6000 will be done using TCP/IP.
    My impression is that we will have to wrapper some C code within Forte.
    However, since we are new to Forte I am not sure how this will be done. Any
    suggestions?
    David Wilbur email: [email protected]
    University of Windsor phone: 519-253-4232 ext. 2779
    Windsor, Ontario Canada
    -----------------------------------------------

    David,
    Forte has a new "ExtrenalConnection" class reference in framework which
    you can use with any reliable TCP/IP entity. You should not have to wrapper
    any C code. The ExternalConnection class supoorts fully asynchronous
    processing in both clients and servers.
    Paul Buchkowski
    [email protected]
    Merrill Lynch Canada
    We are looking at writing a Forte application that is accessible from a
    telephone voice response system. Has anyone tried this? If so, how do you set
    up the interface between our Forte server (running on AIX) and the voice
    response system. The voice response vendor we are looking at is Periphonics.
    They supply their own hardware running SUN-OS. Communication between the
    Periphonics box and our RS/6000 will be done using TCP/IP.
    My impression is that we will have to wrapper some C code within Forte.
    However, since we are new to Forte I am not sure how this will be done. Any
    suggestions?
    David Wilbur email: [email protected]
    University of Windsor phone: 519-253-4232 ext. 2779
    Windsor, Ontario Canada

Maybe you are looking for

  • Can i use WebApps to build a Google map with polygon territories instead of points (pins)?

    I built a map with Google Maps Engine Pro - http://www.jmbcompanies.com/Services/Mitigation/map. It showcases territories using a Google map polygon shape.  I wrote custom KML to create it.  However, with Google Maps Engine pro you cannot create cust

  • Alchemy C++ & AS3 in one IDE

    Hi guys, I wonder if someone can help me. I can compile alchemy code using gcc/g++, I can compile the as3 using mxmlc. Nice Thanks very much but I'm trying to setup and integratd toolchain to avoid having to faff around in the command line. What I wo

  • Unable to boot up/into (win7) bootcamp partition following Mountain Lion upgrade

    Greetings to all, I hope somebody could please help me with this issue;      A few days ago I upgraded to mountain lion, and immediately after the upgrade was completed and the system rebooted, I discovered that a new partition (Recovery-10.8) had su

  • How to create Tab button in LC designer Form

    Hi, I'm new to Livecycle Desgin product. I'm trying to design a form, which access to different design/data by clicking several tab button on the form. I can't find any Tab button option on the Object Library of Livecycle Designer ES8.2. Can you advi

  • HTML component wont open link within component

    I have a HTML component in my AIR app. When the page opens a youtube video feed that has copyright restrictions, a link to view the content on the youtube site itself, like the one shown here: http://www.youtube.com/v/WwoM5fLITfk?f=videos&app=youtube