Error while loading video using AIR2 Beta

The following sample code works fine with AIR 1.5 but throws a CONNECTION_ERROR when AIR2 beta is used.
Please give your suggestions/solutions regarding the same.
Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
        <![CDATA[
            import mx.controls.Alert;
            import mx.events.VideoEvent;
            private function videoDisplay_stateChange(evt:VideoEvent):void {
                switch (evt.state) {
                    case VideoEvent.CONNECTION_ERROR:
                        evt.currentTarget.visible = false;
                        Alert.show(evt.currentTarget.source, "Unable to connect to video");
                        break;
        ]]>
    </mx:Script>
    <mx:VideoDisplay id="videoDisplay"
            source="http://192.168.70.61/Videos/video33.flv"
            stateChange="videoDisplay_stateChange(event);" autoPlay="false"/>
</mx:WindowedApplication>

What I'm saying is, verify the column name. Dont post if not possible.
Example follows, with one table intentionally "hidden".
SQL> create table "tEsT" ("MaxNumber" float, "MaxnumbeR" number);
SQL> select table_name,column_name from user_tab_columns where table_name like 't%';
TABLE_NAME                     COLUMN_NAME
tEsT                           MaxNumber
tEsT                           MaxnumbeR
teST                           iD
teST                           MaxNumberHth,
Fredrik

Similar Messages

  • Error while Loading Budgets Using AMG

    Error while Loading Budgets Using AMG
    Dear All,
    I am trying to load Budgets into ORACLE Projects using AMG API's..
    I have developed PL/SQL which uses below procedures of pa_budget_pub package.
    init_budget;
    load_budget_line;
    execute_draft_budget;
    baseline_budget;
    Procedure execute_create_draft_budget fails with following error message.
    error message: Please enter a valid product code for this project.
    error message: You entered an invalid API parameter.Please enter valid parameter and try again. Parameter Name: Resource List Parameter Value: 1446
    error message: Project: AC044. Please specify a valid resource list.
    error message: Project: AC044. Please specify a valid resource list.
    Could somebody explain me how to resolve this error message and load the budget lines.
    Thanks in Advance.
    Afsal Basha.

    What I'm saying is, verify the column name. Dont post if not possible.
    Example follows, with one table intentionally "hidden".
    SQL> create table "tEsT" ("MaxNumber" float, "MaxnumbeR" number);
    SQL> select table_name,column_name from user_tab_columns where table_name like 't%';
    TABLE_NAME                     COLUMN_NAME
    tEsT                           MaxNumber
    tEsT                           MaxnumbeR
    teST                           iD
    teST                           MaxNumberHth,
    Fredrik

  • Error while loading members using ads file in EPMA planning app in 11.1.2.2

    Hi,
    I am trying to update the dimension using ads file in EPMA application(11.1.2.2).
    1. I am getting following error:
    "The member 'xxx' cannot be created or inserted into the shared dimension 'yyy' within the application 'abc' during application import as this is not allowed by the system. Property updates for this member will not be processed."
    2. Also, I am trying to create shared dimension using ads file. I am replacing Isprimary property to 'N' and Datastore property to 'ShareData' in the ads file. There is no error while doing it and the status is 100% complete but I could not see any changes in the hierarchy.
    Any help would be great in this.
    Thanks

    I found the log file, if you can help clarify the reason for this issue:
    [Dec 7, 2012 10:18:58 AM]: Application (HCCPEXP) Upgrade initiated by user admin...
    [Dec 7, 2012 10:18:58 AM]: *******************************
    [Dec 7, 2012 10:18:58 AM]: 11.1.2.1 to 11.1.2.2
    [Dec 7, 2012 10:18:58 AM]: *******************************
    [Dec 7, 2012 10:18:59 AM]: Execute SQLs-E:\Oracle\Middleware\EPMSystem11R1\products\Planning\config\sql\11_1_2_2Migration_SQLServer_Unicode.sql
    [Dec 7, 2012 10:19:00 AM]: [FMWGEN][SQLServer JDBC Driver][SQLServer]The object 'DF__HSP_SYSTE__ESS_D__42ACE4D4' is dependent on column 'ESS_DEF_PSWD'.
    thanks...

  • Error while loading data using SQL*Loader

    Hi All,
    I am now in process of loading data from MS SQL to Oracle Database.
    I am getting the data in excel format and i will convert them into csv.
    Upto converting everything is working fine.
    In MS SQL, table columns are case sensitive.
    So i created those tables in oracle db as same.
    There is one column "MaxNumber" which is of type float(49).
    The column is case sensitive.
    in the control file first i given as
    "MaxNumber" "TO_NUMBER(:MaxNumber,'99,999.99')"
    After executing the SQL*Loader i am getting the error
    SQL*Loader-466: Column MAXNUMBER does not exist in table TABLEONE.
    I changed the control file entry as
    "MaxNumber" "TO_NUMBER(:"MaxNumber",'99,999.99')"
    After the execution i got the error
    SQL*Loader-350: Syntax error at line 13.
    Expecting "," or ")", found "MaxDiscount".
    "MaxNumber" "TO_NUMBER(:"MaxNumber",'99,999.99')"
    Please Guide me in this issue.
    Regards
    Salih KM

    What I'm saying is, verify the column name. Dont post if not possible.
    Example follows, with one table intentionally "hidden".
    SQL> create table "tEsT" ("MaxNumber" float, "MaxnumbeR" number);
    SQL> select table_name,column_name from user_tab_columns where table_name like 't%';
    TABLE_NAME                     COLUMN_NAME
    tEsT                           MaxNumber
    tEsT                           MaxnumbeR
    teST                           iD
    teST                           MaxNumberHth,
    Fredrik

  • RE: GETTING AN ERROR WHILE LOADING ACL USING XML FILE

    I have generated several XML files (ACL) to load in the share services but when I do I get the following error message:
    "Errors occured during syncrhonization: [com.hyperion.planning.DuplicateUserException: Another user with the name admin already exists.]."
    I am not sure how to resolve this issue. Any help and/or assistant is greatly appreciate it.
    fsanchez

    Let me take that back. I have one or more user with admin privileges. Here is one of the sample XML files that I created.
    <? xml version = "1.0" encoding = "UTF-8" ?>
    <acls>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>ABN-NW PD</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>@IDESCENDANTS</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Actual</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READ</accessMode>
    <flag>MEMBER</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Balance Sheet</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>@IDESCENDANTS</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Budget</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>MEMBER</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Final</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READ</accessMode>
    <flag>MEMBER</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Income Statement</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>@IDESCENDANTS</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Property Director Budget Process</objectName>
    <objectType>SL_TASKLIST</objectType>
    <accessMode>READ</accessMode>
    <flag>MEMBER</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Property Directors</objectName>
    <objectType>SL_FORMFOLDER</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>@IDESCENDANTS</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Statistical Accounts</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>@IDESCENDANTS</flag>
    <isUser>N</isUser>
    </acl>
    <acl>
    <name>ABN_NW_PD</name>
    <objectName>Working</objectName>
    <objectType>SL_DIMENSION</objectType>
    <accessMode>READWRITE</accessMode>
    <flag>MEMBER</flag>
    <isUser>N</isUser>
    </acl>
    </acls>

  • Data error while loading data using SQLLDR

    Hi Gurus,
    Kindly let em know the possible reasons for getting the below error returned by SQLLDR after loading data:
    x no of rows not loaded due to data errors in SQLLDR
    Could it be due to issues in control file?

    you'll find it well explained here :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/part_ldr.htm#i436326
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_concepts.htm#i1004846

  • Getting error while loading assets using API

    The error is as follows.
    l_error:Error: function fa_cache_pkg.fazcbc returned failure
    l_error:Error: function fa_addition_pub.do_addition returned failure
    Can anyone please let me know if you have solution

    Hi Vinod,
    The error is as follows.
    FA Details Update Failed for BX Number:BX130614
    FA Details Update Failed  x_error_buf:ORA-0000: normal, successful completion - FA Details Update Failed ....!
    l_error:
    l_error:Error: function fa_cache_pkg.fazcbc returned failure
    l_error:Error: function fa_addition_pub.do_addition returned failure
    l_error:
    l_error:
    l_error:
    l_error:
    l_error:
    l_error:Error: function fa_cache_pkg.fazcbc returned failure
    l_error:Error: function fa_addition_pub.do_addition returned failure
    l_error:
    l_error:
    l_error:
    l_error:
    l_error:
    l_error:Error: function fa_cache_pkg.fazcbc returned failure
    l_error:Error: function fa_addition_pub.do_addition returned failure
    l_error:
    l_error:
    l_error:
    l_error:
    the code which we are using is.
    lx_trans_rec.transaction_type_code          :='CAPITALIZED';
            lx_trans_rec.transaction_date_entered       :=l_receiving_date;
            lx_dist_trans_rec.transaction_type_code     :='CAPITALIZED';
            lx_dist_trans_rec.transaction_date_entered  :=l_receiving_date;
            lx_asset_hdr_rec.book_type_code             :='CTO CORP BOOK';
            lx_asset_desc_rec.asset_number              :=p_bx_number;
            lx_asset_desc_rec.description               :=l_make||'.'||l_model;
            lx_asset_desc_rec.asset_key_ccid            :=1001;
            lx_asset_desc_rec.in_use_flag               :='YES';
            lx_asset_desc_rec.inventorial               :='YES';
            lx_asset_desc_rec.owned_leased              :='OWNED';
            lx_asset_desc_rec.new_used                  :='NEW';
            lx_asset_desc_rec.current_units             :=1;
            lx_asset_desc_rec.unit_adjustment_flag      :='NO';
            lx_asset_type_rec.asset_type                :='CAPITALIZED';
            lx_asset_cat_rec.category_id                :=1;
            lx_asset_fin_rec.date_placed_in_service     :=l_receiving_date;
            lx_asset_fin_rec.deprn_start_date           :=l_receiving_date;
            lx_asset_fin_rec.deprn_method_code          :='STL';
            lx_asset_fin_rec.life_in_months             :=240;
            lx_asset_fin_rec.cost                       :=l_purchase_price;
            lx_asset_fin_rec.original_cost              :=l_purchase_price;          --Added by sive for the Original cost
            lx_asset_fin_rec.recoverable_cost           :=l_purchase_price;          --Added by sive for the Original cost
            lx_asset_fin_rec.prorate_convention_code    :='CTO PRORAT';
            lx_asset_fin_rec.depreciate_flag            :='YES';
            -- deprn info
       lx_asset_deprn_rec.ytd_deprn                   := 0.00;
       lx_asset_deprn_rec.deprn_reserve               := 0.00;
       lx_asset_deprn_rec.bonus_ytd_deprn             := 0;
       lx_asset_deprn_rec.bonus_deprn_reserve         := 0;
                l_asset_dist_rec.units_assigned         := 1;
                l_asset_dist_rec.expense_ccid         := 1060;--4013;
                l_asset_dist_rec.location_ccid         := 1;--1001;
                l_asset_dist_rec.assigned_to         := NULL;
                l_asset_dist_rec.transaction_units      :=1;
                lx_asset_dist_tbl(1)             := l_asset_dist_rec;
               FA_ADDITION_PUB.DO_ADDITION(
                -- Standard Parameters --
                p_api_version           => 1.0,
                p_init_msg_list         => FND_API.G_FALSE,
                p_commit                => FND_API.G_FALSE,
                p_validation_level      => FND_API.G_VALID_LEVEL_FULL,
                x_return_status         => l_return_status,
                x_msg_count             => x_msg_count,
                x_msg_data              => l_msg_data,
                p_calling_fn            => l_calling_fn,
                -- Transaction Object --
                px_trans_rec            => lx_trans_rec,
                px_dist_trans_rec       => lx_dist_trans_rec,
                -- Asset Object --
                px_asset_hdr_rec        => lx_asset_hdr_rec,
                px_asset_desc_rec       => lx_asset_desc_rec,
                px_asset_type_rec       => lx_asset_type_rec,
                px_asset_cat_rec        => lx_asset_cat_rec,
                px_asset_hierarchy_rec  => lx_asset_hierarchy_rec,
                px_asset_fin_rec        => lx_asset_fin_rec,
                px_asset_deprn_rec      => lx_asset_deprn_rec,
                px_asset_dist_tbl       => lx_asset_dist_tbl,
                -- Invoice Object --
                px_inv_tbl              => lx_inv_tbl);
                            IF (l_return_status <> fnd_api.g_ret_sts_success)
                            THEN
                                    x_ret_code  := sqlcode;
                                    x_error_buf := sqlerrm||' - FA Details Update Failed ....!';
                                    FND_FILE.PUT_LINE( FND_FILE.LOG,'FA Details Update Failed for BX Number:'||p_bx_number);
                                    FND_FILE.PUT_LINE( FND_FILE.LOG,'FA Details Update Failed  x_error_buf:'||SUBSTR(x_error_buf, 1, 200));
                                          IF (fnd_msg_pub.count_msg > 1)
                                          THEN
                                                FOR j IN 1 .. fnd_msg_pub.count_msg
                                                LOOP
                                                      fnd_msg_pub.get(p_msg_index      =>  j,
                                                                      p_encoded        =>  'F',
                                                                      p_data           =>  l_msg_data,
                                                                      p_msg_index_out  =>  l_msg_index_out);
                                                     l_error   :=    SUBSTR(l_error, 1, 400)||SUBSTR(l_msg_data, 1, 400);
                                                     FND_FILE.PUT_LINE( FND_FILE.LOG, 'l_error:'||SUBSTR(l_msg_data,1,400) );
                                                END LOOP;
                                          ELSE
                                                fnd_msg_pub.get(p_msg_index       =>  1,
                                                               p_encoded         =>  'F',
                                                                p_data            =>  l_msg_data,
                                                                p_msg_index_out   =>  l_msg_index_out);
                                                l_error      :=     SUBSTR(l_error, 1, 400)||SUBSTR(l_msg_data, 1, 400);
                                                     FND_FILE.PUT_LINE( FND_FILE.LOG, 'l_error:'||SUBSTR(l_msg_data,1,400) );
                                          END IF;
                            ELSIF (l_return_status = 'S')
                            THEN
                                       x_ret_code  := sqlcode;
                                   x_error_buf := sqlerrm||'FA Details Updated Successfully ';
                                    FND_FILE.PUT_LINE( FND_FILE.LOG,'FA Details Updated Successfully for BX Number:'||p_bx_number);
                            END IF;
       END;
    Regards,
    Siva

  • Error while loading Hierarchy  using Idoc

    Hi Experts,
    I am loading Hierarchy data from r/3 to Bw,
    After load , in the monitoring details tab
    its like this
    Data Package 1 ( Records ) : Everything OK
    Transfer rules ( 911  Records ) : No errors
    Hierarchies for master data received. Processing being started.
    Transfer 911 data records in communication structure
    Update ( 0 new / 0 changed ) : No errors
    Data saved successfully
    Processing end : No errors
    Data successfully transferred to the update
    Subseq. processing (messages) : No errors
    -> Start update of master data hierarchy
    <- End update of master data hierarchy
    Hierarchy successfully activated
    the hierarchy is adding to the infoobject
    But in the reporing it showing like not assigned material
    I think the hierarchy is not loaded correctly into the target.
    because of the Idoc process , i am Unable to debugg..
    plz give me any idea

    Hi Vijay
    Here:
    NODENAME tab
    EXTERNAL                         INTERNAL                                                       FORMULA
    *                                             js:%external%.toString().replace(/\s+/g,"")
    *                                             js:%external%.toString().replace("#","_")
    *                                             js:%external%.toString().replace(",","_")
    A006-#????                              *skip
    Only the first line will work, you have to perform all replacements in on JS line, like:
    js:%external%.toString().replace(/\s+/g,"").replace("#","_").replace(",","_")
    * in EXTERNAL means ALL
    Vadim

  • Error while loading AR using FB01

    I read and converted the data.
    there are no special char for the empty fields as I have made it as space for no data.
    after I run the batch input I get the error as
    FB012                    Session 1 : Special character for 'empty field' is /
    FB174                    Doc. : Record end indicator in table BBKPF was not supplied with /
    FB023                    ... Table BBKPF was extended
    FB024                    ... Before the next put,
    FB025                    ... also maintain the new fields in table BBKPF
    FB174                    Doc. 1 : Record end indicator in table BBSEG was not supplied with /
    FB023                    ... Table BBSEG was extended
    FB024                    ... Before the next put,
    FB025                    ... also maintain the new fields in table BBSEG
    FB019                    Session 1 session name AR_OPEN_ITEM : No terminations have been found
    Any idea where to check..?
    thanks

    hope ur doing for each field,
    This following code you have to write in Mapping step for that particular field. change according to ur structures
    if not as91_ztable-anln1 is initial.
    BALTD-AIBN1 = AS91_ZTABLE-ANLN1.
    else.
    baltd-aibn1 = '/'.
    endif.
    Here: as91_ztable-----> is the source structure.
    anln1----
    > source field.
    baltd-----> target structure.
    aibn1---->target field.
    see if we dont have ne value in the flat file for the particular, we need to pass the / value for that field.

  • Error While loading data for LIS InfoSources.

    Hi All,
    I am repeatedly receiving load failure errors while loading data using 2lis_01_s001 (This is the case with all the InfoSources).
    The error message is:
    An error occurred in the source system.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the request.
    in our Quality system, we disabled the LIS Updation to No Update(R3) and loaded data and then again changed the Update Mode for No Updating to Asynchronous Update(R3). But now we are doing dataloading in Production. How to proceed. Should we have to disable the LIS Updating whenever we have to load the loads from R3 to BW.
    Regards
    Jay

    Hi Jayanthy,
    Pls. check the order of the fields in the two set up tables for the S001 structure. The order of fields in both the tables should be the same.
    You can see the structure in the TCode - SE11.
    If the order is different, then you bneed to ask the BASIS person to change the order so that the order of fields in both the setup tables is same. This should fix the issue.
    Thanks,
    Raj

  • Error while loading data to ASO database using rules files and buffer id

    Hello all,
    While loading the data to our ASO cube from a data file and using a server rules file, I am getting a warning: "Incorrect Syntax near ['$'] ". But my script no where mentions the usage of $. Also the console throws no error while loading the data. It displays the progress bar 0-100% while the data is being loaded, but actually no data is getting loaded (when retrieval is checked). Also the script is unable to form any log file or error file. Can anyone throw some light what might be the reason behind this kind of data load behaviour.
    Thanks in advance.
    Amit

    is that the real script? I don't see you using any parameter. (That's where $ comes to play). Try a double quote with echo (I never used echo in MaxL)
    Also don't post passwords and server names on a forum.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Error While loading into BW using infoPackage

    Hi All,
    While following directions posted at the following wiki page https://wiki.sdn.sap.com/wiki/display/BOBJ/ConfiguretheLoadJobinBW%28DS+3.2%29,
    we get an error while loading data into BW using infoPackage via Data services 3.2
    In SAP BI side Error says :"Error while executing the following command:  -sJO return code:220"
    On DS side for the RFC server log we get the error" Error while executing the following command -sJOB_SQL_TO_DBI -Ubbu -P;(encrypted password) -A (encryted information) -VMODE=F"
    Issue is still open with support as we still cannot excute the job from infopackage. it is succesfully executed from designer, admin console, batch file.
    Any insights/help would be appreciated.
    Thanks.
    Edited by: rana_accn on Jan 26, 2010 6:48 PM

    Sure I will.
    One thing we have noticed is that in the server_eventlog parameter for the  log line "Starting job with command line parameters are different"
    When job is executed from DS side parameters -Ct -Cm -Ca -Cj -Cp -S -N -Q -U -P -G -r -T -Locale are used
    When job is executed from BW side parameters -Ct -Cm -Ca -Cj -Cp -s -N -Q are used
    Also when the job is executed from BW,  log files start getting created but then trace and error file show an error that cannot open database - and that points to DSCentral repository.This repository is not even mapped to the job server and the job has been exported from the correct repository as command line execution of the job works perfectly fine.
    Thnx
    Just an update we were not able to figure out why this happened in the existing environment. One reason given was that somehow the commands which were being executed from BW side were getting corrupted. We had to build a new environment and this is no longer an issue in the new environment, as now all jobs can be executed from BW. Only difference between the 2 environments was we are now on 12.2.1.3 while earlier we were on 12.2.0.0.
    Edited by: rana_accn on Mar 23, 2010 10:21 PM
    Edited by: rana_accn on Apr 29, 2010 9:46 PM

  • Using FF to access my AOL emails I get "There was an error while loading the message. Please try again later." Access is OK via Chrome, IE & AOL's own desktop.

    "There was an error while loading the message. Please try again later." is a recent (3/4 days) error message I get when accessing my AOL emails. I can access the page and move them between states but cannot open them to read. Chrome, IE and AOL's own desktop open emails OK & can access them from the wife's PC using my AOL details. Have cleaned the history tab of everything in FF, have also removed it with add/rem progs and reinstalled - still I get the above message.
    PC - W7 Pro 64 bit, 16GB RAM etc.

    Hello,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.
    <!-- VERY important to include-->
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>

  • Error while load data into Essbase using ODI

    Hi ,
    I'm getting the following error while loading measures into Essbase using ODI, I used the same LOG nd Error file and file path for all my Dimensions , this worked well but not sure why this is not working for measures....need help.
    File "<string>", line 79, in ?
    com.hyperion.odi.common.ODIHAppException: c:/temp/Log1.log (No such file or directory)
    Thanks
    Venu

    Are you definitely running it against an agent where that path exists.
    Have you tried using a different location and filename, have you restarted the agent to make sure there is not a lock on the file.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while loading application

    Hi,
    I'm not sure this is the right forum, but I try anyway.
    I'm trying to use a 3rd party Java application Unico (just use it, I don't develop anything of that) that after working for weeks, suddenly refuses to load at startup, and returns an error like "Error while loading application" (no error code number no other hint about the problem).
    The tests that did not work: 1. I installed the Unico again, 2. I created a new login and installed Unico in that login, 3. I started in safe mode (pressing shift at startup) - I always had the same message and loading aborted.
    The only workaround I found is to use an external startup disk, that I fortunately had available to face cases like this: when starting the system up from that disk Unico WORKS, not only, but I can even use the same application in my internal disk that does not load otherwise.
    My first conclusion is that something wrong happened to my system on the startup disk that prevents loading a Java application. The user Library seems to make no difference.
    So my questions to the Java experts are:
    - what in the system could suddenly block the loading of a Java application ? where should I look in the system (I can use the terminal and know something about UNIX) to fix this ? could this be caused by a permission problem ? (it looks a lot alike, but repairing permissions in Disk Utility didn't help) if so where are the Java support files stored in the Library and System Library to check and compare between the good and the bad system ?
    - is there a better workaround to this problem, other than starting up from a different disk ?
    Some additional info:
    - the application Unico is freely provided by the Italian tax organization, so there is basically no support to use it...
    - Unico requires Java 1.3.1: my system is constantly updated/upgraded and it runs the most recent release that is 1.4.0 (I guess...) and anyway worked very well till a week ago.
    - since the last time the application had worked I installed two (non Apple) packages: the TomTom (GPS navigator) setup application, and new Epson printer drivers for my new printer.
    - in all cases I repaired permissions and I also verified the disk with the disk utility
    - Unico does not uses printers (it creates pdf files instead) and does not use USB, which in turn is used by both the Epson driver and the TomTom app.
    So I cannot connect the Unico malfunctioning to this new SW except for the fact that I cannot find any other answer...
    Thanks to anybody having any suggestion about
    Piero

    I made some research: it seems to me that most (if not all) the Java machine is in the /System/Library/Framework/JavaVM.framework folder: but I found no evident difference in the file permissions between the good and the bad system (see my previous posts).
    There are other locations where there are java related files: eg in Javaconfig.plist (in /System/Library/Java) that seems to name the locations for all components of the java machine. I checked some files in /usr/bin referenced in the .plist: again no difference.
    Something "could" be a clue; just before the crashing point the Unico (java) program causes a message in the Console:
    "[JavaAppLauncher Warning] Specifying a specific version for JVMVersion 1.3.1 is deprecated. Use the more general 1.3* instead."
    This would be a clue... except that this message appears also when the program loads without problem (in the "good" system where it works). So it is more a warning.
    Another clue is the message that appears in the console in the "good" system when the Unico loads correctly; and this seems really an error message (whateve it means):
    "Index 1 for 'pxm#' 2062 out of range (must be between 0 and 0)
    Attempted to read past end of 'pxm#'(2062) resource"
    The funny thing is that when this message appears, Unico loads with no probem, while in the "bad" system it doesn't even get to this point.
    So in my opinion both messages are irrilevant to identify the problem.
    Or not ?
    And again my main question is: what in the system could suddenly block the loading of a Java application ?
    Thanks for any hint
    Piero

Maybe you are looking for

  • Incoming payment by F-28: Reason code error while posting

    Hello everyone, I want to post Incoing Payment using F-28 net of TDS. I want the separate GL account to be picked up automatically for the difference when I enter the Reason Code 003. I did the following customization for the same. 1. Financial Accou

  • Pedido de compra com - Plano de Faturamento

    Boa tarde senhores, Energia elétrica, Gás, Água, etc.... Qual é a melhor forma de tratar este tipo de aquisição? Um pedido de compra com plano de faturamento? Contratos? Como fica o fluxo de caixa? Consigo utilizar folha de serviço para plano de fatu

  • After installing HP software for new printer laptop shuts down several times a day

    I had an older HP Photosmart printer and it lost it's wireless connection often.  I decided to get a new printer and purchase an HP Officemax 8600 printer and immediately my laptop started shutting down without notice.  It would leave me a notice tha

  • How can I tell if my iPhone 4s is unlocked?

    I am trying to get my phone unlocked from Verizon as I will be travelling oversees.  Verizon said they already put the request through to apple to unlock the phone.  However, when trying to utilize the other SIM card it will not work and I am told th

  • Installation Ecc 6.0

    Hi Currently we are planning to install the ECC6.0 SR3 with EHP3 in our linux machine We are facing the below error when we are starting the sapinst [root@mngnetmcdb IM_LINUX_X86_64]# ./sapinst [==============================] \ extracting...  done!