Survey URL Missing MIG

Dear Experts,
We have a mail form with Survey URL, we tested it via TEST SEND functionality. However when we send the mail form in french we get MIG generated in the mail, but when we select dutch language while TEST SEND , there is no MIG and hence when user clicks on survey URL , he gets message as " Parameters Missing in URL"
FRENCH  " http://www************************==)/survey/survey.htm?applid=CRM_SURVEY_MARKETING&svyid=BE_INGELICHT&vers=0000000004&lang=FR&parid=ZCRM_SVY_BSP_SYSTEMPARAM_2%2eXML&appl_BUPA=0100460918&=&=&MIG=7292834D95700B39E10000001A600A02&URLGUID=1900864D65351139E10000001A600A02 " WORKS
Dutch :
http://www******************************==)/survey/survey.htm?applid=CRM_SURVEY_MARKETING&svyid=BE_INGELICHT&vers=0000000004&lang=NL&parid=ZCRM_SVY_BSP_SYSTEMPARAM_2%2eXML "
Any Inputs
Thanks in advance
Smitha

I am not sure if this will work or not.
please check the language of the people in the target group you are sending the mail to. Is it the same as mentioned in the mail form?
While testing this scenario I have faced a similar kind of situation.
If you are sending it in NL, check the language of people in the target group it should be NL. just give it a try.

Similar Messages

  • Problem In Generating Survey URL

    Hi Experts,
    I have Created Questionarie in Survey Tool for CRM(7.0), Saved and Activated the Survey. I am trying Generate the URL for that i have selected Get Option and Send Option as bsp but when i selected Get File and Send File it is showing Blank means I am unable to select the files, hence not able to crete URL for the Survey. Please Help me that where i am missing. Kindly Help me with Process Steps
    Your Help is highly Appreciated and Rewarded
    Thanks,
    Satish
    Edited by: Prasanna Satish on Jun 28, 2010 1:36 PM

    Please follow the below steps.......
    <br>
    Access the activity using one of the following navigation options:
    <br><br>
    <b>Transaction code</b>     CRM_SURVEY_SUITE<br><br>
    <b>SAP CRM IMG menu</b>     Customer Relationship Management  Transactions  Settings for Leads  Questionnaires for Leads  Define Questionnaires<br><br>
    <b>Creating XML Parameter File for CRM system</b><br><br>
    1.From the application toolbar, choose Survey Repository.<br>
    2.Open the tree structure Survey Repository - Parameter XMLs - bsp.<br>
    3.Select the standard parameter file CRM_SVY_BSP_SYSTEMPARAM.XML with double-click and choose Export (F8).<br>
    4.Rename the file, for example, to: CRM_SVY_BSP_SYSTEMPARAM_<systemID>_<client>.XML.<br>
    5.Save the file to your local PC..<br>
    6.Open the XML file with a suitable editor tool..<br>
    7.Maintain the following coding, entering your host server, port, and client:.<br>.<br>
    ?xml version="1.0" encoding="UTF-8" ?
    SurveySystemParam Action="http://<hostserver>:<port>//sap/bc/bsp/sap/crm_svy_server/survey.htm?sap-client=<client>" " Method="post" Enctype="application/x-www-form-urlencoded" AccessURL="http://<hostserver>:<port>//sap/bc/bsp/sap/crm_svy_server/survey.htm" IncludeStylesheetInOutput="true" /> .<br>.<br>
    In order to identify the respective host server and HTTP port of your CRM system,  open the ICM Monitor (transaction SMICM) in your CRM system. .<br>.
    From the menu, choose Goto -- Services. .<br>
    In the HTTP entry, you can find the data for the relevant host server and port..<br>.<br>
    8.Save and close the XML file..<br>
    9.In the CRM Survey Repository, select folder Survey Repository  Parameter XMLs  bsp..<br>
    10.From the application toolbar, choose Import (F7) to import the modified XML file from your local PC..<br>
    11.Double-click on the imported file and choose Check (Ctrl+F5). If the check is successful, you can continue; otherwise, check your coding as described in step 7..<br>.<br>
    <b>Creating Survey URL</b>.<br>
    12.Choose Back (F3) to get back to the Survey Suite..<br>
    13.In the list of applications, open the component Leads..<br>
    14.Select the appropriate questionnaire used for customer information request (e.g., BP_INFORMATION_EN) with double-click..<br>
    15.Choose   Generate URL (CtrlShiftF1)..<br>
    16.In the dialog box, select the following values using input help:.<br>.<br>
    <b>Field name    User action and values</b>.<br>
    Get Option           bsp.<br>
    Get File          CRM_SVY_BSP_SYSTEMPARAM_<systemID>_<client>.XML.<br>
    Send Option          bsp.<br>
    Send File          CRM_SVY_BSP_SYSTEMPARAM_<systemID>_<client>.XML.<br>.<br>
    17.Choose Generate URL (F6)..<br>
    18.Choose Test URL (F2)..<br>
    19.Copy the generated survey URL from field Survey URL..<br>
    Edited by: MSVKRI on Aug 24, 2010 2:27 PM

  • URL missing from Media tag

    I am trying to stream a live video from Adobe Media Server. I am sending  a video to the server from Adobe Flash Media Encoder 3.2. On Adobe Media Server I open the sample video player (videoplayer.html) in a browser. In the STREAM URL field I put: http://localhost/hds-live/livepkgr/_definst_/ liveevent.f4m. When I click the PLAY STREAM button I get the error message: URL missing from Media tag. What do I need to do?

    What is the stream name that you are publishing from FMLE? If it's "livestream?adbe-live-event=liveevent" then the url should be http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m .

  • F4M document contains errors - URL missing from Media tag

    I feel like I'm getting close to finally get a live stream to work correctly in 4.5
    I can see the streams being recorded in the following directories
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent1
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent2
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent3
    Each directory contains five files: bootstrap ,control, meta, f4f, and f4x.
    I have a single file called Event.xml in the directory: C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent
    <Event><EventID>liveevent</EventID>
    <Recording>
    <FragmentDuration>4000</FragmentDuration>
    <SegmentDuration>16000</SegmentDuration>
    <DiskManagementDuration>3</DiskManagementDuration>
    </Recording>
    </Event>
    However the client player receives the exception F4M document contains errors - URL missing from Media tag.
    If this file is dynamically generated on the fly by the server what do I need to change to resolve this issue?
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=10,0,0,0"
                width="600"
                height="409">
                <param name="movie" value="StrobeMediaPlayback.swf"></param>
                <param name="FlashVars" value="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m"></param>
                <param name="allowFullScreen" value="true"></param>
                <param name="allowscriptaccess" value="always"></param>
                <embed src="StrobeMediaPlayback.swf"
                       type="application/x-shockwave-flash"
                       allowscriptaccess="always"
                       allowfullscreen="true"
                       width="600"
                       height="409"
                       FlashVars="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m">
                </embed>
    </object>
    Thanks Again!
    Dave

    I will suggest you to go through this doc for complete implementation details. It is pretty comprehendable and would help you understand http live streaming better.
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSeb6b7485f9649bf23d103e5512e08f3a33 8-8000.html#WSd391de4d9c7bd609a95b3f112a373a7115-7ff6.
    As per your questions -
    1. "I try to access the stream using the local player at http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m" - This should be http://localhost/hds-live/livepkgr/_definst_/liveevent/liveevent.f4m.
         The name of the f4m is the name of the event you are referring to. In your case, the live event - liveevent is associated with all your three livestreams- namely livestream1, livestream2. livestream3.
    2. "Do I need to create BOTH a 'manifest.xml' and a 'event.xml'? And do both of these files need to be in the event directory like below?" - Yes. If you are using mbr you need both these files at the exact place you mnetioned.
    For simple single bitrate streams, mainfest.xml file is optional.
    3. "If I need to manually create a manifest.xml file would this file and directory be correct?" - Yes, you are right on track. Create the file Manifest.xml and place it inside events directory at the place you mentioned.
    4. "Do I need to use a absolute url in the streamid field in manifest.xml to resolve the error msg 'The F4M document contains errors URL missing from Media tag'?" - No. This is not needed. StreamId is not the content path, that is taken care of by the url path in the output manifest. You streamIds will be - livestream1, livestream2, livestream3.
    After all this, I would suggest you to check one more thing. If you are publishing the way you mentioned above, there would be '.stream' files (For eg - 'MTYxMjAzMzAzMg=.stream' ) created in your events folder - "C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent\". You should check that there are 3 and only three files formed. It somehow happens that when you publish and republish again without deleting these files, FMS creates multiple copies and tries to map each one to the actual content written at - C:\FMSHOME\applications\livepkgr\streams\_definst_\livestream1\ etc.. So there should be three files and each one should point to one of the streams directory. If there are more, please delete these files, delete your hds streaming content (if possible) and republish again the same way.
    This should solve your problem. If still you are facing some issues, do let us know.
    Thanks,
    Apoorva.

  • OSMF Player Error: URL missing from Media tag - HTTP Live

    When I try to play an HTTP Live Stream using OSMF Player, I get "URL missing from Media tag" error.
    I installed Flash MS4.0 with Apache2.2.
    My live manifest file (f4m) is below.
    http://localhost/live/events/livepkgr/events/_definst_/liveevent.f4m
    <manifest>
    <id> livepkgr/events/_definst_/liveevent </id>
    <mimeType> </mimeType>
    <streamType> live </streamType>
    <duration> 0 </duration>
    <media streamId="livestream1" bitrate="100">
    <metadata> </metadata>
    </media>
    <media streamId="livestream2" bitrate="200">
    <metadata> </metadata>
    </media>
    <media streamId="livestream3" bitrate="350">
    <metadata> </metadata>
    </media>
    <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/livestream%i1/livestream%i1.bootstrap" id="bootstrap2386"></bootstrapInfo>
    <media streamId="livestream%i1" url="../../../../streams/livepkgr/streams/_definst_/livestream%i1/livestream%i1" bootstrapInfoId="bootstrap2386">
    <metadata>
    AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAFd2lkdGgAAA AAAAAAAAAABmhlaWdodAAAAAAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAUIAAAAAAAAAI YXZjbGV2ZWwAQD4AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAPYXVkaW9zYW1wbGVyYXRlAEDfQAAAAAAAAA1hdWRpb2 NoYW5uZWxzAEAAAAAAAAAAAA52aWRlb2ZyYW1lcmF0ZQD/+AAAAAAAAAAJdHJhY2tpbmZvCgAAAAIDAAZsZW5ndGgA AAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACX RpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkADXNtcHRlVGltZUluZm8DAAtzbXB0ZU9mZnNldAAA AAAAAAAAAAAACQAHY3VzdGRlZgoAAAAAAAAJ
    </metadata>
    </media>
    <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/livestream%i2/livestream%i2.bootstrap" id="bootstrap6801"></bootstrapInfo>
    <media streamId="livestream%i2" url="../../../../streams/livepkgr/streams/_definst_/livestream%i2/livestream%i2" bootstrapInfoId="bootstrap6801">
    <metadata>
    AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAFd2lkdGgAAA AAAAAAAAAABmhlaWdodAAAAAAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAUIAAAAAAAAAI YXZjbGV2ZWwAQD4AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAPYXVkaW9zYW1wbGVyYXRlAEDfQAAAAAAAAA1hdWRpb2 NoYW5uZWxzAEAAAAAAAAAAAA52aWRlb2ZyYW1lcmF0ZQD/+AAAAAAAAAAJdHJhY2tpbmZvCgAAAAIDAAZsZW5ndGgA AAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACX RpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkADXNtcHRlVGltZUluZm8DAAtzbXB0ZU9mZnNldAAA AAAAAAAAAAAACQAHY3VzdGRlZgoAAAAAAAAJ
    </metadata>
    </media>
    <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/livestream%i3/livestream%i3.bootstrap" id="bootstrap1"> </bootstrapInfo>
    <media streamId="livestream%i3" url="../../../../streams/livepkgr/streams/_definst_/livestream%i3/livestream%i3" bootstrapInfoId="bootstrap1">
    <metadata>
    AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAFd2lkdGgAAA AAAAAAAAAABmhlaWdodAAAAAAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAUIAAAAAAAAAI YXZjbGV2ZWwAQD4AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAPYXVkaW9zYW1wbGVyYXRlAEDfQAAAAAAAAA1hdWRpb2 NoYW5uZWxzAEAAAAAAAAAAAA52aWRlb2ZyYW1lcmF0ZQD/+AAAAAAAAAAJdHJhY2tpbmZvCgAAAAIDAAZsZW5ndGgA AAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACX RpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkADXNtcHRlVGltZUluZm8DAAtzbXB0ZU9mZnNldAAA AAAAAAAAAAAACQAHY3VzdGRlZgoAAAAAAAAJ
    </metadata>
    </media>
    </manifest>
    It seems to me that it is a configuration issue, but I have no clue.
    I compared above manifest with a sample manifest that I found on Adobe's site, the attributes are same but the structure is not. Maybe that is causing OSMF to fail.
    Thanks for any suggestion!

    I am using other encoder than FMLE. I am publishing 3 streams.
    rtmp://x.y.z.w/livepkgr
    H264 BL3.0 60kbps, 160kbps and 310kbps & AAC-LC Stereo 32kHz 40kbps & Fragment duration 4 sec
    >>> matches C:\Program Files\Adobe\Flash Media Server 4\applications\livepkgr\events\_definst_\liveevent Event.xml and Manifest.xml files.
    <FragmentDuration>4000</FragmentDuration>
    <media streamId="livestream1" bitrate="100" />
    <media streamId="livestream2" bitrate="200" />
    <media streamId="livestream3" bitrate="350" />
    (e.g. 60kbps video + 40kbps audio for the 1st stream)
    I have Common output parameters > Stream Name configuration on my Live Transcoder and I write the following:
    livestream%i?adbe-live-event=liveevent&adbe-http-streaming-ver=1.0
    Then Admin Console > View Apps > Live Log includes the following:
    Stream name is: livestream%i1 and live event is: liveevent
    Stream name is: livestream%i2 and live event is: liveevent
    Stream name is: livestream%i3 and live event is: liveevent
    As you say, it seems %i above causes the problem, but how to fix it?
    My f4m includes the bitrates:
    <id> livepkgr/events/_definst_/liveevent </id>
    <mimeType> </mimeType>
    <streamType> live </streamType>
    <duration> 0 </duration>
    <media streamId="livestream1" bitrate="100">
    <metadata> </metadata>
    </media>
    <media streamId="livestream2" bitrate="200">
    <metadata> </metadata>
    </media>
    <media streamId="livestream3" bitrate="350">
    <metadata> </metadata>
    </media>
    Thanks!

  • How to Create Survey URL in WebUI Version 6

    Hi Forum ,
    Im unable Import the XML File in WebUI (Survey suite ) - Im gettign the Error - Import Failed. Does any body worked in CRM 2007 WebUi for Creation of Survey URL. Please let me know the Procedure. Thank you.
    Regards,
    Hari Krishna.

    Hi,
    Please check Oss note 836945. It contains XML parameter file structure in an attachment. I used this earlier and I was able to generate Survey URL.
    Regards,
    Piyush

  • Creating Survey URL

    Hello frenz,
    I followed the config doc C22 Lean Campaign Mgt., but after generating the Survey URL and while Testing it, whenever I click the SAVE push button, I get this error :
    "The request method ïPOST is not supported by HTTP Provider service.
      Details:   Use: GET, POST, HEAD"
    The coding I have used in Survey repo is as follows:-
    Kindly help.
    Thanks in adv,
    Raghu

    "Action="http://<hostserver>:<port>/sap/bc/bsp/sap/crm_svy_server/
    survey.htm?sap-client=<client>" Method="post""
    Just try again with only one slash in the url.
    I made the same mistake, because of C22.
    Also, you can try use BSP instead of http.
    Hope it then should work.
    Kind regards
    Hannes

  • Generate Survey URL outside the Survey Suite

    Hi All,
    I want to generate a Survey URL when clicking on a self created button in the WebUI, to navigate to this generated URL.
    I know that I can create such a link in the survey suite, but I want to do it dynamicly with a Button on  a different view.
    When pressing the button I should have things like survey ID and survey version available to use them for the generation.
    While trying some things and playing around I found the function "CRM_SVY_PREVIEW_GET" in the function Pool "CRM_SVY_SUITE" that is executed when I am creating this URL in the Survey Suite, so my first guess is to take this function for it.
    But I am afraid, that I don't have the needed XML-Parameters for the function, so I am a bit stuck.
    Maybe someone knows where these "paths" of the XMLs are stored in SAP?
    Any advice is highly appreciated!
    Perhaps I am on a completely wrong way?
    Many thanks in advance!
    Cheers
    Dennis

    Hi Gregor,
    I have already tried the parameter XML which can be used for the BSP based process which is working fine for internal user. I can see the survey,input my options as well which gets saved Successfully.
    But when this survey link does not work and open out side the company domain.
    I was told that in order to make the links accessible out side company domain I will have to create XML parameter file under PARAMETER XML's "http". But while copying standard parameter file and saving it its asking me for connector ID and decliing to save the XML file.
    I want to know what exactly is this connector ID and where can I get it so that i can make entries as below and genarate the URL
    Field name     User action and values
    Get Option----
    http
    Get File     ZCRM_SVY_HTTP_SYSTEMPARAM_<systemID>_<client>.XML
    Send Option----
    http
    Send File     ZCRM_SVY_HTTP_SYSTEMPARAM_<systemID>_<client>.XML
    Regards
    Arup

  • Survey URL Procedure

    Hi,
    I am new to the Survey,
    Our Client does the Customer Satisfaction with the existing customers and external customers.
    I have created the customer satisfaction, should I create the Business Activity and assign the survey to that activity?
    What is the procedure for creating the survey url and how the process works from mailing to the customer till the resulted data reaches the crm system
    Thanks in advance

    <a href="http://help.sap.com/saphelp_crm50/helpdata/en/a4/a7c4b909dcba4ebb11730b069eab2c/frameset.htm">this may  help</a>
    points pleeeezz

  • Generation of Survey URL does not works on Web Environment

    Hi experts!
    I'm new on SAP, and I'm having some problems when generating survey URL.
    I have created a survey using the transaction crm_survey_suite, and already done the configurations of the bsp code on "Survey Repository".
    When I try to test the code, it is working fine, with no bugs.
    In the SAP GUI, when I click on "Generate URL", I can generate and test it with no problems... But, when I try to access my Survey on Web Environment and I click on "Generate URL", the button is not available to be clicked.
    What should I do to turn this button available on Web Environment?? Should I activate something?
    Please someone help me in resolving this, I am stuck on this for the past few days.
    Thanks!!!
    Talita.

    Hi Dan Zhang,
    Thanks for your post.
    I have reproduced this scenario in my TFS 2013 Update 4 Server and received the same result.
    For this scenario, please submit it to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio. Microsoft engineers will evaluate them seriously.
    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.

  • OSMF: URL Missing from Media Tag: Adobe HDS

    Hi,
    I have an encoder publishing 2 streams livestream1 and livestream2 to the FMS livepkgr. I have a set-level manifest for the 2 bitrates, but I get the URl missing from media tag error. What is causing this ?
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
        <id>myVideo</id>
        <baseURL>http://172.16.3.60/hds-live/livepkgr/_definst_/liveevent/</baseURL>
        <dvrInfo offline="false" windowDuration="600" />
        <streamType>live</streamType>
        <media url="livestream1.f4m" bitrate="300"/>
        <media url="livestream2.f4m" bitrate="800"/>    
    </manifest>
    I resorted to downloading the OSMF source code but cant fathom out why it thinks this XML is invalid and that the media url doesnt exist. 
    The streams play back indiviually no problem.
    Anyone got any ideas ?
    Mal

    Got it thanks Ed ! Downloaded 1.6 from:
    http://sourceforge.net/projects/smp.adobe/files/Strobe%20Media%20Playback%201.6%20Release% 20%28source%20and%20binaries%29/
    and used this manifest
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">   
        <baseURL>http://172.16.3.60/hds-live/livepkgr/_definst_/liveevent</baseURL>
        <dvrInfo offline="false" windowDuration="600" />
        <streamType>live</streamType>
        <media href="/livestream1.f4m" bitrate="300"/>
        <media href="/livestream2.f4m" bitrate="800"/>   
    </manifest>

  • Error while launching a survey url

    Hi,
    I have completed the configuration settings required for generating a url link for a survey.
    When I test the url, I get the following error in Internet Explorer:
    "404 Not Found
    The requested resource does not exist"
    The landscape includes mySAP CRM 5.0 and SAP EP 7.0.
    Would appreciate help from the group.
    Regards,
    Pankaj

    Hi Gregor,
    It is there in SE80.
    when I try testing, I get the following link:
    http://mrcved.ad.xxxxx.com:8001/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sap/crm_svy_server/test.htm
    Strangely the port above is 8001 and not 50100 which I had used earlier.
    I did try changing the bsp link in Parameter xmls (survey Repository) using port 8001, but it does not work. Instead of throwing "404 Not Found Error", a blank screen is visible. The url of this screen is:
    http://mrcved.ad.xxxxx.com:8001/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sap/crm_svy_server/Survey.htm?applid=CRM_SURVEY_MARKETING&svyid=SURVEY_TV_CAMPAIGN&vers=0000000001&lang=EN&parid=CRM_SVY_BSP_C50_001%2eXML&vguid=8EB2C2933951964CAC8B7CA0B1857C57&vvers=0000000001
    Let me know if you have the answer.
    Regards,
    Pankaj

  • Adapter Engine URL missing in RWB

    Hi All,
    In my newly configured PI 7.0 system, the Adapter Engine URL is missing at the fol. location:
    RWB -> Component Monitoring -> Adapter Engine -> Test Message.
    But when I open SXI_CACHE -> AE Cache, I am able to see the url http://pidev:50000/MessagingSystem/receive/AFW/XI     
    I think that this means that my ABAP stack is configured properly, but JAVA stack has some problem for Adaptr engine.
    Please confirm if I am right and how to resolve this.
    regards,
    Piyush

    Hi,
    Are you using the FQHN?
    Check also note #764176 if you have components missing on SLD.
    Last, you may want to configure your system in order to check each of the steps.
    Use this link -> Wizard-Based Basic Configuration:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/40084136b5f423e10000000a155106/frameset.htm
    Regards,
    Caio Cagnani

  • Survey URL Usage

    Helo: Did anybody use the option of sending a survey as a URL address?
    I need to send the survey to may customers via e-mail and then retrieve the result and load it into my CRM Server.
    Regards
    Laura

    Hi Gregor,
    Was reading your posting and thought that you may be able to address the issue that i am having ?
    We are creating URL's for landing page in personalized mailforms. We have a need to include email id of business partners along with the BP id and Campaign id.
    We were able to include BP Id and campaign id at the end of the URL but not email id as it is not available in the attribute/object list under BP data (in the left bottom corner from where we drag and drop the objects to concatenate to the URL).
    How can we include the email id attribute ? Any help or suggestions would be greatly appreciated. It would be great if you could mail me at [email protected]
    Thanks,
    Goutam

  • Survey URL

    Hi Gurus,
    I have created the Customer Satisfaction Survey, know i have to create the URL for that survey?
    How can i generate the URL  for the created survey?
    Can any body brief the procedure step by step?

    Hi,
    Once you have successfully created your own survey, you need to Activate the
    survey and check in the survey attributes (context menu of your survey) to see
    if the correct name will be maintained on the Administration data tab under Descriptions.
    Generate a valid URL for the survey by selecting the Generate URL button
    from the menu bar in the Survey Suite.
    To generate the URL, you have to select the following options:
    Get Option: bsp
    Get File: CRM_SVY_BSP_xxx_800.XML (xxx being the current CRM system
    name)
    Send Option: bsp
    Send File: CRM_SVY_BSP_xxx_800.XML
    then choose Generate URL.
    Save the newly generated URL on your notepad to make sure you do not loose
    it.
    Test the URL and you will see the newly created survey
    Reward points if it helps
    Murali

Maybe you are looking for

  • How to Find out What host is Sending Failed LDAP attemps from CUCM

    Hello, I have a strange issue.  I have a customer who has CUCM / UCCX / Presence and Unity Connection installation on a BE6k.  A couple times a week one of the users is reporting that her account is locked out.  When we take a look at the audit logs

  • Can't send email to trash in mail iOS7

    Works for gmail, but for my college email the application does not allow sending email to trash. This is using IMAP. Worked well until iOS7. Also still able to send to trash on multiple other platforms.

  • Unknown Error message keeps popping up in random places

    Hi, I'm having some trouble. I've been getting this weird error every once in a while when I try to do seeminly random things. System extension cannot be used The system extension "/System/Library/Extensions/x3nke.kext" was installed improperly and c

  • Error: Copy sender from payload: Sender not in payload

    Hi all. I generated a new WSDL with XI. when i posted it with XML Spy in SXI_MONITOR got this error: <SAP:Category>XIAdapter</SAP:Category>   <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>   <SAP:P1>Copy sender from payload: Sender

  • How to check a PDF file for errors?

    I have created a PDF file manually. Adobe Reader shows an error message "The file is damaged but is being repaired." when I try to open this file. How can I check, what is wrong with this file? Is there any checker or some way to examine the file and