Issue at runtime with 10g when launching a different form within in a form

I've got an interesting situation that i was wondering if some of you have run into and how you got around it.
I have many forms that we've migrated from 6i to 10g and on all of these forms, we've customized the toolbar with several different buttons. One of the buttons invokes a "Data Audit", which basically launches a forms that has 2 canvases on it. One canvas has a text that is invoked and the other form that shows the results of a data audit. Basically, when I click a Data Audit in 6i, it invokes a new form that has a canvas that has a text item that basically says "Running a Data Audit", then, it executes a synchronize command, then a procedure on the database actually runs the data audit and commits the results to the appropriate tables. When the data audit database procedure completes, the canvas that displays the text item "Running a data audit" disappears and a new canvas opens up on that same form name that displays the results of the data audit.
When I converted this to 10g and ran the data audit, the first canvas displayed when I clicked on the "Data Audit" button. However, it would not display anything else. However, I found the "Synchronize" command was killing execution of any code that happened after (including the Data Audit database procedure). So I commented it out. Well, now, it skips displaying "running the data Audit" canvas and runs the rest of the code (including database procedure and opening the other canvas.
I was wondering if there was a way to keep that "Running a Data Audit" popup to stay up, until the Database procedure Data Audit completed. Apparently in 6i client/server, this functionality worked fine and once the database procedure call completed, it closed the one canvas and opened a new one.
This one has me a little stumped and I probably could figure it out but I thought I'd ask and save myself some research.
Thanks in advance.
Regards,
Chris

I didn't experience that synchronize would "kill" any following code in 10G. I also use a similar approach in other situations. What is the trigger where you execute the code in ? I guess its WHEN-NEW-FORM-INSTANCE? If not, try in that trigger. If you don't find another solution, you could "trick" your behaviour by firing a non-repeating timer from the WNFI-trigger and do the things you normally do after your SYNCHRONIZE in the WHEN-TIMER-EXPIRED-trigger instead.

Similar Messages

  • Issue at runtime with Mapping in orchestration.

    Hi All,
    I am getting the below issue at runtime in the orchestration.
    Exception thrown from: segment 1, progress 16
    Inner exception: Error encountered while executing the transform C_BT.Orchestrations.CheckInvalidRecords. Error:Invalid input/output document into/from the transform. Does not have a single root node..
    I have a simple mapping which is mapping to 2 same files as per the input data..Please note that when the inputmsgpart0 is getting even a single records, the error is not coming, however when all the records are getting mapped to inputmsgpart1, I am getting
    the above error.
    So it is because of empty node for Output message part 0, can someone help with the solution ?
    FYI, screenshot below of mapping
    Thanks, Varun

    Hi Varun,
    you are mapping 1 source message to two destination messages but can you please help me to understand what you are implementing using this. because your destination does not have the single root. as per as i know it is not going to create two separate message
    when mapping is done.
    with multiple input to single message it is possible as suggested by qiangs but not vice-versa. to implement same you need to make sure your output has only one root not many as you are having two roots.
    also is your input message Telegram record is single or repeating record, if repeating record then you might need to use looping mechanism in your map.  
    Regards, Amit More

  • "Unspecified Error" or "Runtime Error" 7 when launching application with AcroPDF on Secured Vista PC.

    We have a client application written in Visual Basic 6 that uses the AcroPDF ActiveX DLL to view PDF files in our app.  The app works fine the clients secured Windows XP SP 3 PC, and on my Windows Vista Business 32 bit Virtual Machine.  However, the application will not launch on the client's highly secured Vista Enterprise 32 bit PC's.  The form with the Acrobat Browser control does not even initialize before a "Runtime Error 7: Out of Memory" message is presented.  I created a VB 6 test app that has just the form and the Acrobat Browser control on it, and this test application will not initialize either.  It gets an "System Error &H80004005 (-2147467259). Unspecified Error" message on attempting to launch.  I get the same error message if I attempt to add the Acrobat Browser control to a form in an MS Excel Macro in Excel 2003 on the same PC.  Test VB6 applications using the other controls and references in the application launch fine.
    The Acrobat installed on these PC's is Acrobat Professional 9.0.0 and/or 9.1.0.  In two cases, we have been able to have the application load after uninstalling /reinstalling Acrobat 9.x on the PC, but ONLY for the profile that did the installation.  And in one case, after removing that user profile and then logging back on, that user started getting the same errors above.
    What policy or registry setting is needed to get this control to initialize on a secured Vista PC for all users?

    I have done the following on my Vista Business VM and I still have not been able to duplicate the error that I see at the client site.
    1.  Enabled UAC.
    2.  Implemented Software Restriction Policies.
    3.  Set the Default Security Level to Basic User (except for Local Administrators).
    4.  Lowered the Integrity Level on my AcroTest1.EXE and on my actual executable to "Low".
    The sample application and the user application loaded the form and initialized the AcroPDF control when logged in as a normal user account (the account is only a member of the "Users" group on the local Vista PC).
    Since this application is an actual Windows application (not an Internet Browser plug in), the default integrity level should be "Medium".

  • [Solved] Always Use Wrapper When Launching Application

    Hello all,
    I've write a very simple wrapper for an application (mpv), and would like to always use my wrapper instead of the application.
    As far as terminal goes, I did it by using an alias stored in the ~/.bashrc file (alias mpv='/usr/local/sbin/mpv_launch').
    However, I'm not sure how to achieve the same when launching mpv from not within the terminal (Dolphin, in my case), in such case the .desktop file is used, which obviously calls mpv itself and not my wrapper.
    Is there a way to globally convince the system to always run my wrapper whenever mpv is called, no matter how?
    Thanks, Adam.
    Last edited by adam777 (2013-05-31 13:46:12)

    And one more option: which application gets run depends on the order of your PATH variable. I have "/home/drcouzelis/Library/bin" as the first path in my PATH variable. If I put an "mpv" Bash script in there, then the Bash script will run instead of the installed application.
    # An example Bash script to start mpv fullscreen
    /usr/bin/mpv -fs "$@"
    ...of course, if you make a Bash script called "mpv" that calls "mpv", make sure it calls "/usr/bin/mpv" and not itself!

  • MMC finds error with a snap-in when launching Hyper-V manager

    From a clean install of Win 8.1 Pro 64-bit I had used the Hyper-V manager to test some virtualization.  After tinkering around with a few virtual machines I put that aside for a while.  Over the following weeks I continued applying updates as
    Microsoft released them.  Decided to play around with virtual machines again and when launching the manager I got the error "MMC has detected an error in a snap-in and will unload it."  Options are to report the error to Microsoft and shut
    down MMC, or unload the snap-in and continue running.  If I report the error it goes into the problem reports but as of yet there is no solution available.  If I unload the snap-in and continue running I get this additional output:
    FX:{922180d7-b74e-45f6-8c74-4b560cc100a5}
    Could not load file or assembly 'Microsoft.Virtualization.Client, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The module was expected to contain an assembly manifest.
    Exception type:
    System.BadImageFormatException
    Exception stack trace:
    at Microsoft.Virtualization.Client.VMBrowser.BrowserSnapIn.OnInitialize()
    at Microsoft.ManagementConsole.SnapInBase.Initialized()
    at Microsoft.ManagementConsole.Internal.SnapInClient.Microsoft.ManagementConsole.Internal.ISnapInClient.Initialize(ISnapInPlatform snapInPlatform)
    at Microsoft.ManagementConsole.Executive.SnapInInitializationOperation.OnStart()
    at Microsoft.ManagementConsole.Executive.RunningOperationsTable.EnqueueOperation(Operation operation)
    at Microsoft.ManagementConsole.Advanced.FrameworkSnapInFactory.Microsoft.ManagementConsole.Advanced.ISnapInFactory.CreateSnapIn(Int32 bookkeepingId, String snapInKey, Object& snapIn)
    I tried restoring one of my earlier drive images and got Hyper-V manager working again.  Unfortunately continuing to run with this image wasn't feasible as I've had too many changes in the install to apply all over again, my solution needs to be repairing
    my image as it exists at the time I discovered Hyper-V was broken.  The older image was useful though to use to see just what causes the break.  From that restore I stepped through Windows Updates one by one, eventually finding that the fix for KB2898871,
    "Security Update for Microsoft .NET Framework 4.5.1 for Windows 8.1 and Windows Server 2012 R2 for x64-based Systems" was what seemed to trigger it.  Uninstalling this update on my current image does not resolve the issue.  Somehow something
    is hanging around that is the root cause of the problem.  An additional odd thing with this is that this KB update is marked as February 2014, yet going back through my disk images I found that the problem had existed as early as December 2013, possibly
    the month before.  If .NET updates are cumulative then that would make sense as an earlier update that is now included in KB2898871 could have been applied before, but I don't know if the updates are designed that way.  I have yet to find any information
    online directly relating to this problem and those that are somewhat similar haven't produced any working fix.  Looking for any thoughts on this while I hope that the problem report uploaded to Microsoft is being worked on.

    Ok, now I'm stumped.  I restored the first image I captured of my 8.1 install (11/14/2013, looks like with all available updates at that time) and started applying updates.  After this I could still launch Hyper-V without error.  Now, this
    image was before I had created any virtual machines and at this point I still haven't added any to my test image, but Hyper-V does launch.
    So my suspicion is now moving to something about maybe the information of the VMs I had previously created in Hyper-V aren't playing well with the later .net update.  Haven't gone digging for this yet but with this new finding does anyone have any areas
    they think I should examine?  The first place I'm going to look is the registry and see what I can find for differences there.

  • WDA app not launched with SSO when called from portal

    Hi,
    we have configured our systems so that our portal (NW Portal 7.0) is issuing logon tickets and ERP6.0 is receiving them in the backend for single sign-on.
    When launching a SAP GUI for Windows transaction (System admin->Support->SAP Application) to test if the SSO is set up correctly, all goes well and I'm able to call e.g. SU01 with logon tickets from the portal.
    My problem is that when calling a Web Dynpro for ABAP application in the same backend system from the same portal, I get an error "SSO logon not possible; logon tickets not activated on the server" and need to login manually when starting the application.
    When looking at the WDA app URL, I see http://<backend server>.<domain1>.com/... and the portal is sitting on http://<portal server>.<domain2>.com. Could it be a problem if the backend system is in another domain? And if yes, how come the SAP GUI for Windows launch then works (related to an http connection and domain relaxing?)? How to go forward and make it work all right?
    Best regards,
    Mikko

    Hi Navarro,
    Merry Xmas:)
    >>We did the same test with the demo app from you (MS)
    http://msdn.microsoft.com/en-us/library/windows/apps/hh202967(v=vs.105).aspxand it still don't work. (remember to setup
    fast app resume)
    Yes, I can reproduce your issue using the official sample.
    I think this issue is caused by the mechanism of Fast app resume, please refer to the following reference:
    #Fast app resume for Windows Phone 8
    http://msdn.microsoft.com/en-us/library/windows/apps/jj735579(v=vs.105).aspx
    Quote:
    With Fast Resume, when an app is resumed, the system creates a new page instance for the target of the launch point and this page is placed on top of the app’s existing backstack.
    This official sample can also help us to understand how it works:
    https://code.msdn.microsoft.com/windowsapps/Fast-app-resume-backstack-f16baaa6
    We could find that the Application.Launching event will not be triggered if we used Fast app resume, this will affect responding Toast's parameter(Deep Link).
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OpenGL issue when launching Photoshop CS5 Extended from Lightroom?

    I noticed about 2 weeks ago that the scrubby zoom and rotate commands stopped working.  Obviously OpenGL was not
    enabled and was greyed out, not letting me enable it.  I have a 295GTX video card with dual GPU's and I have updated all drivers NVidia 280.26.  When I went through the Adobe troubleshoot doc I reset my preferences/defaults by holding <CTRL><ALT><SHIFT> when launching Photoshop and it allows me to enable it.  I can even open a bunch of images and everything works but only if I open them FROM within Photoshop.  If I pick an image from Lightroom (Latest Version) and launch it to photoshop it will not allow me to run OpenGL features any longer and the only way I can get it to work again is to reset it doing the <CTRL><ALT><SHIFT> move.
    Any suggestions or knowlege of issues / bugs?

    As a temporary workaround, you can uninstall the driver and try using an earlier release.  Sometimes they break new things with new releases.
    -Noel

  • HT203242 I get this error when launching itunes "the registry settings used by the itunes drivers for importing and burning CDs and DVDs are missing." I ahve reinstalled iTunes multiple times but the issue remains.....any suggestions?

    I get this error when launching itunes "the registry settings used by the itunes drivers for importing and burning CDs and DVDs are missing." I ahve reinstalled iTunes multiple times but the issue remains.....any suggestions?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • Issues with iMessage when switching data carrier (wifi - cellular)

    So I have had this issue with my 5S and now my 6+ in iMessage. Not *always* but often enough I've run into issues sending messages via iMessage when I associate with wifi in that they don't send. I'll get an error message saying "not delivered" and it will stack as many outgoing messages I try to send. However, if I force the first message to send as text, subsequent messages will go through afterwards without issue. If I go from wifi to cellular I have no issues whatsoever and when I have these issues on wifi, my data works fine (incoming emails, Facebook notifications, etc.). I used to run cellular data only because I had unlimited but now I have a cap so I intend on using wifi when possible...but to have to send my first message as a text just so I can use iMessage is annoying...

    Hi there BigDogg795,
    I would recommend taking a look at the troubleshooting steps for iMessage found in the article below. 
    iOS: Troubleshooting Messages - Apple Support
    To resolve issues with sending and receiving iMessages, follow these steps
    Check iMessage system status for current service issues.
    Go to Settings > Messages > Send & Receive and make sure that you registered iMessage with your phone number or Apple ID and that you selected iMessage for use. If the phone number or Apple ID isn't available for use, troubleshoot iMessage registration.
    Open Safari and navigate to www.apple.com to verify data connectivity. If a data connection isn't available, troubleshoot cellular data or a Wi-Fi connection.
    iMessage over cellular data might not be available while you're on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn which network your phone supports. If your network doesn't support simultaneous data and voice calls, go to Settings > Wi-Fi and turn Wi-Fi on to use iMessage while you're on a call.
    Restart your device.
    Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    If you still can't send or receive an iMessage, follow these steps
    Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    Make sure that the contact you're trying to send a message to is registered with iMessage.
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and recreate the contact in the Contacts app. Create a new message to the newly created contact and try again.
    Back up and restore your device as new.
    -Griff W.

  • When accessing eBay with Firefox and launching a search, I get less results/hits with Firefox then when using Internet Explorer, why? Try it, you'll see.

    For example access eBay with Firefox and launch a search on the word Frankenstein: you'll get something like 23,671 results (if you search in ''All categories''). Then quit the Firefox browser and load Microsoft Internet Explorer instead; access eBay again and repeat the very same search: this time you'll get 25,383 results. These are reral figures that I tried at 19:21 on March 20, 2014. Why does a search on eBay through Firefox report less hits than the very same search through Internet Explorer? Using Firefox rather than Microsoft Internet Explorer automatically means missing hits/results/items on eBay: that doesn't make sense but it does happen. Why is it so? Thank you, somebody, for shedding light on this problem.

    Try this steps and try to load the same once again!!!
    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • TS1398 I have the ipad retina display version - I have a BIG issue with this when out and about that on about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!

    I have the ipad retina display version - I have a BIG issue with this when out and about, that only about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!
    The HTC hotspot works fine with everything else I connect to it.
    Also - ipad will not connect to my HTC via bluetooth. Again, I can connect to everything else with my HTC other than my ipad.
    I have to say this is my first venture into Apple products and I have always wanted to get away from my windows based laptop to get a MacBook, the problems I have had (flash player etc) & continue to have (as above) are putting me right off swapping over. I HATE technology that doesn't work and my ipad has been hard work!

    I stated my ipad as being an ipad2, but I now think it is a 3??? It was new Jan this year and is the 64gb retina display version.
    I really would like to get to the bottom on this problem wit mobile hotspots as it is sitting on my desk next to me now and I cannot get it to connect to my HTC mobile hotspot!!!! It might be taking a flying lesson soon at this rate!!! Grrrrrrr...........

  • Error when launching .rdp file from RDWebAccess with RD Gateway "NtlmWebAuthException: 2" on Mac Version 8.0.8 (Build 25010)

    When launching a .rdp file that has been download from an rdwebaccess session, the following error is generated "NtlmWebAuthException: 2". I have tested this on the Mac Microsoft Remote Desktop client version  8.0.8 (Build 25010).
    The following is the use case:
    Download the .RDP file for a published app "notepad.exe", on rdwebaccess (2012R2), accessed through the gateway (2012R2) VIA the connection broker (2012R2) on a RDSH server (2012R2). NLA is enabled everywhere.
    This same setup works on Windows using the Remote Desktop Connection client.
    I found that if you edit the .rdp file and add the following line (no quotes):
    "username:s: "
    Then the user is prompted for credentials. You may also set it to be "username:s:domain\username".
    This issue here appears that the Mac client is either ignoring the "prompt for credentials on client:i:1" setting, or it is passing blank credentials... or both.
    I appreciate all the work the MS team (and iTap) have done on this product... keep up the great work.
    Example failing RDP file:
    redirectclipboard:i:1
    redirectprinters:i:1
    redirectcomports:i:0
    redirectsmartcards:i:1
    devicestoredirect:s:*
    drivestoredirect:s:*
    redirectdrives:i:1
    session bpp:i:32
    prompt for credentials on client:i:1
    span monitors:i:1
    use multimon:i:1
    remoteapplicationmode:i:1
    server port:i:3389
    allow font smoothing:i:1
    promptcredentialonce:i:1
    videoplaybackmode:i:1
    audiocapturemode:i:1
    gatewayusagemethod:i:1
    gatewayprofileusagemethod:i:1
    gatewaycredentialssource:i:0
    full address:s:RDCB.COMPANY.COM
    alternate shell:s:||Notepad
    remoteapplicationprogram:s:||Notepad
    gatewayhostname:s:rdgateway.COMPANY.com
    remoteapplicationname:s:Notepad
    remoteapplicationcmdline:s:
    workspace id:s:RDCB.COMPANY.com
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.Notepad
    alternate full address:s:RDCB.COMPANY.COM
    signscope:s:Full Address,Alternate Full Address,Use Redirection Server Name,Server Port,GatewayHostname,GatewayUsageMethod,GatewayProfileUsageMethod,GatewayCredentialsSource,PromptCredentialOnce,Alternate Shell,RemoteApplicationProgram,RemoteApplicationMode,RemoteApplicationName,RemoteApplicationCmdLine,RedirectDrives,RedirectPrinters,RedirectCOMPorts,RedirectSmartCards,RedirectClipboard,DevicesToRedirect,DrivesToRedirect,LoadBalanceInfo
    signature:s:ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB ABCXXX123xDummyDataHerex321XXXCAB

    Hi,
    I too have this problem but I am unsure of how you fo about adding the "username:s:domain\username"
    into the file as it is downloaded via the RD Web Access page.
    I know that I can edit the RDP file after the event and then send it to my users but I don't want the
    hassle of doing this,
    The weird thing is that ver 8.0.8 release notes say that there is a "Fix for the issues of starting remote connection from RDP files that included gateway information" 
    Anybody have any ideas?
    Thanks,
    Jaggie

  • ITunes - When launched comes up with error message - User at wits end

    Hi - When launched ITunes comes up with error message below
    "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience" - and then wants to send an error report off to Microsoft
    I have so far been through the bulletins and - deleted high and low filters using regedit , disabled virtual drives (which bought me CD drive back to life hurrah), reinstalled several times both Quick Time and I Tunes (seperately and together) including using Windows Install Clean up and the methodical Uninstalling and full deletion of Files - HELP - any ideas !! - forgot also disabled Norton through these steps

    Try this, it took me 5 days but I eventually got it to work.
    1. Scanned my hard drive for viruses. 1 was found & fixed, Spybot search and destroy, this is a freebee of the internet. Reboot PC
    2. Removed all software having to do with quick
    player & itunes - including ipod updates. Reboot PC
    3. Downloaded Quick player via the stand alone, you can get this from http://www.apple.com/quicktime/download/standalone.html. Reboot PC
    4. Dowloaded Itunes from the itunes support site.
    Then when you are asked to update say no. Reboot PC
    This should then work.

  • With version 5.0.1 bookmarks are automatically updated when launching the application, which was not the case in the previous versions. Is it possible to avoid that ?

    I prefered the previous versions when the bookmarks did not update automatically when launching Firefox

    _VZ_ wrote:
    So the question is whether I can somehow coax the linker to give an error
    when these symbols are used?I guess you can - with a bit of a hack. You an probably use a map file telling linker to use only version SUNW_1.4.1 (or whatever version your client machines' have). This way you'll get errors about missing definitions up front:
    $ cat mapfile
    libCstd.so - SUNW_1.1.1 $ADDVERS=SUNW_1.1.1;
    $ CC -M mapfile  a.cc
    Undefined                       first referenced
    symbol                             in file
    std::string::~basic_string() a.o  (symbol belongs to unavailable version /export/opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    std::basic_ostream<__type_0,__type_1>&std::operator<<<char,std::char_traits<char>,std::allocator<char> >(std::basic_ostream<__type_0,__type_1>&,const std::basic_string<__type_0,__type_1,__type_2>&) a.o  (symbol belongs to unavailable version /opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    void std::string::__unLink() a.o  (symbol belongs to unavailable version /opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    ld: fatal: Symbol referencing errors. No output written to a.outSee Linker and Libraries Guide, section "Binding to Additional Version Definitions" (http://docs.sun.com/app/docs/doc/819-0690/chapter5-81344?l=en&a=view) for explanation and an example.

  • Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi has anyone else had the same issues works fine with BigPond WiFi

    Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi (this connection is working on other devices) has anyone else had the same issues, works fine with BigPond Wifi

    and now, when i tried to check again my network preference below the airport tab is showing a message that
    "my airport does not have an IP address and cannot connect to the internet!"
    then after seconds it will goes back to the first message that
    "airport has the self assigned IP address etc....."
    i don't know whats going on now!
    airport tab is not showing green color anyway! i'ts always in yellow!
    i tried turning it on and off but nothing happen! HEEELLLLPP!!!!

Maybe you are looking for