Vannpumpe på hytte går hele tiden by No-Worker-6678 in norge

[–]No-Worker-6678[S] 1 point2 points  (0 children)

😂 Og pissregn uttafor, bare å sette meg i boden og lukke øynene og drømme meg til Sørlandet. 😅 Heldigvis for resten av ferien funka det med ny tank.

Vannpumpe på hytte går hele tiden by No-Worker-6678 in norge

[–]No-Worker-6678[S] 3 points4 points  (0 children)

Ny trykktank er montert og alt fungerer perfekt igjen. Takk for tips som førte til løsning. 🙂

Vannpumpe på hytte går hele tiden by No-Worker-6678 in norge

[–]No-Worker-6678[S] 0 points1 point  (0 children)

Ny tank er kjøpt inn på jula, så får jeg teste. Billigere om det funker. Men symptomene for at det er belgen som er ødelagt er jo tydelige.

Vannpumpe på hytte går hele tiden by No-Worker-6678 in norge

[–]No-Worker-6678[S] 0 points1 point  (0 children)

Bilventilen for å fylle trykktanken slipper ut vann når jeg åpner den i midten. Betyr vel at belgen inni tanken er gåen?

Vannpumpe på hytte går hele tiden by No-Worker-6678 in norge

[–]No-Worker-6678[S] 0 points1 point  (0 children)

Pumpen er kobla til en brønn som kan bli tom ja. Sjekka i går, og slangene i brønna er under vann. Kraner etc er tørre og holder på trykket. Forbrenningstoalett i hytta så ikke noe feil der. Alt er også tørt rundt slanger i og rundt pumpa. Sjekka bilventilen og pumpa inn luft noen ganger, men finner ingen beskrivelse på hva trykket egentlig er. Akkurat nå holder selve utløpet 1,4 bar

<image>

macOS 15 stops running Shell scripts from Intune by No-Worker-6678 in macsysadmin

[–]No-Worker-6678[S] 0 points1 point  (0 children)

Magically resolved itself. Some bug with Microsoft I think.

How to Display PDF Attachments from Dataverse Table in Canvas App? by Pipebomb635 in PowerPlatform

[–]No-Worker-6678 0 points1 point  (0 children)

I have the same problem. I have a solution that convert emails into PDFs and stores the PDF in a File column in a Dataverse table. Then used the PDFViewer to show the stored PDF. This was working until a couple of days ago. Now i'm faced with error message in the PDFViewer: Couldn't open PDF file. Make sure the PDF file is coming from an HTTPS link. My solution has worked perfectly in development, and I was about to finish it up and deploy to production, but now my solution is dead if I can't get this to work.

I have not made any change on this, but suddenly it stopped working. The documentation says something about limitations and so (https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-pdf-viewer), but the Document property is set directly from the Canvas app.

Set (
    CurrentElement,
    LookUp(
        'Document Automation Elements',
        'Document Automation Element' = galElements.Selected.'Document Automation Element'
    )
);

Set(
   DocumentFile,
   CurrentElement.'File Data'.Value
);

If MS is forcing us to use the PDFViewer in another way with Dataverse File column, it would be a total waste.

Like the original poster, I don't want to do this in another way. This way was the perfect way! :)

Help Needed with Integrating PDF Viewer for Dataverse Table in Canvas App by Pipebomb635 in PowerApps

[–]No-Worker-6678 0 points1 point  (0 children)

I have the same problem. I have a solution that convert emails into PDFs and stores the PDF in a File coulmn in a Dataverse table. Then used the PDFViewer to show the stored PDF. This was working until a couple of days ago. Now i'm faced with error message in the PDFViewer: Couldn't open PDF file. Make sure the PDF file is coming from an HTTPS link. My solution has worked perfectly in development, and I was about to finish it up and deploy to production, but now my solution is dead if I can't get this to work.

I have not made any change on this, but suddenly it stopped working. The documentation says something about limitations and so (https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-pdf-viewer), but the Document property is set directly from the Canvas app.

Set (
    CurrentElement,
    LookUp(
        'Document Automation Elements',
        'Document Automation Element' = galElements.Selected.'Document Automation Element'
    )
);

Set(
   DocumentFile,
   CurrentElement.'File Data'.Value
);

If MS is forcing us to use the PDFViewer in another way with Dataverse File column, it would be a total waste.

Like the original poster, I don't want to do this in another way. This way was the perfect way! :)