Save imageSnapshot to Server

Hello all.
I am trying to make a little component that allows a user to take a picture using their webcamera and then save it to a server.  I have the application so far allowing the user to take a picture and its creating a bitmap.  I then have another button "Save" that then converts this bitmap into a Snapshot which i want to then upload but am having troubles doing this.  I can save it to the users desktop computer no problem.  Just cant upload =[
My code is looking like this
<?xml version="1.0" encoding="utf-8"?>
<s:Application
    xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx" >
    <fx:Script>
        <![CDATA[
            import mx.controls.Alert;
            import mx.graphics.ImageSnapshot;
            import mx.graphics.codec.JPEGEncoder;
            import mx.graphics.ImageSnapshot;
            [Bindable] public var bitmap:Bitmap;
            public function takeSnapshot():void
                var snapshot:BitmapData = ImageSnapshot.captureBitmapData(videoDisplay);
                bitmap= new Bitmap(snapshot);
                img.source=bitmap;
            //Web Cam Stuff
            private function videoDisplay_creationComplete():void {
                var camera:Camera = Camera.getCamera();
                if (camera) {
                    videoDisplay.attachCamera(camera);
                } else {   
            private function saveImageToFileSystem():void
                var jPEGEncoder:JPEGEncoder = new JPEGEncoder(500);
                var imageSnapshot:ImageSnapshot = ImageSnapshot.captureImage(img, 0, jPEGEncoder);
                var fileReference:FileReference = new FileReference();
                fileReference.save(imageSnapshot.data, "img123.jpg");
        ]]>
    </fx:Script>
    <mx:VideoDisplay id="videoDisplay"
                     creationComplete="videoDisplay_creationComplete()"
                     width="320" height="240" autoPlay="true" x="15" y="28"/>
    <mx:Image id="img" x="343" y="28"/>
    <s:Button id="button" label="Take Screenshot" click="takeSnapshot()" x="15" y="276"/>
    <s:Button click="saveImageToFileSystem()" label="Save Image" x="135" y="276"/>
    <s:Label x="54" y="348" text="Label"  useHandCursor="true" buttonMode="true" mouseChildren="false"/>
</s:Application>
If anyone could help that would be great.  I want to use a PHP backend if possible

Hi and thanks for the reply.
I have made some good progress on this.  I now have the application taking a bitmap screenshot, allowing the user to save this image to their desktop computer and then allow them to search their desktop computer for a file to upload.  I have done this using the file reference as you suggested.
My only problem however is that i dont want the user to have to save the image onto their computer and then find it to upload it using the .browser() function.
Is there anyway possible to pass a file to that browse direct?
My code is this -
<?xml version="1.0" encoding="utf-8"?>
<s:Application
    xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx" >
    <fx:Script>
        <![CDATA[
            import mx.controls.Alert;
            import mx.graphics.ImageSnapshot;
            import mx.graphics.codec.JPEGEncoder;
            import mx.graphics.ImageSnapshot;
            [Bindable] public var bitmap:Bitmap;
            public function takeSnapshot():void
                var snapshot:BitmapData = ImageSnapshot.captureBitmapData(videoDisplay);
                bitmap= new Bitmap(snapshot);
                img.source=bitmap;
            //Web Cam Stuff
            private function videoDisplay_creationComplete():void {
                var camera:Camera = Camera.getCamera();
                if (camera) {
                    videoDisplay.attachCamera(camera);
                } else {   
            private function saveImageToFileSystem():void
                var jPEGEncoder:JPEGEncoder = new JPEGEncoder(500);
                var imageSnapshot:ImageSnapshot = ImageSnapshot.captureImage(img, 0, jPEGEncoder);
                var fileReference:FileReference = new FileReference();
                fileReference.save(imageSnapshot.data, "img123.jpg");
            //Upload Stuff
            import mx.controls.Alert;
            private var fileRef:FileReference;
            private const FILE_UPLOAD_URL:String = "http://www.******/upload.php";
            private function init():void {
                fileRef = new FileReference();
                fileRef.addEventListener(Event.SELECT, fileRef_select);
                fileRef.addEventListener(Event.COMPLETE, fileRef_complete);
            private function browseAndUpload():void {
                fileRef.browse();
            private function fileRef_select(evt:Event):void {
                fileRef.upload(new URLRequest(FILE_UPLOAD_URL));
            private function fileRef_complete(evt:Event):void {
                Alert.show("Image has been uploaded", "Success");
        ]]>
    </fx:Script>
    <mx:VideoDisplay id="videoDisplay"
                     creationComplete="videoDisplay_creationComplete()"
                     width="320" height="240" autoPlay="true" x="15" y="28"/>
    <mx:Image id="img" x="343" y="28"/>
    <s:Button id="button" label="Take Screenshot" click="takeSnapshot(),init()" x="15" y="276"/>
    <s:Button click="saveImageToFileSystem()" label="Save Image" x="135" y="276"/>
    <s:Button x="229" y="276" label="Upload" click="browseAndUpload()"/>
</s:Application>
If you look at it the process is - Take Screenshot, which create the bitmap, Save Image which converts it into Snapshot and then lets the user save it to their computer, Upload which lets the computer browse their desktop to search for an image to upload.
However i want to merge steps two and three together, so that the user Takes a Screenshot, which saves it as a bitmap, this can be repeated many times as it is now, but then whent hey are happy with the image, they should just click Upload, which will save the image as a SnapShot and then upload it directly, without them needing to save it and then find it again using the .browse()
So my question really is,
     Is it possible to pass a file into the browse straightway ?  Mainly passing a snapShot thru ?
Just so you know my php code looks like this
<?php
$tempFile = $_FILES['Filedata']['tmp_name'];
$fileName = $_FILES['Filedata']['name'];
$fileSize = $_FILES['Filedata']['size'];
$name = $_GET['extraVar'];
$argh = $name.'.doc';
move_uploaded_file($tempFile, "./" . $argh);
?>
Thanks !

Similar Messages

  • To save to the server, correct the invalid or missing required fields.

    We have a SharePoint 2010 document library that has a required field that is from an external data source.  When we open existing Excel documents, a ribbon appears stating "To save to the server, correct the invalid or missing required fields.". 
    If you go File>Info>Document Information Panel you will see this external data source field with a Red Asterisk and it says "Show Details".  If you click "Show Details" it will show you the "Document Properties - Server"
    toolbar and you will see this field populated.  It is however read only, and I believe that it is because its an external data source.  It will not let us save any excel documents as it seems that Excel feels this field is empty or incorrect.
    The same happens with Microsoft Word documents, in that if you open an existing document and go to the document control panel you will see the external data field with a Red Asterisk and it says "Show Details".  If you click "Show Details"
    it will show you the "Document Properties - Server" toolbar and you will see this field populated but read only; the difference is with the Word documents we can save and close the documents.  If we upload a new excel document, it behaves
    just like word documents, so it seems its only applicable to existing excel documents.
    Over the past 2 weeks we have upgraded from SharePoint RTM to SharePoint SP2.  This is has never been reported prior to the upgrades so I am assuming, but cannot confirm, if it was caused by the upgrades.
    I see there are workarounds online for Word, but nothing for excel. 
    Any help for further troubleshooting would be greatly appreciated. 
    Thanks
    Ken
    Kenneth Clebak

    Hi Ken,
    According to your description, the error will occur when saving the documents in the library which has an external data column from client application.
    The document which cannot be saved may contain invalid XML information or invalid XML properties.
    I recommend to remove the invalid XML information before you save the documents:
    Open the document in corresponding client application.
    Click File, click Info, click  Check for issues, and then click Inspect Document.
    In the Document Inspector dialog box, accept the default options, and then click Inspect.
    In the Document Inspector dialog box, click Remove All, and then click Close.
    Best regards.
    Thanks

  • How to save picture in SERVER ---- B1_SHR Folder

    Hi Experts,
                      In my user form i have added a new picture box & browse button,using the browse button iam uploading the picture into my picturebox & saving the path in database,again in form load mode again my picture is getting loaded....everything is fine.
    But only problem is when i select the jpg file from desktop it's should be default save into below  SERVER path
    C:\Program Files\SAP\SAP Business One\B1_SHR\MyPicture1.jpg
    here's my present coding
    Sub ShowFolderBrowser()
            Dim MyTest As New OpenFileDialog
            Dim strMdbFilePath As String
            Dim MyProcs() As Process
            MyProcs = Process.GetProcessesByName("SAP Business One")
            If MyProcs.Length  0 Then
                For i As Integer = 0 To MyProcs.Length - 1
                    Dim MyWindow As New ClsWindowWrapper(MyProcs(i).MainWindowHandle)
                    'MyTest.Filter = "Excel files (*.xls)|*.xls|Document files (*.doc)|*.doc"
                    If MyTest.ShowDialog(MyWindow) = DialogResult.OK Then
                        If objForm.Mode = SAPbouiCOM.BoFormMode.fm_OK_MODE Or objForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE Then
                             'strMdbFilePath = MyTest.FileName
                        End If
                        Dim objPicture As SAPbouiCOM.PictureBox
                        objPicture = objForm.Items.Item("EmpPic").Specific
                        objPicture.Picture = MyTest.FileName
                        objForm.Refresh()
    end if
    end sub
    Can Anybody suggest me some ideas to solve this problem
    Thanks,
    Shangai

    Hello,
    >But only problem is when i select the jpg file from desktop it's should be default save into below SERVER path
    Attachment patch and bitmap pacth can be customized in
    Administration\System init...\General Settings\Path folder.
    These path values are avaiable in SDK, properties of company object.
    In this case at least the BitMapPath should be set to
    SERVERNAME\B1_SHR\
    You should copy it, by io.File.Copy command, and you can determine the system attachment pacth as ocompany.AttachMentPath or ocompany. BitMapPath
    This is the answer for you question.
    Regards,
    J.

  • How PLM Document save on content server

    Hi All,
    Please tell me the concept about given below scenario:
    Normally PLM documents are either saved in the Content Server or in the database.
    What if we have neither configured a database nor a content server. Where are they being stored then.
    what exactly Document serever , how the PLM document save on Content Server or in data base server.
    Thanks
    Narendra Vikram Vishwakarma

    Hi Vishwa,
             It depends on the storage area that you have maintained in the sap system for the documents. The customisation in the sap system is visible at IMG-->Cross Application Components -->Document Management --> General Data --> Settings for storage system. The storage area that you configure here will be linked to the DIR creation process.
    The SAP DMS is a file directory in the SAP server and a content server is a seperate Sap certified server usually maintained for handling files. However these topics are much more broader and you can have an overview by checking the following link www.verbellacmg.com/ulm211_v2.ppt
    Sojan

  • Help! Save to remote server has broken links to all images

    Okay, I (now) know this was a stupid thing to do - but surely there must be an easy way to rectify it...!?
    I usually 'PUT' the html files to the remote server, once they have been saved locally. But I keep getting frustrated with the uploading of all the dependency files, so... I 'discovered' the command 'SAVE TO REMOTE SERVER' and used this to save my html file directly to the server. I was asked if I wanted to update all the links - and I clicked YES (doh!)
    Now all my images and links are broken.
    I know it is just a single page - but it contains quite a number of links and images. Also, this page used a template and the image/links from the template within this one file are also broken. (The actual template file and all the other pages in the site are okay)
    'Undo' did not work
    Does anybody know a quick way to fix this?
    I am using Macromedia Dreamweaver MX 2004
    MANY thanks in advance,
    Rich

    I 'discovered' the command 'SAVE TO REMOTE SERVER' and used this to save my html file directly to the server. I was asked if I wanted to update all the links - and I clicked YES ...
    Sorry to say you've learn a valuable lesson the hard way.  Never, never save to remote server without first checking your work locally.
    You'll need to fix the links. Working locally and in code view, identify the path problem.  Do a Find & Replace (Ctrl+F) in the source code.  Test in browsers.  THEN when everything works properly upload to server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Error: Save subscription to server

    Hi all,
    When I try to create an e-mail subscription, I get the following error at the end of the Create Subscription Wizard:
    Save Subscription
      Error: Save subscription to server
    Errors
    An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:
    An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Exception: For more information about this error navigate to the report server on the local
    server machine, or enable remote errors
    I have changed the Reporting Database Thresholds, I have checked the connection from the reporting sql to the smtp server. I can't believe there is a connection problem because running reports works just fine.
    Any ideas on this error ?
    Kind Regards,
    J. Monnens

    I've checked the available space on the DB server and 
    SITE DB: 3255 / 5158 MB
    Reporting DB: 51 / 115 MB
    I don't see any issues there.
    Same error occurs:
    Save Subscription
      Error: Save subscription to server
    Errors
    An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:
    An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Exception: For more information about this error navigate to the report server on the local
    server machine, or enable remote errors
    Any ideas

  • How to save file from server to client machine

    Hi,
    By using POI library i'm writing values to the existing excel sheet which is available in server. After i written values to the excel, i want to save the same file to the client machine.
    How to achieve this.
    I googled about this, but still i didn't get any clear idea.
    Thanks in advance,
    SAN

    Sameera,
    No, i can't understand what is the meaning of the following code:
    public void doDownload(FacesContext facesContext, OutputStream outputStream) {
    // write the neccessary code to get the download data from the Model
    String data = getDownloadData();
    // save to the output stream
    try {
    OutputStreamWriter writer = new OutputStreamWriter(outputStream,"UTF-8");
    writer.write(data);
    writer.close();
    outputStream.close();
    } catch (IOException e) {
    // handle I/O exceptions
    can you please explain this code little more.
    Edited by: san-717 on Feb 29, 2012 2:30 PM

  • Save file from server cache in WebUI

    Hello,
    maybe someone here can help me with this obscure problem, that bothers me for quite some time now:
    I want to save a pdf file from an internal table to the clients harddrive. Everything is implemented as in Thomas Jung's BLOG(forgot the link) on getting the table in the server cache and I do have my working download URL.
    Now for the difficult stuff: I need to get the file to download correctly without freezing the application.
    This are the ways I tried, but I always do end up with the loading icon in front of my page, not able to make any input. gv_download_url is my working URL, file is OK too when I open it on the hdd:
    1.
      <iframe src="<%= gv_download_url%>" width="0" height="0" id="PDFDownload"
              name="PDFDownload" style="display:none">
      </iframe>
    2.
    <p>
      <object data="report.pdf" type="text/unicode" width="1" height="1">
        <param name="src" value="<%= gv_download_url %>">
        Ihr Browser kann das Objekt leider nicht anzeigen!
      </object>
    </p>
    3.
    <script type="text/javascript">
    function pageLoaded(){
    var myFrame = document.createElement("iframe");
    var src = document.createAttribute("src");
    var height = document.createAttribute("height");
    var width = document.createAttribute("width");
    src.nodeValue = "<%= gv_download_url%>";
    height.nodeValue = "600";
    width.nodeValue = "800";
    myFrame.setAttributeNode(src);
    myFrame.setAttributeNode(height);
    myFrame.setAttributeNode(width);
    var output = document.getElementById("Bereich");
    output.appendChild(myFrame);
    document.close();
    </script>
    <div id="Bereich"/>
    <iframe src="about:blank" onload="pageLoaded()" height="0" width="0"/>
    The only working way I know is this one:
    <script langugage="Javascript">
      var win = window.open("<%= gv_download_url%>");
    </script>
    But I always end up with an empty browser page open, whicht the user has to close manually.
    <i>Short: URL is good, file data is good. How do I get the file download dialog without freezing WebUI?</i>
    Any help would be highly appreciated. Thanks in advance.

    Had the chance to test it in IC WebClient on CRM4.0 today. Everything works fine.
    It seems to be really WebUI specific then. Suppose some missed JavaScript event, that triggers the "Please Wait"-Icon.

  • How do i configure 'save copy on server' on ipad4 has option in iphone settings but cant find it on ipad

    i have just realised that my new ipad is deleting my eamils from the server, i dont want it to do this!! how do i set it to leave a copy on the server?? the option is on the iphone but appears to be missing from ipad help.....

    worked it out!!
    If you set email account as an IMAP account, it doesnt give the option to save incoming mail on server!
    I have reloaded it as a POP account and this has given me the option.
    Luckily my server is very flexible
    thanks for prompt replies, was getting worried as i need to download emails accross 4 platforms

  • 3ds max can't save to lion server, 3ds max can't save to lion server

    I know there have been many discussions in the past few weeks.
    Please if any one can help me with a sollution or work around I will appreciate it.
    We have a mac mini server and both mac's and windows in the office.
    All work perfect except 3ds max can't save or open files from the lion server. All other programs work perfect from the windows machines to the lion server.
    Anybody found a solution yet?

    No I'm still going around in circles. It's infuriating, everything else is working fine, I just have this one issue with the .max files.
    I phoned Apple yesteday, hoping that they may help as we have an AppleCare Protection Plan that supposedly has software support. They have not managed to help in anyway, and have suggested that I take out some kind of cross platform support at extra cost, although they may not be able to help either.
    They are saying it is third party software vendors responsibility to sort out a fix, which annoys me, as we haven't changed the third party software, we've upgraded the server and now our workflow is broken. I have read of other people that have contacted Autodesk about the issue and they have said that the problem is down to Apple using their own SMB in Lion Server, but haven't mentioned any kind of fix/workaround.
    I don't know whether switching the servers SMB off and running SMBup may help. It's not something I really want to do, but I'm really running out of ideas.

  • Sap query output to save on application server

    Hi All,
    I have one requirement, want to save the output of sap query on application server as a text file?
    Is there any work around?
    Regards
    Vasumathi
    Edited by: komma vasumathi on Nov 5, 2009 10:32 AM

    Hi Vasumathi,
    Application server path cannot be accessed unless otherwise using OPEN DATASET. More over, Infoset cannot be executed directly. It can be accessed through SAP Query only.
    Writing Logic for 2 or 3 tables with Inner Join will not be a big deal. Writing Abap program will be optimum for you FTP requirement.
    1. create a folder in AL11 as \sap\common\
    2.  create z program and Declare sel-screen parameters : selopt1, selopt2
    3. Query : Select Afield1 Afield2 Bfield1 Bfield2 from table1 as A inner join table2 as  B on Afield1 eq Bfield1 where Afield1 in selopt1 and Afield2 in selopt2  into corresponding fields of table itab.
    4. creating file  at application sever
          w_fileloc = '\sap\common\file.txt'
         OPEN DATASET w_fileloc FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
        . Loop itab into wa_itab.
          Transfer wa_itab to w_fileloc.
         clear w_fileloc.
        endloop.
    5. goto AL11 and check the file file.txt in  folder \sap\common
    Please let me know if you need more information or close this thread by offiering the points( If you are satisfied).
    Regards,
    Sakthivel N

  • Save As.. and Server Based Homes

    Hi there
    I'm setting up a new Client/Server system with OSX 10.6.2 on both sides.
    There is one "problem" in using server based homes:
    When you have a document opend (QXP7, QXP8, IDD CS3, IDD CS4....) from the server, and you choose "Save as" from the menu, you allways end up in the "Documents" folder of you home directory. This also happens when you want to place pictures in the mentioned applications.
    Local accounts don't show this issue.
    Is there any cure for this problem?
    best regards
    OH

    I'm confused by your post. What do you mean by "logged on locally"? When you're using RDC from a Mac to a Windows workstation or server you're logging on remotely.
    If you're attempting to log in to the server via RDC (remotely) and on the server itself (locally) then you will be forced to select one logon and the other will be locked or disconnected. This is expected.
    Can you clarify how and where you're logging in?
    bill
    1 GHz Powerbook G4   Mac OS X (10.4.8)  

  • Cant save in SQL SERVER.

    Hi all.
    i have a BMP that save data in a SQL Server Table from a XML document.
    the BMP finish perfect but  when i check in SQL there no any data.
    I am using the next estructure:
    <?xml version="1.0" encoding="UTF-8"?>
    <sp_jdbc_MT>
       <dbTableName action="INSERT">
          <table>TEST</table>
          <access>
             <SALUDO>HI</SALUDO>
             <NOMBRE>JAMES</NOMBRE>
          </access>
       </dbTableName>
    </sp_jdbc_MT>
    my JDBC Comunication channel has the next configuration:
    JDBC DRIVER: com.microsoft.jdbc.sqlserver.SQLServerDriver
    CONNECTION:jdbc:microsoft:sqlserver://srv-cap01-adm:1433;DatabaseName=TEST
    any idea??
    Thanks & Regards
    Rodrigo

    hi again.
    thanks all for your quick anwers and your help.
    i have just installed JDBC driver.
    now, when im traying to post a XML SQL Format, in Adapter monitoring (RWB) for JDBC adapter i see the next error:
    - 2006-10-17 11:58:04 ART: Error: TransformException error in xml processor class: Error processing request in sax parser: Error when executing statement for table/stored proc. 'TEST' (structure 'InsertStmnt'): java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]SELECT permission denied on object 'TEST', database 'TEST', owner 'dbo'.
    - 2006-10-17 11:58:04 ART: Processing started
    XML SQL format:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <sp_jdbc_MT>
    - <InsertStmnt>
    - <dbTableName action="INSERT">
      <table>TEST</table>
    - <access>
      <SALUDO>Hola</SALUDO>
      <NOMBRE>Perez</NOMBRE>
      </access>
      </dbTableName>
      </InsertStmnt>
      </sp_jdbc_MT>
    what should i do?
    Regards.
    RP

  • Save PDF to server file system

    Hello, I'm wondering if anyone has sample code which saves a form as a PDF to the file system during the completion of a task. My form is an .xdp file. I'm using Form Server 6 integrated with Form Manager, and Workflow Server 6.2. I was told that the Jscript filesystemobject could do this, but it seems like it is only able to save it as a text file to the file system. I'd appreciate any help, thanks!
    Thomas

    Do you have Adobe Acrobat? If so then it's really easy. Just share your Acrobat printer, then on submit, have the form print to the Acrobat printer as follows:
    Form.PrinterName = "Acrobat" (or whatever your shared Acrobat printer name is)
    Form.PrintFormDefault (prints to the default printer, default page size, etc.)

  • Save data to server by an app

    Hi folks, I need to save some text, or an array, into a server... directly from my app developed in Adobe AIR using Flash (Action Script 3).
    Can you help me?
    Thank you so much!
    Cheers
    Brandon

    Here's the help article on URLRequest:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.ht ml
    You would use that with URLLoader:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLLoader.htm l
    Look at the examples on that page, see if it gets you started. It's showing the loading of a text file at a URL, but the URL could just as easily be to a server side PHP, ASP, or JSP.

Maybe you are looking for

  • Returning an old phone on Edge?

    I recently used the Edge program to get a new iPhone 6. I still have my iPhone 4, and want to avoid the $200 charge (I upgraded on Early Edge and returning the old phone is a requirement). However I have no idea where to mail my old phone or how to m

  • Getting An Exception while deploying .ear file

    Hi, I'm getting the following exception while manual deploying the ear file. Can you please reply the cause. java.lang.Exception: Delta :12 ErrorMessage :null at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:524) at

  • Nokia E62 with Motorola IHF 1000 car Kit

    I just purchased an E62 from Cingular and am unable to pair with a Motorola IHF 1000. Currently I am using a Treo 700P without problems.I have speen many hours on the phone with cingular only to be told that they do not support Bluetooth. Does any kn

  • Delete Payroll results (PU01) authorizations

    We are trying to provide the access to the transaction PU01 to delete payroll results but since my users dosen't the access to IT0008 it's throwing an error saying they can delete the payroll results. So is there a way where we can provide the access

  • Nvida driver - can't find nvidia module

    Finally went out and bought an nvidia geforce 6600Gt video card. But guess what now I can't install the dam thing. I followed the arch wiki but all I get is Installation starts now ... FATAL: Module nvidia not found. If you need more information abou