Retrieve os (windows) clientside username in ADF

hi all,
i want to know how can i retrieve the clientside os username within adf, maybe with a java bean or something else. any code snippets availiable?
i want to implement a simple security mechanism with the logged in user information.
thank you very much.
best regards
gunnar

check this thread for a similar discussion:
Get Windows username and domain name
Thanks,
Navaneeth

Similar Messages

  • How to retrieve a windows/system username ?

    Hi everyone,
    Is there any javascript property or method to retrieve the system/windows username.
    Thanks in Advance.

    Hi,
    You can!
    When you drag the workflow fields tot he form, there will be a hidden AWS_ASSIGNED_ID field..
    which will have the principal id of the user as per the MySql definition..
    pass this value to a web service and get the user name from the tb_principal_entity table from MySql
    All these can be done thought Javascript and a simple web service coding..
    Nith

  • Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when i enter account name and password for one account, i cannot access other accounts, because windows saves username

    Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when I enter account name and password for one account, i cannot access other accounts, because windows saves username. how can i prevent this from happenning. I really need to access all my accounts and dont want it to save automaticlly.

    Why have 5 accounts if you need to access all of them.. just have one account?
    Sorry I cannot follow why you would even use the PC to control the Time Capsule. Apple have not kept the Windows version of the utility up to date.. so they keep making it harder and harder to run windows with apple routers.

  • SnpsFTP not working with Windows domain/username

    Hi All
    We are using the following script to delete a file in FTP server. Works well with UNIX FTP server but fails with WINDOWS FTP server. Windows FTP username happens to be of format "domain/username". Is backslash causing the issue?
    Jython
    import snpsftp
    ftp = snpsftp.SnpsFTP('#PVV_SFTP_SERVER', ur"#PVV_SFTP_USER", 'PVV_PLAINPWD')
    ftp.delete ('#PVV_SFTP_FOLDER/#PVV_FILE_NAME');
    ftp.close()
    Error Message
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "/apps/oracle/product/ODI11116_frsh/oracledi.sdk/lib/Lib/snpsftp.py", line 50, in __init__
    self.connect(host, port)
    File "/apps/oracle/product/ODI11116_frsh/oracledi.sdk/lib/Lib/snpsftp.py", line 58, in connect
    self.ftp.connect(host, port)
    File "/apps/oracle/product/ODI11116_frsh/oracledi.sdk/lib/Lib/ftplib.py", line 129, in connect
    raise socket.error, msg
    socket.error: (146, 'Connection refused')
    Regards
    Prasad Jayakumar

    There is a misunderstanding from my side. Windows server uses SFTP. Is there any script or ODI tools available to delete a file in remote server via SFTP. Thank you.

  • How to retrieve WorkflowContext without passing username and password ?

    Hi,
    I have created a dynamic ApprovalGroup and inside this class i have the following private method.
    private IWorkflowContext fetchWorkflowContext() {
              IWorkflowServiceClient wfSvcClient =
                   WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.LOCAL_CLIENT);
              ITaskQueryService queryService = wfSvcClient.getTaskQueryService();
              IWorkflowContext workflowContext;
              try {
                   workflowContext =queryService.authenticate("weblogic", "weblogic1".toCharArray(), null);
                   } catch (WorkflowException e) {
                   e.printStackTrace();
    But when i retrieve workflowContext, I have to pass username and password.As this dynamic ApprovalGroup class will be deployed on the same SOA server under D:\Oracle\Middleware111150\Oracle_SOA1\soa\modules\oracle.soa.ext_11.1.1
    I have kept wf_client_config.xml under D:\Oracle\Middleware111150\Oracle_SOA1\soa\modules\oracle.soa.ext_11.1.1\classes.
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <workflowServicesClientConfiguration
    xmlns="http://xmlns.oracle.com/bpel/services/client">
         <server name="default" default="true" excludeFromFederatedList="true">
         <localClient>
              <participateInClientTransaction>false</participateInClientTransaction>
         </localClient>
         <remoteClient>
              <serverURL>t3://localhost:8001</serverURL>
              <userName>weblogic</userName>
    <password>weblogic1</password>
              <initialContextFactory>weblogic.jndi.WLInitialContextFactory</initialContextFactory>
              <participateInClientTransaction>false</participateInClientTransaction>
         </remoteClient>
         <soapClient>
              <rootEndPointURL>t3://localhost:8001</rootEndPointURL>
              <identityPropagation mode="dynamic" type="saml">
                   <policy-references>
                   <policy-reference enabled="true" category="security" uri="oracle/wss10_saml_token_client_policy"/>
                   </policy-references>
              </identityPropagation>
         </soapClient>
         </server>
    </workflowServicesClientConfiguration>
    How to retrieve WorkflowContext without passing username and password ?
    ============================
    workflowContext =queryService.authenticate("weblogic", "weblogic1".toCharArray(), null);
    ============================
    regards.
    Edited by: user10303338 on Oct 5, 2011 1:51 AM

    Use :
    Properties prop = System.getProperties();
    prop.put("proxySet","true");
    prop.put("http.proxyHost","yourProxy");
    prop.put("http.proxyPort","8080"); // change the port
    //prop.put("https.proxyHost","yourProxy");
    //prop.put("https.proxyPort","8080"); // change the port
    Denis

  • How to retrieve a window that is mostly out of the desktop view?

    General:
    I have a window that is only partially visible because it's in the upper right corner of my desktop. I haven't been able to retrieve it.
    Detail:
    I have an application that I launch frequently and use with no problem.
    The application has a popup that is invoked by me. This popup window was at some point or another dragged to the upper most corner of my desktop so that the title bar is not even visible anymore. Because of this, i cannot drag and retrieve this window. This is my problem, this child window has been pretty much orphaned to this upper section and can't be pulled back to a usable region.
    My desktop resolution is set to 1920x1200 and hitting F5 to show all apps only momentarily pulls it to the center of my desktop.
    Uninstalling and re-installing this application has not helped.
    Any ideas or suggestions?

    This of course shouldn't happen - it shouldn't be possible to move the window above the screen.
    Possible workaround:
    Ensure that the rogue window is the frontmost in the application.
    Open the AppleScript Editor, and paste the following into it:
    tell application "XXXXX"
    activate
    set the bounds of window 1 to {4, 93, 800, 500}
    end tell
    Enter the name of the application as it appears on the application's icon where I have XXXXX
    Press the 'run' button
    or save the script as an application (and keep in case it happens again!)

  • Best practise to retrieve user specified UI Locale in ADF BC Model

    Hello,
    Situation:
    In my application the UI locale is based on a Managed Bean property by using the locale attribute of the f:view tag. e.g. <f:view locale=#{SessionInfo.currentLocale}>.
    The user has the ability to change the UI locale by means of a simple popup which contains a <af:commandLink> with a <af:setActionListener from="#{locale}" to="#{Session.currentLocale}"/> for every supported locale.
    Questions:
    <ul>
    <li>Which is the best way to make the current UI locale available on the Model?</li>
    <li>Are there other (better) solutions then the once I propose?</li>
    </ul>
    Possible solutions:
    <ol>
    <li>Use the BindingContext in the SessionInfo Managed Bean to retrieve the RootApplicationModule and store the locale in the Session UserData Map. This requires to overwrite the activateState and passivateState methods to prevent problems when the AM is released to the pool.</li>
    <li>Use the ADFContext object to store the UI locale on the HTTP Session object by using ADFContext.getCurrent().getSessionScope(). The ADFContext object is shared between the UI and the Model.</li>
    <li>Use the ADFContext object and its locale property e.g. ADFContext.getCurrent().setLocale(locale)</li>
    </ol>
    Remarks:
    Solution 1: should be chosen when you are working in a clustered environment.
    Solution 2: can be difficult to work with in clustered environments since its hard to share the HttpSession object over different clusters.
    Solution 3: I'm not sure if this works! The JavaDoc isn't very helpful.
    Environment:
    Oracle JDeveloper Studio Edition Version 11.1.1.2.0 Build JDEVADF_MAIN_GENERIC_090826.1233.5475 on MicroSoft Windows 7
    Oracle RDBMS 11gR1 on Microsoft Windows Server 2003.
    Regards,
    Steven.

    Frank,
    Thanks for the hint.
    I have read the thread and gave the example by Steve Munch a go (Updated URL to the example on [Steve Munch Dive into ADF Blog|http://blogs.oracle.com/smuenchadf/examples/#95] ).
    Since I'm using ADF 11g and the example given is for ADF 10g I had to make some modifications to the example in order to make it work.
    Let me explain in short the difference for the people who are interested:
    <u>Extending the ADF/Faces Lifecycle</u>
    Since the ADF 10g ADFPhaseListener class has become deprecated in ADF 11g we have to use a different approach.
    Instead of using the CustomADFPhaseListener and CustomFacesPageLifecycle classes for extending the ADF/Faces Lifecycle we have to use the a custom oracle.adf.controller.v2.lifecycle.PagePhaseListener.
    In this class we overwrite the beforePhase method and use a slightly modified version of Steve's code.
    public void afterPhase(PagePhaseEvent pagePhaseEvent) {
    if (ADFLifecycle.PREPARE_RENDER_ID == pagePhaseEvent.getPhaseId()) {
        App app = (App)ELHelper.get("#{App}");
        Locale preferredLocale = app.getPreferredLocale();
        UIViewRoot uiViewRoot = FacesContext.getCurrentInstance().getViewRoot();
        boolean changedLocale = false;
        if (preferredLocale == null) {
          app.setPreferredLocale(uiViewRoot.getLocale());
        } else {
          if (preferredLocale != uiViewRoot.getLocale()) {
            uiViewRoot.setLocale(preferredLocale);
            changedLocale = true;
        if (changedLocale) {
          for (ControlBinding cb : (List<ControlBinding>)pagePhaseEvent.getLifecycleContext().getBindingContainer().getControlBindings()) {
            if (cb instanceof JUCtrlListBinding) {
              JUCtrlListBinding lb = (JUCtrlListBinding)cb;
              // If the list has a translatable null value
              if (lb.hasNullValue()) {
                // Force the list of values for the list binding to be recalculated
                // so that the null value text will be in the new locale.
                ((JUCtrlListBinding)cb).setValueList(null);
    }Next we need to register this CustomPagePhaseListener. This should be done in the adf-settings.xml configuration file.
    This file should be placed at *\ViewController\adfmsrc\META-INF* where ViewController is the name of your ADF Rich Faces project.
    Example of adf-settings.xml file content.
    <?xml version="1.0" encoding="UTF-8" ?>
    <adf-settings xmlns="http://xmlns.oracle.com/adf/settings> ">
       <adfc-controller-config xmlns="http://xmlns.oracle.com/adf/controller/config">
          <lifecycle>
             <phase-listener>
                <listener-id>CustomPagePhaseListener</listener-id>
                <class>CustomPagePhaseListener</class>
             </phase-listener>
          </lifecycle>
       </adfc-controller-config>
    </adf-settings>Good information about extending the Faces Lifecycle is found in the Fusion Middleware Fusion Developer's Guide chapter [19.4 Customizing the ADF Page Lifecycle|http://download.oracle.com/docs/cd/E15051_01/web.1111/b31974/adf_lifecycle.htm#CIAJGBID]
    Hope this information is useful.
    Regards,
    Steven.
    Edited by: StevenJanssens on 12-apr-2010 3:39
    Used correct forum layout tags for code examples

  • Obtain Username from ADF Security with BPM Task Page

    All,
    I have a requirement to obtain the currently logged on user within a BPM task page.
    I log onto either the BPM workspace or our own custom workspace that leverages the BPM Tasklist Taskflow. When navigating from a task in the tasklist, I have attempted to use an ADF EL expression to obtain the current user #{securityContext.userName}. However this seems to return anonymous. I have created a very simple test case and process to prove this, just displaying the user on the screen. However it shows as anonymous. I have done nothing special with either the task page or my workspace application to configure security aspects. Other than the standard ADF security of the custom workspace loggin.
    Does anyone know if this is achievable? (My ADF skills are limited)
    Interestingly, this seems to work fine on some of our 11.1.1.6.3 sever installs but not on others, including my Local Windows install. Therefore it is concidence it works on the servers (Linux).
    Many Thanks for any guidance you can provide
    FYI, The Task actions, task comments etc all record the logged in user correctly. I also reviewed comments in https://blogs.oracle.com/bpmbestpractice/entry/bpm_adf_task_forms_checking
    Regards Dave
    Edited by: DavidGaskell on Dec 1, 2012 12:41 AM

    Hi thanks,
    I'm a little confused so apologies.
    The steps we have followed to date as as follows:
    1) Written our own login page which inplements ADF security to authenticate the user
    2) Integrated the BPM task list task flow into our application as per Oracle docs.
    3) Written a separate application for the task page.
    4) run the application so u log into application, go to task list page, click in a bpm task in task list which launches the custom bpm task page. At this point the security context is anonymous evn though the login page shows the user logged in.
    Therefore are you suggesting I need to add some additional steps to pass the context into the custom page. FYI we have no single sign on implemented.
    I presume the BPM context must be set based on the logged on user as all task actions are performed as the user details are recorded.
    In a simpler scenario I get the same outcome whe using the out the box bpm workspace.
    Rgards Dave

  • How to Set username in ADF from JAAS

    Greetings :
    I have an application that is mostly working. The problem is this. A user logs in using a JAAS module I wrote. As the principal I set their username. That works, I can display it on a jsp page or put it in session just fine. The problem is that when this user creates a new record there is a owner field that I want to default to this username. For example, I have a table mapped to adf data controls. Somewhere in the entity object (or wherever you think if you tell me differently) I would like to do something like :
    setOwner(request.getUserPrincipal().getName());
    the problem is, that I don't have the request object inside the create for example (obviously so and it most certaily shouldn't be accessible there).
    Can anyone tell me the best way to do this sort of thing?
    Thanks
    Troy

    You can look in help under:
    Enabling a Database Audit Trail in an Entity Object Definition
    This will give you the option to save created by, created date, modified by and modified date with the record. The username will be prefixed by the realm.
    You can get the username inside an application module via:
    String userId = getUserPrincipalName();

  • Windows Server 2012 R2 - ADFS/Windows Network Load Balancing Converging Issue

    Hello,
    My name is Brandon. We have started upgrading our servers to Windows Server 2012 R2. We have some powerful servers for running ESXI 5.5 as the OS with the Guest Operating Systems as Windows Server 2012 R2. As far of our migrations/upgrades we have configured
    ADFS 2012 R2 into a Server Farm with Windows Network Load Balancing to add redundancy in the event a server goes down.
    I have been having issues with a Node with the Cluster getting stuck in the Status of Converging. The only way I have been able to get it back up is to restart the virtual server completely and it is temporary. When I first configure the Cluster the two
    virtual servers get added to the Node with no problems and fully converge. However, after some time a node will end up in Converging and this takes Authentication for ADFS down as the nodes can not be contacted over Port 443.
    Error: Host: server.domain.com Unable to connect to "server name"
    System
    Provider
    [ Name]
    Microsoft-Windows-NLB
    [ Guid]
    {F22AF71F-C4C3-425D-9653-B2F47B85DD30}
    EventID
    21
    I have tried using 1 & 2 Virtual NICs on the machines and still end up with communication issues. Could someone assist me with why I am having this issue? This is not an issue with a firewall. If it was a firewall it would never communicate the first
    time. Has anyone had experience with a similar configuration and how were you able to make it work?
    Below is my configuration.
    Static ARP Entry for Cluster IP Address has been added to our Layer 3 switch.
    Physical Server 1:
    ESXI 5.5 HOST
    1 NIC CONNECTED (shared with virtual guest)
    IP ADDRESS: 192.168.0.5
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
    Virtual Server 1 (Guest OS)
    Physical Server 2:
    ESXI 5.5 HOST
    1 NIC CONNECTED (shared with virtual guest)
    IP ADDRESS: 192.168.0.6
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
    Virtual Server 2 (Guest OS)
    Virtual Servers
    Virtual Server 1
    MS SERVER 2012 R2 (VIRTUAL)
    NLB NODE 2 
    VIRTUAL NETWORK ADAPTERS
     VNIC1 IP ADDRESS 192.168.0.10
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
     VNIC 2 (NLB)
    IP ADDRESS: 192.168.0.11
    SUBNET: 255.255.255.0
    Virtual Server 2
    MS SERVER 2012 R2 (VIRTUAL)
    NLB NODE 2
    VIRTUAL NETWORK ADAPTERS
     VNIC1
    IP ADDRESS 192.168.0.20
    SUBNET: 255.255.255.0
    DGW: 192.168.0.1
     VNIC 2 (NLB)
    IP ADDRESS: 192.168.0.21
    SUBNET: 255.255.255.0
    Cluster Configuration/Properties
    CLUSTER PROPERTIES CLUSTER IP: 192.168.0.30
    CLUSTER SUBNET: 255.255.255.0
    FULL INTERNET NAME: FS.DOMAIN.COM
    CLUSTER OPERATION MODE: MULTICAST
    PORT RULES:
    CLUSTER IP ADDRESS
    START
    END
    PROTOCAL
    MODE
    PRIORITY
    LOAD
    AFFINITY
    ALL
    80
    80
    BOTH
    MULTIPLE
    EQUAL
    NONE
    ALL
    443
    443
    BOTH
    MULTIPLE
    EQUAL
    NONE
    CLUSTER NODES:
    1.) SERVER1.DOMAIN.COM
    a. IP: 192.168.0.11
    2.) SERVER2.DOMAIN.COM
    a. IP: 192.168.0.21

    Hi,
    According to your description, my understanding is that:2 ESXI 5.5 physical devices (192.168.0.5 and 192.168.0.6), each of them has a virtual WS 2012 R2(192.168.0.10 and 192.168.0.20). Cluster the 2 virtual servers successfully, but they corrupt with event
    ID 21, and a restart of virtual device will resolve this problem temporarily.
    Event ID 21 means that NLB failed to converge due to inconsistencies in the port rules between this host and cluster host. This will occur if the number of port rules or the type of port rules are different between hosts.
    Ensure that all NLB hosts have identical port rules. Detailed steps you may reference:
    Event ID 21 — NLB Port Rules Configuration
    https://technet.microsoft.com/en-us/library/dd364034%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Eve Wang
    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]

  • Login Window in a JSP /ADF Application...

    Hi ,
    I test the sample demo applications located in
    http://www.oracle.com/technology/obe/obe_as_1012/j2ee/index.html
    I have a question , however....
    Is it possible and 'easy' to create a login window , so as the user who types in a url in his browser ... such as :
    http://192.168.1.5:8988/bc_jsp_1-Model1Client-context-root/browse.jsp
    created following the "Creating a JSP Application with ADF Using a Model 1 Architecture" application , will view different rows than another user.....according to , let's say , a flag in the table(s) used in the construction of the ADF model.....
    NOTE:In the sample application "Creating a JSP Application with ADF Using a Model 1 Architecture" (found in http://www.oracle.com/technology/obe/obe_as_1012/j2ee/index.html) each user is logged in automatically , as the ADF model was constructed using a db user credentials...(hr in this case).
    Thanks , a lot for your interest
    Simon

    Hi,
    have a look at container managed J2EE security in which you protect an application's root URL. The user can either authenticate through basic authentication or a form based login screen.
    If using e.g. ADF BC, set the property jbo.security.enforce property to MUST and call getPrincipal() on the ApplicationmoduleImpl.
    From here you can set an application specific database context for the user to enforce VPD (Virtual Private Database).
    If you have time to wait, a whitepaper about this is in teh works, probably being leased end of January
    Frank

  • Maximise Task Pages in iFrame popup Window when opened From ADF Task List

    All,
    We have built a custom worklist application that implements the Out of the Box Task list ADF Task flow. For application reasons, we have disabled the preview window (bottom section of task list) by using the Task Flow paramters.
    When navigating from the tasklist, it launches a new browser window for the applicable task.FYI the browser url seems to take the pattern of that below.
    http://<Server>:8001/LVWorkspace/faces/__ADFvDlg__?_adf.ctrl-state=fpkt030re_18&_vir=/LVWorkspace/faces/adf.dialog-request%3F_adf.ctrl-state%3Dfpkt030re_18&loc=en-US&_minWidth=750&_minHeight=600&_rtrnId=1355238885906&_afrLoop=1204852572759076&_afrWindowMode=1&_afrWindowId=ADFDialog10
    My question is is it feasible to control the size of this window? It allows seems to open a set size. The ideal would be to maximise the window to a full screen. This would save the users having to do this manually. Does anyone know if this is feasible? Or have any ideas suggestions for items you have done to perform similar functionality.
    Any help would be appreciated to see if this is feasible.
    FYI, we are using SOA/BPM 11.1.1.6.3
    Many Thanks
    Dave

    Hi,
    Sorry to reply to my own threads. If anyone doesn't have a resolutin for this, has anyone experienced issues like this with your own custom workspaces?
    Also in IE, when the tasklist page is closed (prior to it launching completely) the workspace reamins in model form.
    Has anyone experience this issue?
    Regards Dave

  • How to retrieve a window from a "phantom" display?

    Earlier today I had a second monitor plugged in to my laptop. I shut down an application that had been running on the second display, then shut down the Mac. Now I've re-booted without the second monitor and re-started that application, and I cannot access its window. I know that the window is up and running - I can reveal it with Expose (F9) - but I can't grab it and return it to the desktop on the laptop display. System Prefs>Displays acknowledges only a single display, so I can't retrieve it by "mirroring" the unseen desktop. Nor can I slide my cursor off the desktop and "fish" for it over on the unseen desktop.
    I'm stumped. Any suggestions? Thanks in advance -
    John

    Thanks for the reply. The app is Google Earth (which, by the way just loaded some tiles of 2m-resolution imagery - you can count trees from space - unbelievable resolution!).
    I can get the app to the foreground and access the menus. Unfortunately there is nothing that allows me to re-size the window from the "View" menu, nor is there a command to create a new window. Unfortunately Command-W won't close the window (which might then allow me to re-open a new one), nor will Expose let me click the little green re-size button while I've got the window on-screen. ...
    I'm wondering if I can edit the plist file or a .DS_Store file somewhere to tell it to re-position the window.
    Cheers -
    John

  • Cannot log or retrieve my password "incorrect username"

    Hello!
    Can I retrieve my password by email adress, if i dont remember exactly my username? I tried lot usernames, there must be mine, but it says "incorrect username" anytime!
    Please help me! Username must be "lisunovr", and email is "[email protected]"!

    I too have the same problem....

  • Retrieving values from a table in ADF

    Hi All,
    Can any one give me the code or an example as how to retrieve the values associated with the table in jspx page.
    I am working in ADF10.1.3.
    Thanks,

    Hi,
    I am using ADF10.1
    I have a table with multi selection in my jspx page.
    I have to get the table particular row and using that need to get other values associated with the table.
    I have used the floowing code..but this is not functioning properly
    SelectedRowSet = this.getTable1().getSelectionState().getKeySet();
    rowSetIter = selectedRowSet.iterator();
    // Get the Selected Row Values from
    if (selectedRowSet.size() > 0)
    for (int counter = 0; counter < selectedRowSet.size(); counter++)
    int index = (Integer) rowSetIter.next();
    JUCtrlValueBindingRef currentRow =
    (JUCtrlValueBindingRef) getTable1().getRowData(index);
    Row row = currentRow.getRow();
    if (row!=null)
    variable name = ((String) row.getAttribute());
    Debugger is raising an exception at JUCtrlValueBindingRef line.
    Do share some ideas on it.
    Thanks,

Maybe you are looking for

  • How do i set-up ipad nano for other user?

    Hi, I want to buy my boyfriend an ipod nano for his birthday and set it up for him with all my music. I have a mac and he has a pc. How do i ensure that when i plug the nano for the first time it doesn't wipe all my songs? also can i set it up for hi

  • How can I connect to a VPN via PPTP?

    Hello, I am a foreigner living in Taiyuan, the capital city of Shanxi Province, in China. I bought my macbook the summer of 2006. It still works perfectly except I cannot connect to the internet here at the university. The internet here is split into

  • Error in calling the Remote Function Module

    Hi all, I am trying to call the Remote function Module which is in CRM  from ECC . But we are not able to detect the function module as it is showing the error as Function Module not found. Can anybody help us in calling the Remote Function Module .

  • Item wise Stock & value

    Dear All, How can i get  item wise stock with value

  • Missing space in bootcamp with vista

    I installed Vista through bootcamp. I allocated 50gb of space. I have 4 auto cad programs installed at an average of 5 gb each. The Vista is about 11gb or so. That brings it up to about 31gb. I installed office and the C drive is showing that i only