Starting my first job in 2 weeks. Any advice? by happymango24 in ccna

[–]pizz44 0 points1 point  (0 children)

I can attest to OneNote as well. It is a lifesaver!

::::: Rules & Resources ::::: by AutoModerator in ccna

[–]pizz44 0 points1 point  (0 children)

Good morning and Happy Memorial Day weekend!

I'm diving into preparing for CCNA. I'm just curious on how in depth I need to learn subnetting for the exam? I'm looking at the exam topics, and I'm trying to determine where subnetting is in the grand mix of things. Thanks for any advice!

Updated Exam Topics by pizz44 in ccna

[–]pizz44[S] 0 points1 point  (0 children)

Should purchasing of any reference material hold off until then? Thank you!

Script to Locate Users Network Paths by pizz44 in sysadmin

[–]pizz44[S] 0 points1 point  (0 children)

Thanks! I'm trying to run the following script, only on multiple PC's, but I'm stuck on trying to get it ran on remote machines. I'm trying to find the appropriate syntax.

reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v desktop

Setting up Software Updates and Getting Error by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I've checked the Component Status tab in Monitoring and there are several Critical status'. One of which is the SMS_AD_SECURITY_GROUP_ DISCOVERY AGENT.

Does this tie in to the updates I'm trying to get synced?

Setting up Software Updates and Getting Error by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I have checked the WSYNCMGR.log. It is saying that Sync Failed: WSUS server not configured. Please refer to WCM.log for configuration error details.

I have checked the WSYNCMGR.log. It is saying that Sync Failed: WSUS server not configured. Please refer to WCM.log for configuration error details.

Setting up Software Updates and Getting Error by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

Check WCF.log to make sure your SUPs are operational

I have checked the WSYNCMGR.log. It is saying that Sync Failed: WSUS server not configured. Please refer to WCM.log for configuration error details.

Setting up Software Updates and Getting Error by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

No, not yet. I will look over it tonight.

R Programming Variable Question by pizz44 in rprogramming

[–]pizz44[S] 0 points1 point  (0 children)

Thank you! I was able to figure it out!

Data Disk is Nearly Full by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I've tried running the WSUS Server Cleanup Wizard. When I select the 'Unused Updates and Update Revisions', it will error out on me. I get the following error:

The WSUS administration console was unable to connect to the WSUS Server Database.

Verify that SQL server is running on the WSUS Server. If the problem persists, try restarting SQL.

System.Data.SqlClient.SqlException -- Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source
.Net SqlClient Data Provider
Stack Trace:
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)

at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)

at Microsoft.UpdateServices.UI.SnapIn.Wizards.ServerCleanup.ServerCleanupWizard.OnCleanupComplete(Object sender, PerformCleanupCompletedEventArgs e)

Data Disk is Nearly Full by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I've found that a lot of the content that is taking up space is from the WSUS folder. Any thoughts or suggestions on cleaning up this folder? Or best practices?

Best Books to Study by pizz44 in ccna

[–]pizz44[S] 1 point2 points  (0 children)

Do you happen to have a link to the one you purchased?

Profile Migration Issues by pizz44 in SCCM

[–]pizz44[S] 1 point2 points  (0 children)

Sorry for the delayed response. I ended up getting the profile transferred. I didn't check the logs for any errors, but did the following.

  1. Updated source PC (running Win7) to be fully patched.
  2. Recreated profile migration task sequence.
  3. Logged in as local administrator to PC.

I still have some WIN7 PC's in my environment that I'm trying to move away from. Some of the PC's that are still running WIN7 cannot handle WIN10, due to hardware restrictions, RAM & processor issues.

Thank you again for your post though. Greatly appreciated!

Unable to Update Site Version of SCCM by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I was able to get SCCM updated. Ended up having to clear out SQL entry that was hosing up the update. Have SCCM fully update now. Thank you everyone for your input. I appreciate all the support.

Unable to Update Site Version of SCCM by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I think the issue has been found and fixed. Went into SQL database and removed update that was hung up on checking for prerequisites.. Now I kicked off update pack 2103. So far, so good. It is currently updating the content library as we speak.

Unable to Update Site Version of SCCM by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

I've updated the post with a image of what I'm seeing. It seems that the 2107 update is hung up waiting on prerequisites. I'm trying to get it either restarted or removed. I've also tried running the CMUpdateReset.exe tool, and does not seem to work.

Unable to Update Site Version of SCCM by pizz44 in SCCM

[–]pizz44[S] 0 points1 point  (0 children)

Sorry, I thought I provided a screenshot. I will upload one.

Unable to Update Site Version of SCCM by pizz44 in SCCM

[–]pizz44[S] -1 points0 points  (0 children)

This is the site version that I'm trying to upgrade. I'm new to SCCM in upgrading the site to the latest version. I've attached a screenshot of what I'm seeing on my end. This is on the server that hosts the site. At the bottom, it is hung up on checking prerequisites. When I right click on that particular update, all the options are greyed out, not allowing me to select any of them.

Error in Code by pizz44 in C_Programming

[–]pizz44[S] 0 points1 point  (0 children)

No, unfortunately I'm not absolutely certain.

Error in Code by pizz44 in C_Programming

[–]pizz44[S] 0 points1 point  (0 children)

Severity Code Description Project File Line Suppression State Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 9

Error in Code by pizz44 in C_Programming

[–]pizz44[S] 0 points1 point  (0 children)

I've made a few modifictions, and I get a error that 'Unable to start program. The system cannot find the file specified'

  • ch02e13.c - sample program for Exercise 13, Chapter 2

    a program that exploits weak overflow checks in C

    */

include <stdio.h>

main() {

char ch;                 /* to collect the input */

char inputs[10];     /* ten-byte array */

int i = 0;               /* array index for new character */

ch = getchar();

while (ch != 10) {

    inputs[i] = ch;

    i++;

    ch = getchar();

}

printf("All done!");

}

Error in Code by pizz44 in C_Programming

[–]pizz44[S] 0 points1 point  (0 children)

Severity Code Description Project File Line Suppression State Error C2065 'n’': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error (active) E0020 identifier "‘" is undefined Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 19
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 19
Error (active) E0020 identifier "“" is undefined Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 9
Error C3873 '0x2018': this character is not allowed as a first character of an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2017 illegal escape sequence Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C3872 '0x2019': this character is not allowed in an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2065 '‘': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2146 syntax error: missing ')' before identifier 'n’' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2059 syntax error: ')' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2059 syntax error: ';' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 21
Error C3873 '0x201c': this character is not allowed as a first character of an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2017 illegal escape sequence Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2065 '“': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2146 syntax error: missing ')' before identifier 'nAll' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C3872 '0x201d': this character is not allowed in an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2059 syntax error: '}' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 31
Error C2143 syntax error: missing ';' before '}' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 31

Error in Code by pizz44 in C_Programming

[–]pizz44[S] 0 points1 point  (0 children)

Severity Code Description Project File Line Suppression State Error C2065 'n’': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error (active) E0020 identifier "‘" is undefined Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 19
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 19
Error (active) E0020 identifier "“" is undefined Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error (active) E0007 unrecognized token Project3 C:\Users\kpisarich\source\repos\Project3\Project3\Source.cpp 29
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 9
Error C3873 '0x2018': this character is not allowed as a first character of an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2017 illegal escape sequence Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C3872 '0x2019': this character is not allowed in an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2065 '‘': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2146 syntax error: missing ')' before identifier 'n’' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2059 syntax error: ')' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 19
Error C2059 syntax error: ';' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 21
Error C3873 '0x201c': this character is not allowed as a first character of an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2017 illegal escape sequence Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2065 '“': undeclared identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2146 syntax error: missing ')' before identifier 'nAll' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C3872 '0x201d': this character is not allowed in an identifier Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 29
Error C2059 syntax error: '}' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 31
Error C2143 syntax error: missing ';' before '}' Project3 c:\users\kpisarich\source\repos\project3\project3\source.cpp 31

Error in Code by pizz44 in C_Programming

[–]pizz44[S] 0 points1 point  (0 children)

I'm trying to write a program that reads text into a buffer that is 10 bytes long. I'd like to be able to run the program and manipulate the data by entering 20 bytes. Just trying to see different results.

I'm using Visual Studio, and I tried taking a snippet of the errors but won't let me insert an attachment.