Jump to content


AmrelMahdy

Established Members
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by AmrelMahdy

  1. I noticed 2 things in the VCRedist installation log :

    1. in the first line it identifies the OS as it is XP which is actually not true , it is Win7 SP1
    2. that it didnt pass the condition that meets the minumum prerequistes so the line " Condition 'VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)' evaluates to false."

     

    Did Anyone faced this problem ??

  2. Dear All,

    I've been through SCCM for many years , and now i faced a weird problem after i Upgraded my SCCM from 2012R2 CU4 to SCCM 2012 R2SP1, the problem is with the installation of client on most of Windows 7 machines (they are All X64 machines) (Windows 7 SP1). the SCCM Client shows that it failed when it tries to install "vcredist_x64.exe" which is "Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.21005", when i install the vcredist_x64.exe using the GUI or using the command line it installs succesfully, but it only fails when sccm tries to install it

    Attached is the SCCM Installation log file and the vcredist_x64.exe installation log

     

    SCCM Setup Log

    ccmsetup.log

     

    vcredist_x64.exe installation log

    VCRedist_x64_Install.log

     

    Thanks,
  3.  

    Thanks Niall!

     

    One additional item I discovered with my HTA code is that someone can right click the body of the HTA file -> view source -> scroll to the bottom and see the code that specifies the password. To make this more secure, I created a Task Sequence variable in my Task Sequence to hold the password for the HTA.

     

    Next, I changed this line of code: If ppassword.value <> "password" Then to If ppassword.value <> objOSD("TSPassword") Then allowing the HTA to read the Task Seqeunce variable of "TSPassword". This approach will prevent someone from grabbing the password by viewing the HTA source. Thought it would be good to share this with the community.

     

    --Tony

    Tcilmo,

    would you please show me how you deployed the .hta program in the TS , to be more clear i Wanna see the TS Step "Prompt for Password"

  4. Dear All,

    I would like to thank you for this Amazing forum.

    I have a simple Question Regarding TS Variables.

    I want to set the computer name during OS using the OSDComputerName TS Variable.I made my appropriate TS and set the TS Variable step just before the TS "Apply Windows Settings" and left the Value Empty to prompt the computer name.

    I deployed the TS to the collection that has the computers targeted with the below settings:

    1- TS is Available (Not Required)

    2- The Deployment is available to (Only Configuration Manager Clients) since am not using PXE Environment .

     

    Actually what happens when the TS runs that i see that the TS Variable step is skipped and it doesnt appear , so what May cause the problem ??

  5. stop using multiple drives in OSD, it's a bad idea and will always cause you issues,

    are you capturing images from virtual hardware or real computers ? i'd recommend using virtual....

    Thanks Nial,

    I was Capturing Physical Computer. And for More clarification , the image am Deploying Doesnt Make the Format and Partition Step as am Deploying this Image to install Windows 8.1 on C Drive and leave the rest of Drives as it is .

    Hint: When i used the same TS to Deploy Windows 7 on C Drive only , it worked fine as D,E Drives where the same and the Data Was Maintained, the problem only appeared When i deployed Windows 8.1 on C Drive Only

  6. All,

    I have a weird problem. I captured few days Ago Windows 8.1 Reference Computer and It had 3 Drives (C,D,E), When i deployed the Image using Stand Alone Media , I found that the sccm assigned Drive D to the USB Flash memory and the original Drives are shifted to E and F Drives.

    I tried to use TSvariable OSDPreserveDriveLetter and Set it to true but still same behaviour

    I has SCCM 2012 R2 in my Environment.

    any suggestions ?

  7. 1- Just Assign full permissions for the new sccm server on the System management Container.

    2-you can use the same site code in case u deleted all entries inside System management Container.

    3- when u install the SCCM you can push the sccm client on the windows 7 machine with no problem

  8. There is the Error "System.Web.Services.Protocols.SoapException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. ---> Microsoft.ReportingServices.Library.ReportServerDatabaseUnavailableException: The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing.~ at Microsoft.ReportingServices.WebServer.WebServiceHelper.EnsureModeFromCatalog()~ at Microsoft.ReportingServices.WebServer.WebServiceHelper.EnsureRSNativeMode()~ at Microsoft.ReportingServices.WebServer.ReportingService2005..ctor() $$<SMS_SRS_REPORTING_POINT><04-14-2014 08:58:03.159-60><thread=4272 (0x10B0)>"

     

     

     

    try to follow the Below Steps

    1. Open the SQL Server Configuration Management tool.
    2. Click the triangle in front of “SQL Server Network Configuration”, and click the “Protocols for MSSQLSERVER”. (If you are using a named SQL Server instance, please select the named instance instead.)
    3. Please make sure both the “TCP/IP” and “Named Pipes” protocols are enabled. To enable a protocol, please right-click on the protocol and click “Enable”.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.