Problem with WebService to Create Interaction Activity

Hi everybody,
I am currently trying to create a new Interaction Activity using WSNavigator. However, I haven´t managed referencing an existing account. I always get the answer "Enter   Activity partner".  The Interaction Activity can be created, but without an Account.
Can anybody tell me which information I have to provide in my request to make an account reference or where I can obtain this information? I have already tried out all variations, but nothing has worked so far. Documentation doesn´t provide any information on this.
This is one example I have tried out (but as I said only one of many).

The concrete error message is the following:
  <Item>
          <TypeID>119(COM_PARTNER)</TypeID>
          <SeverityCode>3</SeverityCode>
          <Note>Enter   Activity partner</Note>
        </Item>
What does  "119(COM_PARTNER)" mean?

Similar Messages

  • I have the problem with the eFax Create Account button being grayed out for my newly purchased 6525.

    I have the problem with the eFax Create Account button being grayed out for my newly purchased 6525.
    Can you help?

    Hi Marv13, disregard my last post. The 6520 does have eFax capabilities and the support document I provided a link to needs updating. If you contact HP Cloud Services phone support they will be able to resolve this issue for you. The number and available times are posted below:
    HP Cloud Services
    1-855-785-2777
    Hours of Operation
    Monday-Friday 8am-11pm ET
    Saturday 10am-6:30pm ET
    Best.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Problems with WEBSERVICES

    Hello,
    i have some Problems with WebServices.
    When I call my function how makes the request (get_frob), it goes back to the main program and make a print! After that my request starts!
    I want that the request finished first and then make a print!
    I need threats for this???and how does it work?
    My englisch is not so good I´m sorry for that!
    Please help me
    Thanks
    Chris
    def Button_Autorisieren:SwingButton=SwingButton{
        text:"Autorisieren"
        width:100
        translateY:150
        action:function()
            var Authentication:HTTP_Authentication=new HTTP_Authentication();
            Authentication.get_frob();
            java.lang.System.out.println(Authentication.abfrage);
    public class HTTP_Authentication {
        var api_key:String="***********";
        var secret_key:String="***********";
        var stat:String;
        var sig:String;
        var frob:String;
        var method:String;
        var md5_String:String;
        var perms:String;
        var api_sig:String;
        public var abfrage:Boolean;
        public var link:String;
        def md5:MD5=new MD5();
        var parser = PullParser{
            documentType: PullParser.XML;
            onEvent: function(event: Event) {
                    if (event.type == PullParser.START_ELEMENT ) {
                        if(event.qname.name == "rsp" and event.level==0)
                           stat=event.getAttributeValue(QName{name:"stat"});
                        if (stat=="ok")
                         if(event.type==PullParser.END_ELEMENT)
                              if(event.qname.name == "frob")
                                  frob=event.text;
                                  java.lang.System.out.println("Frob: {frob}");
                                   abfrage=true;
        public function get_frob ()
            method="flickr.auth.getFrob";
            md5_String="{secret_key}api_key{api_key}method{method}";
            java.lang.System.out.println(md5_String);
            sig=md5.makeMD5(md5_String);
            java.lang.System.out.println(sig);
            var request = HttpRequest {
                    location: "http://api.flickr.com/services/rest/?method={method}&api_key={api_key}&api_sig={sig}"
                    method: HttpRequest.GET
                    onInput: function(input: java.io.InputStream)
                                    parser.input=input;
                                    parser.parse();
                                    input.close();
                        }.enqueue();
        }

    Hello,
    thank you for your answer. It was my mistake, I discribe the problem very bad.
    When i call the function get_frob(). Netbeans goes in the function and run through the end but nothing happened
    onMouseClicked: function( e: MouseEvent ):Void {
                         test=Authentikation_Frob.get_frob();and in my if clausel there will be a wrong output! After the output my programm go back to the function get_frob() and then make the request and go back to the if clausel. Now everything ist correct. But why does my programm need 2 runs ????thats not correct!!
    Thank you!!
    if (test==true)
                             var Authentikation_Link:HTTP_Authentication_Link=new HTTP_Authentication_Link();
                            link=Authentikation_Link.get_link();
                            var uri = new java.net.URI("{link}");
                             var desktopClazz = java.lang.Class.forName("java.awt.Desktop");
                             var getDesktopMethod = desktopClazz.getMethod("getDesktop");
                             var desktop = getDesktopMethod.invoke(null);
                             var browseMethod = desktopClazz.getMethod("browse", [uri.getClass()] as java.lang.Class[]);
                              browseMethod.invoke(desktop, uri);
                         else
                             fehler_ausgabe.visible=true;
                             fehler_ausgabe.content="Fehler {Authentikation_Frob.frob_fehler} {Authentikation_Frob.frob_hilfe}";
                         }Edited by: Esco24 on Aug 10, 2009 1:02 AM

  • Trial version problem with the wrie Create with the trial version

    help me
    trial version problem with the write Create with the trial version
    i wanna delete the Create with the trail version

    Publication on businCata I am sorry I do not understand your inquiry.  Can you please restate your question?  What Adobe software or service is your inquiry in relation too?

  • I have a problem with my iphone 4s's activation.

    I have a problem with my iphone 4s's activation. After upgrading IOS 7.0.4 the activation required me an account icloud.com with password that i forgot... it is not my usualy apple ID (wherewith i have activate my iphone)!
    Right now i haven't yet complited de activation, how can i risolve it??? thanks

    This is called Activation Lock, & there is no way around it. To re-activate this phone, you MUST use the Apple ID/Password that was originally used to activate the phone. If you don't know this info, you WILL NOT be able to re-activate this phone. It will be useless, & Apple can't/won't help you.
    Resetting your phone, as suggested by Rahul won't help either. If you forgot your Apple ID, you can use this:
    https://iforgot.apple.com/appleid
    Regardless, you'll have to remember this info. Otherwise, all you'll own is a paperweight.

  • Could not find the main class - Problem with Webservice-Access

    Hello Everybody,
    I'm having serious Problems with accessing a WebService (Tomcat-Axis) per executable jar-File.
    I constructed a simple GUI with 3 Textboxes 1 Button and 1 Resultbox.
    I use eclipse so it was no Problem to simple generate the Backgroundclient by Processing the .wsdl-File of the WS.
    Now I do this:
    Head_tServiceLocator serviceLocator = new Head_tServiceLocator();
    Head_t service = serviceLocator.getRPCCall();
    RPCCallSoapBindingStub Head_t = (RPCCallSoapBindingStub) service;and use the Webservice like an Object.
    All this works very well.
    Now the Problem:
    Head_t service = serviceLocator.getRPCCall();this Line has to throw a ServiceException.
    If i add a try-catch Block to Process the Message JAVA tells me after i exported to JAR (with Manifest-stuff and so on) and double Click on the JAR the following :
    Could not find the main Class - Program will exit.
    And if i add a throws Declaration to the Methodheader it tells me:
    Fatal Exception Occured - Program will exit
    But if i Comment out that Line at least the GUI is being displayed (so it DOES find the main-Class). But then of course the Webservice won't be accessed.
    All the JARs needed (axis.jar, commons-discovery.jar and so on) are in the same Directory as the Webservice-Client.jar
    Please Help me.
    Greets,
    Zap

    I am not done any typing mistake while creating the jar file i already followed the suggestion that you have mentioned but still the same error .
    This is my MANIFEST.MF file created under META-INF folder
    Manifest-Version: 1.0
    Class-Path: qtjambi-4.4.3_01.jar qtjambi-win32-msvc2005-4.4.3_01.jar
    Created-By: 1.5.0 (Sun Microsystems Inc.)
    Main-Class: Ui_MainWindow
    When i extracted the app.jar following this i got
    1. META-INF folder inside that MAINFEST.MF file the contents i have already placed above
    2. qtjambi-4.4.3_01.jar
    3. qtjambi-win32-msvc2005-4.4.3_01.jar
    4. Ui_MainWindow.class
    Please tell me whats wrong in that i can also give you the app.jar file please let me know the email id ..

  • Timeout problems with Webservices

    Hi,
    I'm facing problems with the timeout parameter("weblogic.webservice.rpc.timeoutsecs"). It seems that the timeout is not working and i got stuck threads in my Weblogic Queue.
    has anyone benn through a similar situation?
    Thanks in Advance
    Erick Akamine

    System.setProperty("weblogic.webservice.UseWebLogicURLStreamHandler","true");
    // create a call instance
    ((weblogic.webservice.core.rpc.CallImpl) myCallInstance).setProperty("weblogic.webservice.rpc.timeoutsecs", "1");
    //check the parameters names
    ((weblogic.webservice.core.rpc.CallImpl) myCallInstance).getParameterNames();

  • Problem with importing and creating self signed SSL certificate

    Mac Pro, 10.7.2 Server.  Attempting to import or create a self signed certificate for use as ichat.domain.com to encrypt iChat service.  Server is acutally called server.domain.com but has an alias of ichat.domain.com.  I understand that this is probably not best practice but I would like to keep things this way since we have one server, run multiple services on it, but want to continue to connect to each service at SERVICE.domain.com.  We have been using this type of mismatched certificate with success since 10.4 or so.
    I am working through setup of 10.7 Server to replace our 10.6 server. 
    Tried upgrade of 10.6 to 10.7 installation.  The installation made a mess of some services and our Open Directory, but did move the certificate over and allowed iChat service to function properly.
    Clean install and setup of 10.7 Server.  Exported self signed certificate, private key, and encryption password from 10.6 Server and functioning 10.7 upgraded Server.
    On import or manual creation of certificate get the following error:
    Error
    Check your server's logs for more information.  The error (code 5001) was: Expected SecKeychainItemImport to return a SecIdentityRef, but it did not
    Log shows:
    Dec 29 17:56:55 server servermgrd[498]: -[CertsRequestHandler(HelperAdditions) importP12Data:passphrase:error:]: importedItems = (
                  "<SecCertificate 0x7fcf6ed43c00 [0x7fff78d96f40]>"
    I have tried importing and manually creating other certificates with a variety of names with success.  I assume that there is something buried somewhere that is causing this particular one to be a problem.  Other than manually removing any remnants of the certificate from /etc/certficates I do not have any ideas what to try.  I am essentially ready to move this server to 10.7 except for this problem and would like to avoid a reinstall.
    Suggestions?
    -Erich

    Take a look here.
    https://bbs.archlinux.org/viewtopic.php?id=146649
    Maybe it's a problem with your network.

  • Problem with printing files created by tcpdf class

    Hello,
    I have problem with printing pdf files created with tcpdf php class which contain embedded fonts
    http://www.tecnick.com/pagefiles/tcpdf/example_008.pdf
    Could someone try to print that example file at his Reader (printing to file .ps will be fine).
    I'm trying to determinate if problem is in my system (Ubuntu 8,04) in Reader or in class.
    Thanks in advance

    No problem with Adobe Reader 8 or 9 .

  • Problem with PDF files created by Indesign

    PDF files created by Adobe Indesign come up as blank pages whereas PDF files created by Mac OS X or Apple's Pages display OK. Is there a difference in the way PDF files are created?

    No problem with Adobe Reader 8 or 9 .

  • Problem with creation of follow-on activity in case, by action

    Hi all,
    Upon creation and saving of a case, I would like an action to automatically create an activity inside this case. When setting up actions for transactions, I have called the method 'COPY_DOCUMENT'. However, when called within a case, the method fails with an error.
    Is there a way of configuring an action (in a case) to create an activity?
    Any help or experience in the area would be greatly appreciated.
    Thanks
    Philip

    Hi Kai,
    You mean the initial value for the transaction type right? I had done this correctly. Basically I have defined the action in a way that works when the activity is created from another transaction. But it does not work when triggered from the Case.
    Error message:
      Exception Class CX_SY_MOVE_CAST_ERROR
      Error Name MOVE_CAST_ERROR
      Program CL_ACTION_EXECUTE=============CP
      Include CL_ACTION_EXECUTE=============CM003
      ABAP Class CL_ACTION_EXECUTE
      Method GET_REF_OBJECT
      Line 8 
      Long text During a 'CAST' operation ('?=' oder 'MOVE ? TO')a type conflict occurred. The source type  
      '\CLASS=CL_SCMG_CASE_PPF' is not compatible for assigning with the target type  
      '\CLASS=CL_DOC_CRM_ORDER'.
    Thanks
    Phil
    Edited by: Philip Wroblewski on Jan 29, 2008 1:37 AM

  • Problem with printing dynamically created pages

    Hello,
    I have created a form in Designer 7.1 with one page. When clicking the Print button the script generates additional pages with the instance manager (addInstance) and then I want to print the generated pages. However, when using 'xfa.host.numPages - 1' in the print statement only the first page is printed. When I use a static end value, I get an error message with 'wrong end value for print'. Does anybody know, what I have been missing?
    Thanks, Karin

    No problem with Adobe Reader 8 or 9 .

  • Problem with Access Policies (create multiple resources)

    I'm having a problem with Access Policies:
    The first policy must create a resource.
    And the following policies should create childs on the resource.
    The problem here is that when policies will add the childs, the resource is not provisioned yet.
    And then each one will create a resource but i just want one resource with the childs.
    When the resource is already provisioned, the policies update this resource properly.
    How can I fix this?
    tks

    Ricardo,
    I had a similar problem. In a post-process handler I was managing the user membership in specific roles through the removeMemberUser and the addMemberUser of the tcGroupOperationsIntf class.
    The last parameter of this method was a boolean which, when true, would automatically trigger the access policies programmatically in the post-process.
    The problem is that there also is an OOTB event handler for triggering access policies, so I was basically triggering the access policies twice and duplicated resources were appearing.
    Hope this helps.
    Cheers

  • Problems with black color creating PDF from Excel 2013

    Hi
    I want to create PDF from Excel 2013 using Adobe Acrobat distiller. When I do so I have problem with black which is 300 percent black instead of 100K. Problem is only with drawed lines from Excel's symbol menu (text is fine).
    I use Acrobat 9 Pro and few days ago switched from Office 2000 to 2013.....and problems started.
    Office 2000 and Acrobat 9 Pro worked ok and everything including drawed symbols like lines or squares were 100K black in PDF. Now in the case of Excel 2013 it is not so but when I use export function included in Excel and export file to PDF output is 100K. I am not sure if this kind of export is good for me. I use PDF's as inputs to InDesign. So I would like to have more control when create PDF from excel. But in Excel setup I can choose standard and minimum size and that is all.
    I imported Adobe PDF Settings from computer where these settings worked with Excel 2010 but they do not do same job for me in combination with Excel 2013 (I have 300 black).
    To explain my workflow:
    I am a publisher of crossword magazine and I use Excel to write crosswords. Then I create PDF's and import them into InDesign.   
    Should I use internal export included in Excel 2013? Are these PDF's ok for working in InDesign and finally for print purposes?
    Or If you have any suggestion how to create PDF via Adobe Acrobat distiller setup (which I prefer) please give me advice.
    Thank you in advance
    Juraj

    These are tough issues I suspect and the answer you need is probably trivial (it is finding it). I will make some suggestions, but I have no idea if any will work.
    -  In the printer under the Properties>Layout>Advanced>print quality, I use 300 dpi (default is 1200).
    - Under the printer preferences>settings>edit the settings file, I use again 300 dpi (default is 1200 dpi).
    These may not fix your issue, but migth be worth a try. You could also try using the preflight script to change to gray-scale. It may not make any changes, but again may be worth a try.
    All I am trying to suggest are the things I would be looking at. Maybe they will lead you someplace. Others may be by with better suggestions in time.

  • Extracting files from Portfolio - problem with outlook email created portfolios

    Currently I have developed a plugin that can extract files from portfolios using:-
    PDNameTree tree = PDDocGetNameTree(pdDoc, ASAtomFromString("EmbeddedFiles"));
    and
    PDFileAttachmentFromCosObj
    But i've noticed with Outlook email created portfolios the above is PDNameTree invalid.  any suggestions?   is it under another atom string or something?
    Thanks,
    Lee.

    ok, found something out here... if I close the doc using AVDocClose then re-open in the code using PDDocOpen then the PDNameTree tree = PDDocGetNameTree(pdDoc, ASAtomFromString("EmbeddedFiles"));  works!!!
    but now I have a problem getting the original pdf open filename.
    usually can get it with below code but it's returning the Folder path + garbage instead. (this only happens with portfolios created by outlook that I have tested)
    There must be a better way of doing this, any ideas? thanks, lee.
    ASFile asFile = PDDocGetFile(pdDoc);
    ASPathName asPathName = ASFileAcquirePathName(asFile);
    char* temp = ASFileSysDIPathFromPath(ASGetDefaultFileSys(), asPathName, NULL);

Maybe you are looking for

  • RSBBS Jump: AR Line Item Query to R3 Customer Line Item Display

    I am attempting to create a 'Jump Target' from the 0FIAR_C03 AR Line Item Infocube to the R3 FBL5N Customer Line Item Display transaction. The query that the jump is to be performed from an Aging query. The user will be running this query for all tra

  • My Macbook is running really slow - help (Etrecheck report included)

    I have a Macbook Pro, and it runs insanely slow.  Trying to do something simple like surfing the net and listening to Itunes generally results in the spinning wheel coming up after every clicked link.  Excel will cause a 45 second spinning wheel when

  • Need A New Printer~Which Would Be Good For My Needs?

    Just on Saturday I got my New iMac computer with of course OS X Mountain Lion to replace my old iMac that was still running on Tiger.  Now I need to upgrade and get new items, particularly a printer. My old printer is a HP All-In-One Photosmart and w

  • I've tried everything-I still get error during rendering/encoding using iDVD

    I have a iMac Intel core duo (2005) with OSX10.4.11 and iDVD vers.7.04, 2 gigs of RAM and 56Gigs of free HD space. I can't burn a 3 slide slideshow to DVD without getting rendering/encoding error. I can't save a Disk Image file nor a Video TS folder.

  • XI_J2EE_ADAPATER_ENGINE error -- Very urgent

    Hi , Folks . I am running a scneario of DB System „³ JDBC Adapter „³ XI  -„³ RFC Adapter „³ SAP R/3 --„³ XI BPM will call File adapter The value is getting picked from the DB but it is not reaching the Integration Server . I dont get any error in the