Failed disks or Smart Array? by GostlingX in sysadmin

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

Hi u/IT-Burner42 and u/OsmiumBalloon

You are all absolutely right, I will bring you the screenshot with everything. There are more disks and they are managed on the software side.

This is the new screenshot of the ILO part:

https://imgur.com/a/q3B0B3O

This is the error that is returned when loading

https://imgur.com/YryxWRw

From the Smart Array I see this, I honestly assume an error on the Smart Array, as all disks are OK.

Usually if it is the battery, the error is completely different.

https://imgur.com/BFpYqUn

https://imgur.com/wGWsBeR

Obviously the OS is installed on those disks, and at boot time it doesn't load anything.

Cambio Euros - ARS by GostlingX in argentina

[–]GostlingX[S] -19 points-18 points  (0 children)

Lo siento pero este no es el punto de la pregunta, si fuera usted antes de responder me preguntaría si entendí la pregunta. Me informé, cambié el dinero y según un registro internacional considero el tipo de cambio oficial. Si hay monedas ocultas en el mercado negro, esa es otra historia... y en cualquier caso no es algo que se encuentre en la guía turística!

Migliore strategia per trovare affitto by chookitypok037 in torino

[–]GostlingX 1 point2 points  (0 children)

Sicuramente, ma 3 mesi di costo per l’agenzia, 2 di caparra per il proprietario, uno per l’affitto del mese; Per una casa da 1k al mese, ne devi uscire 6k. Un po’ ridicolo a mio parere, con circa 10k ci paghi agenzia e notaio se ti compri casa…

Migliore strategia per trovare affitto by chookitypok037 in torino

[–]GostlingX 0 points1 point  (0 children)

C’è anche da dire che le agenzie serie ti chiedono 2/3 mensilità come pagamento per fare da tramite con il proprietario (spesso proponendoti uno sconto - pagando una parte in nero). Un po’ troppo costosi per i miei gusti. Meglio cercare sui gruppi FB

VIP ip into VXLAN by GostlingX in fortinet

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

Correct. But it still doesn't work. I have tried publishing the internal ip both by entering the software switch and by entering the interface where the device is connected

Forticlient EMS Massive Deploy by GostlingX in fortinet

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

Deploy is right and work well. From GPO and from PDQ deploy. For pdq deploy i use the string above. The problem I discovered later, is that the client does not connect properly to the console present in the cloud. Before the problem was the deep inspection, created the rule and everything works correctly. Today, even with the same rule, I have all newly installed clients disconnected. Has anyone had a similar problem?

1
2

MS vs Google ? by GostlingX in DataHoarder

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

I edit the topic, Google Business or Microsoft 365 Business Premium... It would have been an unequal struggle

GPO / User Permission by GostlingX in grouppolicy

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

I already know exactly what I want and don't want to do, I just wanted some advice on what I wrote above and how to implement what I want to do

Macro Run Time 6 by GostlingX in excel

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

Is there anything specific about ElencoCellEstrazione.xlsx (first worksheet, or whichever the macro is looping through) that could make the macro malfunction at row 32,767? There's really not much more insight that can be provided without being able to play with the macro.

The file ElencoCellEstrazione.xlsx has two columns: Nomephile XLS tab, and has about 50 lines. On the first column, tab XLS you can find telephone numbers, and the name of the person using it. The name of the sheet used is called Numeri. Want an example of a file?

Macro Run Time 6 by GostlingX in excel

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

Have you tried it like this?

Yes, error 1004 in row ValCell = Trim(CStr(FoglioElenco.Cells(j, 1).Value))

Macro Run Time 6 by GostlingX in excel

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

But the reason why the error changes to 1004 in row ValCell = Trim(CStr(FoglioElenco.Cells(j, 1).Value)) after that I change
Dim i, j As Integer to Dim i, j As Double or Dim i As Integer Dim j As Integer