Does business service have an application service for secure access?

Hi
Recently we had faced a strange situation when we are attempting to execute a script
these are the steps i followed
*1.Created a business service*
This is my business service with service name CILCSVAP
<schema pageAction="read">
<said mapField="SA_ID"/>
<indt mapField="START_DT"/>
</schema>
*2.Added the above business service in service script and used the edit data step to invoke the bs*
No application service given for the script.
invokeBS 'Cm_serviceagreement' using "cm_serviceagreement"
Now when i execute the above script
i am getting the following error
You are not allowed access (directly/indirectly) to this account.
*     Description: Please contact your security administrator to check your security for this account.*
I know that this error occurs if a user doesnt has accesss to a account but i had checked that too by verifying account's accessgroup which i am using,then its access roles then i had checked that user with which i had logged in is present or not.yes it is present
Now i am wondering whether business service has an application service
I cant find any field for entering application service on business service page.
Although i have access to execute the script and the business service why i am getting this error,plz help.

Hi shanker,
I'm working with MDM 2.0 and I've a field to enter an application service.
During my customizations I've used the 'default execution application service'.
I've tried to attach an image to this post, but it seems to be not possible.
When I add a new business service, I got these settings:
* Business Service (in your case CILCSVAP)
* Description
* Detailed Description
* Service Name (Name of the System Service)
* Application Service (I've used F1-DFLTAPS)
and on an additional tab the Schema of the BS.
Please check if the application service is assigned to your User Group and if the execution right is set.
/Markus

Similar Messages

  • HT4993 I'm trying to place a phone call and when I do the 3G icon goes away and the phone just says connecting but never does. I have almost full service and only have had my new iPhone 5 for two days. Can anyone help because I can't call Sprint at the mo

    I'm trying to place a phone call and when I do the 3G icon goes away and the phone just says connecting but never does. I have almost full service and only have had my new iPhone 5 for two days. Can anyone help because I can't call Sprint at the moment???

    Settings > General > Reset > Reset Network Settings

  • Retrieve multiple records of  Business Object in a Application Service?

    Hi,
    I am working on CE71.
    I want to know how to retrieve multiple records of a Business Object in a Application Service?
    Regards,
    Rahul

    Hi,
    This can be achieved by adding find method on one or multiple attributes of the business object.
    Suppose There is a customer business object with attributes (name, id , city, country ). Now you can add findByCity operation that will return all the Customer Objects which have the City = as entered by user.
    Now this find operation can then be called by your application service and this list can then be returned as output of the application service.
    Hope this helps,
    Ashutosh

  • Call external service in a Application service created from ES

    Hi Experts
    I have the follow situation:
    I've modeled a new service in Enterprise Service Builder. This service i'll implement in caf application. In the method create by application i'll call one method of external service.
    I imported this modeled service in Create Web Service Provider option in external package, select the Enterprise Service Repository source option and choice the respective Service Interface.
    In this moment the caf created a new application service, with methods of modeled service. That's all right.
    Now i import a external service of esworkplace. All the step are ok. But the problem is going to next step.
    I need to call this imported service in the method of application service. I know 3 way to do this:
    1. Mapping the external service with this application service. In this case i have a problem - the method of external service is expose as web service, and i don't want this. Just the method of modeled service must be expose.
    2. Create another application service, map the external service with this application service, and create a depency between this application service and the application service created by modeled service. I think this work fine and resolve the problem of expose the method of external service. However i think this isn't a good way to do.
    3. Instantiate the service class of exernal service. From this class i can call the method of external service in application service. But now i have another problem. If i see the implementation of this class, it have a static block which call a URL class, and pass as parameter a wsdl file located in one directory of my computer like
    url = new java.net.URL("file:/D:/SAP7110Workspace.jdi/LocalDevelopment/CRVP/demo.sap.com//ejbmodule/
    _comp/tmp/0/EJB/src/META-INF/xml/ext/rootwsdl_WorkCentreSimpleByPlantQueryResponse_InService.wsdl");
    when execute the application in the server it don't find this file and i give one error.
    I think the best way to do is the 3° way. But why did the caf generate the URL with My computer directory instead of in directory of application? There are some solution to this problem?
    I've change this line manualy, but all the time when i generate the project, i need change this code again.
    Regards
    Marcos

    Hi,
    You may consume external service via JNDI
    Context context = new InitialContext();
    <JNDI OBJECT> local = (<CAST JNDI OBJECT>)context.lookup("<JNDI OBJECT>");
    //Call the method
    If you are using CE 7.11, go to NWA -> Problem Management -> JNDI browser  > ..... -> ObjectName for <JNDI OBJECT>
    - julius

  • Does my company have a corporate account for the formscentral?

    does my company have a corporate account for the formscentral?
    I need to find the Customer service or sales to ask this, but I am unable to find a contact email for customer support.

    Hi;
    There is no concept of a "corperate account" for FormsCentral, each user would have their own subscription.  The closest we've had was something called "Team Admin" where you could purchase a pack of subscriptions under one users name and they could administer those accounts granting access to other users.  The Team Admin method of purchase is no longer available but it is possible your company purchased a Team Admin account. 
    Do you know what email address would have been used if a Team Admin account was purchased?  There would be one "master" account.
    Thanks,
    Josh

  • I designer I want to create forms for web client, does each client have to purchase form central to access the data?

    I designer I want to create forms for web client, does each client have to purchase form central to access the data?

    Hi,
    In this scenario, you can share the document with the clients to and provide co-author privileges.
    Co-authors can edit the form design, options, responses, and summary report (everything that you can do).
    Note:- They do not require a paid subscription to view the responses, free subscription users can become co-authors.
    Please refer to the following thread to know how to share a form with others:-How do I share a form I created with others?
    Regards,
    Nakul

  • Does FrameMaker 12 have an LEID value for use with serialization via AAMEE?

    Does FrameMaker 12 have an LEID value for use with serialization via AAMEE?

    I wish life was that easy :-).
    You have a valid argument; So I had this kind of test going. I had 50,000 messages of
    type-1 first loaded into the queue. Then I had 100 messages of type-2 loaded on to the
    queue.
    At this point, I issued a conditional dequeue that skipped type-1 messages and only
    asked for type-2 messages. I saw the full table scan.
    Then I created another test case 1 million type-1 messages had to be skipped.
    Still full table scans. I am not convinced that the doing full table scans is the best query
    plan out there. Cost Based Optimizer tends to disagree for some reason. May be
    it is right; But I have to avoid FTS when possible. As you know, not only blocks
    used by the existing rows in the table get scanned, but also every block until the
    high water mark level.
    One might say for a table with volatile data that comes and goes on a daily basis, million is an extreme case. Howvere, I am building a general purpose infrastructure based
    on AQ and cannot rule out consumers who misbehave.
    Are there better ways to handle multiple types of consumers on a single physical queue ? I need to be able dequeue specific consumer types if necessary, and this has to be
    done in a performant manner.
    Other alternatives I can think are
    1. Using a multi consumer queue such that there is one subscriber for each message
    type. Use multiple agent sets in a listen method to listen to messages and then
    control what agents we pass into listen method.
    Any pattern suggestions welcome.
    Thanks
    Vijay

  • Does photoshop elements have an airbrushing tool for skin corrections?

    does photoshop elements have an airbrushing tool for skin corrections?

    You can also try out a guided edit made just for that. Choose Guided Edit >Perfect Portrait.

  • HT4623 does this phone have a flash bulb for picturesin dark settings

    does this iphone have a flash bulb for taking pictures in dark settings

    u303827 wrote:
    does this iphone have a flash bulb for taking pictures in dark settings
    It has an LED light that will work for short distances (1 to 2 meters).

  • Oracle version of the Microsoft Application Blocks for Data Access

    Where can I find an Oracle version of the Microsoft Application Blocks for Data Access? Is it tied to any specific version of the Oracle Client software? I currently have version 8.1.7.3 installed.

    I think that DAAB 3.0 only has support for ODBC and OLEDB, which indeed can be used for Oracle. The Nile 3.0 program has an OracleHelper file, but this one uses the Microsoft Dataprovider for Oracle RDBMS. With some minor changes you can make this version work with the ODP.NET that Oracle provides.
    The issue I'm trying to convey is, that it seems hard to use the Microsoft Application Blocks using ODP.NET. As I described earlier, the LOBs and REF Cursors are reference types that actually point to data in the Database. This means, that the Connection to the database must be open to get to the Data.
    In the DataHelper, you open the Connection and get the data you need. The DataHelper should then clean up and close the Connection. Then you pass the data to the caller. However, since we're dealing with Reference types, a closed connection means no data.
    So I guess the only way to make this easy to use and not having to assume the caller/developer will open and close connections, you must copy the data in an instance of a DataSet, before you close the connection and then pass the Dataset back to the caller.
    I wonder if people have delt with this issue and what their solution looks like.
    thnx

  • Does ipad activation have to occur over a secure connection?

    does ipad activation have to occur over a secure connection?

    Thank you and Merry Christmas - would the secure server be at Apple? I have at home two (2) wifi networks set up one for work (secured) and one for guests (unsecured), just got an ipad for my grandson and I'm trying to activate it using the guest network and the ipad will not connect to apple for activation. Do you think the servers at Apple recognize that the new ipad is utilizing and unsecured network and will not connect because of this situation?

  • I have been having problem for cad access since I upgrade from OSX 10.6 to OSX 10.8  Now it is akin me to select a certificate, but there is none listed

    I have been having problem for cac access since I upgrade from OSX 10.6 to OSX 10.8.   Now it is aking me to select a certificate, but there is none listed.

    Is the SW  you are using campaitible with 10.8.x?

  • Does BPEL Server have support "Web Services Transactions specifications"?

    The Web Services Transactions specifications define mechanisms for transactional interoperability between Web services domains and provide a means to compose transactional qualities of service into Web services applications.
    Have anyone can explain oracle process manager have any support about "Web Services Transactions specifications" ?
    or oracle BPEL process manager how to coordinate the actions of distributed applications. Such coordination protocols are used to support a number of applications, including those that need to reach consistent agreement on the outcome of distributed activities.
    appreciate any idea for this issue, thanks a lot.

    You have a number of options.  You can use the built in Screen Sharing application, you can purchase Apple Remote Desktop for each user, you could look at 3rd party tools like GoToMyPC or if you are looking to replace Terminal Services look at AquaConnect. 
    The tool you use will be determined by what the users have at home.  If they are also using Macs, they can use all the native tools.  If they are on PC, they can use either a VNC client or many of the 3rd paty tools.

  • Application Services uses other application Services like business Object

    Hallo
    I use the SAP NetWeaver 7.1 SP3.
    One question can i use in the Applcation Service another Application Service (not Business Object)?
    The reasons I want to have this possibility:
    If I use the external service and I will be exposed as a new Applicaiton Service, thus it can be used by several application Services.
    I have put one Application Service A into the dependency of Application Service B... but in code i can not find out the API to lauch to the Application B.
    Thanks and Kind Regards
    Ping

    Thanks
    But I can not find  the Object ApplicationServiceALocal
    and the code
    ApplicationServiceALocal appServiceA = this.getApplicationServiceA();
    I can not get it.
    Maybe I should after the add dependency Generate Application, buîld Application?
    Kind Regards
    Ping

  • Web Service and CAF Application Services - How to return a table

    Hello,
    I'd like to build a CAF Application Service and expose it as a Web Service. This service should return an array or table which I'd like to display in a Visual Composer model.
    I understand that there're limitations at CAF regarding supported data types.
    Does anyone know how to get a workaround?
    Any information is very appreciated.
    Kind regards
    Stefan

    Hi,
    You can return a list.
    The standard way to do this is you have to create a complex data type for response.
    Configure the cardinality of this data type to 1..n so as to accomodate a list.
    In your implementation add your list to this response message and return the list.
    This waly you can return collections.
    Hope it helps.
    Regards,
    Srinivasan Subbiah

Maybe you are looking for

  • How to clear usb flash drive

    Just would like to clear flash drive (usb) so I can use it again.  Why does apple make it so hard to do, on my HP the erase message always came up.  Please help, Thanks

  • New Sony website for XDCAM and NXCAM FCPX plugin!

    http://www.sonycreativesoftware.com/download/pdzk-lt2 Just got off the phone with Jorge at Apple Pro Apps FCPX support and also Doug Bierschenk with Sony Professional Support; I was unaware of the newest Sony XDCAM / NXCAM software support website. 

  • Is Premiere Pro CS5.5 really using my CUDA Card?

    My setup is a dual Xeon E5420, 32GB RAM and multiple RAID 0 Volumes (1 fo OS, SSD Based,, 1 for Media files and another for Scratch ). I have two GPUs, one old Quadro FX1700 and one brand new GeForce GTX 580. I see the option for Mercury Playback ena

  • TestStand API: Set relative path

    Dear NI community! Could someone help, please, with the following - is there is some option to set file path to code modules, inside test sequence, to have relative, but not absolute path? I add programmatically code modules to sequence steps, but cu

  • Getting the last set of records based on a Date Field

    Hi All i have the followings data set in a table TRACK_ID_GRP     TRACK_ID_NBR     TRACK_SAMPLE_ID     START_DATE 970150                      129700104071     64260                        8/6/2002 970150                      229700101893     64261