Reg: file security in PI

Hi guys,
I want to deliver files from PI securely.  which one is the right one and please justify the option.......
secure file transfer protocol
or
file transfer protocol w/ssl.
Thanks,
MS

Hi
Use SSL security.look How to use Client Authentication with SOAP Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/86/0222417c22f323e10000000a155106/content.htm

Similar Messages

  • Merging reg files as a standard User without UAC prompt ?

    I need to merge reg files as a standard user.
    When I run regedit.exe as a standard user, I get an UAC prompt, thanks to the manifest file embedded in the .exe which requires privilieges elevation.
    I would like to run regedit.exe as a standard user, without UAC prompt, to merge some .reg files in the HKEY_CURRENT_USER path (standard user has permissions to do so).
    How could I do it ?
    (I tried a dirty way to do so : I copied regedit.exe from Windows XP to an user folder on my Vista machine, and it works. It runs silently (after setting the compatibility mode to "Windows XP SP2") and merge correctely my reg file.)
    Thanks in advance,
    Thomas.
    More info about manifest files :
    http://channel9.msdn.com/Showpost.aspx?postid=209647
    http://blogs.msdn.com/uac/
    You can easily check this by viewing regedit.exe with notepad for example. Near the end of the exe, you will see this XML part :
    <!-- Copyright (c) Microsoft Corporation -->
    <assembly xmlns="urnchemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
     processorArchitecture="x86"
     version="1.0.0.0"
     name="Microsoft.Windows.Regedit" type="win32" />
    <description>Registry Editor</description>
    <dependency>
        <dependentAssembly>
            <assemblyIdentity
                type="win32"
                name="Microsoft.Windows.Common-Controls"
                version="6.0.0.0"
                publicKeyToken="6595b64144ccf1df"
                processorArchitecture="x86"
            />
        </dependentAssembly>
    </dependency>
    <trustInfo xmlns="urnchemas-microsoft-com:asm.v3">
        <security>
            <requestedPrivileges>
                <requestedExecutionLevel
                    level="highestAvailable"
                    uiAccess="false"
                />
            </requestedPrivileges>
        </security>
    </trustInfo>
    </assembly>

    And I've had another thought
    Edit the registry and change
    HKEY_CLASSES_ROOT\regfile\shell\open\command
    to
    reg import "%1"
    Reg will import regfiles.
    HKEY_CLASSES_ROOT is a registry key that is composed of merging the
    following two keys.
    HKEY_CURRENT_USER\Software\Classes
    and
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes
    with entries in HKEY_CURRENT_USER overriding entries in HKEY_LOCAL_MACHINE.
    So to specifically edit for the current user only edit HKEY_CURRENT_USER and
    for all users (that don't have a user entry) HKEY_LOCAL_MACHINE.
    EG
    HKEY_CURRENT_USER\Software\Classes\regfile\shell\open\command and
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\regfile\shell\open\command
    "DavidMCandy" wrote in message news:4d9feb10-65cb-4b9b-ab3b-627692973523...
    > You could edit the application manifest (they are known by the number 24)
    > embedded in the application. You use ResHacker
    > (http://www.angusj.com/resourcehacker/) to export the manifest, edit it,
    > and
    > then replace the embedded manifest with the edited one.
    >
    > But on Vista the manifest seemsto allow execution by nonadmins. It's
    > listed
    > as
    > <requestedExecutionLevel
    >
    > level="highestAvailable"
    >
    > uiAccess="false"
    >
    > />
    >
    > and according to http://msdn.microsoft.com/en-us/library/bb756929.aspx it
    > means
    >
    > highestAvailable
    > The application runs with the highest privileges the current user can
    > obtain.
    >
    > Experiment and see what happens if you change it to AsInvoker.
    >
    > To edit Regedit you'll need to give yourself permission to change
    > c:\windows\regedit.exe
    >
    > Click Start - All Programs - Accessories - Right click
    > Command Prompt and choose Run As Administrator. Type
    >
    > takeown /f c:\windows\regedit.exe /a
    > icacls c:\windows\regedit.exe /grant Administrators:f
    >
    >
    > --
    > ..
    > --
    > "DavidMCandy" wrote in message
    > news:58f05c55-c6ac-4762-aad2-011ff129ec24...
    >> Convert them to a VBSscript or a batfile (it appears Reg.exe doesn't
    >> honour
    >> this setting).
    >>
    >> VBS
    >>
    >> Dim Sh
    >> Set Sh = WScript.CreateObject("WScript.Shell")
    >> Sh.RegDelete "HKCU\Software\ACME\"
    >> WshShell.RegWrite "HKCU\Software\ACME\FortuneTeller\", 1, "REG_BINARY"
    >>
    >>
    >> Batch
    >>
    >> Forhelp and examples type
    >> reg add /?
    >> --
    >> ..
    >> --
    >> "bjohnrini" wrote in message news:cbf09759-a94f-44ee-88de-0bc762fcc5f8...
    >>> Is there anyway to run regedit.exe as a standar user?
    >>>
    >>> I have my group policy set to • Automatically deny elevation
    >>> requests
    >>> for
    >>> User Account Control: Behavior of the elevation prompt for standard
    >>> users.
    >>>
    >>> This simply gives me "This program is blocked by group policy"
    >>>
    >>> On Windows 7.
    >>>
    >>
    >>
    >
    >

  • Open File - Security Warning with Network-based Silent Install of CS4

    I am attempting to run an enterprise deployment of CS4 Design Standard Edition onto a pool of WinXP Pro workstations. I placed all of the install files on a networked server running Windows 2003, and generated from there all of the requisite .xml files (install, uninstall, and override files). From this network share, I can successfully run a silent install.
    HOWEVER. Multiple times (two or three) during the course of the silent install, I receive the same pop-up security warning from Windows XP (definitely an OS message, not anti-virus or other) that reads as follows:
    Open File - Security Warning
    Do you want to run this file?
    Name: AIRApplicationRunner.exe
    Publisher: Adobe Systems Incorporated
    Type: Application
    From: (server IP address)
    I have tried excluding Adobe Air from the installation package, but I still receive the same security prompt. This is sufficiently a hassle to have to click through these prompts in a silent install. But more importantly I am unable to run the silent install as part of a logoff script because for all intents & purposes it is no longer a silent install (i.e. it requires user intervention). To top it off, I found when testing the logoff script the prompts are suppressed and the installation fails prior to the bulk of the installation (Photoshop, Illustrator, & InDesign).
    I'm sure that I could run the install by copying all of the files to each local workstation, but again that would defeat the purpose of an easy, network-based install. In the past I was able to install CS3 in this fashion with no troubles, which of course did not include Adobe Air.
    Can anybody offer a suggestion as to how to disable these security messages, or alternately, how to entirely exclude Adobe Air from the install package? I have found a VB script that is supposed to address the security warnings issue, but to run the script also requires the user to accept it at a security prompt.
    Thanks in advance for any assistance!
    -Dan

    I'm now able to deploy design suite premium cs4 successfully.
    The issue for me was that the AirapplicationRunner installs some useless software. I worked around the issue with the Airapplicationrunner prompt by removing any apps that are installed using that method. By "removing" I mean marking that app as "donotinstall" in the deployment file. The apps I removed are these adobe codes for adobe media player, adobe.com, adobeair itself. The below is from my deploy.xml file used for the silent workflow:
    donotinstall
    donotinstall
    donotinstall
    If you mark those three adobe codes as "donotinstall" the prompt never appears and the real apps get installed just fine.

  • Disable "Open File Security Warning"

    Hi whenever I try to open a file from the local hardrive I get the "Open File Security Warning" asking me whether I want to open the file or not. This is getting rather annoying. I searched online but everything I found seems to be dealing with network shares and I am not using that. Just a file on the local hard drive in the computer I am using to the right of me. I remember in my last install I turned it off somehow, but for the life of me I can't figure out how I did it. Anybody have any ideas? Or is this here to stay?

    Windows 7 - Launching unsafe files is in this path;
    IE -> Internet Options -> Security tab -> Custome Level -> Scroll down in Settings -> Look for radio button "Launching applications and unsafe files (not secure)".
    Don't know if it solves the problem or not but option is there.
    Great, on Windows 8 x64 this is an option I can find and set.
    It will generate a nasty warning in the system tray. And does not solve the problem:
    I have downloaded a warez archive and extracted it. The resulting .exe file is a wrapped program which will extract everything to my choosings. I've used it before. 
    When I try to run the program, all I get is: 
    Windows Security
    These files can't be opened
    Your internet security settings prevented one or more files from being opened. 
    Show details | Close
    I do not use IE, I use chrome. What is this strange behaviour?? :(
    Post-EDIT: I found this link with detailed steps for Windows 8, including screenshots.
    http://www.c-sharpcorner.com/UploadFile/e83792/how-to-disable-the-open-file-security-warning-in-windows-8/
    But this does not solve my particular problem :s
    ... Peace!
    Devvie
    ~~~ [email protected] ~~~
    Cuisvis hominis est errare, nullius nisi insipientis in errore persevare
    All spelling mistakes are my own and may only be distributed under the GNU General Public License! – (© 95-1 by Coredump; 2-013 by DevNullius)
    2nd POST-EDIT: I solved it with a little tool: streams! Read more here: http://scforum.info/index.php/topic,8543.msg22024.html#msg22024 and be done with this IE sheit. Who uses IE anyways and why is it important when I want to run a local file :| The future
    looks grimm :(

  • How to execute a .reg file in a task sequence using MDT 2013

    Hi,
    Im trying to add a couple of desktop icons to my custom images during deployment using MDT 2013. I have a .reg file with all commands inside it but I am struggling to get these to work. the .reg file is located on my deployment server and is in a shared
    folder which everyone has full read\write access to, I was wondering if someone could help?
    The commands inside the .reg file are:
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 0 /f
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 0 /f
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {59031a47-3f72-44a7-89c5-5595fe6b30ee} /t REG_DWORD /d 0 /f
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {59031a47-3f72-44a7-89c5-5595fe6b30ee} /t REG_DWORD /d 0 /f
    Thanks

    That's not a *.reg file. that's a set of commands used in a *.cmd file.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Why do I get a file security error when downloading itunes.

    I try to download itunes, but about halfway through an error messge comes up that says error with file security:get lasterror:5

    Hi lizz4321,
    A digital ID is made up of three components; a private key, a corresponding public key, and some identifying information. The keys themselves are pretty straight forward, they are just big blobs of numbers used to encrypt and decrypt data. It's the identifying information that gets a bit tricky. On first look, the identifying information looks like plain text. You'll see your name and the issuer's name, a serial number, some dates for when the validity starts and ends. All pretty straight forward.
    However, all of this information is actually formatted using something called ASN.1 (it stands for Abstract Syntax Notation) and then encoded using BER (Basic Encoding Rules). When someone creates a digital ID they can put just about anything in there. Per specifications (RFC 5280 if you wanted to look it up) some items are required, and others are optional. Each piece of information that goes into the public-key certificate (the PKC is basically the digital ID without the private key) is contained in an extension. These extensions are identified using an OID (Object ID) and conform to a specification which may either be public or confidential.
    There are two possibilities in the case you are seeing. Either, some of the information that Acrobat knows about was formatted or encoded incorrectly, or, there is an optional entry that Acrobat doesn't understand how to decode. My guess is it's the latter possibility. There is a rule that states if an extension is marked as critical, and the application using the public-key certificate (in this case the application would be Acrobat), doesn't understand the extension, then the application is supposed to reject the certificate. It could be the former case (badly formatted data), but without seeing the certificate all I can do is guess.
    Steve

  • Cant install itunes (file security error) PLEASE HELP

    I uninstalled itunes because i could not update it. now when i try to install it it comes up with this 
    "error getting file security: C:\programdata\Apple\Apple Application Support\kdrl\GetLastError:5"
    Can you please help me.
    Thanks

    Delete the folder C:\ProgramData\Apple\Apple Application Support then try again.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Open File - Security Warning - minor annoyance

    Ever since I installed SQL Developer 1.5.5 I get an Open File - Security Warning. The publisher could not be verified.
    I can still run the software, but it is something I haven't seen with SQL Developer before and I have been running it since 1.2
    Anyone else have this issue or just me?

    I know this a very delayed answer to a 2009 question.  But I had a similar problem today and tried to search for a reply and landed in this page.  Later I figured out that the executable file was in blocked stage.  Files received from mail and internet downloads are blocked based on security settings and execution will be permitted after review and allow manually.  As a one time activity, the executable file can be unblocked (Right click - > Properties -> Click Unblock) after which this warning will not appear.
    T.G.Sekhar

  • Reading in .reg Files

    When I read in .reg files, for some strange reason (well I think its strange) when I use:
    BufferedReader in = ...;
    String line = in.readLine();
    System.out.println(line)
    It prints out:
    ��W then a bunch of crazy boxes, (with letters in between)
    This is "strange" because eariler in my program, i read another .reg file with no problem. I think the issue has to do with the fact that the .reg file I am reading from above (that outputs funny output) was written in my program. However, if I open this .reg file in like notepad, it looks perfectly normal. Any suggestions?
    Thanks

    Ok after reading around the net a little, apparently regedit exports in 16-bit Unicode.
    So lets say in my code i do this:
    Process m = Runtime.getRuntime().exec("regedit.exe /e \"" + location + "data\\" + version + "\\" + version + "BACKUP.reg\" HKEY_LOCAL_MACHINE\\SOFTWARE\\DELMIA"); //exports a Reg file, it works
    m.waitFor();
    lets call the exported reg file "file.reg" for simplicity.
    Then I do:
    BufferedReader in = new BufferedReader(new FileReader(file.reg));
    String line = in.readLine();
    System.out.println(line);
    this prints out the crazy stuff... how am I suppose to make Buffered Reader read it in correctly? please help, im going crazy!

  • File Security on Windows 10

    I'm finding to file security on Windows 10 unbearable. I am unable to write to Program Files or Program Files32. How do you turn it off? How does one turn the UAF off?
    Renee
    "MODERN PROGRAMMING is deficient in elementary ways BECAUSE of problems INTRODUCED by MODERN PROGRAMMING." Me

    Due to terribly restrictive file security I cant write into these directories for Access Violations What gives?
    Renee
    "MODERN PROGRAMMING is deficient in elementary ways BECAUSE of problems INTRODUCED by MODERN PROGRAMMING." Me

  • Encrypted document using Apple File Security won't open

    Back in 2000 I was using an iMac G3 with OS 9. I created a MS word document with MS 2000 and encrypted it using the Apple File Security. Since then I have upgraded to an iMac G5 with OS 10.4 and OS 9 for older applications.
    Since this is a legal document, I now need to decrypt it and I am not sure if I used a password to encrypt this document. I have opened up the key chain in OS 9 and, I don't see any saved passwords. I have opened up MS Word and don't see anything about a password for this application. When I open up the encrypted document it shows it to be over 300 pages, and when I select "Get Info" it shows that this document is unlocked, but I see on the desktop the document with a yellow key symbol.
    Is this a locked document? Why does it ask me for a password when I don't see any password in the key chain? What does the yellow key symbol mean?
    I really need to decrypt this document and their are a lot of programs that will decrypt a word document but you have to be running Windows and not OS X or 9.
    Can any one give me any suggestions on how I can decrypt this word document that was encrypted with Apple File Security.
    Thanks,
    DaisyMay

    Open Apple File Security and use it to decompress or decrypt the file. Any item can be encrypted with Apple File Security, and no other application will decrypt that format; the mechanism isn't the same as used in some Word versions. The Locked setting in the Get Info window controls something else. A password doesn't need to be stored in the keychain to be applied to an encrypted item; the file itself stores the encrypted password.
    (48403)

  • Would like to recover my old Apple File Security password

    Hi,
    Here is a continuation of a prior problem. Several years ago I encrypted some Appleworks WP files using Apple File Security while using OS 9. I now have a fully functional Classic available on an iMac G5 (OS10.4.4) (thanx to forum respondants) and I have discovered that I must have used a different password to encrypt them than I thought I have always used for everything. Initially I didn’t care but actually they do represent some legal issues of the past that if it was feasible to recover the password for I would appreciate the opportunity. If this requires advanced skills forget it, I don’t have them and if there is illegality involved forget it since I have no desire to do that either. I have seen them in their encrypted format so I know they are there. Just obviously not readable. Thanx.
    iMac G5   Mac OS X (10.4.3)  

    Spock,
    Unfortunately, I don't know of any crack for resolving this. Files that come out of Apple File Security are actually encrypted and compressed. I have a feeling that the password used is actually used as the encryption key. This is rather than just a simple security barrier in the Mac OS to prevent access by Mac applications.
    I'd even hoped that as the documents are WP docs, a disk scanning program - or Terminal in Mac OSX - could rescue the contents, but as they're compressed, you've had it.
    If it was me and my files, I'd try to find out more about the compression and encryption algorithms used by Apple File Security in Mac OS 9 (and maybe Mac OS 8) documentation. And then try to force decryption using Unix tools on your whizzy new iMac, ie. trying every word in a dictionary between 5 and 8 letters as the password would take a few hours of CPU.
    A moot point if you know that your password choices are designed to specifically not appear in a dictionary, ie. contain numbers, etc.

  • Autosave temporary file security--Where do they go once a doc is formally saved?

    Hello!
    I recently replaced my failed PowerMac G5 with a new iMac, and upgraded from Tiger to Snow Leopard in the process.
    File security is very important to me. I noticed that Snow Leopard will automatically save a temporary file until the original file is formally saved.  As a rule, I am careful to secure erase all of my, and my client's, personal documents once they are no longer needed. I am concerned that there are duplicate copies of these files floating around my hard drive, unencrypted, or erased but not secure erased.
    Can someone educate me about where those tempory files go after the original is saved?  I take considerable strides to make sure I know what information is stored on my computer, and I am a little put off by the seemingly lack of control.
    Thannks!
    p.s.  I will be jumping to Lion soon, so any info on how this works with Lion also wouldn't hurt.

    The temporary files are erased. You're overthinking the issue. As for Lion, there might be other issues associated with autosaving: salient details described in http://www.apple.com/macosx/whats-new/auto-save.html, http://support.apple.com/kb/HT4753, and https://discussions.apple.com/message/15877452#15877452

  • ITunes 9 installation error "Error getting file security"

    Every time I try to install iTunes 9, I get this error:
    Error getting file security: C:\ProgramData\Apple Computer\Installer Cache\QuickTime 7.62.14.0\GetLastError: 5
    Any ideas? I'm running Windows Vista 64-bit. Any help would be greatly appreciated.

    itunes installs quicktime. The trouble is with the security settings in the folder in C:\ProgramData\Apple Computer\Installer Cache.
    On both the Apple Computer folder and the Installer Cache, you will need to take ownership. Then delete the quicktime folder.
    First, to see the folder, in explorer go to Organize, folder options, then view tab. There click the radio button see hidden files and unclick hide protected system files.
    Then navigate over to the folder location above.
    Right click on the folders, click on properties, then security.
    There at the bottom, click on advanced. Then click on the owner tab. There you can change the owner to the user that you logged on as.
    That should fix it. Remember to delete the quicktime folder after to take ownership.

  • File Security on Portal - Help Please urgent

    Hello all,
               I need an urgent help on File Security on Portal.
    suppose we have 5 .PDF files in a perticular directory on the portal server. I want to have J2EE engine check if the user is already logged into portal or not. If the user is not logged in I want to throw logon screen asking them to Login. If the user is logged in I want to show the document directly.
    How to configure these things. Please help me.
    Thanks and regards,
    Vasu Pabbaraju.

    Hi,
    instead of storing Your files into the portal server's filesystem You could store them into KM.
    If the file "dummy.pdf" is stored into the KM folder "/documents/test", You could call it via
    http(s)://<potal server>:<port>/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/test/dummy.pdf
    The portal will ask for a login before displaying the document.
    Best Regards
    Frank

Maybe you are looking for

  • Date vs. Day of the week

    Maybe I am dense, but I can't figure out a way to set my calendar for a meeting the first MONDAY of each month without doing it manually 12 times. Suggestions? Thanks!

  • LSNRCTL and SRVCTL listener management

    Hi I am struggling with understanding how to manage my listener in a RAC 11gR2 environment. I had thought that I shoudl be using LSNRCTL to start and stop the listener, and indeed when I use this and list STATUS I can see all the services correctly r

  • Loquendo Speech Agents

    Hi,  I'm creating my first captivate 5 projects for use with a Robohelp 9 Help File using Loquendo English Speech Agent - Simon.  I have experimented with pronunciation by typing text in different formats in the slide notes, this seems a lot of work

  • Aperture 2 All Projects will not allow viewing individual files

    In the Library/All Projects selection are 4 projects, 3 allow me to click on any image and view it full screen. The 4th will not. Clicking on a picture won't open it, nor can I copy any files from it. How can I fix this? All of my pictures are stored

  • Running Aggregate on grand totals

    Hi, We have requirement where user wants to view running aggregate only on the grand total,when we use running aggregate in OBIEE 11g it calculates running totals each row, however we want the running totals on grand totals. Another issue is can we s