Import/Export App Overwrite Timing Out

We are about to begin testing an application we've created, and need a testing environment. I have been able to successfully export an application from one server and import it to HTML DB on another, but every time I get to the screen (on the new server) where it asks me to confirm that I want to replace the already existing application, I hit the button to confirm, I wait forever as the blue bar creeps across the status bar of my browser, then I get a "Page Cannot be Displayed" error, like it's timing out or something.
When I go back, the application appears to have installed normally and seems to work, but I am worried that because of what seemed to be the installation timing out, that there may be things that didn't quite transfer. Is this a valid concern, or should I assume that everything transferred normally?

Murali,
The process is actually pretty simple. In our case we had two servers, both w/ HTML DB installed. The way it basically works is that you go into the application you want to export, and you click the Export/Import link on the page. You will be taken through a simple step-by-step process by which you will ultimately just save the application somewhere as a .sql file. You will then go into HTML DB on the server where you would like the copied application to be, and click the same link, and go through a similar step-by-step process to import the application by browsing for it where it was saved when you exported it.
A few suggestions:
Any tables that are associated with the application will need to be recreated in your new environment. A simple way to do this is to use:
CREATE TABLE table_name AS (
SELECT * FROM table_name@oldserver
for each of your tables, if there are only a few. If it is larger, you may just want to copy the entire schema over to the new server, which is what we ended up having to do. But our DBA did that, so I'm not as familiar w/ that process.
However, if the tables have sequences associated with them they will need to be recreated on the new server as well, unless there is a way to copy them along w/ the table all at once, but as I said, we are not as familiar w/ that actual process. (You can find information on how to recreate the sequences here: https://cwisdb.cc.kuleuven.ac.be/ora10doc/server.101/b10759/statements_9001.htm)
Of course you can simply truncate the tables if you don't want any of you previous data on your new tables.
Another thing we noticed when we imported a new application, is that when a Named LOV was used in a column of an updatable report, it didn't transfer over, so we had to go back to that select list and reset it as that particular Named LOV.
One thing you will want to be careful for if you're planning on importing/exporting applications frequently, for new versions and releases, is to make sure you don't hardcode any schema names in with your SQL in the application. This caused us some headaches because when we would import the new application, the new schema on which the tables existed was not the same as the one from the old app, and we kept getting errors until we went back and deleted every instance of the schema name in the SQL.
There may very well be better and more efficient ways to do these things than how I have suggested, but these are methods we used and we have been successful so far.
Hope this helps.

Similar Messages

  • Iphone 5 Screen is Frozen Connection Timeout Error Connection to this app has timed out

    I upgraded to IOS 7 just a few hours before my Iphone 5 screen froze and I cannot make changes -  I have a Connection Timeout Error with Connection to this app has timed out.  With Ok in blue.  The screen doesn't respond,  I can turn off the phone, tap OK or do anthing.  Any advice on how I can reset or fix?

    Check for any anti-virus or anti-spyware software you might have. Temporarily disable that to continue. Normally this is what will cause a timeout. I assume you have a good Internet connection?

  • Upon "export media", CS4 tries and fails to load import/export apps

    Now that I've reinstalled CS4 PPro over the trial version-turned-purchased-version of Premiere Pro (that dumb, known Adobe defect where CODECs other than DV are missing on the web purchased version), everything is working well except - when I go to export a sequence to Media Encoder, it says that it must reinstall first the exporter app, it fails on that, then it tries to reinstall the importer app and fails at that too, at which time it opens Media Encoder and seems to perform fine.
    Why those obnoxious and very time consuming attempts to reinstall the importer/exporter apps?  Any solution?
    Thanks!
            Jim

    Yes, but you will not like it.
    Uninstall everuthing Adobe, run the Cleanscript 2 or 3 times, then reinstall. Your problem is caused by not uninstalling the trial completely before installing the full version.

  • Running server app without timing out?

    Hello all,
    I have a server application running on a linux server and am timing out after about 15 minutes. I do not know how to make this server program run indefinately. It is an application that listens for clients and responds appropriately. Any ideas?
    Thanks,
    Jared

    Here is my code if it helps. If I should post this to a different forum would someone please tell me.
    NOTE: The app is running perfectly it just stops running after a time frame.
    CODE:
    public class MyServerApp{
    //...variable delaration etc.
    try{
    server = new ServerSocket(5252);//listen to the socket
    //tried without this, with it set to 0, and with this number
    //server.setSoTimeout(360000000);
    }catch(IOException e){
    System.exit(-1);
    while(true){
    MyConnectionThread w;//thread that handles communication
    try{
    w = new MyConnectionThread(server.accept());//receive new client
    Thread t = new Thread(w);//create new thread with our handler
    t.start();//start new thread
    } catch (IOException e) {
    System.exit(-1);
    //...clean up
    class MyConnectionThread implements Runnable{//communication handler
    public void run(){//when run
    //...variable declaration etc.
    try{
    //get streams from client socket
    in = new BufferedReader(new InputStreamReader(client.getInputStream()));
    out = new ObjectOutputStream(client.getOutputStream());
    } catch (IOException e) {...}
    while(true){
    try{
    line = in.readLine();//get data from client
    out.writeBoolean(true);//test to see if running
    out.flush();//flush information
    break;//break out of loop
    }catch(IOException e){break;}
    try{//clean up
    in.close();
    out.close();
    }catch(Exception e){...}
    //...other functions
    Hope you can help me from here. I am running it on a linux server.

  • Twc app "request timed out"

    The TWC app doesn't work, it keeps showing the message "request timed out"

    I think this is a Time Warner Cable website problem, not an Apple problem.  After several contacts with Time Warner Cable tech help, I have now been told there is an on-going problem with the MyServices.TimeWarnerCable.com web page that the TWC TV app works in conjunction with.  The MyServices page either doesn't load or won't accept login passwords.  I have been told they are aware of the problem, but there is no estimate of when it will be resolved.  Hasn't worked for me for a couple of weeks now. 

  • XI Repository Export CMS Read timed out error

    when iam exporting the objects the export fails with the message..Sent on 12/14/07 at 9:04 PM: Unable to establish connection to CMS server http://servername:51000. Unable to transfer the following transport lists:  Export list for SWCV (send time = 12/14/07 9:02 PM, component = xxxx, ID = xsdsdsdsd)  Details: Read timed out  Check the availability of the CMS and the user authorizations and send the transport request again if necessary
    Can any one please advise...
    Thanks for your help!
    Larry.

    Thanks Gabriel,
    But the issue you mentioned is regarding the authorization...but the one which Iam facing is regarding the Time out issue...I have done the export before with whatever authorization iam having...The problem Iam having is when i tried to export more number of objects ..If i try exporting individually Iam able to do that...
    Please advise!
    Thanks in advance!

  • "argument number too large" in OEM import export app

    Hi everybody,
    I am a beginer with Oracle 9i and I am facing a strange error message when I try to import/export data from OEM connecter to my Oracle Enterprise Manager server.
    The user loged in is the SYSMAN user.
    When I launch the Import or Export applet on the selected database, Oracle send me the folowing message :
    (sorry for my french to english translation)
    "The following error occurs when you attemps to connect to the database with the login parameters
    argument number too large at"
    My Oracle 9i is installed on a clean test platform : NT4server + SP6 french version, dual proc and 512 Mb RAM.
    Can somebody help me ? I am unable to import/export data with the GUI.
    Thank you.
    Frangois.

    To view your folio on your iPad you have two choices:
    1 - If you built your folio offline on your local machine, choose the upload option from the Folio Builder fly out menu. All folios that were built online and any you uploaded are available for you to download when you log into ACV on your iPad.
    2 - This is a MAC only option. Plug your iPad into your computer via the USB cable. With the iPad turned on and ACV opened you will see a Preview on [iPad Name] from the preview menu in folio builder.
    I tested both of the supplied files after publishing them for the web from Edge and placing the html files in a web overlay. I previewed on both the desktop viewer and my iPad. Both worked as expected on the iPad. The Jams worked in a desktop preview but your logo just showed a red box. The white background is removed by selecting the transparent background option in the Overlay panel.
    As Bob said, the desktop previewer is not 100% reliable. It is used for quick, down and dirty checking. It's always pest to preview on a device if something does not work as expected.
    If it helps, I will share my test folio with you. Message me you email address.

  • Server.app constantly timing out (devicemgr, wiki, more)

    Server.app is constantly stating "Reading Profile Manager settings…" or any other service, though Profile Manager and Wiki are the most common. I get errors in the Console such as:
    Jan  8 08:48:42 office.fireflyeducation.com.au servermgrd[2885]: [2885] error in getAndLockContext: flock(servermgr_devicemgr) FATAL time out
    Jan  8 08:48:42 office.fireflyeducation.com.au servermgrd[2885]: [2885] process will force-quit to avoid deadlock
    Jan  8 08:48:43 office.fireflyeducation.com.au servermgrd[2885]: outstanding requests are: (
                      Command = readSettings;
                      Module = "servermgr_devicemgr";
                      Timestamp = "2013-01-07 22:46:15 +0000";
                      Command = Idle;
                      Module = "servermgr_devicemgr";
                      Timestamp = "2013-01-07 22:46:40 +0000";
                      Command = setWebAppState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:46:48 +0000";
                      Command = getWebDAVSharingState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:25 +0000";
                      Command = getState;
                      Module = "servermgr_devicemgr";
                      Timestamp = "2013-01-07 22:48:26 +0000";
                      Command = getState;
                      Module = "servermgr_wiki";
                      Timestamp = "2013-01-07 22:48:27 +0000";
                      Command = getState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:27 +0000";
                      Command = getWebAppState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:27 +0000";
                      Command = getWebDAVSharingState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:28 +0000";
                      Command = getHistory;
                      Module = "servermgr_info";
                      Timestamp = "2013-01-07 22:48:40 +0000";
    Jan  8 08:48:43 office com.apple.launchd[1] (com.apple.servermgrd[2885]): Exited with code: 1
    This is a brand new, OS X Server 2.2, OS 10.8.2 installation. I migrated users, mail, calendar and wiki data over manually, but Profile Manager has not even been used (waiting for more RAM first). I even tried the reset procedure given by Apple here (http://support.apple.com/kb/HT5349), but I'm still getting these errors in the Console.
    Double-clicking any Group yields the message "Reading File Sharing settings" for nearly over 30 seconds before Server.app completes rendering the group and showing the group's members. The system.log error shown for that is:
    Jan  8 08:56:25 office.fireflyeducation.com.au servermgrd[3940]: nsc_smb XPC: handle_event error : < Connection invalid >
    Since the error looks SMB related, and we have no need for that, I've ensured that "Share with Windows Clients" is unchecked for all of my three share points.
    What gives?

    The single biggest mistake in your analysis is assuming that if Windows (or a Wii or an iPhone or whatever other device) can connect, your router is not to blame.
    Though devices are designed to standards, there can be errors in implementing those standards or even simple software bugs that come into play.
    The example I've used over and over again is say there is a bug where when the router is asked to add "2 + 3" it answers "5" but when asked to add "3 + 2" it answers "6."
    If Windows only ever adds "2 + 3" but Mac OS X adds "3 + 2," it's not Apple's fault the router is incorrectly responding "6" in the later case.
    But let's start with easier questions:
    1) Are you sure that no proxy is being used if one shouldn't be, and vice-versa?
    2) Are the DNS addresses shown in your TCP/IP settings the same regardless of whether you are connected via AirPort or Ethernet?
    3) Could there be some interference in the area you are using your Mac? Recall also that Mac and Windows PCs use different antenna designs, so what interferes with one may not affect the other.

  • Error: Your session has ended or timed out. Please login again. FDM error on "Export"

    On logging into FDM URL, with a specific user on clicking "Export Fish" FDM Processes gives the options for load but on the other hand when we click on "Export" from the left panel(navigation). "It throws Your session has ended or timed out. Please login again." Quite anomalous behaviour ,when I try with admin this issue does not exist. In shared service this user has the access for that group with WRITE permissions.
    Other relevant info:
    Version: 11.1.2.3
    DB: SQL Server
    Project: Upgraded
    User type: Intermediate
    Target: HFM
    Tried creating a new native user with all admin priv on the FDMApp,HFM app but the issue did not get resolved.
    It is peculiar and unable to gain any pointers.
    Extra Info:
    On clicking the Export option on left panel. It shows Processing,please wait and logs out with error as session timeout.
    Please help.
    Admin Error logs. Tools -> View Error as admin user
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... The connection cannot be used to perform this operation. It is either closed or invalid in this context.
    SELECT tPOVPartition.* From tPOVPartition Where ((PartName) = '')
    Procedure........................................ clsDataAccess.farsSnap
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQLMgr.fPartition
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsPOVMgr.fCheckLocProf
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQLMgr.fMapItems
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:44] **
    ERROR:
    Code............................................. 3709
    Description...................................... The connection cannot be used to perform this operation. It is either closed or invalid in this context.
    SELECT tSecObjectItems.AppType, tSecObjectItems.AppObject, tSecObject_Locale.AppObjectCaption, tSecObject.AppObjectSeq, tSecObjectItems.AppObjItem, tSecObjectItems.AppObjControl, tSecObjectItems.AppObjControlType, tSecObjectItems_Locale.AppObjControlCaption, tSecObjectItems_Locale.AppObjControlToolText, tSecObjectItems.AppObjControlLevel, tSecObjectItems.AppObjControlIndex, tSecObjectItems_Locale.LangKey FROM tSecObject INNER JOIN tSecObjectItems ON tSecObject.AppObject = tSecObjectItems.AppObject AND tSecObject.AppType = tSecObjectItems.AppType INNER JOIN tSecObject_Locale ON tSecObject.AppType = tSecObject_Locale.AppType AND tSecObject.AppObject = tSecObject_Locale.AppObject INNER JOIN tSecObjectItems_Locale ON tSecObjectItems.AppType = tSecObjectItems_Locale.AppType AND tSecObjectItems.AppObject = tSecObjectItems_Locale.AppObject And tSecObjectItems.AppObjItem = tSecObjectItems_Locale.AppObjItem WHERE (((tSecObjectItems.AppType)=N'WebClient') AND ((tSecObjectItems.AppObject)=N'Maps Form') AND ((tSecObjectItems_Locale.AppObjControlCaption)<>N'-') AND ((tSecObject_Locale.LangKey)=1033) AND ((tSecObjectItems_Locale.LangKey)=1033)) ORDER BY tSecObject.AppObjectSeq, tSecObjectItems.AppObjItem
    Procedure........................................ clsDataAccess.farsSnap
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQL.fSecItemsForObject
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... The connection cannot be used to perform this operation. It is either closed or invalid in this context.
    SELECT tCtrlOption.* From tCtrlOption Where (((tCtrlOption.OptionKey) = N'Period')) ORDER BY tCtrlOption.OptionOrder
    Procedure........................................ clsDataAccess.farsSnap
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsSQL.fOptionListForKey
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsDBTools.fGlobalOptionGet
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:26:45] **
    ERROR:
    Code............................................. 3709
    Description...................................... Data access error.
    Procedure........................................ clsDBTools.fGlobalOptionGetVA
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 11708
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 0
    Location Seg..................................... 0
    Category.........................................
    Category ID...................................... 0
    Period...........................................
    Period ID........................................ 12:00:00 AM
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:34:01] **
    ERROR:
    Code............................................. 3098
    Description...................................... CONNECT Action Adapter Script failed to load!
    Procedure........................................ clsBlockProcessor.ActConnect
    Component........................................ upsWBlockProcessorDM
    Version.......................................... 1112
    Thread........................................... 13632
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 770
    Location Seg..................................... 41
    Category......................................... Source Actual
    Category ID...................................... 12
    Period........................................... Oct - 2013
    Period ID........................................ 10/31/2013
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-11-15 10:34:01] **
    ERROR:
    Code............................................. 3098
    Description...................................... CONNECT Action Adapter Script failed to load!
    Procedure........................................ clsBlockProcessor.ActExport
    Component........................................ upsWBlockProcessorDM
    Version.......................................... 1112
    Thread........................................... 13632
    IDENTIFICATION:
    User............................................. hypadmpr
    Computer Name.................................... mycomputerName
    App Name......................................... FDMAPP
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... SQLOLEDB
    Data Server...................................... devsql1
    Database Name.................................... HYP_FDMAPP
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HOME~FURNISHING-TB
    Location ID...................................... 770
    Location Seg..................................... 41
    Category......................................... Source Actual
    Category ID...................................... 12
    Period........................................... Oct - 2013
    Period ID........................................ 10/31/2013
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    Can you check the Object Security for the Analysis Menu and Export button and see if it is restricted?
    Also, is this a Oracle DB?  IF so, has the following 32 bit Oracle Client components been isntalled:
    Oracle Objects for OLE
    Oracle Data Provider for .NET
    Oracle Providers for ASP.NET

  • HT201210 Ok so I'm trying to update my iPad, and it keeps "timing out." I got to the actual update process, and it failed and asked me to restore my iPad, but I just can't lose all of my apps and photos! Someone please help.

    Ok so I'm trying to update my iPad, and it keeps "timing out." I got to the actual update process, and it failed and asked me to restore my iPad, but I just can't lose all of my apps and photos! I payed for a lot of my apps, and my photos are just too important. Someone please help!

    If rhe apps and photos are that important you made sure that you took the steps in order to keep them safe in an event like this didn't you?
    You did backup the iPad before you decided to update the iPad correct?
    And you did transfer all of your apps and other purchases  into iTunes before you decided to update correct?
    If you did, just restore the iPad and then restore from the backup at the end of fhe process and follow that with a sync with iTunes and you will lose nothing,
    Now if you didn't do any of the precautionary steps ....

  • Upgrade 9.3 to 11.1.2.1 "your session has ended or timed out" on EXPORT

    Have two different issues going on.
    The first is a user loads succesfully then go to change their location. Once they select the newe location and it goes to open they receive this error "your session has ended or timed out"
    The second is similar in when a user clicks the export buttopn they get this message "your session has ended or timed out"
    Anyone with Admin access does not get any errors
    We thought it could be provisioning as we setup two groups and put users in those groups for provisioning but the people getting the second error are in the same group as people who pass Export.
    We got the second fixed by provisioning the group to be able to "Run Integration" but that scares me.
    Any ideas?

    We had thought the same thing at first. We use Intermediate 5 for people who can make mapping changes and intermediate 7 for users who can load but not modify maps. Anything the can both do is set to AllIntermediate.
    We tried makig that just Int7 or Int5 and it still bombed.
    Also if they do not have access to a location it does not show up in the dialog box to be selected. If they do not export they can bounce from one location to another without issue.
    We feel it has to be a setting somewhere because our admins do not experience the same issues at all.
    Do you have 11.1.2.1 installed and workig fine?

  • Facebook timed out while writing a post.  Any attempt to open FB, now shows post that was in progress and immediately crashes app.  Cannot clear timed out item.  Have power failed and done warm reboot on iPad.   Is Delete/Reinstall only option?

    Was writing post, as part of sharing article from my newsfeed.   While writing, Facebook timed out.  Display cleared.  App recycled and returned to newsfeed.  This has happened previously and for all purposes, the original post, since it had never been "loaded" onto FB servers effectively was deleted from iPad memory.  That appeared to be the case yesterday; as I was able to continue reading, sharing and commenting on other articles. 
    Later, as I was shutting iPad down for the night, scrolled through open Apps and discovered the original FB window was still "open" I'd apparently been working on a 2nd or mirror version of the app.  Attempting to access the original page; it opens, but I am unable to "interact" with the display/app, pressing "cancel" on my original post has no effect.  Within 5-6 seconds FB crashes.   
    I power failed the iPad, left it over night and today am encountering the same problem.   Tapping FB icon, brings up the post that was timed out.  It displays for 2-3 seconds max, then original article and partial post disappear.  Newsfeed appears to be loading as that and contact columns are visible in light font indicating they are preparing to load.   2-3 seconds, that vanishes.  Am left with blue header band, spinning wheel indicating it is trying to communicate or process something.   2-3 seconds and then screen goes black and I'm returned to my app desktop. 
    If I immediately tap icon to reopen I get white screen, with blue header band.   2-3 seconds, black screen, back to app desktop.   If I wait 2 minutes, I get the full shared article, partial post as described above.  I've confirmed in the problem log that this is failing in Thread 0 and showing up as system crash. 
    Based on feedback to somewhat similar FB problem I found in forum; in addition to doing power fail.  I also did warm reboot (Home and Sleep keys) in hope app would reboot along with ios.  No change.
    At this point, I'm assuming my only viable option is to delete the app and reinstall it from App Store.  Easy enough to accomplish.  But wanted to see if there were any other recommendations, or whether anyone else has experienced a similar failure with FaceBook.
    Thanks for your assistance.

    Was writing post, as part of sharing article from my newsfeed.   While writing, Facebook timed out.  Display cleared.  App recycled and returned to newsfeed.  This has happened previously and for all purposes, the original post, since it had never been "loaded" onto FB servers effectively was deleted from iPad memory.  That appeared to be the case yesterday; as I was able to continue reading, sharing and commenting on other articles. 
    Later, as I was shutting iPad down for the night, scrolled through open Apps and discovered the original FB window was still "open" I'd apparently been working on a 2nd or mirror version of the app.  Attempting to access the original page; it opens, but I am unable to "interact" with the display/app, pressing "cancel" on my original post has no effect.  Within 5-6 seconds FB crashes.   
    I power failed the iPad, left it over night and today am encountering the same problem.   Tapping FB icon, brings up the post that was timed out.  It displays for 2-3 seconds max, then original article and partial post disappear.  Newsfeed appears to be loading as that and contact columns are visible in light font indicating they are preparing to load.   2-3 seconds, that vanishes.  Am left with blue header band, spinning wheel indicating it is trying to communicate or process something.   2-3 seconds and then screen goes black and I'm returned to my app desktop. 
    If I immediately tap icon to reopen I get white screen, with blue header band.   2-3 seconds, black screen, back to app desktop.   If I wait 2 minutes, I get the full shared article, partial post as described above.  I've confirmed in the problem log that this is failing in Thread 0 and showing up as system crash. 
    Based on feedback to somewhat similar FB problem I found in forum; in addition to doing power fail.  I also did warm reboot (Home and Sleep keys) in hope app would reboot along with ios.  No change.
    At this point, I'm assuming my only viable option is to delete the app and reinstall it from App Store.  Easy enough to accomplish.  But wanted to see if there were any other recommendations, or whether anyone else has experienced a similar failure with FaceBook.
    Thanks for your assistance.

  • RE: Downloading and updating apps. I log in correctly and agree as required; but immediately I am timed out and cannot complete the update or download. Checked on my PC, my password is correct.

    Re: Downloading and updating apps. I log in correctly and agree as required. But before a download happens i get a message "session timed out" and I cannot complete the download. This happens in a matter of seconds. Anyone?

    Have you checked to see if you credit card is out of date?  You may need to update your credit card on file.......

  • I cant download apps on my iphone 5, it takes me to set up 3 security questions where i am always timed out and made to start again??

    i cant download apps on my iphone 5, it takes me to set up 3 security questions where i am always timed out and made to start again??

    Call apple.This happened to me in August when i bought mine. They will reset the 3 passwords.

  • Request timed out in App Store search

    Since I have not been able to locate an answer to anyone with this similar issue... I am asking once again. I have an iPhone 4 iOS version 6.1.3. I have not updated iOS recently since I am already updated to my phone's highest offered version. So that means I've done nothing drastically different to my iPhone. The App Store had been working just fine until about a week ago. The problem began with my updates not loading until the umpteenth time trying. I kept getting it could not load at this time, with 2 options Done or Retry.
    Well I can handle that irritation.
    My big issue is when I do a simple search in my App Store I receive "REQUEST TIMED OUT". It just starting happening for approx 2 days now. I used the system check link thru Apple and it shows no problem on their end.
    So what is wrong with my App Store and how do I fix it?  Once again it's on an iPhone so unless theirs some access tricks u could give to me, I need real solutions to a basic phone.
    Please it's driving me nuts!

    I have the same problem as the original poster, running an iPad 2 with the latest iOS updates. The proposed solution (the problem seems to have just gone away for some users) does not hold true for me.
    I have closed and re-started the App Store app, to no avail. Also, the rest of the app store is available, just not updates. The app badge shows that nine updates are available, but clicking on the Updates tab always results in a wait of several minutes, and then a message that "The request timed out" with no further information.
    Next I will try re-starting the iPad itself. Since many, many others are having the same issue, I would suspect Apple is aware of the problem, despite the customary lack of acknowledgement.

Maybe you are looking for

  • Can't find a printer driver for LaserWriter Select 360?

    My older G4, which I just upgraded from OS 9.2 to OS X10.3.9 (I was reluctant to leave PageMaker), doesn't have a printer driver for my Apple LaserWriter Select 360. It finds my Epson 2200 with no problems. I've tried two shareware programs. The firs

  • Connecting a 'cherry' eMac to broadband...

    I've graciously come into ownership of an original eMac (700MHz, 128MB RAM, Mac OS 10.1.4, CDRW) I was wondering what the trick was to get this ol' girl online, the previous owner used Dial-Up, by I utilize broadband (Road Runner, through a Linksys W

  • Sql query is running fast in sqlplus but too slow in oracle why?

    Hi, I am executing one query in sqlplus . it gives output in two mins. when run that query in oracle it takes above 7hrs. why? what is root cause of this problem?

  • Ctrl+enter doesn't work

    ctrl+enter doesn't work when I try to go to maps.yahoo.com. It only happens when I try to go here. ctrl+enter works for every other site I've tried.

  • My iPhone 4 cellular communication stopped working after iOS 6.1 update

    My iPhone 4 What's working pretty fine before updating from iOS 6.01 to 6.1. Now it stays searching endlessly for network without success. I have tried first to restore iPhone Then a restore from backup Then a new restore from factory settings The pr