Host management credentials greyed out VMM

Hello,
I am trying to add a file share storage to our cluster in VMM. But when doing that it gives an error saying "No Run As account is associated with the host. You have not specified a Run As account for your host."
Some googling on that issue points me to add "Host Access" on each specific host, so far so good.
But in order to do that I go to properties on a host and select "Host Access" but the "Run As account"-field is greyed out. Why is that? I cant find a single similar case when googling which leaves me out of ideas.
So anyone with an idea why this field is greyed out?
We are running a 4 node Hyper-V cluster and have just set up VMM, the VMM is running on the cluster - I hope this won't cause any issues.

Kristian: I admire your knowledge. But I think you are wrong this time.
You can update the credentials in a running cluster without removing it from VMM.
 Why it´s grayed out I leave to someone at MSFT to answer.
A little bit of this:
http://technet.microsoft.com/en-us/library/hh801619.aspx
and a little bit of this:
http://technet.microsoft.com/en-us/library/hh801522.aspx
Can result in something like this:
$YourCluster
= Get-SCVMHostCluster
-Name YOUR-CLUSTER-NAME
$YourRunAs
= Get-SCRunAsAccount
-Name "YOURRUNASACCOUNT"
Set-SCVmHostCluster
-VMHostCluster $YourCluster
-VMHostManagementCredential
$YourRunAs
This one works like a charm for VMM 2012 SP1 for Windows 2008 R2 and 2012 clusters.
Do you want to update the old threads related to the same subject or do you want me to do it? ;)

Similar Messages

  • Trust Manager Settings greyed out

    I have just upgraded to Reader 9.3.2 through a GPO and now when I open a pdf file with links to other pdf files I get a block when I try to click on the link. It never gives me the choice to allow or block, it just blocks. When I go to Edit>Preferences>Trust Manager>Settings all the settings are greyed out and I cannot add any sites to allow. Has anyone seen this problem and if so what is the fix.  I have had to revert back to Reader 9.3.1

    The problem has been solved in another discussion.
    See http://forums.adobe.com/thread/622118?tstart=60
    I was using the exe file from Adobe's ftp site. That file won't work but if you download the MSI file and follow the procedure outlined in the above thread it should work for you.
    Also I have always been under the impression that the msi file on the ftp site contained Adobe Air and Abobe.com but I was wrong. So try it with that file.
    Here is the ftp site.
    ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.3/enu/

  • Desktop Manager Greyed Out & Inaccessible

    This is a new problem with Desktop manager as I previously had access to it. When I plug my Blacbkberry in and start up Desktop Manager, the full BB Desktop Manager window greys out (inaccessible). The title bar is showing as connected, the server staus (at bottom of BB Desktop Manager window) is online, the actuve device is detected and my Blackberry PIN is shown is the connected device. However, since the entire Desktop Manager box is greyed out, I do not have access to any of the buttons, such as synchronize. When the Blackberry is disconnected from my computer, then I can access the buttons (i.e., the greyed out area is normal again). I followed the Blackberry Trouble Shooting guide online for when the synchronize now button is not available, including uninstalling and reinstalling the software and turning off the antivirus software. I also did all updates for Windows. I'm running Windows 98. Any suggestions? What causes this?

    I am also experiencing a very similar situation.  I have a Rogers 8310 Curve that syncs to my Win XP Pro laptop using CompanionLink to sync to my Goldmine CRM.    I have the original Blackberry Desktop Manager Ver 4.2.0.15 installed.  Up until this afternoon, the synchronization has worked perfectly ... never a problem.
    During a Sync today, I inadvertandantly unplugged my Curve from the USB cable (forgetting that it was in the middle of a sync).  When I plugged the Blacbkberry back in and start the Desktop Manager, the full BB Desktop Manager window greys out (inaccessible). This is the exact same thing as described below:
    The title bar is showing as connected, the server staus (at bottom of BB Desktop Manager window) is online, the actuve device is detected and my Blackberry PIN is shown is the connected device. However, since the entire Desktop Manager box is greyed out, I do not have access to any of the buttons, such as synchronize. When the Blackberry is disconnected from my computer, then I can access the buttons (i.e., the greyed out area is normal again).
    So, before I go on a fishing expeditition, I'd like to confirm the best course of action.   I have a couple of questions:
    1) Should I uninstall the Desktop Manager as per the recommendation below?
    2) Should any other BB components be removed?
    3) When reinstalling, should I use Blackberry DM 4.3 again or would this be the time to update the Desktop Manager Software?
    4) If I should update the softward, which upgrade version of Desktop Manager can I safely use with this device?
    Thanks for your help.
    Herb...

  • Scheduling manager greyed out

    I want to schedule workbooks in discoverer Desktop v. 9.0.4.00.00, but when I want to chose this option through File/manage workbooks/ the acces to scheduling manager is greyed out. How do I fix this problem?
    Thx

    Have you been granted the required privileges in Discoverer Admin?
    I've found that although a user/responsibility has been granted privileges to schedule workbooks, the Scheduling Manager option is still unavailable because the scheduling options have not been configured.
    Tools -> Privileges
    1. Ensure that the user/responsibility has "Schedule Workbooks" privilege in Discoverer Administration in the "Privileges" tab
    2. On the "Scheduled Workbooks" tab, ensure that there is a user selected in the "Select user to own result tables..." LOV.
    Hope this helps.
    Maria

  • Workgroup Manager: Sharing is Greyed Out

    Having re-built a 10.4.11 Server OS, migrated data from the old drives onto the new ones, installed users, got it up and running, I now find I have a problem where the Sharing icon on the Workgroup Manager is greyed out, and thus I can't get into it to adjust sharing settings, add things, etc.
    Currently, users seem to be able to mount all the shared volumes, because they were setup before this issue started, and I turned up the ACL's as well. However, I'm concerned I won't be able to make changes or updates. Is there something I've done or missed that's caused the Sharing to suddenly become greyed out and inaccessaible from Workgroup Manager? And more importantly, is there a way to correct the issue?
    Thanks in advance for your insight!

    I found the answer to my own question from another discussion:
    http://discussions.apple.com/thread.jspa?threadID=1970581&tstart=0
    When opening the Workgroup Manager, type in 'localhost' for the address.

  • How to disable (grey-out) the ticks of a JSlider?

    Hi everyone,
    In my GUI, I have a JSlider that I want to be disabled (greyed out)
    because it should be only actived on my application next version.
    (It is important though to have it to preserve GUI appearence).
    Problem is that I was unable to greyout the ticks even though
    already managed to grey out the slider and the number labels.
    Right now, it is pretty uggly to have a partial disabled slider,
    because due to ticks not being disabled.
    Questions:
    1) Does anyone have an idea of how to do it?
    A small part of my code is shown below:
    JSlider dynSl = new JSlider();
    dynSl.setMajorTickSpacing(1);
    dynSl.setValue(0); //Default
    dynSl.setMaximum(7);
    dynSl.setMinimum(0);
    dynSl.setPaintLabels(true);
    dynSl.setPaintTicks(true);
    dynSl.setFont(new java.awt.Font("Dialog", 0, 9));
    dynSl.setSnapToTicks(true);
    dynSl.setEnabled(false);
    // small code just to put the numbers of the slider smaller
    Enumeration enum = dynSl.getLabelTable().elements();
    while (enum.hasMoreElements()) {
    JLabel elem = (JLabel)enum.nextElement();
    elem.setFont(new Font("Dialog",0,8));
    elem.setEnabled(false);
    2) If not possible, how do I change the colour of a JSlider (including
    the Ticks)?
    My idea is to change Slider's colour to the same grey colour one used
    to disable it, making at the end the slider look as if it was disabled.
    Thanks in advance,
    Jorge

    Hi again,
    Thanks for the help.
    I was trying to avoid not having the ticks at all but it seems to be
    the best choise because I could not solve the problem of greying out
    them.
    I did some more troubleshooting though and for my surprise, if I use
    the same code alone, i.e, a simple frame with just the slider it works
    fine. I even thought that it was related with having Windows LnF as
    opposed to Metal (Java) LnF, but that was not the problem.
    The only thing it comes to mind, is that there may be some problem by including the slider on a GridBagLayout !?!?!?
    Anyway,
    What has no simple solution, solved is! :-)
    Jorge

  • Server 10.2.8 trouble -  WGM options greyed out

    Hi,
    I've been running osx server 10.2.8 on my emac as a file server for some time now.
    the issue that ive been recently having is every 2 weeks or so, the workgroup manager is greyed out - I cannot make changes or add new users to the system.
    the server software is sitting on a 700MHZ emac g4 with 640mb ram. All it is doing is file sharing.
    there are 2 admin users: mine and another staff member. when we try to restart it and log in, the password does not work. thus we have to log in as the root and still cannot make changes to the wgm. there is very little usage on the machine ie, we dont have any interns or other staf members using the machine and the most users logging in at once would be about 4-5.
    im perplexed because there is no logic to this, its not like the server has crashed or anything to cause this weird behavior.
    would anyone care to help me out on this? I know its a really really old server app but it is crucial to our business at the moment.
    thank you
    Lou

    I am having this same problem on my open directory. I can connect. I am authenticated. My user has rights to administer the directory domain. Yet, I am unable to edit any existing users or add any new users.
    One "solution" I found via a google search suggested archiving the directory, taking it down to stand-alone mode, setting up a new directory and importing the content of the old directory. While I /could/ do this, it would be quite distruptive and I would prefer not to "fix" it this way.
    Anyone else run across this? Anyone else have any more reasonable suggestions for fixing it?
    Thanks.
    PowerMac G5 Dually 2.0   Mac OS X (10.4.3)  

  • How to disable or grey out a link in detailed Navigation

    Hi All,
    We have requirement in which few of the links in are to be displayed as greyed out or disabled in detailed navigation and in navigational pages. This is to stop the users from accessing the link for sometime say for a week or so.
    I have managed to grey out the link in navigational area. But couldnt find a way to do it from Detailed Navigation. If i click on the link on detailed navigation, it would open the applicaton.
    Kindly help me on how to disable or grey out a link in detailed navigation.
    Thanks
    Namit

    Hi Namit,
    Open the particular page , and select dynamic navigation (from the right hand side corner Display drop down menu ) .
    U will get all the links which r there in the detailed navigation.
    and uncheck the visible property .
    Surekha.

  • My problem is that after printing the first photo or picture, when I come to print a second, both the Colour Management and Epson Colour Controls are greyed out and showing No Colour Management

    I have recently purchased a Mac computer (updated to Maverick) to go with my Epson Stylus Photo RX500 printer which has given excellent service with my old Windows computer. However, when trying to print pictures or photos via Photoshop Elements 11, the best results I can get are using the Colour Management and Epson Colour controls in the printing options box.
    My problem is that after printing the first photo or picture, when I come to print a second, both the Colour Management and Epson Colour Controls are greyed out and showing No Colour Management, The only way I can reset the controls is to shut down the printer and computer and restart.
    Could there may be a setting somewhere that I need to adjust please?  I have been in touch with Epson and they say that the Epson Colour controls are part of the Photoshop Elements software but a post on the Adobe forum brought no results and I am unable to contact Adobe.
    <Edited by Host>

    Hello Garry. Thanks for the reply. I guess I should have used a different title from "How do I post a question?" That should come after trying to resolved the colour settings first. However, to answer your question, after experimenting with all the different settings in Photoshop Elements and Epson software, I now start with PSE11 Colour settings then click "no colour management" then after clicking Print, I choose "More Options/Colour Management/Colour Handling/Printer Manages Colour" then I choose "Page Setup/Layout/Colour Matching" which then shows Epson Colour Controls but I also choose "Layout/Colour Management" which then shows "Colour Controls/Mode" I then of course choose an Epson printer profile depending on the paper I am using. I get good results but as I said, the Colour Matching and Colour Controls are then greyed out. Hope that makes sense.

  • Deploy to single managed server checked and greyed out while performing upgrade to EPM 11.1.2.4

    Hi Gurus,
    We are trying to upgrade EPM from 11.1.2.2 to EPM 11.1.2.4 and have applied the maintenance release successfully.
    Issue:
    When we are trying to configure EPM 11.1.2.4 and are providing the same Shared Service database details, at the summary screen, we are not able to uncheck the option "Deploy to Single Managed server" which is checked and is greyed out.
    We have tried the following:
    1. We updated the HSS_COMPONENT_PROPERTY_VALUE table  and updated the PROPERTY_NAME "isCompact" to false.
    2. Modified the config.xml file located at EPMSystem/config and epmsystem1/config to remove the property for compactState.
    We are still having the issue where we are not able to uncheck the option for Compact Deployment. Any help would be appreciated.
    Thanks in advance.

    As it is a maintenance release and it deployed as a single managed server then you will not be able to change the deployment type when applying the maintenance release.
    There is a procedure to change a deployment type from compact to single managed server that I created as an internal document.
    you may want to give it a go but you would need to test this first as this was an in house test that I carried out.
    Hyperion Planning - Version 11.1.2.2.300 and later
    Information in this document applies to any platform.
    Goal
    The scenario:
    EPM system 11.1.2.3 was configured and deployed as a single managed server compact deployment so that only one JVM was used for all products EPMServer0.
    Later on, due to performance issues, the decision was made to go for using a JVM for each product and get rid of the compact deployment.
    The administrator went ahead and redeployed the application servers individually into their own JVM.
    However everytime the webserver is reconfigured, the weblogicCluster entry in the OHS file mod_wl_ohs has 2 servers, one for EPMSserver running on port 9000 and another server running on the product default port (as if it was being load balanced)
    The aim:
    It is clear that initial compact deployment has not been cleared from the EPM environment and the aim in this exercise is to clear the registry and the file system so that the compact deployment is removed fromthe EPMenvironment and we are left with the desired configuration Single JVM deployment for earch web application.
    Solution
    Caution:
    Make sure that you take a backup of the following:
    - TheFoundation Services database schema backup
    - Take a backup of the following folders:
    \Oracle\Middleware\user_projects\FOUNDATION1\httpConfig\ohs\config\OHS\ohs_component
    \Oracle\Middleware\user_projects\domains\EPMSystem\servers
    \Oracle\Middleware\user_projects\domains\EPMSystem\config\fmwconfig\servers
    Disclaimer:
    This was tested in House and it worked for this specific environment and it may not work for your environment. So the suggestion is to test first in a development environment and make sure that you take the appropriate backups in case it does not go according to plan.
    Use at your own discretion.
    Procedure:
    1- Run the epmsys_registry to generate the Registry report
    2- Search through the report for the word applicationServerDeployment with a corresponding value of configured and take the ObjectID number down for any entry of applicationServerDeployment that has a value of Configured
    i.e:
    Instance Tasks Configuration (INSTANCE_TASKS_CONFIGURATION)
    Object ID:   e4b3a86a82c26941S32ef81a1455fe48473S7adf
    3- use the object ID of each entry you have taken down throughout the Registry HTML Report to manually set it back to Pending using the following procedure:
                    Start a command prompt and set the working directory to
                     \Oracle\Middleware\user_projects\epmsystem1\bin
                    run the command:
                     epmsys_registry.bat updateproperty #e4b3a86a82c26941S32ef81a1455fe48473S7adf/@applicationServerDeployment=Pending
                    Repeat this command for each ObjectID that has its applicationServerDeployment
                     property set to Configured
    4- rerun the epmsys_registry.bat to generate the Registry HTML report and search for applicationServerDeployment in the newly generated report to make sure that they are all set to Pending and there none missed (very Important).
    5- Search the registry HTML report this time for EPMServer0 which is the default serverName given to the single managed server deployment (there will be multiple entries)
    Take note of the first ObjectID entry in the section header: for example
    WORKSPACE_WEBAPP (WORKSPACE_WEBAPP)
    Object ID:   e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    - Start a command prompt and set the working directory to
                     \Oracle\Middleware\user_projects\epmsystem1\bin
    - run the command:
                     epmsys_registry.bat view #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    -Note the Parents ID in the output:
    For example:
    Parent 1
    NAME -  WORKSPACE_LWA
    ID -  e4b3a86a82c26941S32ef81a1455fe48473S7bd0
    TYPE -  LOGICAL_WEB_APP
    Parent 2
    NAME -  HOST:BACHVMPS3TR
    ID -  e4b3a86a82c26941S32ef81a1455fe48473S7ffe
    TYPE -  HOST
    - Note the single child ID:
    For Example:
    Child 1
    NAME -  WebLogic 10
    ID -  e4b3a86a82c26941S32ef81a1455fe48473S7fd6
    TYPE -  APP_SERVER
    Now run the following command to remove the Link between Parent and child:
    epmsys_registry removelink #parentObjectID #childObjectID
    In this example that would translate to:
    To remove the single child1 link to the WORKSPACE_WEBAPP (#e4b3a86a82c26941S32ef81a1455fe48473S7bd3 ):
    epmsys_registry removelink #e4b3a86a82c26941S32ef81a1455fe48473S7bd3 #e4b3a86a82c26941S32ef81a1455fe48473S7fd6
    And do the following To remove the link between WORKSPACE_WEBAPP (#e4b3a86a82c26941S32ef81a1455fe48473S7bd3 ) and Parent1 and Parent2:
    epmsys_registry removelink #e4b3a86a82c26941S32ef81a1455fe48473S7bd0
    #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    epmsys_registry removelink #e4b3a86a82c26941S32ef81a1455fe48473S7ffe
    #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    - Now that the link has been removed, delete the WORKSPACE_WEBAPP component using its ObjectID :
    epmsys_registry deletecomponent #parentObjectID
    In this example:
    epmsys_registry deletecomponent #e4b3a86a82c26941S32ef81a1455fe48473S7bd3
    - Delete also the Parent representing the WORKSPACE_LWA
    epmsys_registry deletecomponent #e4b3a86a82c26941S32ef81a1455fe48473S7bd0
    Note:So we have now deleted the WEBAPP and LWA for workspace.
    6- Repeat steps in section No 5 for every WEBAPP with EPMServer0
    7- Start the Weblogic admin console and login
    Then go to the left panel and Expand Environment -> Server
    Click on Lock & Edit -> Select EPMServer0 -> click on Delete and confirm
    Activate Changes and Log off
    8- Stop the weblogic admin console server
    9- Go to the following location and delete the folder EPMServer0:
    \Oracle\Middleware\user_projects\domains\EPMSystem\servers
    Delete also EPMServer0 from the following location:
    \Oracle\Middleware\user_projects\domains\EPMSystem\config\fmwconfig\servers
    10- Start a command prompt and delete the Windows service that was created for EPMServer0 (if using Microsoft Windows Operating System):
    Right click on the service 'OracleHyperion EPM Server - Java Web Application (epmssystem1)' and get its service name i.e: HyS9EPMServer_FOUNDATION1
    Run the following command: sc delete HyS9EPMServer_FOUNDATION1
    11- Launch the EPMSystem configurator and redeploy the web application server to their own JVM
    12- Go to the following location \Oracle\Middleware\user_projects\FOUNDATION1\httpConfig\ohs\config\OHS\ohs_component and rename the file mod_wl_ohs.conf to mod_wl_ohs.conf.old.
    13- Copy the unconfigured mod_wl_ohs.conf file from the location C:\Oracle\Middleware\ohs\ohs\conf to the location \Oracle\Middleware\user_projects\FOUNDATION1\httpConfig\ohs\config\OHS\ohs_component
    14- Run the EPM System Configurator again and configure the WebServer to reconfigure the OHS configuration file mod_wl_ohs.conf.
    Once done then open the mod_wl_ohs.conf file and make sure that there are no servers configured with Port 9000.
    15- Start the services and test the workspace

  • Grey out of MDM managed fields in R/3 4.7 (Interface between R/3 & SRM)

    Hi All,
    We have requirement for Creation/extension/changing of MMR (MM01/MM02/MM12).
    Current Process:
    Creation of MMR for certain material types carried out by MDM team from SRM side.In this case these materials replicated from SRM-MDM to R/3 4.7.
    In such case core users from R/3 side can able to change MM fields relevent to MDM managed to fields.So that we want to restrict these fields (Replicated from MDM).to further change
    The changes to MMR is only from the MDM side.Not from R/3 side
    we dicided to make these fields grey out(Not Editble).through ABAP Development
    case1:
    If we go through standard configuration of field stutus as a grey out from Field selection/Field Reference.based on materials types/Transaction.then we will face problem while replicating master data from MDM to R/3 .this means that
    If we r creating/changing materials from MDM side.and replicated to R/3 side.
    Because in R/3 side if i make these fields as grey out .It won't take input values while replicating data from MDM to R/3.so i could end up with idoc error.
    Finally the above process is excluded
    case2:
    If want to go through ABAP development,plz guide on this
    If any one face this kind of requirement.Plz guide me

    closed

  • Unable to select the created Ports(greyed out) in the import manager

    Hi ,
    We have created some ports with specific Remote system and XML schema's and also assigned the map to it.
    The processing type is manual for now,since we want to load data manually using import manager from the Ready folder of the port since PI is dropping the files there.But when I load import manager and select the file type as "Port" and also the relevant remote system ,I cannot select any of the list of ports created ,All are greyed out.
    All I need is to select "Port" option ,remote system and use the created port from the dropdown list of import manager " connect to source" step,which i am unable to select as  all the port s are greyed out and unable to select.
    Any help greatly appreciated...

    Hello Arvind,
    There is no need to start the MDIS (Import server) if you are importing the data manually.you just open the import manager, login into the repository and select type as XML as per your case and select the remote system (it depends on your requirement) and select the port on which your xml files resides.and enter in the import manager then map you data accordingly and you can import into the repository.
    when you want to automate the process for importing the data in repository then you will need to Start the import Server. In that case import server automatically pick the file from the ready port folder and also set the property in console as the processing type is Automatic.
    Hope this will help you and clear your doubt.
    TNR,
    Saurabh...
    Reward if found helpful.

  • Color and Color Management boxes in Print Settings greyed out. Using PS CS5.1 with Mac OSX 10.9.5.

    For some reason, the above boxes are now greyed out when I go to Print Settings and I am getting prints that are badly distorted. Was working perfectly a few days ago and can't understand why this has suddenly happened ?  Am now confused as to what settings I should have in the Color Management dialogue box in order to get back to the correct operation.

    I've also been having this problem. My computer now consistently shuts down between 10 seconds and 2 minutes of startup. This only happens if my computer is not plugged in. (my battery has been between 70-90% the entire time.) If I keep it plugged in...no problems.
    13-inch, Mid 2013 MacBook Air
    1.3 Ghz Intel Core i5, 8 GB 1600 Mhz DDr3).

  • Why is the "Manage" tab on the top greyed out since I updated to ver 2.3 ?

    Hi!
    Since I updated to Muse version 2.3 the "Manage" option on the top, next to publish, is not working, even though my Business Catalyst is properly set up and payments processed etc. Inspite of publishing the site several times, the "Manage" option is still greyed out! Help will be really appreciated.
    Thanks a lot !
    A troubled Muse user,
    ~Arti Agarwal

    Hello Arti,
    Deleting the AdobeMuse folder should not affect the data.
    Please tell me are you working on Mac or Windows?
    In case it is mac, you can use Go>Go to folder and type in there ~//Library/Preferences/ and reach the Preferences folder to find AdobeMuse folder there.
    As a work around, you can also use the link below to visit your website admin console :
    http://www.enlight-art.com/admin/Index.aspx
    Regards,
    Sachin

  • Desktop Manager Updated to ver. 5.0 - why is Device Manager tray icon "exit" greyed out?

    Just updated to Desktop Manager 5.0
    Blackberry Device Manager 4.7.1.11
    BBDevMgr 4.1.0.11
    Rim USB Driver 4.1.0.4
    Rim USB Serial Driver 2.2.0.3
    Before with previous version Device Manager tray icon would go away after disconnecting BB.
    Now Device Manager tray icon does not go away after disconnecting BB and when right-clicking on it "exit" is greyed out - what's up with that? Is this by design? Why can't I get rid of the tray icon when disconnected?
    JSD

    Here's something bizarre. I have also been syncing contacts, calendars and tasks for a long time with my Storm. After downloading the Desktop 7.0 I also saw the Calendar as not available. I don't particularly remember seeing Memo as an option but I also selected it this time around as I was going through the old reload the os, restore, etc. Anyway I did a test adding an appointment to my Outlook calendar then ran the sync for contacts, tasks and memos and amazingly it shows on my Storm's calendar. Not sure how comfortable I am in depending on this but you might try and place an appointment on Outlook's calendar, run the sync and see if it shows up on your cell's calendar. Strange but it is working for me.

Maybe you are looking for

  • Background Job processing

    After writing a report, I used this Function Module “LIST_TO_ASCI” to copy my report to an internal table (DOWNTAB) because I’ll use that internal table to download a text file on the server using dataset. Here is my code: FORM DL_REP_SERVER.    DATA

  • HT204053 how many devices can be authorized to use the same apple id for itunes purchasing

    I currently have 2 pc's, 1 macbook, and 3 iphones under same apple id.  We purchase songs from iturns and share them between us.  Is there a limit to how many can be authorized.  I have just purchased another macbook for my daughter and wish to add t

  • Small differences between while canceling invoice.

    Hello, While checking the accounting documents I  have notices that there are small differences between the GR document invoice document. The differences has occurred on GR\IR account and stock account  during canceling the invoice and is 0.01 EUR. T

  • Updating payment terms from BP TCODE to MK03 TCODE

    Hi all, My requirement  was to update the payment terms in to MK03 from BP Tcod .Our business useseres will give the payment terms in BP tcode and we have to update the payment terms in to MK03.How we will update the payment frome BP to MK03. In BP 

  • Finder windows have blank preview.

    I've gone through system preferences and can't figure out why when i click on any file in a window the preview will load but there is no picture. If i click on a movie it will load and i can click on where the play button would be if i could see it;