Cant Start Process from WDJ

Hi All,
      I have created a process & WDJ app. I objective is to start a process form WDJ App using WSDL. I can abe to start the process manually as well in WS navigator. But when i use WSDL in WDJ am getting error as
com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Exception on creation of service metadata for web service mass config parameters service reference ID '{http://www.example.org/<processname>/} and application name '<application name>'. Check mass configuration has been done properly.
I have found one link but still no luck
trigerring BPM from Web Dynpro screen not working
Help me on this.
Regards,
Arun.

Hi,
Did you configured the service group in NWA?
http://help.sap.com/saphelp_nw72/helpdata/en/88/a552908d4c44dc99b3ec247069921e/frameset.htm
And also check if you have configured the Web Service also?
http://help.sap.com/saphelp_nw72/helpdata/en/41/d365dc14ba458e9c29fa3ec987a7ca/content.htm
Thanks
Abhilash

Similar Messages

  • My startup DVD that came with my Imac wont mount so I cant start up from it to run disk utility

    my startup DVD that came with my Imac wont mount so I cant start up from it to run disk utility

    Check that your computer is compatible with Mountain Lion/Mavericks.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    iMac (Mid 2007 or newer) model number 7,1 or higher
    MacBook (Late 2008 Aluminum, or Early 2009 or newer) model number 5,1 or higher
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    MacBook Air (Late 2008 or newer) model number 2,1 or higher
    Mac mini (Early 2009 or newer) model number 3,1 or higher
    Mac Pro (Early 2008 or newer) model number 3,1 or higher
    Xserve (Early 2009) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    Check to make sure your applications are compatible. PowerPC applications are no longer supported after 10.6.
    Application Compatibility
    Applications Compatibility (2)

  • BPM start process from WD UI

    Hi all,
    I am quite new with BPM in the SAP environment and for the moment I am strugling with the start of a process using an WD UI.
    What i have is a simple process with two activities. The process starts with no problems from the respository and also I created a wdsl and managed to start the process from the wsnavigator.
    Now I want to start the process from a simple UI. For that I created a WD component, assigned it to an app and connected to a model. Next I edited my portal to have a new folder with a page that contains my app.
    The UI has to fields and a button. My goal is to use that button to start my process.
    Probably I am doing something wrong when creating the action and maybe someone can help me with the java part on the actual button action.
    Please help. Thank you.
    Regards,
    Stefy

    I've made a lot of research and of course found a lot of forums and help. But for the moment I had some issues with addapting them completely to my situation, since I have to prior experience with this.
    For example I think this is the best solution that I have found so far: /people/arafat.farooqui/blog/2010/06/23/introduction-to-sap-netweaver-bpm-part-6
    but at the following step:
    / Bind the object
    wdContext.nodeRequest_Name().bind(objRequest);
    I can't figure out what is the nodeRequest_Name()...
    couldn't find this "asset" in my WDContext.
    Regards,
    Stefy

  • Start process from Portal

    Hi everyone!
    I need to implement process start as a link in portal. I've created and tested WSDL in NWDS. I also assigned start event for the process. So it works and starts fine from the WS navigator. Now I need to make it available in portal. I have no experience in Portal. So i found some guidelines regarding VC and WebDynpro. But I need an advise about that. I wanna know what is the best practice to implement that. I mean how is it usually done? Because the task seems pretty typical. NWDS and CE are 7.2 SP06 both.
    Thanks in advance,
    Peter

    Well, it depends on the requirement.
    If you just want to start a process and no shiny (tree control, file upload etc...) UI manipulation, you can use VC. Its very easy to develop. Also VC covers vast number of UI element, though not all provided by WD. But, if there is any complex business logic invovled , with heavy data manipulation, WD stands good.
    However, for most of the cases, UI provided by VC suffice all requirements. If the purpose is just to provide basic, simple UI for submitting info and starting BPM, VC fits best.
    -Abhijeet

  • Start process from JSP which continues running after response is completed

    Is it possible to start a process from within JSP which can continue running after the HTTP response is complete, so the response doesn't time out??

    Your question is a little vague. If I am understanding your question correctly, it sounds like you are starting a process in JSP that takes a long time, and the browser is timing out. If this is your question, then here is my response:
    We've had this situation before. Often times it occurs because the JSP page launches a long database operation that could take an hour. You have a few choices, but one good approach is this (any variation of this works too):
    1. When the page loads and you need the process to start, create a new thread and have the long operation run from this thread. You can put the thread object into a session variable and store it for later use.
    2. Have the JSP code output a META-REFRESH tag on the page so that the page refreshes every 30 seconds or so.
    3. On each refresh, you get the thread object from the session context and check it to see if it is done or still running. If it is, then just output another META-REFRESH and the page will keep refreshing itself. If it is done, you can, of course, output a "finished" message to the user.
    You can also have a stop button on the page that you can use to send a message to the thread to stop.
    Hope that gives you some ideas!
    Michael

  • Start Process From Scanned Document In Watch Folder or Email

    Looking for a way for a office person to scan a document into a watch folder or email a scanned document to LCES2.
    Then from that scanned document a process is started and the user in workspace has a routing slip (pdf) and the scanned document in view.
    I can see how to start the process with a email or watch folder but how do I get the scanned document in as a attachment to the process routing slip?
    Somewhat new to LC and not seeing any demo's on this. Any help would be great.
    Thanks,
    John

    Hi Jasmin,
    I'm facing a problem with the watched folder files, they appear under the Attachment tab for the user, but with broken links, i.e. "The requested resource () is not available" error.
    what I did is simply create a new process with watched folder  start point, define a list-document variable as I/O and assign this variable to the user service?
    can you help
    Hussam

  • Start BPM from WDJ with Web Service  (in 7.2)

    Hi,
    I created a BPM process, and a new WDJ application to start the BPM process.
    In the WDJ application, I created a new model (adaptive web service model) and I added this to the 'Used Models' of the application.
    But, now, I want to start my BPM process after I click the "Submit" button. How can I do this?
    In my RequestModel, I have my Model class with:
    - ServiceData
    - Request_StartOperation
    - Response_StartOperation
    (and my data element fields)
    - Request_wbs
    - Request_wbs_ca
    - Request_wbs_tr
    Now my question, How can i trigger the web service in the WDJ so the process can start?
    wdDoInit:
    RequestModel model = new RequestModel();
    My event:
    fireStartRequestCompleteEvent
    Many thx!

    Hi Hans,
    You need to create an instance of Request_StartOperation and assign the values to the nodes/attributes under this. Once all the assignments are done, you need to bind it and execute the model as below example shows:
    Lets take the model structure as below:
    Model1 -> Request_StartOp -> StartOp -> Node1
    Node1 -> Attr1, Attr2 (Node1 contains 2 attr and the type in WS schma is Node1Type and cardinality 1.1)
    Model1 objModel = new Model1();
    Request_STartOp objReq = new Request_StartOp(objModel);
    StartOp objStart = new StartOp(objModel);
    Node1Type objNode1 = new Node1Type(objModel);
    objNode1.setAttr1(val1);
    objNode1.setAttr2(val2);
    objStartOp.setNode1(objNode1);
    objReq.setStartOp(objStartOp);
    wdContext.nodeRequest_StartOp().bind(objReq);
    wdContext.nodeRequest_StartOp().currentRequest_StartOpElement().modelObject().execute();
    Hope this helps.
    Cheers,
    Arafat

  • Start process from global creation using a signal in Oracle SOA Suite 11g

    I want to start a process using a signal or an automatic activity from a link in the BPM workspace. The only way I have found to do that is using an initiator human task activity, but I just want to execute some script activities without a task flow.
    Any idea?

    Hi,
    Some considerations:
    - The path <DOMAIN_HOME>/lib is usually used to place shared libs to the Admin server (jdbc libs to allow connection factory configuration, for example)
    - The path <OSS_HOME>/soa/modules/oracle.soa.ext_11.1.1 is the right place to put shared libs that will be used by SOA composite applications (like javaAction implementations for Fault Handling Framework or libs called within Java Embedding). See the readme file inside this directory to know how it works.
    Also, changes in the startWeblogic script will affect the JVM of the Admin Server. To apply changes to managed servers, like the soa_server, make your changes in the startManagedServer script.
    Lastly, pay attention in the parameter you are passing to the JVM. The correct parameter is -Dlog4j.configuration=file:<PATH> and not -Dlog4j.configuration=<PATH> as you are using.
    With this in mind, I published a new post in my blog that explains what is necessary to do to call Log4j within a BPEL process: http://blog.andrade.inf.br/2010/09/generating-custom-logs-with-log4j.html
    I hope this may help you.
    Regards,
    Rafael Andrade

  • Start process from emailed pdf form

    I've set up a process with an email endpoint that has two steps:
    1. set value (which does nothing)
    2. User task which sends a pdf form to a user.
    the idea is that when a pdf form is mailed to the specified mail account the process starts and sends the pdf to the correct user which then is supposed to review the form and approve it or decline it.
    The process starts correctly on receiving the mail, and the pdf form is attached to the task but it doesn't contain the data that the user had entered before submission, it's empty.
    I've tried submitting the form in all possible formats xml,xdp,pdf, and I've tried changing the type of the process variable, from xfaForm to Document Form, to Document, but I either end up with an empty form, or I get an error when trying to open the form associated with the process task.
    does anyone has a simple example of how to accomplish this?
    I know I am probably making some stupid mistake but for the life of me I can't figure out where the problem is.
    thanks in advance for any help.
    Aldo.

    Thanks a lot for your reply! At them oment i'm having problems with the server on which livecycle is installed. As soon as i get iu back up and running i will mail you the process.
    Tahnks again.
    Aldo.

  • Cant start fbpdf from AUR

    Hi there you guys!
    I get this error when I try to open a pdf:
    fbpdf: fbval_t doesn't match fb depth
    here seems to be the relevant code.
    http://repo.or.cz/w/fbpdf.git/blob/1ae6 … d:/fbpdf.c
    I'm starting to learn python from edx.org MITx course, but I klnow nothing about C yet.
    Apparently this error came from this function:
    int main(int argc, char *argv[])
    inside int main() (in line 261):
    if (FBM_BPP(fb_mode()) != sizeof(fbval_t))
    fprintf(stderr, "fbpdf: fbval_t doesn't match fb depth\n");
    else
    mainloop();
    I have been unalbe to set up X correctly to run a DE but I have managed with links in framebuffer, claws, vlc ncurses, mocp, ranger and such but I really need to keep studying and reading PDFs is a must for me, I will greatly apreciate your help!

    ismaelvc wrote:[...] there are 2 courses [...]
    Got it my friend. I was just thinking there was more courses.
    Such a great project anyway. Thanks to you I'm trying it as "Introduction to computer Science and Programming".
    ismaelvc wrote:[...] I am in both MITx's [...]
    We can say we are colleques so.
    ismaelvc wrote:[...] I have cheked and Harvardx's one has subtitles in Italian, [...]
    You had care of to check my mother tongue, and to check if there is a translation for me on Edx.
    Speechless. Just thanks! Really.
    By the way I'm quite good in english so I understand it, but I still need practice with speaking.
    I understand without problem texts but not so much talking people and in such case subtitles help a lot.
    ismaelvc wrote:[...] by the way to start a program in another tty: [...]
    I'll try and let you know.
    Edit:
    Tried and Firefox works in the same way as started with a statement in .xinitrc. Still with a broken menu that continues to disappear when invoked.
    Many thanks again, I really appreciate your suggestions.
    ismaelvc wrote:[...] prboom [...]
    I play to it too. And I'm also stuck in one level... ... and have just three wad files.
    ismaelvc wrote:[...] Also I have tried many tilling WM but goomwwm [...]
    Thanks for clarify.
    Last edited by rix (2012-11-16 11:28:44)

  • Cant start music from headset ios7

    After installing ios7 I can´t start the music just by click the center button on the headset as i could before in earlier ios and iphones. Otherwise it works as it should but it is very annoying that I must either start the music app manually or ask siri to start the music.
    Is there a setting I have forgotten or is it a feature?
    Sincerly
    EnderSwe

    I have the same problem. i plug my ipod into my computer and it says do not disconnect. then i select to update my ipod and it says do not disconnect again. then once that goes away, itunes says i have successfully updated my ipod. then i go to my ipod and there are no songs on it. im wondering if i am missing something because i was not able to use the disc to get itunes onto my computer so i downloaded itunes 6. ive had my ipod for almost 2 months and have not been able to use it!!!

  • How to call BPM process from Java

    Hi All,
    Can anybody help how to call a BPMN process from java.Please give any sample exaple on this.
    Thanks,
    Ganesh

    For 11g BPM please look at this post. Re: Getting while running the BPEL process from java
    It references an ATeam example app that can start processes from a web client. But the Java APIs are described too.

  • Collect BPM - Start process and correlation in one Receiver

    I'm using collect pattern based on timeout. Somehow in my infinite loop, in the receive step, I cannot combine "start process" with creating correlation and using it. All in the same receiver. When I try to activate my BPM, in the processing log I get, "start process" trigger removed.
    Can someone throw any light on this....I've being trying this for over few hours now. I cannot get start process and correlation in one receiver. I must be doing something wrong.
    Even the copied BPMCollectPattern removes the start process from the receiver.
    thank you,
    Pam
    Additional info:
    The first message received starts the process within an infinite loop and activates the correlation "Correlation" by using IDoc message tyoe. Each subsequent message uses this correlation. The messages are received in the container element CollectMessage.In the loop the received messages are attached to the multiline container element CollectMessageList.

    Hi,
    We are also in SP12. So start process is not a problem, because you are getting an Information saying that "start trigger removed" right? It is not an error.
    Are you getting this eror "expression must not return multiline value" after your complete Integration Process desgin ? If So...
    I think you are getting this error in Transformation Step where you are doing N:1 mapping. In this step you are mentioning Interface mapping right? Once you mention Interface Mapping in Transformation step you need to give Source Message Structure as well as Target Message Structure. According to my understanding you are getting error here. You can check these errors, while design time itself. If your entries are showing with Red Border then it is understood that there is an error.
    So if error is here then I think you need to check your N:1 Mapping. In this mapping your Source side Messages should be 0...unbounded. Similarly in Interface Mapping also. Just check for Source Message Occurences...
    I think it will solve your problem.
    Thanks,
    Moorthy

  • Trying to install the newest version of itunes on my pc and am getting  "program cant start because msvcr80.dll is missing from your computer"  reinstalling doesnt work.  and then it says error 7 (windows error 126)

    trying to install the newest version of itunes on my pc and am getting  "program cant start because msvcr80.dll is missing from your computer"  reinstalling doesnt work.  and then it says error 7 (windows error 126).  Any help would be appreciated.  Using Windows 7 enterprise on an hp Z600

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • :)- I canceled the update from Snowleopard to Lion by cleaning my keys ^^. Hit the wrong key i thing. Now i'm very weird ...only can start in Windows and dont know how to get my Lion Update now...Cant start in Mac OS X (Snowleopard) now :((

    Hey Folks...i'm totally ****** off !
    ^^
    I canceled the update from Snowleopard to Lion by cleaning my keys ^^. Hit the wrong key i thing. Now i'm very weird ...only can start in Windows and dont know how to get my Lion Update now...Cant start in Mac OS X (Snowleopard) now
    Please tell me what i have to do know
    greets
    < Edited By Host >

    Hello fuchs (guess), If you cancelled while downloading the 4GB Lion, no problem, download again. Snow Leopard should run (start holding the option key).
    If you cancelled during the install process, I do not know. In this case you could try to start with the CMD + R keys pressed, and choose the restore, which may work if the creation of the restore partition of Lion has finished.
    If that does not work, reinstall Snow Leopard with the CD (start holding the C key), after that download the Combo Update 10.6.8 to update the Snow Leopard completely, then redownload Lion (App Store, click "purchases" while holding the Option Key, find Lion, click "install"). If you want to have your own copy of the Lion installer, you have to copy the installer to a Memory stick or burn to DVD before you install, see else where.
    Lex

Maybe you are looking for