File Associations in 2012 R2 RDS Server using Roaming Profiles

Background Information
We recently moved from using 2008 R2 RDS servers to 2012 R2 RDS Servers. All of our users
have roaming profiles. When we migrated from the old terminal servers to the
new terminal servers, the users got completely new profiles. The only thing
moved from their old profiles were documents and items on their desktops. We
have multiple PDF viewers/editors installed on our RDS servers. Mostly due to
the cost difference between Adobe Acrobat and other, cheaper products that a
lot of our users can get away with using that don't need the functionality of
Adobe Acrobat.
The Problem
Ever since moving to the new 2012 R2 RDS servers, whenever our users log off terminal
server, the next time they log in their default PDF Viewer association doesn't
load, and they have to go through the process of choosing a default PDF viewer.
This only occurs when there's more than one PDF viewer installed on the server.
We've tested it with only one PDF viewer program, and the setting remains after
logging off and back on. The problem we've found is that the registry key that
houses the default user choice:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\UserChoice
when set during the session, to Adobe Acrobat 11 for example, reads as such
inside that registry key. For example, the Progid key will say
Acrobat.Document.11 and this setting will persist until the user logs off. Upon
logging off and back on to the terminal servers, if you look at that same
Progid key, it has been converted in to a Hash value, and the Operating System
is unable to read the hashed value and determine what that user's default PDF
Viewer choice is, causing them to have to go through the process of setting it
again.
Things we've tried
We created a GPO that runs a script that exports the registry key upon log off that has
the non-hashed value, and have it set to import that value on log on. However,
by default this registry key has the DENY WRITE permission applied to it, so
when the system tries to import the registry key through the login script it is
unable to do so. 
Summary
This issue only started happening once we moved over to 2012 R2 RDS servers. It only
occurs for users using Roaming Profiles. It only occurs when we have multiple
PDF Viewers installed on the servers. Any insight on why this is happening or
how to resolve it would be greatly appreciated.

I would use GPP to push the value, 'not hashed'. You can give right to the registry too, so like adding everyone group to that registry branch. (https://technet.microsoft.com/en-ca/library/cc753092.aspx)
Regards, Philippe
Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
Answer an interesting question ? Create a
wiki article about it!

Similar Messages

  • Windows 2012 RDP "resets" user settings while using Roaming Profiles

    Last month we installed a RDP environment running a Windows 2012 DC and 2 Windows 2012 RDP servers. The RDP servers are running in a pool.
    For the rest it's nothing fancy.
    The problem is that user-settings are reset, most likely during logon. This only occurs when we use Roaming Profiles.
    - We create a new user, in a container with no GPO's attached.
    - This user gets a RP while logging on, no errors, at logoff the RP is written to it's correct folder.
    - Logging on again. Now for example I make Chrome standard browser and change the program which opens JPG files.
    - Logging off
    - I check the NTUSER.DAT in the RP folder and the changes I made can be found in the file. So it has been saved to the NTUSER.DAT.
    - Now I login again and check the settings I made. IE is standard browser again and the JPG setting is also back to standard.
    - Logging off
    - Checking the NTUSER.DAT in the RP folder and yes, everything is back to default.
    Now the funny part is, when I create a user with a local profile, everything is working properly. Settings been saved.
    It doesn't make a different what kind of user it is. Domain User, Domain Admin. They all have the same problems when using RP's.
    No error messages in the Event Viewer.
    I'm clearly unable to solve this problem. Hoping someone can help me on this one.
    What makes the settings reset at logon while using Roaming Profiles?
    Thanks!

    Hi,
    Thank you for posting in Windows Server Forum.
    Have you enable Cache copies option of roaming profiles?
    This issue might occurs because the User Profile service does not load the terminal server roaming profile correctly after the user account password is reset.
    When the Delete cache copies of roaming profiles Group Policy setting is enabled, and when a user is prompted to change the user account password, the User Profile service loads a local temporary user profile. The User Profile service loads this user profile
    to perform the password reset operation. However, the profile changes to a combination of the local temporary profile and of the roaming profile after the user password is reset. Therefore, the terminal server roaming profile is not loaded correctly.
    In addition, please try to delete the SID of the user from registry key and check the result. You can follow the below path.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    More information:
    You receive a "The User Profile Service failed the logon” error message
    http://support.microsoft.com/kb/947215/en-us
    Also check “User Profiles on Windows Server 2008 R2 Remote Desktop Services” article.
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How do I use long path names ("\\?\UNC\...") with Server 2008 roaming profiles?

    Hey folks!
    I administrate a Windows Server 2008 R2 SP1 Domain with about 40 users on
    Windows 7 SP1 clients. Because the users often switch between the many PCs, I am using Roaming Profiles which tend to produce errors with different application-specific paths and files inside the users profiles.
    As one of many example, our standard mail application Thunderbird produces paths and files according to folders/subfolders and mails in a user's mailbox. Another one is Microsoft Office's Auto Recovery files which reside in a user's profile and can
    get very long.
    These paths and filenames often extend the allowed max. path of about 256 characters, when (on log on or off) the synchronization process between the client and the server takes place, leading to errors in the event log and a notification to the user about
    the conflict:
    "Event ID 1509 - Windows cannot copy file \\server\share\users\user123.v2\AppData\Roaming\looooong to location C:\Users\user123\AppData\Roaming\looooong. DETAIL - The filename or extension is too long."
    In the long run this leads to different file versions on different clients which - in the case of Thunderbird - leads to missing mails.
    After extensive searches and lectures of forums - including this - I haven't found a solution for this problem.
    So my question is if there's a way to use the extended max path with roaming profiles and if so how do I get it to work?
    I tried changing the profile path of a test user in the Active Directory user preferences from "\\server\share\profiles\test_user" to something like "\\?\UNC\server\share\profiles\test_user" without any changes in the system's behavior.
    Also I think that because this is such a fundamental problem somebody must have come up with a solution for it...
    Thanks in advance,
    Nico

    Hi,
    Thanks for your posting.
    The Event 1509 can happen if the destination path of the users profile is on a server with a long name and share folder name. For detail information, please refer to:
    User profile cannot be loaded with Event ID 1509, DETAIL - The filename or extension is too long
    http://blogs.technet.com/b/win7/archive/2011/02/15/user-profile-cannot-be-loaded-with-event-id-1509-detail-the-filename-or-extension-is-too-long.aspx
    User profile cannot be loaded with Event ID 1509, DETAIL - The filename or extension is too long
    http://support.microsoft.com/kb/2536571
    Hope this helps.
    Regards.
    Vivian Wang
    TechNet Community Support

  • Windows 7 / Server 2003 Roaming profile synchronization error at logoff (ntuser.pol)

    Hi all,
    I have implemented Roaming Profiles for a few test users on Windows 7 PC's (Windows Server 2003) and everything is working well aside from one error I'm seeing at logoff ('Your roaming user profile was not completely synchronized.  See the event log
    for details or contact your administrator.')
    The event log reveals event ID's 1504 and 1509.  1504 is flagging the fact that Windows cannot update the roaming profile completely.  1509 shows the following:
    'Windows cannot copy file C:\Users\jtest\ntuser.pol to location \\server\Profiles$\jtest.V2\ntuser.pol.  This error may be caused by network problems or insufficient security rights.
    DETAIL - Cannot create a file when that file already exists.
    Other observations:
    This issue occurs with all test users upon each logoff attempt except for the very first logoff, where there is no network share copy of ntuser.pol to get in the way.
    Prior to logoff, the network share copy of ntuser.pol has an older timestamp than the local copy.  This is not a cause or symptom but it leads me to believe updating the network copy of the file at logoff is normal/required behavior.
    If I delete the network share copy of ntuser.pol prior to logoff the error does not occur.  I don't suspect file permissions are the cause since I used the same user having difficulty logging off to delete the network share copy of the file.
    ntuser.dat has no problem overwriting itself upon logoff.
    I was able to repeat the problem with two windows 7 clients.
    I've been all over the usual suspects (i.e. group policies affecting roaming profiles, file/folder permissions, installed every hotfix relating to roaming profiles and folder redirection, and googled every keyword) and came up empty.  I confirmed offline
    caching for the profile share is disabled.
    Does anyone know what may be going on here?  I'd greatly appreciate a point in the right direction.  Thanks in advance.

    You could too run a process monitor to watch what happen. With filter you can easilly configure it on the server to not log everything except read|write on the profile.
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • Default Keyboard input change in using roaming Profile on different Win 7

    We found a strange problem on default Keyboard setting.
    We are using roaming profiles for all users.
    One of our users is using two Windows 7. One Windows 7 is VDI for working out of office and another Win 7 is her local PC.
    She is only using Two keyboard input: Chinese Traditional English and Chinese Traditional Pinyin.
    Whenever she had used the Windows 7 VDI, when she comes back to office and use her local PC, the default Keyboard input will automatically change to Chinese Traditional Pinyin.
    The user said she had not changed any default keyboard input in the VDI of local PC.
    Is there anything we can do for this issue?
    Ivan

    Hi Ivan,
    I am just writing to check the status of this thread. Was the information provided in previous reply
    helpful to you?
    Do you have any further questions or concerns? Please feel free to let us know.
    If you have any feedback on our support, please click
    here
    Karen Hu
    TechNet Community Support

  • Trying to log into a RDS server using cached credentials

    I have a Windows Server 2012 R2 with Remote Desktop Services installed and it is a member server in my domain.   As a test,  I have cut the network connection between the RDS server and the domain controller.   I can log into the
    RDS server at the console with my cached domain account,  but I can't RDP into the server with my cached domain accout.   It is telling me the specified domain either does not exist or could not be contacted.   Does RDS sessions not
    use cached credentials ?    I have set the Group Policy Option: Interactive logon: Number of previous logons to cache (in case domain controller is not available) to 30.   That didn't seem to make any difference.  Thanks for any
    help with this problem.

    Hi,
    By default Network Level Authentication (NLA) will be used for RDP connections, and this requires the domain controller to be available.  If you needed to you could disable the requirement to use NLA in the collection properties and set a custom rdp
    property so that clients would not attempt to use NLA when they connect.  The downside of this approach is clients will never use NLA when connecting and instead will see a server-side log on screen, and may get multiple prompts for credentials.
    It is preferred to use NLA where possible, which in most cases it is since modern clients support it.
    -TP

  • Cannot install or manage Server 2012 R2 RDS server locally but works remotely

    I am working with a Server 2012 R2 standard machine and attempting to get Remote Desktop Services installed and configured on it. Using the Add Roles and Features wizard while logged on locally to the server in question resulted in the error
    “Unable to connect to the server by using Windows PowerShell remoting.” However, if I use a different Server 2012 R2 machine to run the Add Roles and Features wizard remotely targeted
    at the original server then I can successfully get RDS installed.
    Also, after the installation has completed I cannot manage RDS locally on the server but can successfully manage it remotely from another Server 2012 R2 box. When attempting to use Server Manager locally and choose the Remote Desktop Services menu the error
    message "A Remote Desktop Services deployment does not exist in the server pool."
    The server appears to be functioning correctly and can be managed remotely just not locally. I can reproduce the behavior on other Server 2012 boxes in the environment.
    What would cause local install and management to fail but remote management work?

    Hi,
    Have you added the RDS server under server manager ADD server? Does it show the server in server list?
    Check whether there is any wrong IP address\hostname entry occurs under DNS record which looks\points the DNS entry successfully. 
    Add Servers to Server Manager
    https://technet.microsoft.com/en-in/library/hh831453.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Moving user profiles from Server 2012 with RDS services to User profile disks Server 2012R2

    Hello i have a question about moving my C:\users profiles.
    My current settings on the servers are:
    AD-Server 2012
    SQL-Server 2012
    TS- server with RDS roles (RDwebacces, RDs broker, RD session host) 2012
    everything about user profiles is now in C:\Users
    My new settings for the server will be:
    AD-ActiveDirectory - server
    SQL-Server
    TS1- RDS (RDwebacces, broker, RDS server group management) 2012R2 (I have enabeld userProfileDisks to Filesistem server)
    TS2- RDS(Session host) load balance 2012R2
    TS3- RDS (Session host) load balance 2012
    FileSistem - server ( here i will have on E: partition the new functionality UserProfileDisks) 2012R2
    So is there a way to move profiles from TS - C:\Users to FileSistem - E:\UserProfileDisks
    I am new to this so any idea wil be helpful.

    Hi,
    If the UPD is configured on the server which holds existing user profiles, just select the option:
    store all user settings and data inside the profile disk.
    Since you are moving user profiles between different servers, then user profile contents need to be migrated manually.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • File transfer from backend to sharepoint server using WebDAV

    Hi,
    Currently we are in development process of our product and we have a component called Document Publisher which should publish(upload) the documents to the web folders in the sharepoint server using WebDAV from the backend.
    I was able to find some classes in the backend like CL_HTTP_WEBDAV, CL_HTTP_WEBDAV_SKWF etc and these classes have some set of methods which i feel can be used for uploading the documents to another location from the backend. But i am not sure how to achieve this and i was not able to find much of the information about this online.
    It would be really great if somebody can help me in this.
    Thanks a lot in advance,
    Kasthuri

    Hi Kasturi,
    What you exactly want to do because your query not clearly visible to anyone?
    Regards

  • Excel 2013 / 2012 R2 RDS server crashes

    Hello Everyone, 
    I have a 2012 R2 Cluster with 2 Terminal Servers. On 1 servers we have several crashes in Excel with the following errors: 
    Naam van toepassing met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Naam van module met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Uitzonderingscode: 0xc0000005
    Foutmarge: 0x0001f13f
    Id van proces met fout: 0x3c34
    Starttijd van toepassing met fout: 0x01d013c1e5827a06
    Pad naar toepassing met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Pad naar module met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Rapport-id: 29247ed3-7fb5-11e4-8175-0050568b9d50
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    Naam van toepassing met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Naam van module met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Uitzonderingscode: 0xc0000005
    Foutmarge: 0x0001f13f
    Id van proces met fout: 0x2ca0
    Starttijd van toepassing met fout: 0x01d013c1d6c8e41b
    Pad naar toepassing met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Pad naar module met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Rapport-id: 19caad8a-7fb5-11e4-8175-0050568b9d50
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    Naam van toepassing met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Naam van module met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Uitzonderingscode: 0xc0000005
    Foutmarge: 0x0001f13f
    Id van proces met fout: 0x2948
    Starttijd van toepassing met fout: 0x01d013c1c2d9b623
    Pad naar toepassing met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Pad naar module met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Rapport-id: 05ca6761-7fb5-11e4-8175-0050568b9d50
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    Naam van toepassing met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Naam van module met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Uitzonderingscode: 0xc0000005
    Foutmarge: 0x0001f13f
    Id van proces met fout: 0x37cc
    Starttijd van toepassing met fout: 0x01d013c1b8162ae4
    Pad naar toepassing met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Pad naar module met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Rapport-id: fb36534b-7fb4-11e4-8175-0050568b9d50
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    Naam van toepassing met fout: EXCEL.EXE, versie: 15.0.4667.1000, tijdstempel: 0x543d3243
    Naam van module met fout: mso.dll, versie: 15.0.4667.1001, tijdstempel: 0x5447696f
    Uitzonderingscode: 0xc0000602
    Foutmarge: 0x011aafdd
    Id van proces met fout: 0x3408
    Starttijd van toepassing met fout: 0x01d01381a65b3c13
    Pad naar toepassing met fout: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Pad naar module met fout: C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll
    Rapport-id: 11964a71-7f77-11e4-8175-0050568b9d50
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    The machine is uptodate with updates from Windows or Office. Can you help me? What i do already: 
    - Office 2013 Standard repaired
    - Safe mode doenst work, crashes are exist. 
    Thankyou
    Runescomm

    Hi,
    This is not an English log, and I used Bing to translate it (It is Dutch log). Based on the log, Excel crash is due to  the "Faulting module name: mso.dll". (Path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll)
    Please try the following methods and check if they are help:
    1. Rename the registry key
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity\Identities
    2. Copy the Mso.dll  from a working server and paste over in faulty one to test.
    Please note: We need to registry the dll. Steps:
    Double-click "C: Drive," "Windows" and "System32." The System32 folder opens.
    Drag the Mso.dll file on your desktop into the System32 folder.
    Click "Start," type "cmd" into the search field and press "Enter" to open the Command Prompt.
    Type "regsvr32 mso.dll" (without the quotation marks) into the Command Prompt and press "Enter."
    Close the Command Prompt and restart your computer.
    3. If we installed KB2880987, please try to remove it to test.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to FTP a file from client machine to database server using forms 10g

    Hi
    I want to ftp a file from a client machine to the database server machine using forms 10G (or PL/SQL).
    could you please tell me how can I do this
    Regards

    hi
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
    cd C:\webutile
    copy jacob.jar Oracle_Home\forms\java\.
    copy jacob.dll Oracle_Home\forms\webutil\.
    The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin to the PATH:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign the files, and check the output for success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
    you may skip this step. Otherwise,
    Create a schema to hold the WebUtil stored code, and privileges needed to
    connect and create a stored package. Schema name "WEBUTIL" is recommended
    for no reason other than consistency over the user base.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor, and delete or comment
    out the EXIT statement, to be able to see whether the objects were created witout
    errors.
    Start SQL*Plus as SYSTEM, and issue:
    CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -- Inspect SQL*Plus output for errors, and then
    CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    Reconnect as SYSTEM, and issue:
    grant execute on webutil_db to public;
    5) Modify Oracle_Home\forms\server\default.env, and append Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.
    6) Modify Oracle_Home\forms\server\formsweb.cfg insde [default] add :
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    also add :
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    7) Modify Oracle_Home\forms\server\webutil.cfg and add :
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
    It is important to generate the PLX, to avoid the FRM-40039 discussed in Note 303682.1
    If the PLX is not generated, the Webutil.pll library would have to be attached with
    full path information to all forms wishing to use WebUtil. This is NOT recommended.
    10) Create a new FMB.
    Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
    There is no need to Subclass the WebutilConfig object.
    Attach the Webutil.pll Library, and remove the path.
    Add an ON-LOGON trigger with the code
    NULL;
    to avoid having to connect to an RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a WHEN-BUTTON-PRESSED trigger.
    Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    11) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
    the "Application Server URL" is empty.
    Then append "?config=webutil" at the end, so you end up with a URL of the form
    http://server:port/forms/frmservlet?config=webutil
    12) Run your form.

  • Unable to send file in binary mode to ftp server using AIR application

    Hi,  Can any one help me. i am trying to send local files to ftp server  in binary mode from AIR application using sockets.
    I cant use PASV mode for this FTP server because security restrictions. when i am trying to send Binary command i am always getting
    error code 500 which is unrecognized command. I googled for solutions but i cant find any one using Binary mode to send data every example is using PASV mode to send
    file.
    code example:
    private function upload():void{
    sendCommand("binary ");
    private function sendCommand(arg:String):void {
                                            arg +="\n";
                                            s.writeUTFBytes(arg);
                                            s.flush();
    in response i am getting unrecognized command.

    I'm successfully using an ftp example from http://http://projects.maliboo.pl/FlexFTP/
    that I converted to spark and uses a popup progress window.
    If you don't need to use sockets I can post a sample project.
    I believe I still connect with PASV, but have no problems sending Binary files.
    I don't think they're commands that are dependent on each other

  • Writing the file to a specific directory on server using DATASET

    Hello Friends
    I know that using dataset command we can create a file, write to a file, read from a file etc.,
    But by default it uses the directory DIR_SAPUSERS which is the ./ directory.
    But this particular directory DIR_SAPUSERS also has other system related log files etc.,
    Is there a way to make the command DATASET write to a user created directory instead of this ./ ??
    Any suggestions or comments will be highly appreciated.
    Thanks
    Ram

    IF NOT p_ufile IS INITIAL.
    OPEN DATASET p_ufile FOR INPUT IN TEXT MODE.
    IF sy-subrc <> 0.
    EXIT.
    ENDIF.
    here p_ufile will contain the path where ever u need to place the file i.e. use specific path.... ex: "usr/sap/bin/interface"

  • Downloading files on a Windows 2008 R2 server using IE 9

    Hi.
    Trying to download some fiels from Microsoft download center, but receiving the following message: "Your current security settings do not allow this file to be downloaded"
    Have tried the following in IE 9:
    Turned off Protected mode.
    The page is added to Trusted site.
             Trusted site is configured as follows:
                             Dowloads is Enablet
                            Font download is Enablet
               Under Miscellaneous has the following settings:
                            Allow META REFRESH, enablet
                             Allow webpages to use restrict3ed protocols for active content, Prompt
                             Allow webpages tgo open windows without address or status bar, enablet
                             Launching applications and unsafe files, Pompt
                             Launceing programs and files in an IFRAME Promt
    Still not possible to download a security patch from Microsoft download senter.
    Looking forward to a solution.
    Thank you in advance.
    Kind regards
    DagN

    Hi,
    Please check the following blog to 
    see whether you can resolve the issue.
    http://jaredheinrichs.com/your-current-security-settings-do-not-allow-this-file-to-be-downloaded.html
    Important Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to
    you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
    Best Regards,
    Vincent Hu

  • Want to stop using roaming profiles

    Not sure of the best forum to put this in, so sorry if it's in the wrong place...
    I have nearly all my Windows XP users in a policy package being pushed out by Zen 6.5 (sp1, I believe). In that policy package, I have enabled roaming profiles. Now, I'd like to simply turn that off. What will be the ramifications of turning off roaming profiles in that policy package? What are the "gotchya's"?
    Thanks!
    -Farren

    Do you have volatile DLU setup for the users?
    If so they will get the default user desktop on every login.
    Timothy Leerhoff
    Novell Support Forum Sysop
    Success is getting what you want, however Happiness is wanting what you
    get.

Maybe you are looking for

  • G580 Intel I3-2348M, what cpu upgrades can be done?

     I'm writing to you, because I have a G580 /20150/ laptop with an i3-2348M CPU and I want to upgrade it to a higher level CPU ,i5/i7 if it possible. I know that my motherboard has a 988b socket, so I want to ask you, please tell me the list of those

  • Type -Option available in Sheduling screen Data selection tab

    Hi Guru's, Plz explain the Type-option avialable in scheduling screen data selection tab. Plz give examples also.

  • Problem injecting a List of managed beans in JSF framework.

    Is it possible to inject a List of beans as a managedproperty to a managed bean?? @ManagedProperty(value="#{user}")      private List<userBean> users; Thanks.

  • Linking a page as a browser window from a drop-down menu item

    I have tried to link from a drop-down menu item to link to a small browser window instead of a full page.  I tried using the "behaviors" but I got both the regular page and the browser window.  Is there a way to make it just the browser window. Thank

  • MSI AE2410 series tv tuner

    I Have bought an MSI Wind Top AE2410 all-in-one pc. It does have a tv antenna connection in the back, but Windows Media Center did not detect any tuner. Does anyone have any idea how to set up the tuner? Any help is extremely appreciated. Many thanks