Binding assignment is not available:Error in the evaluation of expression

Hi All,
I have created Workflow to send an Email using Requested Start date concept of a Task.This is for sending a E-mail to the customer when contract end date-60 Days.
I have done all Bindings and I am getting The date and time from BOR which I am using to triger an Event.
I am getting these type of Errors:
Source (expression '&BUS2000137.TIME&') of binding assignment is not available
Source (expression '&BUS2000137.DATE&') of binding assignment is not available
Error in the evaluation of expression '<???>&BUS2000137.DATE&' for item '1'
Unable to determine the value of component ''
Error in the evaluation of expression '<???>&BUS2000137.TIME&' for item '1'
Unable to determine the value of component ''
Looking for Inputs.
Regard's,
Lokesh

Hi Adrash/Rick,
Object type  ZBS2000137
Attributes
ZBS2000137.Time    Time to send mail --> Is nothing but OBJECT-TIME = SY-UZEIT
ZBS2000137.Date    60 days before contract end date  --> Is nothing but  OBJECT-DATE =  LS_APPOINTMENT-DATE_FROM - 60.
Methods
ZBS2000137.Method1       Sending Mail
Events
ZBS2000137.Released      Contract Line Item Released
ie I want to excute the task with same DATE and TIME, the same I have mentioned in "
Requested Strat Tab with Expression as below
Refer.date/time EXP Expression
Date &BUS2000137.DATE&     60 days before contract end date
Time &BUS2000137.TIME&      Time to send mail
Note: If I am testing the Workflow from T-code: SWUS it is working fine.
Regard's,
Lokesh.

Similar Messages

  • System Landscape directory not available error,

    I am still a beginner, and I am having some slight trouble understanding, what tools would be needed, and how to install. I am using the forums.
    We have the MII Discovery Server up and running.
    NWDS Server installation is done.
    We have the MII track ready to be used for Development(SLD URL is available) , Userid and password available
    I am working on installing the NWDS 7.3 Developer Workspace.
    Would I also need to do NWDS Server install on my laptop?
    Would these steps be sufficient?
    1. Download and install JDK 1.6
    2. Copy the file nwds-extsoa-7.3-SP00-PAT0000-win32.zip from:
    <your download location>\51039309\DATA_UNITS\JAVA_IDE\distros\com.sap.netweaver.developerstudio.distribution.complete.extsoa\8.30.0.101020102100
    to a convenient folder.
    3. Extract the content and you will have a folder with name eclipse.
    4. Launch the Netweaver Developer Studio from folder eclipse, you may want to create a shortcut on the Desktop.
    5. If you haven't maintained JAVA_HOME property or if it's pointing to some other java version, eclipse will complain about it. In the dialog window locate the JDK 1.6 installation. Path to JDK 1.6  should be something like
    C:\Program Files\Java\jdk1.6.0_25\bin
    6. Restart the NWDS after this and select a suitable workspace.
    7. Set the run time engine in NWDS, by going through the menu path:
    Window->Preferences->SAP AS JAVA
    Question:
    1. I am unable to Set the run time engine in NWDS, please could  you give me details steps with what I would need to enter for Instance Hostname and Instance Number...etc
    2. As part of Development installation do I have to Modifying the Logon Page? Do I have to go thru the Server installation in order to start developing on eclipse environment?
    I do not have the war file. How do i  Copy the war file tcsecumelogonui.war from
    <Installation drive>:\usr\sap\<SID>\J00\j2ee\cluster\apps\sap.com\com.sap.security.core.logon\servlet_jsp\logon_ui_resources\tcsecumelogonui.war
    3. System Landscape directory not available error,
        In the Component Browser when I right click and select New u2013 Development Configuration u2013 Import From System Landscape Directory (SLD) u2013 Next (Enter UserID and Password)
    Thank you

    Hello,
    For the SLD error, please,  configure SLD following as per this docuemtnation:
    http://help.sap.com/saphelp_nw04/helpdata/EN/bb/c2b6421a75da11e10000000a155106/frameset.htm
    Regarding the settings to enter NWDS to connect to AS Java, you have to enter the java instance data so that NWDS can connect to it in order to make deployments, etc....
    Please, see also the following documentation that explains stp by step how to work with NWDS.
    http://help.sap.com/saphelp_nw04/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm
    I hope this helps you.
    Regards,
    Blanca

  • 503 Service not available error while testing web service in SOAMANAGER

    Hi guys,
    We have created a web service in ABAP and want to test it in soamanager.
    When trying to test it using the    "Open Web Service navigator for selected binding" link in web service administration page    we get the error page--
    503 Service not available
    Error: -6
    Version: 7000
    Component: J2EE Server
    Date/Time: Thu Jul 30 10:40:50 2009 
    Module: http_j2ee.c
    Line: 820
    Server: cmphr_HRC_10
    Error Tag:
    Detail: Cannot reach external Application Server on localhost:51000
    we have enabled the wsdl service in SICF and also the APP SOA MANAGER service.
    Can anyone please help.
    Thanks in advance.
    Regards
    Prince

    Hi,
    Detail: Cannot reach external Application Server on localhost:51000
    51000 is the port when the j2ee engine runs. As you dont have java stack am afraid this would not work.
    Regards,
    Vamshi.

  • WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface com.microsoft.bingads.campaignmanagement.ICampaignManagementService should have WSDL information

    package com;
    import java.rmi.*;
    import com.microsoft.bingads.*;
    import com.microsoft.bingads.campaignmanagement.*;
    public class AdExtensions   {
        static AuthorizationData authorizationData;
        static ServiceClient<ICampaignManagementService> CampaignService;
        private static java.lang.String UserName = "chandan-ai";
        private static java.lang.String Password = "Algo1234";
        private static java.lang.String DeveloperToken = "BBD37VB98";
        private static long CustomerId = 9548596;
        private static long AccountId = 38360461;
        public static void main(java.lang.String[] args) {
            try
                authorizationData = new AuthorizationData();
                authorizationData.setDeveloperToken(DeveloperToken);
                authorizationData.setAuthentication(new PasswordAuthentication(UserName, Password));
                authorizationData.setCustomerId(CustomerId);
                authorizationData.setAccountId(AccountId);
            //      String namespace ="https://bingads.microsoft.com/CampaignManagement/v9";
                //  String url ="https://api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?wsdl";
           CampaignService = new ServiceClient<ICampaignManagementService>(
                             authorizationData,ApiEnvironment.SANDBOX,
                             ICampaignManagementService.class);
                 ArrayOfCampaign campaigns = new ArrayOfCampaign();
                 Campaign campaign = new Campaign();
                 campaign.setName("Winter Clothing " + System.currentTimeMillis());
                 campaign.setDescription("Winter clothing line.");
                 campaign.setBudgetType(BudgetLimitType.MONTHLY_BUDGET_SPEND_UNTIL_DEPLETED);
                 campaign.setMonthlyBudget(1000.00);
                 campaign.setTimeZone("PacificTimeUSCanadaTijuana");
                 campaign.setDaylightSaving(true);
                 campaign.setDailyBudget(52.00);
                 campaigns.getCampaigns().add(campaign);
              ArrayOflong campaignIds = addCampaigns(AccountId, campaigns);
              printCampaignIdentifiers(campaignIds);
             } catch (Exception ex) {
                 // Ignore fault exceptions that we already caught.
                 if ( ex.getCause() instanceof AdApiFaultDetail_Exception ||
                      ex.getCause() instanceof EditorialApiFaultDetail_Exception ||
                      ex.getCause() instanceof ApiFaultDetail_Exception )
                 else
                     System.out.println("Error encountered: ");
                     System.out.println(ex.getMessage());
                     ex.printStackTrace();
         // Adds one or more campaigns to the specified account.
         static ArrayOflong addCampaigns(long accountId, ArrayOfCampaign campaigns) throws RemoteException, Exception
             AddCampaignsRequest request = new AddCampaignsRequest();
             // Set the request information.
             request.setAccountId(accountId);
             request.setCampaigns(campaigns);
             System.out.println(request.getCampaigns() + "\n"+ request.getAccountId());
             return CampaignService.getService().addCampaigns(request).getCampaignIds();
         // Prints the campaign identifiers for each campaign added.
         static void printCampaignIdentifiers(ArrayOflong campaignIds)
             if (campaignIds == null)
                 return;
             for (long id : campaignIds.getLongs())
                 System.out.printf("Campaign successfully added and assigned CampaignId %d\n\n", id);
    when running this program i am getting error
     WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface com.microsoft.bingads.campaignmanagement.ICampaignManagementService should have WSDL information
    javax.xml.ws.WebServiceException: WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface com.microsoft.bingads.campaignmanagement.ICampaignManagementService should have WSDL information
        at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
        at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
        at javax.xml.ws.Service.getPort(Unknown Source)
        at com.microsoft.bingads.internal.ServiceFactoryImpl.createProxyFromService(ServiceFactoryImpl.java:117)
        at com.microsoft.bingads.ServiceClient.getService(ServiceClient.java:94)
        at com.AdExtensions.addCampaigns(AdExtensions.java:91)
        at com.AdExtensions.main(AdExtensions.java:49)
                                          

    Hello.
    Please make sure you have the correct dependency versions e.g. cxf-rt-frontend-jaxws version 3.0.2. You can find a list of all dependencies for the Bing Ads Java
    SDK here:http://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/9.3.2-beta
    If you create a Maven project e.g. in Eclipse, the dependencies are included automatically. 
    I hope this helps!

  • ASE instance not available *** ERROR:ASE instance possibly left running when system went down(system crash?). Notify Database Administrator

    Hi Gurus,
    I made some changes in rz10 for client copy like:
    icm/host_name_full [email protected]
    login/accept_sso2_ticket 1
    login/create_sso2_ticket 2
    icm/server_port_1
    PROT=HTTPS,PORT=443$$,PROCTIMEOUT=600,TIMEOUT=600
    icm/server_port_0
    PROT=HTTP,PORT=80$$,PROCTIMEOUT=600,TIMEOUT=600
    login/no_automatic_user_sapstar 0
    After to make changes effective, i stopsap & startsap.
    But unfortunately db is not coming up. I checked startdb.log it showing
    error as " ASE instance not available
    *** ERROR:ASE instance possibly left running when system
    went down(system crash?).
    Notify Database Administrator."
    Please help us to resolve this issue, i have also added startdb.log for
    your reference.
    Regards,
    Piyush

    Hi Piyush,
    Did you solved this issue.
    We are facing the same issue and only this thread is there in SCN for this issue.
    If you solved this issue,Kindly share the solution.
    Thanks and Regards,
    Mathan A

  • Facetime is not available error message, any suggestions?

    facetime is not available error message, any suggestions?

    Hi ftruseljr,
    Welcome to the Support Communities!
    The article below may be able to help you with this.  Click on the link to see more details and screenshots. 
    iOS: Troubleshooting FaceTime
    http://support.apple.com/kb/ts3367
    Cheers,
    - Judy

  • RPC Server not Available error when using Windows Fax & Scan under Windows 7

    RPC Server not Available error when using Windows Fax & Scan under Windows 7

    Hi,
    On current situation, please remove the old fax account and re-add a new fax account in Windows Fax and Scan, then check if this issue sill exist. For more details, please refer to following similar thread and artilces.
    RPC Server not Available error when using Windows Fax & Scan
    under Windows
    The local fax account is inaccessible after you rename a Windows Vista-based computer
    Cannot send fax from Windows Vista/Windows 7 PC with “RPC Server not Available” error message
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please
    make sure that you completely understand the risk before retrieving any suggestions from the above link.
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Bluetooth not available error

    I got a early 2008 MAC PRO with additional wireless keyboard and mighty mouse few weeks ago.
    Recently I keep encountering the "bluetooth not available" problem after software update (system reboot) if I have USB devices attached to the MAC PRO. Also, if I connect the Logitech quickcam ultravision directly to the MAC PRO, the bluetooth will have "not available" error after system reboot. If I connect the quickcam to the USB HUB, the problem won't happen.
    This error happened again when I install the new Safari update while I have the keyspan USB-to-Serial connected to the MAC PRO.
    I have all the latest updates installed in my MAC PRO. I don't know what happened, but I hope this problem can be fixed so that I don't have to keep unplugged all my USB equipment if I need to reboot my MAC PRO.

    Hi there,
    I just had the exact same thing happen! I had my usb 2 flash stick and MyBook 320HD only. I then noticed that the MyBook wouldn't sleep even though the Mac was shut down. I had to force shut off the drive by removing the power lead. I restarted the Mac with no usb whatsoever and voila! All is now ok.. I wonder if this is connected with the motherboard power management??

  • "Youtube not available" error on my video

    I uploaded a video last night to YouTube. I can access it from the YouTube app on my phone only if I am signed in and go to "My Videos". But if I try to open it using a link to the video, I get a "Youtube not available" error. I've gotten 3 other people with iPhones to try it, with the same result. I made sure the option to play on mobile devices was checked within the video settings. What else can I do? I have no idea why this isn't working.

    What else can I do?
    Don't use Youtube.
    It is Youtube not iPhone.
    Youtube is very buggy (The most famous bug is the inability to post a text comment).
    These work better.
    http://www.the-top-tens.com/lists/best-alternatives-youtube.asp
    http://www.youtubealternative.com/

  • Stereo Not Available Error !

    Hello all,
    I used to get stereo to work with shutter glasses on my
    WinNT machine. But, today I installed a newer version of
    Java and Java3D and stereo stopped working. It gives
    me "Stereo not available" error. I tested my shutter
    glasses with another example (not Java3D) and they are fine.
    Java version: SE v1.4.1_02
    Java3D version: 1.3.1-beta (OpenGL) SDK
    Please tell me if anybody had the same problem and if it is
    because of the java versions. If not do you have any suggestions?
    By the way I am trying to run the example program under
    demo\java3d\PureImmediate\PureImmediate.java
    Thank you,
    Tina

    hum, it is perhaps because you installed a beta version of java3d... By definition, you can't expect a beta version to work fine.

  • "connection not available error code - 4161" what...

    Hi
    I have been trying to upload my workouts to Nokia traker but when I start the application I get the following "connection not available error code - 4161" What does this mean and how do I sort it
    Thanks

    I did a comparison, and your connection string is different
    than mine. Mine does not show any password/userid entries, but
    perhaps that's the difference between using SQL and SQL Express.
    (I'm using SQL.) I am, of course, assuming that you have actual
    values for "servername," "database," etc.
    Given that you can't get in from RSC Explorer, it would seem
    that either you are not using the same userid/password as the one
    you set up for the administrator when you created the DB, or else
    there's something wrong with the DB itself.
    Try creating a test DB. Be careful to specify the same
    administrator name and password as the login you use to get on the
    RSC server. After you've created the test DB, open it up from RSC
    Explorer. If you can do this successfully, then everything ought to
    be working OK. From that point, I'd start over and create a new DB,
    and upload to that one. (In fact, I've actually gone through
    exactly that total exercise before.
    G

  • Direction Not Available Error -ios6

    Maps are not working on my iphone4 after ios6 upgrade I am getting "Direction Not Available" error even though it is able to search the place if I just give search. I was using maps successfully with ios5. Please let me know what is the solution.

    I am also facing the same prob..in UAE. is there any solution?

  • 'Bluetooth not available' error message since upgrading to Leopard

    Hi, I regularly seem to get a 'Bluetooth not available' error message since upgrading to Leopard, any ideas why, have to reboot to shake it.
    cheers
    Simon

    I solved the same issue by resetting the SMC. With the computer off, remove the battery and press and hold the power button for 5 seconds. Then reinstall the battery and restart. I haven't had any bluetooth issues since.

  • Cron service not available error

    A production issue appeared today at one of our customer
    sites.... and I am unable to login to CFadmin. I stop and restart
    the services, but still the same issue appears. See below.
    Anyone have any thoughts? Ideas? Has anyone ever seen this
    before??
    Error Occurred While Processing Request
    The Cron service is not available.
    This exception is usually caused by service startup failure.
    Please check your server configuration.
    The error occurred in Application.cfm: line 78
    -1 : Unable to display error's location in a CFML template.
    Please try the following:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2;
    SV1; .NET CLR 1.1.4322)
    Remote Address 127.0.0.1
    Referrer
    Date/Time 25-Apr-06 12:57 PM
    Stack Trace (click to expand)
    at
    cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrat or\Application.cfm:78)
    coldfusion.server.ServiceFactory$ServiceNotAvailableException:
    The Cron service is not available.
    at
    coldfusion.server.ServiceFactory.getCronService(ServiceFactory.java:118)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:74)
    at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1627)
    at
    cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrat or\Application.cfm:78)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:157)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:105)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    I'm receiving the exact same error as the original post. We tried every suggestion on this forum and still get the 'cron service not available' error. I've also checked and we don't have a neo-cron.xml file. We are using Coldfusion 8.
    The Cron service is not available.
    This exception is usually caused by service startup failure. Check your server configuration.
    The error occurred in Application.cfm: line 84
    Called from Application.cfm: line 4
    Called from Application.cfm: line 1
    -1: Unable to display error's location in a CFML template.
    Any help will be appreciated. Thanks.
    Crystal

  • Backup disk not available error

    I had been using a Time Capsule as a backup device for years. It has worked very well. Last month, there was some work being done in my house and the contractors knocked over my cable modem and Time Capsule. They weren't damaged, but they got disconnected.
    I had trouble getting everything started back up until I reset the Time Capsule to its factory settings and set up a new network, that had the same name as my old one.
    The Time Capsule transmits fine, but it won't make backups.
    I get a variety of error messagess:
    1) Backup disk not available
    2) User name or password for backup disk is not available
    I know the passwords are correct. The backup disk shows up in Finder. But the Time Capsule won't start backing up.
    I have tried deleting an entry from the Preferences folder for the Time Machine and reestablishing it and I get the same error.

    This was finally solved by removing every possible permutation of the name of the network and TC from the Keychain and reentering all the passwords.

Maybe you are looking for

  • Need to run the JOB without Ineractive Screen

    Dear All, We have written a new ABAP program for executing the Macro background Job and used JOB_OPEN,JOB_SUBMIT and JOB_CLOSE Function Modules to run the JOB from ABAP Program.  We are able to run the JOB successfully for Any other ABAP Programs thr

  • Unable to refresh SQL Server data source through Data Management Gateway

    I just installed the version 1.1.5226.8 of Data Management Gateway and tried to refresh a simple query on a table connected to SQL Server, with no transformations in Power Query. This is the error I obtain: Errors in the high-level relational engine.

  • Getting error while executing this select statement

    Hi All, I am new to this community. I am getting error whie compiling the below code. Its telling 'Text' is invalid identifier. Also i want to know how can we obtain 'parseable' version of the below query? my basic intention is to create a trigger he

  • Photos won't appear.

         Before I explain what's going on let me explain what I did cause everyone I've asked so far always wants me to explain what I did first.      My computer needed to be wiped clean. The only thing I cared about on it were the 3953 photos on there.

  • Selection-screen differ from developement to quality

    Hi All, I made one standard report as Z report.In this they used Logical databases.I made the changes in selection-screen by selecting some of the fields as invisible,and i created the request number for the report and i moved it to quality,But there