Configuring sync lookup scenario without receiver

Hi experts,
I want to do the following scenario and I'm not sure, if this is possible:
I have a sync SOAP call to SAP PI. The request message is mapped to the response message of the sync call. Inside the message mapping, I'm executing a JDBC Lookup, which retrieves all necessary data and puts it into the response structure.
The response should be posted back to the caller. My difficulties are in configuring such a scenario, because there is no actual receiver.
Is there a way to do this in SAP PI? I can't use sync JDBC receiver channel, due to necessary JOIN statements in SELECT (I would have to use XML SQL and JOINS are not possible with that as far as I know).
Best Regards
Sven

>I can't use sync JDBC receiver channel, due to necessary JOIN statements in SELECT (I would have to use XML SQL and JOINS are not possible with that as far as I know).
It is possible to use SELECT QUERY in the receiver channel. You can do JDBC lookup during sync message mapping.
Example:
<StatementName>
<anyName action=u201D SQL_QUERYu201D>
<access>Place your sql string here</access>
<key>
  <placeholder1>value1</placeholder1>
  <placeholder2>value2<placeholder2>    
</key>
</anyName > 
  </StatementName>
refer this
http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
Note: You have to create a separate JDBC reciever comm channel for your jdbc lookup. Hope you know that.

Similar Messages

  • Correlation issue in JMS adapter - SYNC/ASYNC scenario without BPM

    Hi,
    I am working on a SYNC/ASYNC scenario with JMS adapter without using BPM. My scenario is SOAP<>PI>JMS. I configured the interface as below:
    1. SOAP Sender channel
    2. JMS Receiver Channel writing to Queue A.
         Module used:      a. RequestOneWayBean
                   b. WaitResponseBean
         Correlation Settings:
                   a. Set JMS Correlation ID to "XI Message ID"
                   b. Store JMS CorrelationID of request (Checked)
                   c. Set JMS Property to "JMS Correlation Id"
                   d. Value = "XI MEssage ID"
    3. JMS Sender channel reading from queue B ( I am exporting the message from queue A and importing into queue B)
         Module used:      a. NotifyResponseBean
         Correlation Settings:
                   a. Set XI MEssage Id to "GUID"
                   b. Set XI Conversation ID to "Stored JMS COrrelationID of Request"
    I can see the cid in the message from queue A. But I observed thhat the header format of the message in Queue A is "MQSTR".
    ISSUE:
    1. While writing the message to queue A, below adapter log details(part b) concerned me:
         a. Message '8747a7c2-2b06-11df-8055-005056a70ed6' successfully processed by channel
         b. Could not create acknowledgements for message '8747a7c2-2b06-11df-8055-005056a70ed6'
    I am not sure why I am receiving the message that "  could not create acknowledgements"
    2. While reading the message from the sender channel,I consistently get the error message as below:
         a. XI message ID corresponding to JMS message with ID 'ID:414d51205341504449442e514d202020c67b954b20005602'
              will be created as a new GUID with value '21bca916-424f-41f6-3347-c71090392b58'
         b. Error while processing message '21bca916-424f-41f6-3347-c71090392b58';  detailed error description:
              com.sap.aii.adapter.jms.api.channel.filter.MessageFilterException: found no correlation ID: RecoverableException:
              found no correlation ID at com.sap.aii.adapter.jms.core.channel.filter.SendToModuleProcessorFilter.filter(SendToModuleProcessorFilter.java:105) ...
    Below are the blogs which I have already gone through:
    1. JMS Synchronous Scenario without BPM - Correlation Settings and Transactional JMS Session
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b028f6f6-7da5-2a10-19bd-cf322cf5ae7b
    2. Note: 1086303
    3. Sync / Async Bridge without BPM
    In the note, they mentioned something about header being "MQRFH2". BUt in our case, the header is "MSSTR". Not sure whether it makes any difference.
    Please help.
    Edited by: GP on Mar 9, 2010 4:24 AM

    Hi,
    detailed error description:
    com.sap.aii.adapter.jms.api.channel.filter.MessageFilterException: found no correlation ID: RecoverableException:
    found no correlation ID at com.sap.aii.adapter.jms.core.channel.filter.SendToModuleProcessorFilter.filter(SendToModuleProcessorFilter.java:105) ...
    This error would generally arose when there are multiple messages, got stuck in the outbound queue. Try to stop both the sender and receiver JMS comunication channels and clear both the inbound and outbound queues.
    Once all the messages in the queue are cleraed, try posting the message again.
    Regards,
    Swetha.

  • Configuration of multimapping scenario without a bpm

    Hi all,
    I am trying simple multimapping without a bpm for jdbc to jdbc scenario
    I have created
    a single business service which has one sender interface and two receiver interfaces.
    Two communication channels, one for sender jdbc and another for receiver jdbc.
    One Sender agreement.
    Two receiver aggreement with the same communication channel.
    Receiver determination.
    Interface determination of enhance type.
    Hav i missed anything? I am getting a error while testing the configuration in Interface determination and Mapping step.

    Hello
          I suspect there could me an error at Message Interface or Message mapping.
         What is the error syntex you encountered. As a process you have done well with
                1) communication channel
                2) Sender agreement & Two receiver aggreement
        Let me know. What are the action item at Intregatrion scenario.
             It was nice answering your question. Feel free to reach SDN if you have any questions. What are the action item at Intregatrion scenario.
    Thanks in advance for your co-operation
    Ashok Babu
    Enterprise Business process Architect
    SAP XI Senior Consultant

  • Sync to Sync BPM scenario

    Hi Experts,
    How to do Sync to Sync BPM scenario without using Sync/Async bridge?
    Could you please give the BPM steps for SOAP to JDBC scenario?
    Regards
    Sara
    Edited by: Sara D on Jan 17, 2008 7:59 AM

    Hi,
    Check below links for BPM scenarios.
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    /people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c6d54e02
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    Regards,
    Phani

  • Async-Sync-Async Bridge Without BPM

    HI Folks,
    I have a requirement as
    u201CAn Asynchronous SOAP request is triggered to PI and then should get records from a (JDBC)database and write the result to a fileu201D
    It is of Aync-Sync-Async Bridge and i have to do without BPM
    I know by using some module parameters at sender communication channel we can do this.
    But my query
    1)Is that for SOAP sender communication channel can we provide the same module parameters
    Number - ModuleName - Type - ModuleKey
    1- AF_Modules/RequestResponseBean - Local Enterprise Bean - 1
    2- CallSapAdapter-Local Enterprise Bean - 2
    3-AF_Modules/ResponseOnewayBean-3
    Parameters
    ModuleKey - ParameterName - ParameterValue
    1 - passThrough - true
    3-receiverChannel - Receiver File Adapter Name
    3-receiverService - Receiver Business Service/ System
    2) Does the SOAP support the without BPM scenarios
    3)Scenario is like Soap --> JDBC -->File (Async - Sync - Async) and how abt for Soap --> RFC -->File (Async - Sync - Async)
    Thanks in Advance
    Lemon

    For your requirement , you can handle this scenario without BPM in two ways.
    1) Async sync bridge without BPM.   You are going to use request response bean and one way response bean module to achieve this. very simple. See this [link|http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)]
    In the sender SOAP channel you have to configure first request response bean, second callsapadapter and third onewayresponse bean. Refer this link. Simply follow file sender configuration for your soap sender or RFC sender.
    Note: one receiver agreement , one receiver determination, one interface determination. only two receiver channels one jdbc and one file.
    2) You can create SOAP  to File asynchronous.  Using quality of service  EO and creating service interface asynchronous mode.   In the mapping area do JDBC lookup.  If your version is 7.1 then this lookup is available. This is pretty simple no need to do async to sync pattern.
    Hope that helps.

  • Error handling in File - XI - SOAP scenario without BPM

    Hello!
    We have a File -> XI -> SOAP scenario without BPM. The problem is that if the Web Service sends back an error XI tries to reprocess the same message again and again instead of taking the next one.
    We do not want set the retry interval to NULL because most error cases are temporary connection problems and then also those messages would not automatically be reprocessed any more.
    We also have to use BE instead of EO, otherwise the Web Service will not return a response. But we need the response to be sure that the processing was successful. The message volume in this scenario is quite high and we do not want to use BPM only for the error handling.
    I know that from SP19 some additional adapter modules are available for async - sync scenarios without BPM. I tried to configure it like described in File - RFC - File without a BPM - Possible from SP 19. but it did not solve the problem. Does anybody have any other ideas? Thanks.
    Regards, Tanja

    Hi Tanja,
    >>>The volume is 3000 messages/day on business days and 700 messages/day during weekends but the traffic will increase in the future
    I think, you should check that out. It is assumedly only 2 days work to build a scenario:
    IDoc -> BP
    BP <-> SOAP/HTTP
    BP -> IDoc (Acknowledgement)
    In the process you need a condition branch, where you decide success or not. You need 2 Interface Mappings for filling the ALEAUD.
    Just send 1000 IDocs to the Test-XI and look to performance monitoring at Runtime Workbench, to find out, how many message will be processed in one hour. Assumedly 3000 and more per day should be possible. The advantage would be to reduce number of systems (no file system) and messages (better monitoring) and using the standard (better maintenance).
    >>>So you are suggesting I should use HTTP adapter and then add the SOAP header manually in a mapping?
    Yes, build the SOAP envelop during the mapping. Most easy is to use XSL or, if your mapping is ready, an additionsal XSL. You can put the error into the Acknowledgement to see it in ERP transaction WE02.
    Filling of ALEAUD fields:
    E1ADHDR/MESTYP: original message type
    E1ADHDR/E1STATE/DOCNUM: original IDoc number
    E1ADHDR/E1STATE/STATUS: 68 in case of error, 53 in case of success
    E1ADHDR/E1STATE/STATXT: Short description for R/3 user what has happend
    I ve done such a scenario several times. That works without any problems.
    Regards,
    Udo

  • BPM Sync/Async Scenario:  error: "Timeout condition of pipeline reached"..!

    Hi,
    I am doing Sync/Async BPM scenario.
    -> Receive message and process and response back to the sender.
    Sometimes it will correct correctly. Sometime the message will come and stay in XI and fails with error
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">PL_TIMEOUT</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Timeout condition of pipeline reached</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    I observed that the messages will stay in transaction "SXMS_SAMON" . and will fail after sometime.
    What might be the reason. ? what need to do to stop these kind of errors?
    Thanks
    Deepthi.

    Hi Praveen,
    Webservice <--> XI -->BW .
    BPM :
    start ->Receive(Request)> Transformation(Responsemap)>Send(SendtoBW)->Send(Send Response) ---> stop.
    Messages are getting struck in SMQ1 and SM58 at these three points.
    1. Message comes and stays in SXMB_MONI in status "Log Version"
    The messages are stuck in SMQ1 in READY status without doing any processing.
    XBQO$PE_WS90100002    WORKFLOW_LOCAL_100 1 READY 26.02.2009
    Once I push the queue by Activating/Unlocking, it will process.
    2. when it is trying to send the message to R/3 (Backend system) it is waiting in SM58 with below entry.
    WF-BATCH SWW_WI_EXECUTE_INTERNAL_RFC WORKFLOW_LOCAL_100 Transaction recorded
    Manually I execute LUW to push it. Once I done the message will go to R/3 system and Response mapping also complete.
    3. Again it is waiting at SM58 with below deatails while sending the response to sender.
    PIAFUSER  SWW_WI_COMP_EVENT_RECEIVE_IBF  WORKFLOW_LOCAL_100  Transaction recorded
    we are again manually execute LUW. Once we done the response message will go back to Sender.
    Any Idea to solve this..?
    Thanks
    Deepthi

  • SOAP to IDoc scenario without BPM

    Hi,
    I have 2 scenario's
    1) IDoc-SOAP - -response -- IDoc scenario -- (have found some links  to do it without BPM)
    2) SOAP -- RFC request -- RFC response -- e-mail (no links found)
    how can i achive both these scenario's without BPM. Currently i have these 2 scenarios in our 7.1 version with BPM. but our requirement is to migrate this scenario into 7.4 without BPM(No PO).
    please help us to achive this scenario without BPM.
    Your help is highly appreciated.
    thanks,
    Praveen

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

  • Configuring the  Synchronous scenario in XI

    Hello everyone!
    I want to configure a "Synchronous" scenario wherein when XI sends a message to a Marketsite, it waits for a response, then send back the response to the SAP system.
    My question is this, would I need to configure a "sender adapter" in order to pick up the response, or will the response fire back automatically as long as I have configured my message interfaces as "synchronous"?
    What might I need to add in the Integration Directory in order to make the synchronous scenario work?
    Warm regards,
    Glenn

    In this case you want a response back from file. This is not possible as file adapter does not support sync scenario.
    If you use the adapter that supports sync scenario like RFC, SOAP etc, then you have to create interfaces as follows:
    Outbound Synchronous interface for sender to XI
    Inbound Synchronous for XI to receiver.
    In each of the interface you have to specify the request and response message types.
    if it helpful reward points are appreciated

  • How do I test a scenario without getting the other party involved

    Hi,
    How do I test a scenario without getting the other party involved?
    I have created a scenario to receive information from an external system (Remedy), processing through a SoapAdapter into SAP to create a service order. How can I send a sample of information in order for me to test my scenario without asking the Remedy people to transmit data all the time?
    Thanks in advance,
    Leanne

    hi Leanne,
    have a look at my weblog:
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible
    it shows how to use the test tab from RWB
    to send test messages
    Regards,
    michal

  • File to File multiple scenario without mapping

    Hi
    I am doing one simple file to file scenario without mapping i.e picking file from sender directory and then placing it in receiver directory via FTP.
    Now i have to take two files from different directories and place them in to different directories in the receiver side.
    On the sender side i have selected Advanced selection for source file and maintained the sceond directory name and filename.
    now i am not aware about the reciver side that how to place the two files in to different directories.
    I have to make only one interface for this.
    Thanks in advance.

    u have to follow the code in the link provided above but with some manipulations...
    in case u r placing the files in different target dir depending upon the source directory then ur code will be something like this:
    Note: i dont have a system as of now..so cant able to check the code for syntax errors..please cross check it
    MessagePropertyKey mpk = new MessagePropertyKey("Directory","http://sap.com/xi/XI/System/File");
    String SourceDir = msg.getMessageProperty(mpk);
    if(SourceDir.equals("/SourceDirectory1"))
    String targetDir1 = "/TargetDirectory1"
    msg.setMessageProperty("http://sap.com/xi/XI/System/File","Directory",targetDir1);
    else if(SourceDir.equals("/SourceDirectory2"))
    String targetDir1 = "/TargetDirectory2"
    msg.setMessageProperty("http://sap.com/xi/XI/System/File","Directory",targetDir2);
    else
    http://help.sap.com/javadocs/pi/SP3/xpi/com/sap/engine/interfaces/messaging/api/Message.html#getMessageProperty(com.sap.engine.interfaces.messaging.api.MessagePropertyKey)
    lIbraries for adapter module development:
    http://wiki.sdn.sap.com/wiki/display/XI/Where%20to%20get%20the%20libraries%20for%20XI%20development
    How to develop adapter module:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa?QuickLink=index&overridelayout=true

  • Sync / Async Bridge without BPM

    Hi All,
    I was trying to implement the Sync / Async Bridge without the BPM. I am trying a HTTP to JMS Sync / Async Bridge. I have followed the following link and done exactly the same as shown in the document
    http://help.sap.com/saphelp_nw04/helpdata/EN/45/20d2b4c20a0732e10000000a155369/content.htm
    I have used a Java application which will poll the request queue and then place the message in the response queue with the same correlation ID frm the request queue.
    After following the above link the response message was not appearing, the message were going to deilvering status and after some time i found that they were cancelled without errors
    I searched in the forums for many solutions but what i found was this thread which stated that since the XI message ID is 32 bytes and Correlation ID is only 24 bytes its difficult for Modules to identify the response since the correlation is truncated.
    JMS: Synch/Async bridge - how to configure
    I tried changing the configuration in the reciver JMS channel to XI Conversion ID instead of Message ID and this also doesnt give me fruitfull results. The message was not being placed in the request queue, it gave an error saying that the conversion id was null. Though in the thread it seems to have worked for him.
    After this i planned to dynamically generate a Correlation ID (a dummy one) of 24bytes and i sent it to the request queue this time the message was retrived from the response queue only to find that the correlation ID this time has been converted to some other format
    Corrletion ID sent to the request queue: ABCDEFGHIJKLMNOPQRSTUVWX
    Corrlation ID coming in the response queue : 4142434445464748494a4b4c4d4e4f505152535455565758
    Can anyone put some light on what i exactly need to do or tell me why the conversion ID worked for Daneil in the thread and it gave me an error saying that the Conversion id is null
    Rgds
    Aditya

    Hi Prateek,
    This is what was tried in my first case. I did exactly what was given in that link.But since the Message id being 32 bytes and length of correlation id is 24 bytes id is getting truncated.
    So its not working fine.
    @ke i am having a look at the note will update you on this
    Thanks for your response
    Rgds
    Aditya

  • Multiple IDOC to Multiple IDOC scenario without BPM steps????

    Hi
    Could you please give me the solution for this ???
    I want steps for sending all IDOCs at a time- ---"Multiple IDOC to Multiple IDOC scenario without using BPM".???
    thanks
    3nadh

    Hello,
    Refer the below, for certain details!
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi     ALE configuration for pushing idocs from SAP to XI
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change     XI: IDOC bundling - the "trick" with the occurance change
    Regards,
    Jilan

  • Scenarios without SUS

    Hi,
    I'm working with SRM 7.0 EhP2 and I want to configure the  supplier qualification scenario ( Registration, prescreening ecc..) and the function of POC (purchase order confirm). In my istallation is not expected PI and so I think is not possible to use the SUS scenario. My question is: Is it possible to configure these scenarios without SUS? Could you please advise me? Thanks in advance.

    Hi,
    You need PI in ROS if you are using ROS in conjunction with SUS. Say after selecting a vendor you now want to do business with this vendor, so you will have to push him from SRM to SUS system. PI is needed for this push.
    And yes for document exchange (PO/PO response/ASN/IV) between you and the supplier you need SUS
    Regards,
    Nikhil

  • CO-product configuration in REM scenario

    I am trying to configure co-product scenario with REM process. Is it possible?
    If any one worked on this scenario please let me know what are the special consideration we need to take or any SAP note available?
    Thanks in advaice.
    Rajesha Vittal

    in HELP.SAP.COM is the answer.
    Product Cost Collector
    Definition
    Cost object in Product Cost by Period that collects the periodic actual costs incurred in the production of a material. When you use a product cost collector, the product is the main cost object.
    Use
    Product cost collectors are independent of the production type. This means that you can collect actual costs on product cost collectors in the following production environments:
    In order-related production (that is, when you are using production orders) when you want to analyze the costs by period rather than by lot
    In process manufacturing (that is, when you are using process orders) when you want to analyze the costs by period rather than by lot
    Repetitive manufacturing
    In repetitive manufacturing you always use product cost collectors as cost objects.
    Product cost collectors are available from Release 4.5A onwards. In earlier releases, the costs of repetitive manufacturing materials were collected on production cost collectors. From Release 4.5A onwards, production cost collectors are converted into product cost collectors. For information on the conversion process, see Converting Production Cost Collectors into Product Cost Collectors.
    Order splits for production orders
    When you split production orders, the costs for the parent order and child order are allocated to the same product cost collector.
    See also: Order Splits in Cost Object Controlling
    Constraints
    Product cost collectors cannot be used for the following objects and production environments:
    Manufacturing orders that settle to a sales order item if you are using a nonvaluated sales order stock in sales-order-related production
    Sales-order-related production with a valuated sales order stock, except in repetitive manufacturing environments
    Engineer-to-order environments
    Manufacturing orders that are part of a collective order
    Joint production
    Joint production is a production process that yields two or more products in a single production run. In the Product Cost Controlling component (CO-PC), there are a number of special processing requirements in joint production environments regarding Product Cost Planning (CO-PC-PCP) and Cost Object Controlling (CO-PC-OBJ).
    In shop floor control, a manufacturing order (usually a process order) is created to manufacture co-products. In the manufacturing order, co-products are carried on the order items.
    In Cost Object Controlling, actual costs are collected on the header of the manufacturing order. At the end of the period, the actual costs on the order header are distributed to the individual order items. Work in process and variances are calculated at the order item level. The order items are then settled.
    Integration
    In joint production, the system normally accesses master data of Production Planning for the Process Industries (PP-PI) such as the master recipe and materials list, or master data of Production Planning (PP) . To distribute the planned and actual costs to the co-products, the system uses the apportionment structure that can be specified the material master record or in the manufacturing order itself.
    Terminology
    Co-product
    You specify that a material is a co-product by selecting the Co-product indicator in the MRP view or costing view of its master record.
    Fixed-price co-product
    A fixed-price co-product is a special type of co-product.
    Primary product
    You specify that a material is a primary product by selecting the Co-product indicator in the MRP view or costing view of its master record.
    Process material
    A process material is a nonstock material that is used in the R/3 System to represent the process by which co-products are produced. Instead of the primary products, you can enter a process material in the recipe header and in the order header.
    Process materials have material type PROC.
    By-product
    A by-product is a product that is produced incidental to the production process of other products. You enter by-products in the material list of a primary product or process material with a negative quantity.
    You do not set the Co-product indicator in the MRP view or costing view of the master records of by-products.
    Intra material
    Intra materials only exist temporarily between two processing steps. Intra materials appear in the material list as items of category M, but are not costed.
    If the process is interrupted because of a malfunction, however, intra materials may have to be transferred into inventory. In this case they are valuated with a price in the material master that is selected through the valuation variant for the valuation of goods received.
    Intra materials have material type INTR.
    Circulating material
    You can specify whether the cost of a circulating material should be included in the material list. The system selects a price for the circulating material from the costing view of the material master record.
    If the circulating material is flagged as relevant to costing, the material costs appear in the itemization twice: once with a plus sign and once with a minus sign. The balance is the material input costs.

Maybe you are looking for

  • Server Up and Running Page

    Dear Gurus, I am very much new Application Server, Now what i need is i have installed only J2EE in old server and deployed a custom application, now i want to take that custom application and put it on new server where actually 10gAS is installed, b

  • Where Are You @ Audition 4+???

    Hello  I really need to speak to the makers of audition.  Your product is so great i cannot for the life of me see why your letting this product slip away.  I have been using Adobe Audition my entire life.  Your product allwos me to work faster and m

  • Permanently pair iphone to macbook pro

    Hi, Can someone please tell me how to permanently pair an iPhone to a Macbook Pro?  I have had several iPhones and multiple laptops that do the following: 1.  Pair phone with laptop.  Connect to network (for tether).  Everything works fine. 2.  After

  • When i make search in my old email, when i want to open some of them for a lot i cant. For some no problem. There are emails from the same folder in same dates.

    I search in my email something. When want to open the content from the emails, for some i can but for other i cant. Same type of emails, same date, same attachments.

  • Unable to launch Pr -

    Gen X'er has possibly lost his mind!!!   I own CS3 Des Standard... I have checked out new Adobe products from time to time Two days ago I installed Adobe CC and I was starting to like it.  I initiated a trial of the Premier Pro CC App two days ago. A