Sender FileAdapter (Scenario)

Hi Here is my Scenario ,
i need to pick up file of any type (.txt , .pdf,.jpeg)
i donot want the content of the file to be as payload, i need only the file name as the payload.
For this i have checked the : Adapter specific configurations , filename in the Sender File Adapter.
Now i see in the sxmb_moni  that the payload throws a error of kind mapping.
wat couls be the problem. any view how to get filename in payload alone.
advice , any links
srini

Hi Farooq,
i have created a Adapter Module , well deployed it in the NWDS and could see the same in Visual Admin.
Now when i use locaejbs/JNDI-Name
( it throws a error --> Error: java.lang.ClassCastException: class com.sap.zfilename.Zsrinifilename_finalLocalHomeImpl0_0 can not be casted to ModuleLocalHome or SModuleLocalHome)
So i heard from many saying to remove the .jar files from .ear, i donot which file exactly should i delete from .ear file
XsriniFile_FinalProj.ear
I have following files :
Manifest.mf
Sap_manifest.mf
sda-dd.xml
aii_adapter_xi_svc.jar
aii_af_cci.jar
aii_af_cpa.jar
aii_af_mp.jar
aii_af_ms_api.jar
aii_af_ms_spi.jar
aii_af_trace.jar
aii_util_misc.jar
aii_util_xml.jar
ejb20.jar
exception.jar
application-j2ee-engine.xml
application.xml
XFileName_final.jar
I was said to delete extra librarf files and then deploy , what all the file should i delete and deploy.I deleted hilighted one and tried to deploy but it thows error as follows:

Similar Messages

  • Variable Filename in Sender-Fileadapter

    Hello,
    i have a question about the possibility to implement the following part of a scenario:
    Step 1: An E-Mail with a filename will be sent to the XI
    Step 2: There starts an BPM process
    Step 3: The XI read the filename from the mail
    Step 4: The Sender-Fileadapter gets the filename which was sent by mail
    Step 5: The File "filename" is read from the filesystem
    Now the question is, how do I get the filename to the configuration of the Sender-Fileadapter?
    Can i use variable-substitution? When yes, how?
    Do i have to implement an adapter-module?
    Is this possible at all? Or do i have to implement the scenario in an other way?
    Thorsten

    Hi Thorsten,
    I feel your assumption is wrong.
    >Step 1: An E-Mail with a filename will be sent to the >XI
    Step 1: An E-Mail with an attachment with some name will be sent to the XI
    >Step 4: The Sender-Fileadapter gets the filename >which was sent by mail
    You are assumption that Sender File Adapter is wrong.
    Possiblity is that you will read the attachement name from Mail Message(Mail Adapter) using Dynamic Configuration(in mapping) and you can use this name further according to your requirement.
    This is what I grasped from your explanation. If any where my understanding is wrong please let me know your exact requirement.
    thanks,
    Gujjeti
    Edited by: Praveen Gujjeti on Apr 23, 2008 2:07 PM

  • SAML2.0 for web services - sender-vouches scenario

    We would like to configure this scenario using SAML2.0 assertion tickets. We are on ECC 6 EhP6.
    Configuration in SAML2 has been completed - no WS security policy has been configured in order to support the sender-vouches scenario.
    WSS_SETUP has run to use SAML.
    When configuring the web services we are using https for transport and SAML for authentication - the wsdl generated in this case references SAML1.1 and as result we get an error of  Wrong token type received. Endpoint expects SAML 1.1 token.
    The question is: can SAML2.0 be used for sender-vouches scenarios or not?
    Any input or help would be greatly appreciated.
    Thank you,
    Miklos

    Hi Miklos,
    Yes you can use SAML2.0 for Sendor-vouches scenarios.
    Please see the below link for configuration process:
    http://help.sap.com/saphelp_nw73/helpdata/en/b5/014086933d4576bba1b4c7e9533f4b/content.htm
    I hope it will be helpful for you.
    Regards,
    Gourav
    Message was edited by: Gourav Kumar Jena

  • Error while testing sender SOAP scenario from XMLSpy-but can test from RWB

    HI,
    I developed one scenario with sender SOAP adapter and Receiver side ABAP proxy.
    Now I want to test my scenario.
    I tested my scenario  successfully from RWB-->Integration server Integration Engine. ( it posted successfully and I can see checked flag in SXMB_MONI)
    But when I tried to test the scenario fro XML spy it is throwing HTTP error 500.
    When I type my URL in internet explores it is giving “Message Servlet is in Status OK”.
    I am not sure what is the difference between there two type of testing.
    What does it mean by successful from RWB and fails from XMLSpy?
    Why I am getting this error from XMLSpy?

    Dear Ashok,
    if RWB showing you successful then message in not in error.
    XML Spy giving error HTTP 500 not it is just server error.This might be due to large payload.
    here is the description of all error related with 500+
    5xx Server Error
    The server failed to fulfill an apparently valid request.
    Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has erred or is incapable of performing the request. Except when responding to a HEAD request, the server SHOULD include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition. User agents SHOULD display any included entity to the user. These response codes are applicable to any request method.
    500 Internal Server Error
    501 Not Implemented
    502 Bad Gateway
    503 Service Unavailable
    504 Gateway Timeout
    505 HTTP Version Not Supported
    506 Variant Also Negotiates (RFC 2295)
    507 Insufficient Storage (WebDAV) (RFC 4918)
    509 Bandwidth Limit Exceeded
    This status code, while used by many servers, is not an official HTTP status code.
    510 Not Extended (RFC 2774)
    first ping your server
    Tcode for this is SM49>ping
    Then in additional parameter put the server IP and execute it will show you its reachability.
    if it is not reachable then contact the server vendor,
    Else if it is timeout problemthen
    you run Tcode SXMB_ADM>intregration engine configuration
    put category RUNTIME
    then click specific configuration
    Then change/increase HTTP timeout
    **PS: Reward points if useful**
    Regards,
    Sumit Gupta

  • SYSTEM_FAILURE error after executing RFC for Sender RFC Scenario

    Hi ,
    I have configured a scenario where my sender is R3 System , data is sent via executing the RFC (BAPI) ........
    I have configured the TCP type RFC destination and also maintained a unique program ID ...... i am able to see the program ID as registered service in SMGW.....
    while executing the RFC i specify the RFC destination configured as the RFC target Sys...but when i execute ..i get a "<b>SYSTEM_FAILURE</b>" exception....
    Please suggest some solution.
    Thanks ,
    Sushil

    Hi,
    Execute your RFC in bakground mode. Create dummy report and polpulate your parameter of RFC in this report and execute RFC in background with following syntax.
    CALL FUNCTION <yourfunction>
    IN BACKGROUND TASK
    DESTINATION <yourRFCDest>
    <Export/Table/Exception etc Paramters>
    COMMIT WORK.
    You can found similar issues in forum.
    Regards,
    Gourav
    null

  • '500 Connection timed out' Error in Sender SOAP Scenario

    Hi mates,
    I exposed o/b synch MI as a webservice. This webservice is received by a BPM and it triggers an IDOC generation program on R/3. BPM waits & collects the IDOCs and cosntructs the response from these IDOCs and returns it to the webservice caller.
    I'm making the SOAP call from a client program and I get the correct response in some cases where the data requested is not huge...normally with in 30 sec.
    But in some cases I get the error '500 Connection timed out' after 60 sec. The detailed message is as follows.
    <i>500 Connection timed out
    Connection timed out (-5)
    Error: -5
    Version: 6040
    Component: ICM
    Date/Time: Thu Jun 15 17:06:10 2006 
    Module: icxxthr_mt.c
    Line: 2551
    Server: hcidx1_DX1_03
    Detail: Connection to partner timed out after 60s</i>
    My BPM waits for 10 minutes and I set the parameter XI.Timeout to 600000 (i.e. 10 minutes) in module parameter table for the sender SOAP adapter as per the note 856597. And in SXMB_ADM, I set the parameter CHECK_FOR_ASYNC_RESPONSE_TIMEOUT of category SA_COMM to 600. In my client program, I set the timeout as 1 hour. All these config params are supposed to make sure that all the components involved wait for atleast 10 mins before they timeout.
    But I get timeout after 60 sec. Whats wrong/missing?
    I highly appreciate your inputs.
    thx in adv
    praveen

    Hey Praveen,
    <i>I'm making the SOAP call from a client program and I get the correct response in some cases where the data requested is not huge...normally with in 30 sec.
    But in some cases I get the error '500 Connection timed out' after 60 sec. The detailed message is as follows.</i>
    does this mean you are getting some response in some cases where u r payload is small , and if its large ur getting some timeout like this? Also is ur scenario Sync / Async?
    Assuming i understood correctly , i came a similar situation but that has to do some thing with Paging file / memory issues when the files are too huge and no. of users are high please let me know if this is the case.
    best regards
    Vara
    [PLEASE REWARD FOR POSTING]

  • How do I test Sender SOAP scenario?

    Hi
    Soap - IDOC.
    The authorizations on the WS to send data is not yet provided to me.
    thus, I m trying to send a sample data from Altova XML spy.
    For this purpose I have created a WSDL from ID (Tools -> create WS)
    in Receiver NS, receiver MI, I have given receiver side details only
    but in sender side NS and MI and Sender service, I have given the Sender service that I have created in ID and the XI's local NS and receiver MI
    For URL, I have selected on "Propose URL". Now will I be able to send data to the R3 server with this link?
    (R3 is production server in my network)
    now with that WSDL, I coudlnt validate in XML SPY.
    have I provided the correct details?
    Please suggest me is there any other way of testing Sender WS to IDOC?
    Thanks and Regards,
    Venkat.

    oops I guess I have confused u
    let me detail it again
    Scenario : SOAP - XI - IDOC
    The scenario is finished.
    I dont have authorizations on WS to logon n send the data
    Thus, I have created WSDL from ID (in XI)
    now I want to send data to XI which inturn will post the data to R3 and create a IDOC
    when I try to validate the WSDL created through XI using SPY, it couldnt validate and I couldnt send the request
    I want to send the data from outside XI and I want to generate a IDOC with the test data I have specified.
    how do I do it?
    Hope I made it clear this time
    Thanks,
    Nikhil.

  • Fault message in sender SOAP scenario

    Hi mates,
    I've a o/b synch MI which is exposed as a web service. I've specified the fault message with faultcode, faultstring, faultactor and detail. I've a BPM as the receiver for this synch infterface. This BPM implements synch-asynch bridge.
    Now the question is...How can I specify that a particular fault message needs to be returned to the SOAP caller. I can send the response for the SOAP caller using the send step with mode 'Closes S/A bridge'.
    I appreciate you inputs.
    thx in adv
    praveen

    Moorthy,
    I've the FM in my BPM. But...how can I append this to Response message as these have two different MTs?
    Do you mean to say my response message should have a node for fault message data?
    I'm trying to implement sth like in this blog <a href="/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client">Propagation of meaningful error information to SOAP Client</a>
    To achieve FM in SOAP scenario, should I be using <b>only</b> a non-BPM receiver like a R/3 system using FM with exception as the receiver? Can this be not possible if I use BPM as receiver?
    thx in adv
    praveen

  • Sender RFC Scenario Error:Payload Is Missing

    I am facing an issue in 'RFC2JDBC' scenario which is mentioned below:
    here our scenario is 'RFC2JDBC'.here our 'RFC' is having 2 fields in tables parameter
    i.e. empno & empname.
    the results of the 'RFC' is coming as:
    Personnel Number  Employee Name
    00000100                 Rasmiraj
    00000200                 Tanmay
    00000300                 Kanhu
    00000400                Debabrata
    00000500                shantanu
    i am triggering the 'rtfc' through a program.
    when i am triggering the 'RFC',in monitor of PI it's coming as sucessful.however in the payload one of the field value is missing i.e. employee name.(same also updating in the legacy database)
    in the payload it's appearing as:
    [  <?xml version="1.0" encoding="UTF-8" ?>
    - <rfc:ZSAM_SEND_RFC_PI xmlns:rfc="urn:sap-com:document:sap:rfc:functions">
    - <EMP_DTLS>
    - <item>
      <EMPNO>00000100</EMPNO>
      <EMPNAME />
      </item>
    - <item>
      <EMPNO>00000200</EMPNO>
      <EMPNAME />
      </item>
    - <item>
      <EMPNO>00000300</EMPNO>
      <EMPNAME />
      </item>
    - <item>
      <EMPNO>00000400</EMPNO>
      <EMPNAME>a</EMPNAME>
      </item>
    - <item>
      <EMPNO>00000500</EMPNO>
      <EMPNAME />
      </item>
      </EMP_DTLS>
      </rfc:ZSAM_SEND_RFC_PI> ]
    please,suggest.(here,we are using sender 'RFC' communication channel & an 'RFC'destination of type 'T'(with parameter registered server program,gateway host,gateway service)

    Hi rasmiraj tripathy,
    I am also facing the same problem (Sender or Payload is missing) while integrating R3 to B1 using IDOC. When I resend IDOC, it capture by B1iSN but doesn't work, it gives me error. When I look into xml document, it is found that there is no receiver payload.
    My R3 system is non-unicode and it is difficult to change it to unicode as it requires updation.
    Can you please confirm that this error is coming due to Non-Unicode, and can be resolved by setting it to Unicode.
    Note: There is no double definition of any object.

  • Sender Soap scenario HTTP/1.1 404 Not Found error

    Hello All,
    I created SOAP to  IDOC scenario, generated the WSDL file from Sender agreement and while testing the interface using SOAPUI tool iam getting HTTP/1.1 404 Not Found error.
    i gave login authorization details in the SOAPUI tool.
    Update: when i generated the WSDL file from sender agrement, in the URL the port number was 443.
    when i check the port numer in SMICM transaction it show 50000.
    Now when i test with port numer 443 iam getting Connction refused error.
    Regards,
    Chinna
    Edited by: chinnasapxi on Mar 4, 2011 6:44 AM

    i created the URl and when i tested the from SOAP UI below is the error detials.
    Fri Mar 04 11:32:08 IST 2011:ERROR:com.eviware.soapui.model.iface.Request$SubmitException: com.eviware.soapui.impl.wsdl.submit.RequestTransportRegistry$MissingTransportException: Missing transport for protocol [ http]
       com.eviware.soapui.model.iface.Request$SubmitException: com.eviware.soapui.impl.wsdl.submit.RequestTransportRegistry$MissingTransportException: Missing transport for protocol [ http]
            at com.eviware.soapui.impl.wsdl.WsdlRequest.submit(WsdlRequest.java:241)
            at com.eviware.soapui.impl.wsdl.panels.request.AbstractWsdlRequestDesktopPanel.doSubmit(AbstractWsdlRequestDesktopPanel.java:146)
            at com.eviware.soapui.impl.support.panels.AbstractHttpRequestDesktopPanel.onSubmit(AbstractHttpRequestDesktopPanel.java:777)
            at com.eviware.soapui.impl.support.panels.AbstractHttpRequestDesktopPanel$SubmitAction.actionPerformed(AbstractHttpRequestDesktopPanel.java:488)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
            at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)

  • Sender RFC scenario not working

    Hi All,
    I'm trying to configure a scenario where the sender is an RFC. I have done the following configuration steps:
    1. Created an RFC destination in the R/3 system.
       Program ID: SAPSLDAPI_X3A
       Gateway Host: hostname of the XI system
       Gateway Service: Gateway service of the XI system
    2. In the RFC Sender channel
       App Server Gateway: R/3 system's hostname
       App Server Service: of the R/3 system
       Program ID: SAPSLDAPI_X3A
    3. In the RFC Metadata Repository Parameter, the details of the R/3 system is provided.
    4. The RFC is triggered by calling a report program specifying the RFC destination.
    But no messages are coming to the message monitor. Is anything wrong here or is something missing? Is there any way to see what happened in the R/3 system?
    Could you please help?
    Thanks,
    Priya

    Hi,
    <i>1. Created an RFC destination in the R/3 system.
    Program ID: SAPSLDAPI_X3A
    Gateway Host: hostname of the XI system
    Gateway Service: Gateway service of the XI system</i>
    This is fine.. I would recommend you to use different name coz SAPSLDAPI is a RFC destination name for SLD communication purpose. Its better to avoid using some system names. But this is not a problem.
    <i>2. In the RFC Sender channel
    App Server Gateway: R/3 system's hostname
    App Server Service: of the R/3 system
    Program ID: SAPSLDAPI_X3A</i>
    The App Server Gateway, App Server Service & Program ID should match with what you have given in the RFC destination of R/3 system.
    After this try doing a test connection from the RFC destination sm59. Your test should be succesful.
    <i>3. In the RFC Metadata Repository Parameter, the details of the R/3 system is provided.</i>
    This is fine
    <i>4. The RFC is triggered by calling a report program specifying the RFC destination.</i>
    This is also fine.
    Also in order to see any messages in SXMB_MONI you need to enable Logging. Trace level = 3 will not capture the Sync message. RFC is by default Sync. If your sender is not expecting any response then you will get an error in the response message, in this case you need Async.
    For Async you need to add this addition while doing the call function "IN BACKGROUND TASK". Also make sure you re mentioning the <b>destination</b> while doing the call function.
    Check you have mentioned
    DESTINATION <rfc destname>.
    Thanks,
    Prakash

  • Sender SOAP (Scenario)

    Hi Guys,
    Here is my scenario where client has a Java Web Aplication to get connected to my Backend System using RFC.This happens through XI.
    I produce the Outbound Interface in the Form of WebService (By generating WSDL file)
    Here we use Sender SOAP Adapter. I want to implement security level using key / certificates.
    Now important thing here is the people who are going to login donot have username on PI box.
    Now how can assign the certificate to the users who are external in my visual admin.
    Hope my scenario is clear . Kindly post u r views on this.
    With regards
    Srini

    Hi,
    I guess the Service user which you would have created will be in XI abap stack only.You need to provide the url and the userId, pwd to the web service client so that they will be bale to invoke your webservice.. you don't have to give the service user details in Soap Sender Adapter. It is just for ypur web client to acesss your webservice.
    The url will be like this:
    http://<serverhost>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<ServiceName>:<Channel Name>
    I hope it clears your doubt.
    Thanks
    Amit
    Edited by: Craig Cmehil on Jul 3, 2008 3:30 PM

  • Email sending through scenario

    I want to send email using scenario.
    When im selecting the dynamic path for template, its giving an error File not found. Also can anyone tell me the steps to be followed for sending email.
    i have read the document, but still facing issue.

    You need to check the URL that is getting formed for your email template JSP. It should be accessible otherwise you will get the error. When sending email through scenarios make sure that you have correctly configured CollectiveEmailSender and IndividualEmailSender components within the config layer of your application module. Both of these need to be at the path <YOUR_APP_MODULE>\config\atg\scenario and should have correctly configured contextPathPrefix property.
    If within your scenario you are giving the path to your email template JSP with your context-root like as <context-root>/email/templates/mail.jsp then you can set contextPathPrefix in the two components as:
    contextPathPrefix^=/Constants.null
    In case you are using the email template JSP path within your scenario without your context-root like as /email/templates/mail.jsp then you need to set contextPathPrefix property as:
    contextPathPrefix=<your-context-root>

  • Problem in email sending from scenario

    Hi All,
    I have created a scenario in ACC to send email after 5 min when a user registers himself in my application but getting below error and mail is not sending-
    11:00:57,770 ERROR [ScenarioManager] Error while processing individual timer message InstanceTimerMessage[6000001,/TestStore/RegistrationScenario.sdl,NewMembers,3,in 5 mins]; rolling back the transaction
    java.lang.NullPointerException
            at atg.scenario.action.SendEmail.createTemplateEmailInfo(SendEmail.java:193)
            at atg.scenario.action.SendEmail.execute(SendEmail.java:526)
            at atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:14001)
            at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13408)
            at atg.process.ProcessManagerService.receiveIndividualTimerMessage(ProcessManagerService.java:12732)
            at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11416)
            at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11341)
            at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:316)
            at atg.dms.patchbay.InputPort.onMessage(InputPort.java:190)
            at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:397)
            at atg.dms.patchbay.InputDestinationConsumer.processMessageDelivery(InputDestinationConsumer.java:501)
            at atg.dms.patchbay.InputDestinationConsumer.runXATransactions(InputDestinationConsumer.java:371)
            at atg.dms.patchbay.InputDestinationConsumer.run(InputDestinationConsumer.java:245)
            at java.lang.Thread.run(Thread.java:662)
    11:00:57,801 ERROR [MessagingManager] An error occurred while MessageSink with nucleus name "/atg/scenario/ScenarioManager" was receiving a Message from input port "IndividualTimers": javax.jms.JMSException: CONTAINER:atg.process.ProcessException; SOURCE:java.lang.NullPointerException
    I have created following properties files-
    TestStore\config\atg\dynamo\service\SMTPEmail.properties
    $scope=global
    [email protected]
    emailHandlerHostName=smtpcorp.com
    emailHandlerPort=2525
    username=****
    password=****
    And TestStore\config\atg\scenario\IndividualEmilSender.properties
    contextPathPrefix^=/Constants.null
    What may be the step I am missing?
    Please help to resolve this issue!
    Thanks & Regards,
    Vikas

    Hi,
    I did all required things as you have said but getting same error-
    16:53:26,958 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:26,958 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
    [profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.StartSession
    16:53:26,959 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.StartSession
    16:53:26,965 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:26,965 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
    [profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/logout.jsp] of type atg.dps.PageVisit
    16:53:26,968 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
    16:53:28,593 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:28,594 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
    [profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/logout.jsp] of type atg.dps.PageVisit
    16:53:28,595 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
    16:53:28,704 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:28,704 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
    [profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.Logout
    16:53:28,705 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.Logout
    16:53:28,713 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:28,714 INFO  [ScenarioManager] DEBUG [message]: received an individual event message EndSessionMessage
    [profileId=270000,sessionId=1FB2AB6743E25AC7240A6A693C4CB968, profile=Profile[270000]] of type atg.dps.EndSession
    16:53:28,720 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.EndSession
    16:53:28,751 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:28,751 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
    [profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.StartSession
    16:53:28,752 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.StartSession
    16:53:28,756 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:28,758 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
    [profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/index.jsp]
    of type atg.dps.PageVisit
    16:53:28,761 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
    16:53:30,527 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:53:30,528 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
    [profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/register.jsp]
    of type atg.dps.PageVisit
    16:53:30,530 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
    16:54:13,674 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:54:13,674 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
    [profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/register.jsp]
    of type atg.dps.PageVisit
    16:54:13,676 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
    16:54:13,727 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:54:13,727 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
    [profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968] of type atg.dps.Register
    16:54:13,737 INFO  [ScenarioManager] DEBUG [message]: created individual execution context ProcessExecutionContextImpl
    [individual,subject=user:270001,messageType=atg.dps.Register,message=DPSMessage[profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968],sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968,request=atg.servlet.DynamoHttpServletRequest@490513590,response=atg.servlet.DynamoHttpServletResponse@eee0219]
    16:54:13,738 INFO  [ScenarioManager] DEBUG [message]: 0 individual instances found for subject user:270001
    16:54:13,738 INFO  [ScenarioManager] DEBUG [message]: going through process segments registered for type atg.dps.Register for subject user:270001
    16:54:13,860 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:54:13,860 INFO  [ScenarioManager] DEBUG [message]: received an individual event message PageVisitMessage
    [profileId=270001,sessionId=1FB2AB6743E25AC7240A6A693C4CB968,parentSessionId=1FB2AB6743E25AC7240A6A693C4CB968, path=/sample_catalog/index.jsp]
    of type atg.dps.PageVisit
    16:54:13,861 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.PageVisit
    16:55:05,195 INFO  [SessionLogger] ACC user admin connected from 127.0.0.1
    16:55:06,322 ERROR [ComponentAgent] Request for URL: http://pcdel131:8080/dyn/init-session did not return a valid session. 
    Please check your settings for siteHttpServerName, siteHttpServerPort, webApplicationPrefix and initSessionURL for component
    /atg/devtools/DevSessionManager/_1/atg/devtools/ComponentAgent
    16:55:06,322 INFO  [ComponentAgent] Requested URL: http://pcdel131:8080/dyn/init-session returned sessionid=null and url session id=null
    16:55:06,373 INFO  [ScenarioManager] DEBUG received message on port IndividualEvents message: ObjectMessage()
    16:55:06,374 INFO  [ScenarioManager] DEBUG [message]: received an individual event message DPSMessage
    [profileId=270002,sessionId=notdefined,parentSessionId=notdefined] of type atg.dps.StartSession
    16:55:06,375 INFO  [ScenarioManager] DEBUG [message]: no process segments registered for type atg.dps.StartSession
    16:59:25,633 INFO  [ScenarioManager] DEBUG received message on port IndividualTimers message: jms-msg:ID:130000
    16:59:25,636 ERROR [ScenarioManager] Error while processing individual timer message InstanceTimerMessage
    [13000001,/TestStore/RegistrationScenario.sdl,NewMembers,3,in 5 mins]; rolling back the transaction
    java.lang.NullPointerException
            at atg.scenario.action.SendEmail.createTemplateEmailInfo(SendEmail.java:193)
            at atg.scenario.action.SendEmail.execute(SendEmail.java:526)
            at atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:14001)
            at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13408)
            at atg.process.ProcessManagerService.receiveIndividualTimerMessage(ProcessManagerService.java:12732)
            at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11416)
            at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11341)
            at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:316)
            at atg.dms.patchbay.InputPort.onMessage(InputPort.java:190)
            at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:397)
            at atg.dms.patchbay.InputDestinationConsumer.processMessageDelivery(InputDestinationConsumer.java:501)
            at atg.dms.patchbay.InputDestinationConsumer.runXATransactions(InputDestinationConsumer.java:371)
            at atg.dms.patchbay.InputDestinationConsumer.run(InputDestinationConsumer.java:245)
            at java.lang.Thread.run(Thread.java:662)
    16:59:25,647 INFO  [ScenarioManager] DEBUG [message]: message ID:130000 failed a total of 1 times so far
    16:59:25,658 ERROR [MessagingManager] An error occurred while MessageSink with nucleus name "/atg/scenario/ScenarioManager" was receiving a Message
    from input port "IndividualTimers": javax.jms.JMSException: CONTAINER:atg.process.ProcessException; SOURCE:java.lang.NullPointerException
    16:59:25,658 INFO  [ScenarioManager] DEBUG received message on port IndividualTimers message: jms-msg:ID:130000
    16:59:25,659 INFO  [ScenarioManager] DEBUG [message]: not processing message ID:130000 after 1 failed delivery attempts
    Can you find anything missing?
    Thanks & Regards,
    Vikas

  • How to get promoted properties from Request to Response in two way send port scenario.

    I have a requirement to access the promotes properties in response pipeline, these promoted properties are promoted in Orchestration and they are available in Send pipeline, but not available in Receive pipeline. Please help us if we have any solution for
    this issue.
    Thanks
    Ramachandra

    Hi Ramachandra,
    Obviously from above responses you would have got the point that this can’t be done out-of-box and you need to do custom. Also when you say “Get the message
    from DB along with context properties.”, you do agree with this point.
    One of the possible custom solutions is (Obviously in bespoken process, you can achieve it in many ways),
    When send the message out to a solicit-response port, store those promoted properties in db along with the “correlation key” which you can get from the context of the request message like
    “Correlation Token”  and “SPID”. So when the response comes back, you can either in the “inbound map” or in the receive pipeline (using custom component) populate/constructs the message by populating data from db, where will retrieve the
    “Correlation Token”  and “SPID” values of the response message (it will have the same correlation value as in the request message), so you can use the value of correlation sets to get the values from db.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Maybe you are looking for

  • 2 white areas are visibly different in some media players/Youtube, but not others/Vimeo!

    Thank you for stopping by. It's like I have a ghost in Premiere! I uploaded the same video to Youtube and Vimeo and it looks totally different! Youtube shows the problem, Vimeo doesn't - Youtube: Vimeo: Any ideas why the screen capture background (re

  • List Component multipleSelection and wmode

    I'm trying to use the list component with multipleSelection set to true; however when I set wmode to transparent in FireFox the multiple selection breaks. It appears to function properly in IE. Does anyone know of a workaround for this? Thanks in adv

  • Jdbc connection problem

    Hi All, I have problem with connection to Oracle database using both 'oci8' and 'thin' types for java application run within j2ee version 1.2.1 Error messages below. If I use oci8 with stand-alone java application the connection and data access work

  • Need to increase length of the check number

    Hi Gurus, When i am trying to increase the length of the check number from 7 digits to 8 digits. I am getting the error message FIBL664. could you please help me regarding this. Thanks in advance.... Ramanjaneyulu

  • Everyone without access to Folders, even in CMC

    Hi, I was configuring Folders Top-Level-Security for group Everyone, and I got an java excetion error during the process. Now, when I log on CMC, I can't see the "Folders" options to manage security to Folders, and everyone (all other users) is wihou