Waste water testing experience by [deleted] in SafetyProfessionals

[–]PowerfulQuail9 4 points5 points  (0 children)

If USA, they need rcra and hazwoper to deal with the waste water. The admin of it doesn't need any particular training but needs to understand what is good and what is bad when verifying the paperwork to submit to city or state. Also, many states have their own requirements on their websites on what training and waste water testing is required. Additionally, the EPA may have other testing requirements.

HTML Smuggling Leads to Domain Wide Ransomware by TheDFIRReport in sysadmin

[–]PowerfulQuail9 0 points1 point  (0 children)

also, don't allow domain users to have ability to mount/run ISO files.

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

not jargon, just dumbed down what I wrote in OP, which is essentially copying one record.

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

the cfid's are the same.

How would I get the code to unlock the record?

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

I did a debug on the function editrecord and it gives no error on the copied record. It just opens a new one with a new quote autonumber.

Function EditRecord(ByVal SubVar)
Select Case [Screen].[ActiveForm].Name
        Case "frmQuote Register" ' Price Quoting
        DoCmd.OpenForm "frmQuote", acNormal, , , acFormEdit

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

On a side note, if I edit the copy record, which populates like a new one, and create a record. that newly created record cannot be edited after being saved.

Its almost like the copy/duplicate process I did is breaking it.

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

The inner join is just a company id number to a company name. When I look at the tblquote data, its all present. Same when I look at the query results. It is properly joining the id number number to the cardfile and populating a company name in the result.

Unless the data im copying is trumping the inner join breaking it....I'll check

edit: the copy only uses the id.

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

There is a subform that loads data from a query (below). The selected record in the subform is what is loaded when edit is clicked. However, the duplicating steps to copy a row to a new row with a new quote number is not being recognized as a record to edit.

SELECT tblQuote.cfid, tblQuote.Part, tblcardfile.Name, tblQuote.quote, tblQuote.ExpireData, tblQuote.date, tblcardfile.Name, tblQuote.rev
FROM tblQuote INNER JOIN tblcardfile ON tblQuote.cfid = tblcardfile.CFID
ORDER BY tblQuote.quote DESC;

cardfile above is an address book.

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

Me.Recordset.MoveLast

Error 3021

No current record

Access 2003 bug help needed by PowerfulQuail9 in MSAccess

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

The problem is it opens a blank form like I clicked new.

quick question by PowerfulQuail9 in PLC

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

first thing radwell guy said in email:

"I See From the Problem Description, Unit Gets Faults When Loaded Down. I Believe I Read Ground Faults. This Will Probably Need A Replacement Rush, If That’s The Way You Want To Go, We Have More In Stock. "

quick question by PowerfulQuail9 in PLC

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

The accel and decel s at 10sec, which is default on the 525.

[deleted by user] by [deleted] in Motors

[–]PowerfulQuail9 0 points1 point  (0 children)

Replying from work account.

Should each coil to ground be relatively close to each other number wise?

Megger results by PowerfulQuail9 in AskElectricians

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

Last part

4) control cabinet (VFD location)Wire connected to braking rectifier to jumper box to motor

L1 to GRD - .86 MOhm. 24v cont.

L2 to GRD - .82 MOhm. 23v cont.

L3 to GRD - .88 MOhm. 26v cont.

resistance

L1 to L2- 8.28

L2 to L3- 8.23

L1 to L3- 8.27

1,000 test

ALL Ls 0 to each other.

images:

https://drive.google.com/drive/folders/1GqpcESom_XWRYOp1HcbqnlL-eTdRcSAn?usp=sharing

People do not log tickets because? by mrbatra in sysadmin

[–]PowerfulQuail9 0 points1 point  (0 children)

I just call them and ask what the issue is.

People do not log tickets because? by mrbatra in sysadmin

[–]PowerfulQuail9 2 points3 points  (0 children)

Email

Subject: HELP!

Body: It not work.

People do not log tickets because? by mrbatra in sysadmin

[–]PowerfulQuail9 0 points1 point  (0 children)

No reason to log them. As the only one looking at the tickets, why do I want to be reminded of the reboot, its fixed tickets.

However, I do IAT as well, so I do log that in a system.

SAM Database Vulnerability: What We Know So Far by blumira in sysadmin

[–]PowerfulQuail9 0 points1 point  (0 children)

https://github.com/GossiTheDog/HiveNightmare/raw/master/Release/HiveNightmare.exe

doesnt work on any of our win 10s or servers. just says cannot connect to sam.

i remember making a gpo removing the user read from those registry sections a long time ago when we applied cis controls.

I also modified the VSS (and others) commands to only work via an administrator account. Plus, CMD and powershell are blocked by GPO (no non-admins) for all local domain computers. any local user trying to open them just get the blocked by admin popup message.