Used DCs issue

Hello,
I have a issue with adding used DCs.
I have one external library DC...say "extlib"
This has all the jar files required.
I have one Portal standalone DC...say "portaldc1"
This portal dc has java classes in the src.API package. These classes require the jars in extlib.
I have one web dynpro DC....say "webdc1"
This webdc1 uses classes in portaldc1 and also require extlib.
What kind of public parts do I have to create and add as used DCs.
I also want to make sure that, when I make changes to any classes in "portaldc1", I just build and redeploy "portaldc1"...I do not want to build and redeploy "webdc1" each time I change portaldc1.
Is this achievable?
Any help is greatly appreciated.
Thanks
MLS

Hi Laxmi,
I am considering that you are using a NWDI environment. Otherwise it is not possible to used DC unless if you are doing a local development. In case of a local development it does not matter if you dont rebuild the using DC as the locally (in NWDS) you will know if the DC is broken.
But if the development is under NWDI control, then NWDI-CBS will display the using DC has dirty in the build space. They will be rebuild by NWDI.
Please refer to the following link on broken and dirty dcs:
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b7c94e-fc6b-2910-30b8-d34a7b51309e
Regards,
Kartikaye

Similar Messages

  • Used DC issue

    Hello,
    I have a issue with adding used DCs.
    I have one external library DC...say "extlib"
    This has all the jar files required.
    I have one Portal standalone DC...say "portaldc1"
    This portal dc has java classes in the src.API package. These classes require the jars in extlib.
    I have one web dynpro DC....say "webdc1"
    This webdc1 uses classes in portaldc1 and also require extlib.
    What kind of public parts do I have to create and add as used DCs.
    I also want to make sure that, when I make changes to any classes in "portaldc1", I just build and redeploy "portaldc1"...I do not want to build and redeploy "webdc1" each time I change portaldc1.
    Is this achievable?
    Any help is greatly appreciated.
    Thanks
    MLS

    Hi Laxmi,
    If all the DCs that will access the library also access the "portaldc1", then expose the libraries through "portaldc1". But, how you structure your DC will be upto your requirement and design.
    To your second question, if you build a DC, lets call it DC1, being used by other DCs and check it in. CBS automatically marks all the DCs using DC1 as dirty. This is to ensure that are inconsistency in the source repository and all the dependencies changes do not affect the using DCs. Then based on the settings CBS will build the dirty DCs. In case the dependencies have changed like a used methos is removed or a method signature is changed etc then a DC using this depenency will become Broken.
    Broken DCs are a way of the CBS to inform the users that something is wrong and needs to be fixed.
    Regards,
    Kartikaye

  • Issue while posting using goods issue for delivery type NL

    Hello Experts,
    I have created an outbound delivery for an intra-company transfer (within same company code) between two plants. The delivery type in NL (replinishment delivery)
    When i am trying to post the goods issue from supplying plant, I am getting following error
    "Account type K is not defined for document type WL".
    Delivery type NL should not be used to issue stock to vendor but I am not issuing it to any external vendor , issuing the stokc only to a receiving plant.
    Please help to understand why i am getting this error.
    Regards,
    Nish.

    Hi,
    If you are doing an STO Scenario, Check whether you have created the supplying plant as a vendor.
    The Vendor Account group should be plants.
    Also check whether you have given the plant in the vendor master Purchasing Data - Extras tab in the menu click on add purchasing data & check.
    If you haven't assigned this, do the same & create a fresh STO & check.
    Hope it will work.
    Thanks & Regards,

  • Using xdofx issue in BIP

    Hi,
    using xdofx issue in BIP
    <?xdofx: if Status ='Open' then 'O' else if Status ='Closed' then 'C' else if Status ='Received' then 'R' else 'P' end if?>
    the above statment working fine for me.
    but when i add another if statement for another field i.e.
    <?xdofx: if System ='AA' then 'Auto Adjust' else if System ='BM' then 'Billing Method' else System end if?>
    then it always displaying P. I dont have any value or data for System. why it is printing P from the field Status? Cant we use xdofx many times in the report?
    Thanks,
    Anu

    I am sure there must be a limit (right? :) ).
    Why don't you just use one "IF" as at time in separate xdofx tags?
    Only one be valid anyways!.
    Regards
    Jorge
    p.s If this answers your question then please mark it as "Correct" or "Helpful"

  • Can't get simple Struts app to work when using DCs

    Hello,
    I need to use Struts to develop web apps. I took a simple example app of 3 screens and was able to get it working fine in local development.
    Then I tried to do same thing using DCs in a Track. The first page of the app is a jsp called login.jsp. That file has the following two lines at the beginning:
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    This works fine in local development. However in the DC I get the following error when I try to run login.jsp:
    Application error occurs during processing the request.
      Internal error while parsing JSP page C:/usr/sap/J2E/JC00/j2ee/cluster/server0/apps/com.firstenergycorp/pilot_webapp~strutsear/servlet_jsp/struts/root/login.jsp.
      Details:   com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Tag library descriptor cannot be found for uri:{1}.  The ID of this error is
    Exception id: [000F1FCC15FA00450000000F00000CA4000400A8BC089FE5].
    The struts-html.tld and struts-bean.tld are both in the WEB-INF folder of my Web Module DC.
    So why am I getting this error?
    Thanks in advance for any help.
    David.

    David,
    we are using Struts in our application without any problems. But we don't deploy via JDI but build the ear-files in Netweaver Studio and deploy with SDM.
    I guess the tag libs are not added properly to the war file of your productive environment. Can you check whether they contain the files in the correct path ?
    And you shouldn't mix Tag Libs and struts.jar of different versions (e.g 1.0 + 1.2). That will result in the very same error message.
    Regards, Astrid
    Regards, Astrid

  • Adding Used DCs to a WD DC in CE NWDS

    Hi all,
    In NW 7.1 SR3 Developer Studio where can I add Used DCs to my WD type Local DC?
    This WD type Local DC was developed in NW 7.0 SP9. Now I want to use it in NW 7.1 SR3 and I need to correct some used DC settings in the project.
    Thanks,
    Peter

    Hi Petja,
    The deprecated DCs are the following:
    com.sap.aii.proxy.framework
    com.sap.aii.util.misc
    com.sap.exception
    com.sap.mw.jco
    com.sap.security.api.sda
    tc/cmi
    tc/ddic/ddicruntime
    tc/ddic/metamodel/content
    tc/logging
    tc/wd/webdynpro
    tc/wdp/metamodel/content
    Thanks.
    Peter

  • Order of execution of used DCs(doModifyView) in a Main DC

    Hello all,
    I am working in an application  using webdynprojava.
    The Application  has a main DC and this main DC uses four seperate DCs as used DCs.
    We have code written in doModifyView in all the  respective DCs(views). And all those are executing in specific order.
    My question is,
    what decides the order of execution of used DCs(doModifyView).
    If any one has any knowledge on the above querry please provide your suggestions
    Thanks
    Uvendu Bala

    Hi Uvendu,
    From what you mentioned, you are using 4 DCs as Used DCs in a the main DC.
    Say you have view1 in used DC1,view2 in used DC2,view3 in used DC3 and view4 in used DC4.
    If during the application execution view4 appears before others then the wdDoModifyView of view4 is called first.
    The wdDoModifyView is called just before the view is displayed in the browser. Hence, the order of execution of the wdDoModifyView will depend on the order the views are being displayed to the end user.
    If say, you just calling a method in the component controller in DC1 means that the wdDoModifyView of view1 will not be called.
    Regards,
    Kartikaye
    P.S :- Please grant points for correct or helpful posts.

  • Using DCs from Java DC

    I need to use tc/wd/webdynpro (default) DC in a Java DC. I add it in Used DCs with Build Time (and I also try with build, design, run time...), compile and deploy successfull but when I run web dynpro DC that use Java DC (deployed with J2EE DC), the class IWDNodeNotificationListener is not found.
    ¿What option I need to use tc/wd/webdynpro DC in runtime?

    Hi Sebastian,
                          I guess this is the problem with required class or package not defined.  check this link once.
    http://www.petsounds.org/sapjavadocs/webdynpro/com/sap/tc/webdynpro/progmodel/api/IWDNodeNotificationListener.html
    Regards,
    Anil.

  • After 11.1 and ios 7 update, cannot log into ipad. says apple ID already in use. no issues prior to updates.

    After 11.1 and ios 7 update, cannot log into ipad. says apple ID already in use. no issues prior to updates.tried both primary and backup emails. says both already in use

    randers4, thank you for the suggestions.
    1) I have contacted Verizon and they are not blocking "premium" or 3rd party text messages.
    2) The Apple ID login issue occurs regardless of wi-fi network location, or even if I am not on wi-fi at all. Router settings are irrelevant to this problem.
    3) I have already played around extensively with date and time settings. This did not fix any issues.
    Any other suggestions? I had another call with Apple support and they are of the opinion that I may need to have the phone totally replaced, which is unacceptable unless it is free of charge.

  • Movement type used for ISSUE.

    Hello all,
      I need to create report,where i need to list out all the  movment type used for ISSUE(Consumption).
      How to list out all movement type used only for ISSUE(consumption).Is there any logic can be used here?
    Useful answer will be appreciated...
    Regards,
    Shyam

    hi,
    go to MB51 and enter the movent types shown below for issues or consumption, then you  will get list of all documents related to consuptions.
    201-consumption for cost centrer
    221-consumption for project
    231-consumption for sales order
    241-consumption for assest
    251-consumption for sales
    261-consumption for order
    281-consumption for network
    291-consumption for all account assignments.
    you have to remember the movement types, i think there is no special logic to get these movement types separetly.

  • How to use "Used DCs"?

    Hello SDN!
    I've created a WD application in one local DC and some java classes for this app in another local DC. How I can make these classes visible in my WD app?
    I'm working with NW2004s.
    Regards, Lev.

    Hi Lev,
    Select all your java classes, right click & Export. Select Jar from the list. Now provide a name for the jar file created by you.
    After that, Copy the jar file to the Lib folder of your webdynpro project. Right click on it, & create the compile & assembly public parts for the reference to the project. Build the DC.
    Now,  go to DC perspective, Add the public parts as the Used DCs to the webdynpro project DC. Build the DC.
    Its done.
    Regards
    Chander Kararia

  • Yet another high cpu using flash issue

    Salutations. What I'm about to tell you won't come to you as a surprise as there have been many similar topics discussed here. In fact, on the first page, there were two. So let's get on with it!
    hp pavillion entertainment notebook dv6 e2170ee
    windows 7 64bit
    6gb ram
    intel core i7 cpu q 720 @ 1.60 GHz    (never overclocked. don't know how to)
    nvidia geforce gt 230m
    firefox is on safe mode. kind of better than regular mode.
    firefox waaaay better than chrome in handling flash. haven't tried it on ie. don't want to. i left ie8 at version 8
    flash hardware accelration is off
    firefox hardware accelaration is on
    latest flash player enabled
    latest shock player enabled
    latest flash director enabled
    latest firefox
    no idea if my vents and cooling system work properly. read several posts about this issue being related to hardware.
    i have updated my drivers using hp support assistant, driver detective, and windows update. wouldn't be surprised if there was a conflict with all this nvidia driver as well. went to the site. it detected my model and sent me the driver. had audio and video options in it.
    while writing this post, the adobe tab + 4 flash tabs off the same site (youtube, younow, cam sites, etc) are open.
    performance tab in taskbar says
    flashplayer 15 *32bit (2 processes with the same name but diff cpu usage by the way. why 2?) is using 5%
    firefox *32 bit is using 5%
    audiodg.exe is nowhere to be found
    now firefox and flashplayer keep alternating ofcourse. flash always ends up with higher cpu when everything breaks. i have noticed that even after closing ff, ff and flash are still in the processes table. they stay there for a bit. why?
    ISSUE NUMBER 1: i can't play a video and have flash players on at the same time. I'd like to watch a movie and every now and then look to my other screen to see what's going on with the flash site. it can't be done. all is well at the beginning then it goes to hell. i have the latest free version of bsplayer and videolan. Yes vlc handles better but it all goes to hell in the end. sometimes the video won't even show on vlc; only audio
    ISSUE NUMBER 2: i don't understand the logic behind the increase in cpu. if i have 6 tabs open all flash all is well. but at some point it just spikes up. so i always try to keep the number of flash tabs as low as possible. sometimes 4 are no issue but 5 are a big issue. sometimes closing a tab helps and sometimes it doesnt.
    ISSUE NUMBER 3: audiodg starts using more than 2%. It can go up to 11 or 13 even. That shouldn't happen. I've been told that for it to go beyond 2 or even 3 means there's a conflict. I had trouble dealing with this issue. I don't know what or where the conflict is. So if there's anyone here that's good at this please contact me. Ill post a pic of device manager. For the sound, i have 4 nvideo and 1 idt audio codec. I cdon't know which to disable or uninstall. im thinking of unintalling every audio/video driver i hav and start from the beginning. BUT LETS NOT MAKE THIS ABOUT AUDIO/VIDEO CONFLICT
    QUESTION 1: was there ever a time when this issue didn't exist? perhaps there's a "stable" version of ff or flash that don't cause this.
    QUESTION 2: ive seen a lot of posts about this but I honestly can't remember any participants saying OH REALLY? ODD, I NEVER HAD THIS ISSUE BEFORE
    QUESTION 3: isn't there some kind of tracer that can track the moment that it goes to hell? im sure there is but no one's mentioned it so far
    QUESTION 4: would buying a new laptop solve this? I'd like to think not since the issue is flash not the capabilities of a laptop but i can't help but think that a better laptop will fix this. My laptop is 4 years old.
    QUESTION 5: i don't know anything about multithreading or multiple cores handling a single process but if someone showed me how, would that resolve my issue?
    MY WISH: for flash to coexist peacefully with human beings

    Disabling Hardware Acceleration in Flash means that we're doing all of the processing on the CPU, instead of on the GPU.  The GPU is purpose-built for 3D graphics and video decoding and is far more power efficient.  Decoding H.264 video in software is very CPU intensive, which is why we made the huge investment to enable hardware acceleration on the vast majority of available desktop hardware. Running six CPU intensive tasks simultaneously (which is what you're doing by using six simultaneous tabs) is unsurprisingly going to tax your machine.
    If you've disabled Hardware Acceleration because video wasn't working right or something, figuring out how to get that enabled (or moving to better hardware with good driver support) would solve the vast majority of what you're describing here.  If HP doesn't offer updated drivers, I'd recommend trying the corresponding Nvidia drivers, as OEMs aren't always motivated to pick up the latest fixes once a model is no longer generating new revenue for them.  The chipset manufacturers tend to provide longer support, but those drivers aren't officially supported by the OEM.
    The architecture for Protected Mode for Firefox is a result of the fact that we've retrofitted a modern plug-in security approach to a legacy plug-in architecture.  As you've noticed, equivalent sandboxing in other major browsers is designed into their plug-in architectures, and is therefore more efficient.  We've made huge investments to support modern security architecture and always do our best to accommodate efforts from our partners in the browser space to further secure the browser.  You can find a detailed explanation of our approach to Firefox here: Inside Flash Player Protected Mode for Firefox
    Firefox controls the instantiation and destruction of Flash instances.  You'll also notice that Firefox hangs out for a while after shutdown.  This is something that we're aware of, but it's beyond our control.
    Flash doesn't have much to do with audiodg, except for the fact that it generates sound and uses the windows sound subsystem.  This article seems to present some reasonable advice in resolving issues with high CPU consumption from the sound subsystem.  Fix Audiodg.exe High CPU Usage in Windows 7 | Windows EXE Errors
    Hardware accelerated video encoding is typically not available on consumer-grade hardware (primarily because of the difference in licensing models for encoding and decoding with popular commercial codecs), and therefore is done on the CPU.  The particular website chooses what codecs and bitrates are involved, and higher quality feed will consume more CPU.  It's also worth pointing out that not all video can be decoded in hardware.  We provide clear guidance to content providers on how to encode video so that it can be played back efficiently, it's ultimately up to the content provider to follow that advice.
    So, long story short, each tab consumes resources.  Running a single tab is going to use less resources than running multiple tabs.  The latest version of Internet Explorer does some stuff to reduce resource consumption in tabs that you're not actively looking at.  We're discussing possibilities with the Chrome folks for doing the same thing in Chromium-based browsers.  Mozilla isn't interested in investing in browser plug-ins, so we don't expect to see the necessary browser-side improvements there.  The Chrome sandboxing model is more efficient that protected mode for Firefox, so tasks that require moving a lot of data (like streaming video) may use less CPU in Chrome.
    To answer your questions specifically:
    1.) There was a time before we supported multiple tabs, webcam streaming, H.264 video decoding and modern security sandboxing.  I wouldn't recommend using those versions.
    2.) There are a few posts about this, but we have ~1.5 billion users.  The majority of the very small number of folks relative to our install base are complaining their machines are overheating, which is a symptom of an ineffective cooling system. 
         There's nothing magic about Flash that causes it to somehow superheat the CPU.
         There was a time before tabs, where people didn't normally run 5-50 browser windows.  Websites also got much more complex, and the security threats got far more serious and complex.
         Playing video as a plug-in in the browser as opposed to something like VLC is inherently less efficient, as pretty much each pixel and packet gets passed through the browser before it gets to the OS or drivers.
         All of these things require additional processing.  The resources on your computer are still finite, and there is an upper limit to the number of simultaneous tabs you can use.
         At some point, you come to a juncture where you need to decide between throwing more hardware at the problem, or using less tabs simultaneously.
         Also, most laptops have power saving CPUs, so they'll ratchet the clock speed down to save battery.  You might want to check your power settings to make sure you're running at the CPU's full capacity when plugged in.
    3.) Not that would generate anything really useful.
    4.) Possibly.  You actually already have a multi-core machine.  I think you'd get more bang for your buck by enabling hardware acceleration and switching browsers.
    5.) You already have a multi-core machine that we support.
    Your Wish: We're constantly addressing security issues identified through our own testing, emerging research and intelligence from our partners in academia, government and industry.  We're also looking for opportunities to tune the player, but the reality is that Intel, Nvidia and ATI (and a long list of others, in addition to Adobe) have tuned Flash Player extensively for their hardware.  We work closely with the Internet Explorer and Chrome teams to continue to make the Flash experience better, and are always happy to work with the Firefox team should they decide that they're interested in plug-ins and the desktop browser again.  At the end of the day, Flash is just a low-level runtime.  It's just as possible to write inefficient ActionScript as it is to write inefficient C++, and while we provide some fantastic tooling for profiling your Flash content, it's up to individual content providers to write efficient code.  It's really difficult to find opportunities to make generic optimizations that don't break a percentage of the hundreds of millions of sites published with Flash content.
    I'm actually still not clear on what the problem you're experiencing is.  All software running on your machine that's actively processing something is going to use a non-zero percentage of CPU time.  The symptoms you describe indicate that Flash consumes 5% of the CPU, which is totally reasonable.  I'm guessing that I don't have the complete story.

  • [SOLVED] Unable to use SUDO: issues with /etc/sudoers

    I have reinstalled Arch_64 and I have run into some problems with SUDO.
    I get the following errors when I try to use sudo:
    sudo : unable to stat /etc/sudoers : Permission Denied
    sudo : no valid sudoers sources found, quitting
    sudo : unable to initialize policy plugin
    Here's what I have done with it so far:
    * I added USERNAME (myself) to the 'wheel' group
    * I uncommented %wheel ALL=(ALL) All using visudo
    As it was not working for me I also:
    * # chown -c root:root /etc/sudoers
    * # chmod -c 0440 /etc/sudoers
    * Since that too did not work, I recommented %wheel and added USERNAME ALL=(ALL) ALL just under the line root ALL=(ALL) ALL and repeated the above steps. The above problem persists.
    * I checked with visudo -c and it says "/etc/sudoers parsed ok".
    I have been through the WIKI and the forums but still unable to figure out whats going wrong.
    I will appreciate if the forum can guide me to solution and help me resolve this issue.
    Thanks.
    Last edited by fantab (2012-11-20 09:00:56)

    Had exactly the same problem with a new Arch_64 install a few months ago, which turned out to be a problem with permissions on / (which i changed with chmod) - can't remember the details, but it was this post that put me on to a solution:
    http://archlinuxarm.org/forum/viewtopic … =20#p19727

  • Purchase Requistion - Agent Determination using responsibilities - Issue

    Hi Everyone,
    I am new to workflow. I am having an issue wrt Purchase Requistion - Agent Determination using responsibilities.
    Created some 30 to 40 resposibilities with combination of inputs - R1, P1 & Cost Center
    Checked rule with responsibilities in Simulation mode and for the given inputs shows correct output.
    Same config is present both in DEV and ACP. Simulation works fine in both systems.
    But when I created Purchase Req. in DEV and save it. Workitem is generated for the correct agent. But when I do the same test in Quality, it fails and created Workitems for several agents.
    Checked container info. in both systems,no.of agents is the ONLY difference (i.e. 1 in DEV and 30+ agents in Quality).
    Put shred some light on this issue.
    Workflow Used: BUS2009
    Task : TS00007986
    Thanks a ton in advance.
    Regards,
    Krishna

    Hi,
    Open the workflow (WS*******) with SWDD and see the bindings for the rule in the approval step (using TS00007986). Do they look the same in both environments? Are you passing the same parameters for the rule?
    Another thing that you should check is a possible authorisation error. Maybe the users are not authorised to execute the needed functions for finding the agent inside the rule (common problem).
    Also try to read the technical workflow log (Start a workflow, open SWI1 and drill-down to the workflow log). Can you see some error messages there? You will probably find a message saying that "cannot execute agent rule" or something like that. It is WF behaviour that if it cannot find an agent it will send the work item to all possible agents (unless otherwise configured).
    Regards,
    Karri

  • How to add used DCs in Netweaver 7.1 ??

    hi ,
                i want to add used Dc for EJB DC. I am having JAVA project which is having some java classes , which i want to use in EJB DC. How to add that JAVA DC as used DC for EJB DC in Netweaver 7.1????

    HI,
    Hope this may help u..
    Importing Development Configurations from the SLD
           1.      To obtain access to the development configurations in the SLD, set the Development Configuration Pool in the Developer Studio:
                                a.      From the menu path, choose Window  ® Preferences.
                                b.      Open Java Development Infrastructure ® Development Configuration Pool.
                                c.      Specify the URL of the server on which the SLD is installed in URL in the following format http:. Choose OK.
           2.      To import a development configuration, open the context menu in the Local DCs view and choose Import Configuration... 
           3.      Select the remote option.
    A dialog for logging on to the development infrastructureappears.
           4.      Enter USER1and the corresponding password.
    The Development Configuration Importdialog appears.
    In this dialog, you can set the storage location (the root folder) for the files created in this development configuration. To be able to change this setting, you must first remove all development configurations.
    A list of the development components available in the SLD appears.
           5.      Open the node TECHNO/1.0 and import the development configuration TECHNO_dev
    The extension dev stands for the development status of the SC. The APPLcons development configuration is also created. After development, you can maintain the consolidation state in this development configuration.
    The Development Configuration Import dialog appears.
           6.      Choose Next.
    The Build Variants dialog window appears.
           7.      Choose Finish.
    The system reads the development configuration settings and sets up your development environment. The views Active DCs, Inactive DCs, and Local DCs now contain a new entry with the name of the imported development configuration.
    Result
           1.      In the Development Configuration perspective, switch to the Inactive DCs view.
           2.      Open the folder TECHNO_dev.
    You can see only the software components which you will develop.
    DCs can be created only in the Inactive workspace and are activated in the CBS only by a successful build. This makes them available automatically in the Active workspace, where they can be used for the build of other DCs.
           3.      Switch to the Active DCs view.
           4.      Open the folder TECHNO_dev.
    Next to the software components you want to develop, you see three entries:
    ■       sap.com_SAP_BUILDT
    ■       sap.com_SAP_JTECHS
    ■       sap.com_SAP-JEE
    These SCs are provided and can be used but cannot be changed.

Maybe you are looking for

  • Configure another Inspection Type for Production Order

    Hi QM Gurus,    I have one scenario, my client wants to have another inspection type for inspection lot origin goods receipt from production because they have this requirement that for some materials they need to have a status profile that will be ac

  • CS5.5 re-install dies

    I had to replace my PC and am now trying to install CS5.5 on the new Win8.1 system. It won't complete the install (all the way to the end and then dies). Exit code 7; ERROR: DW020: Found payload conflicts and errors; ERROR: DW020:  - Adobe Flash CS5.

  • Calendar Sync Problem - Tour 9630

    I need to change the "appointment range" for syncing my calendar to outlook.  I've followed the help instructions to the screen below, but when I get there the "setup" button appears recessed and will not let me click on it.  Suggestions? 

  • Disappearing user permission

    Hi Yesterday I was called by one our sharepoint user and he told me that he does not have access to a folder from library. The day before he had access to this folder. To find out what happed with user permission I ran Security Audit Report on Sharep

  • Name change and server 2012 R2

    Hi, I try to deploy Windows Server 2012 R2 with mdt 2013, but the problem is that when mdt ask me the name of the computer, I put the name I want (the object name that i put aleready exist in AD, but for some raison he do not change the name and I am