FDM batch Loader - error 5: Invalid procedure or augument - parallel process call

Hi guru FDM.

I am using FDM version 11.1.2.1. I try to use the function in the FDM of FDM batch workbench and received the following errors:

* Start the journal entry for the Runtime Error FDM [2013-06-18 18:32:54] *.

-------------------------------------------------------------

ERROR:

Code............................................. 5

Description... Argument - parallel process ID or 0 = Invalid procedure call

Process... clsBatchLoader.ExecuteProcessShell

The component... upsWBatchLoaderDM

Version.......................................... 1112

Thread........................................... 42428

* Start the journal entry for the Runtime Error FDM [2013-06-18 18:32:57] *

-------------------------------------------------------------

ERROR:

Code............................................. 1000

Description... Parallel process [1] shell could not start

Process... clsBatchLoader.mFileCollectionProcessParallel

The component... upsWBatchLoaderDM

Version.......................................... 1112

Thread........................................... 42428

-Lot controls in the FDM workbench are as follows:

Batch type - Standard

Level of process - import

Process method - series (I tried both serial and Parallel)

Filename delimiter - _ (underscore stroke)

-Batch file names follow the instructions in the Administrator's guide - < version > _ < location > _ < category > _ < period > _RR.txt (e.g. 1_TESTING_ACTUAL_Q1 - 2012_RR.txt)

-J' also checked and the FDM data in the shared drive folder comes with a complete access control (read/write).

-Batch files have been moved to another file sibiling as OpenBatch with a unique name, but the data could not import into the locations.

-J' also created and launched the script from a web client and the batch workbench.

I look at what has gone wrong... I want to ask you expert advice. Any help would be appreciated, thanks in advance!

Hi all

Thanks a lot for all your response. This issue is resolved as soon as possible and I want to just share what we have done and close this post.

By my team, the FDM Task Manager has not been configured properly for the loader commands to run. Therefore,.

1. to configure the FDM Task Manager

For the file name, such as we would use the description for the period (e.g. T1 - 2012), so

2. we need to enable the setting "Allows a description custom period." (in the Admin--> Configuration); and

3. put the spaces between Q1-2012 in file naming for batch loading (for example, we cannot put ___Q1 2012.txt, must be ___Q1 - 2012.txt)

The batch charger works fine now.

Tags: Business Intelligence

Similar Questions

  • SmartView: XML load error: an invalid character was found in text content.

    Hello

    IM using hyperion 11.1.2.1 with SmartView installed with Office 2007. Many forms are works good about it, but we've entered data on a number of them recently and we are unable to open in SmartView either through the icon and menu options in the workspace or via the smartview Panel in excel 2007. The error we get is "XML load error: an invalid character was found in text content.".

    See you soon,.

    Imran

    Take a look at the Oracle Support - "SmartView XML load error:"Year Invalid character was found in text content"[968808.1 ID]".
    It may be the same problem you are having.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • FDM batch load statistics

    Hello

    How to view statistics of tasks I run batch FDM supported? How it can be shown in this format?

    Task name. Start time | End time | Status.

    Thank you
    Asamant

    Use the BatchAction event script to record the start time.

  • Down Load Error - &amp; quot; Invalid extension package &amp; quot;

    Hello

    I get an error when it tried to download Dreamwear 8 extionsions queue manager.

    Error: "Package of Extension is not valid.

    I bought DreamWeaver 8 a student version?

    What can I do?

    I was beginning to suspect that it was the Adobe side, too. But I finally found the answer (for me, anyway). I thought it was fishy when I suddenly also had trouble installing Firefox Add-ons. I disabled ThreatFire and have since managed to install Adobe and Firefox Add-ons.

    ThreatFire doesn't give me error messages or clues - it was blocking them just in the background, I suppose. Everything works fine if I just disable TF during the installation of the extensions or modules, and then re - activate and use the programs.

    Thank you for all your meditating on it, in any case! Hope this helps someone else...

  • Notification by E-mail FDMEE script error! Invalid Argument or procedure call

    Hello FDM gurus.

    I tried to write a script to set e-mail notifications when the FDMEE process fails on step validate. I tried to recreate my script as much as possible, but I am unable to know is wrong with the script. The FDMEE script notification by e-mail administrator's guide is not correct, as most of the APIs mentioned FDM and not for FDMEE. Ask you please check the below script and him point that does not.

    I put the script in the AftValidate event below. I don't know if I should not be implemented as event scripts.

    I am currently getting an error "Invalid procedure call or argument: «objFDMAPI.API.MaintenanceMgr.fProcessStatus»»

    My script:

    '************************************************************************************

    ' REVIEW OF THE INPUT PARAMETERS

    '************************************************************************************

    If WScript.Arguments.Count <>5 then

    WScript.Echo "You must provide 5 DURATION variables." & vbNewLine & "use: HFM_LOAD.vbs LoadID CSS_Token OracleInstancePath JavaHomePath OLE_DB_PROVIDER.

    WSCript.Quit - 1

    On the other

    LoadID = WScript.Arguments.Item (0)

    CSSToken = WScript.Arguments.Item (1)

    OracleInstancePath = WScript.Arguments.Item (2)

    JavaHomePath = WScript.Arguments.Item (3)

    Provider = WScript.Arguments.Item (4)

    End If

    '************************************************************************************

    'Initialize FDMEE VB API.

    '************************************************************************************

    Set objFDMAPI = CreateObject ("fdmapi.clsAppServerDM")

    WScript.Echo 'FDMEE VB API created.'

    blnInit = objFDMAPI.fInitializeMainAPI (CStr (LoadID), CStr (CSSToken), CStr (OracleInstancePath), CStr (JavaHomePath), CStr (Provider))

    If blnInit then

    WScript.Echo "FDMEE VB API initialized."

    On the other

    WScript.Quit - 1

    WScript.Echo "fInitializeMainAPI failed."

    End If

    WScript.Echo CBool (True)

    '************************************************************************************

    Dim objProcessStatus

    Dim lngStateCheck

    Dim strFromAddress

    Dim strToAddress

    Dim strSubject

    Dim strEmailMsgLine

    Dim objMsg

    Dim objConfig

    Dim intSendUsing

    Dim strSMTPServer

    Dim intSendPort

    ' Message content Variables

    strToAddress = " " [email protected] ; [email protected] "" "

    strFromAddress = " " [email protected] " " "

    strSubject = "FDMEE Validation failed"

    strEmailMSGLine = 'Failure of Validation - Log of process FDMEE Check - for Details'

    "Check for location

    If objFDMAPI.API.State.LocName = "United States" or objFDMAPI.API.State.LocName = "Canada" or objFDMAPI.API.State.LocName = "Mexico" Then

    strLoc = objFDMAPI.API.State.LocName

    ' Initialize process status

    ' lngStateCheck = 12 ' Validation failed

    "Check the status of LoadID

    Set objProcessStatus = objFDMAPI.API.MaintenanceMgr.fProcessStatus (objFDMAPI.API.State.LocName, objFDMAPI.API.State.CatName, objFDMAPI.API.State.Period)

    If objProcessStatus.blnTBVal = false Then

    strSubject = strSubject & strLoc

    strEmailMSGLine = strEmailMSGLine & strLoc

    strSMTPServer = 'mail.abc.com '.

    ' CdoSendUsing enumeration-1 = use smtp on the local computer, 2 = use smtp via network

    intSendUsing = 2

    ' SMTP port on the server

    intSMTPPort = 25

    'Create the CDO configuration object '.

    Set objConfig = CreateObject ("CDO. Configuration")

    "Set the parameters of the Config object

    With objConfig.Fields

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/sendusing") = intSendUsing

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strSMTPServer

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = intSMTPPort

                    . Agenda ("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10

    . Update

    Ends with

    'Create the CDO message object '.

    Set objMsg = CreateObject ("CDO. Message")

    'Assign to the configuration of the message config object object property.

    Set objConfig = objMsg.Configuration

    "Set the Message subject and send mail

    With objMsg

    . To = strToAddress

    . From = strFromAddress

    . Subject = strSubject & strLoc

    . TextBody = strEmailMsgLine & strLoc

    . Send

    Ends with

    On the other

    WScript.Echo "Success Validation".

    End If

    ' End with

    End If

    'Destroy objects of message '.

    Set objMsg = Nothing

    Set objConfig = Nothing

    objFDMAPI.Dispose

    Set objFDMAPI = Nothing

    I am able to receive notifications by e-mail without the API. Ask you to help and guide me. Thanks in advance

    Vikram

    Delete this line

    strPer = FormatDateTime (strPer, 2)

    just use the name of period and do not scan.

    In any case, I would say that you start with simple code. I just joined the code for AftValidate.

    If you start with simple code that troubleshoot you more quickly.

  • Scripts custom FDM HFM control (for example, perform a translate in HFM) after data FDM load via the batch Loader

    Currently, we have a Microsoft Access database + VBA Scripts that use the HFM API objects to connect to the HFM application to perform the following tasks:

    (1) delete the data according to a specific POV HFM

    (2) load some data from a text file to the request of HFM

    (3) run a Consolidation of data in HFM with 3 different POV

    (4) running a data translate in HFM with a specific POV.

    (5) when the process is complete, HFM send one connects e-mail to Hyperion administration team with newspapers.

    We want to replace this database MS Access with FDM.

    Custom script of FDM, I am able to run batch loader to load data at our request of HFM.

    However, FDM, I want to connect to our HFM application to perform a consolidation (in HFM) and also a Translate (in HFM) after that the data has been loaded by the loader of FDM data.

    The question I have is that I can't use the VB Scripts following FDM (this code works in MS Access)

    Function OpenHfmApp (sDomain As String, sUser As String, fun As String, sserveur As String, sApp As String)

    Dim customer as HsxClient

    Dim cSession as HsvSession

    Dim cServer As HsxServer

    Set customer = New HsxClient

    cClient.SetLogonInfoSSO sDomain, sUser, ' ", fun

    sApp sserveur, 'Financial management', cClient.OpenApplication, cSession cServer

    Set OpenHfmApp = cSession

    End Function

    FDM do not like the 'AS' - I should write:

    Function OpenHfmApp (sDomain, sUser, fun, sserveur, SAPP)

    Sun customer

    Dim cSession

    Dim cServer

    Set customer = New HsxClient

    cClient.SetLogonInfoSSO sDomain, sUser, ' ", fun

    sApp sserveur, 'Financial management', cClient.OpenApplication, cSession cServer

    Set OpenHfmApp = cSession

    End Function

    When I run this code of FDM, I get the following (of Financial Data Management Workbench) error message

    500 variable is undefined: 'HsxClient '.

    Online: 565

    My questions are:

    (1) is it possible to control via the Scripts VB FDM HFM realize some tasks such as claire HFM, Consolidation and HFM HFM translate?

    (2) if so, How can I reference objects in FDM HFM VB Scritp editor [custom general] (to use the HFM API via scripts VB FDM objects)?

    Thank you

    Claude

    Good to know that the 'out of the box' functionality meets your requirements. You can mark the thread as anawered now.

  • fax from Windows 7 on x 64 gives script error, line 2107 1 tank invalid procedure call error or argument, res//ieframe.dll/preview.js URL, know a fix for this?

    fax from Windows 7 on x 64 gives script error, line 2107 1 tank invalid procedure call error or argument, res//ieframe.dll/preview.js URL, know a fix for this?  Worked very well for server 2008r2.

    Hello

    1. you have recently installed Internet Explorer 9?

    If Yes, consult the following link:

    http://social.technet.Microsoft.com/forums/en-us/ieitprocurrentver/thread/b50f867e-3f67-4714-856A-59891fced4b9

    Let us know if the problem is solved or not.

  • "XML load error: invalid xml declaration ', SV Version 11.1.2.2.300 (Build 070)"

    Hello

    One of our users of Smart View has a new problem with their link of SV.  Woking in an ad hoc network, they changed some descriptions/names defined around Member and then all of a sudden received the error "XML load error: invalid xml declaration" so they were unable to overcome this error - even after completely logging on the company portal and record then back in.  They would get to the point of choosing an application workspace to connect under the table of connections shared for establishing a new ad hoc connection, but then this error still appears.

    Any ideas/suggestions on a solution?

    Thank you!

    Classic mistake with SmartView. The problem is that one last refreshed point of view users are stored in tables. It is a double-edged sword (part Nice is that's effective/downside, it's that sometimes breaks).

    The solution to this problem is remote in the SQL database behind HFM. Expand Databases ""-> HYPHFM (or similar)-> Tables-> find your application_USERPARAMS-> right click and edit top 200 rows. Find that users "USERMBRSEL" and delete the record.

    This should reset the stored view and allow the user to continue normal.

    Confirm this that my diagnosis is correct is to check if this user can access another application with the smartview, because this error is application specific.

  • Argument or invalid procedure call #5 - XMLExporter - error

    I can't seem to overcome this error:
    Argument C:\temp\Larry1.mdb Database Schema Export or invalid procedure call #5 - XMLExporter - error was not entirely successful.

    Oracle SQL Developer (3.1.07) Build HAND - 07.42
    Windows XP - 5.1 Build 2600.xpsp_sp3_gdr.111025 - 1629 Service Pack 3
    Access 2002 (10.4302.4219) Service Pack 2
    Tools > References:
    Visual Basic for Applications
    Microsoft Access 10.0 object library
    OLE Automation
    Microsoft DAO 3.6 object library
    Microsoft ActiveX Data 2.5 Library Ojbects

    Larry1.mdb is a new MDB created for this test, with a table and nothing else.
    Table: person
    Columns:
    Primary key, automatic numbering
    Text 50 name
    Age number (Long integer)

    Any suggestions?

    Larry,

    I did research on this error and can only recommend to read some other forum discussions in the hope that they give you help:

    https://KR.forums.Oracle.com/forums/thread.jspa?MessageID=4176175

    Try using the MS Access Migration

    Argument or invalid procedure call #5 - XMLExporter - error.

    If this does not help I suggest you open a Service request with Oracle Support so that you can upload your file mdb for further investigation.

    Concerning
    Wolfgang

  • What is this dialog box? "Run-time error '380': invalid property value."

    I'm trying to load a registration program and I get a dialog box that indicates that following.

    "Run-time error '380': invalid property value."

    What it means. How can I solve this problem?

    Pescatore

    Hi arthur rossi.

    See the FAQ of the Roemer software that has exactly the problem mentioned.

    Refer to the Question I get an error message that says: one of the following values: "Runtime error 380 invalid property value", "Runtime Error 52" or "Invalid file name" in the following article. "

    Roemer Software FAQ (frequently asked Questions)

  • Application package load error: permission denied

    Hello

    I develop on the alpha 10 blackberry dev and yesterday during the deployment of app I started getting this message from QNX Momentics IDE:

    "Synchronization and application startup" has encountered a problem.

    Application package load error: permission denied

    After I started getting this error, I noticed that I couldn't run any application, I already installed on the device, even the example apps provided no longer works (by clicking on the icon was moving the desk on the right for a moment as he normally does, but then the application does not run)

    I tried to set the mode of development, change the debugging token, restart the device and my pc, but it did not help. So I decided to wipe the device and today I reinstalled the operating system. I was able to run the application a couple of times tonight, but the problem started to appear again.

    The error is exaclty the same as before and he does not say much. What can I do to fix this?

    I had the same problem tonight, so I investigated further. I went to settings-> Security-> development mode and I noticed the debugging token has been installed, but it was not valid. the expiry date line said "edition invalid date or in the future." I noticed the time on my phone was incorrectly, I put it properly and now it works again.

  • Invalid procedure Apex_session_info

    Hello

    I found an invalid procedure in my diagram. It's apex_session_info. I did not create.

    Code is below:

    create or replace procedure apex_session_info

    as

    number of l_security_group_id;

    Start

    apex_application.g_flow_id: = 107;

    If wwv_flow_custom_auth_std.is_session_valid then

    HTP.p ('Session is valid.');

    apex_custom_auth.set_session_id (apex_custom_auth.get_session_id_from_cookie);

    apex_custom_auth.set_user (apex_custom_auth.get_UserName);

    l_security_group_id: = apex_application.get_current_flow_sgid (apex_application.g_flow_id);

    HTP.p ("security < br > Found = group id ' |") l_security_group_id);

    wwv_flow_api.set_security_group_id (l_security_group_id);

    HTP.p ("< br > Security GID = ' |") wwv_flow_api.get_security_group_id);

    on the other

    HTP.p ('Session is NOT valid.');

    end if;

    When I try to compile, I get this error:

    • Error (14,45): PLS-00302: 'GET_CURRENT_FLOW_SGID' should be declared

    I have no number 107 demand.

    What should I do? Is this an obsolete procedure that I can drop off safely? I'm under APEX 5.1

    Thank you very much for your help!

    Chipniz wrote:

    I found an invalid procedure in my diagram. It's apex_session_info. I did not create.

    Code is below:

    create or replace procedure apex_session_info

    as

    number of l_security_group_id;

    Start

    apex_application.g_flow_id: = 107;

    If wwv_flow_custom_auth_std.is_session_valid then

    HTP.p ('Session is valid.');

    apex_custom_auth.set_session_id (apex_custom_auth.get_session_id_from_cookie);

    apex_custom_auth.set_user (apex_custom_auth.get_UserName);

    l_security_group_id: = apex_application.get_current_flow_sgid (apex_application.g_flow_id);

    HTP.p (')
    Find the security group id = ' | l_security_group_id);

    wwv_flow_api.set_security_group_id (l_security_group_id);

    HTP.p (')
    Security group ID = ' | wwv_flow_api.get_security_group_id);

    on the other

    HTP.p ('Session is NOT valid.');

    end if;

    When I try to compile, I get this error:

    • Error (14,45): PLS-00302: 'GET_CURRENT_FLOW_SGID' should be declared

    I have no number 107 demand.

    What should I do? Is this an obsolete procedure that I can drop off safely? I'm under APEX 5.1

    Probably tell you APEX 5.0.1?

    This seems to be a version of a procedure posted in a previous thread on this forum: get and set session Apex standalone procedure values

    It may have been created by another developer, or maybe installed by a plug-in. The undocumented apex_application.get_current_flow_sgid function has been removed in 4.2 APEX.

    As it is not possible to compile this procedure in an APEX 5.0 installation, it should be deleted. Regardless of whether she is abandoned or left in an uncompiled State, an error occurs in any application that uses it. You must ensure that none of your applications to refer to the procedure by using the database object dependencies report and/or the consultant with the filter option is valid SQL or PL/SQL Code .

  • Same material, cannot vmotion.  Stops at 13% with a general system error occurred: invalid argument.

    I have four IBM (now Lenovo) x 3550 M4 (7914AC1) hosts that have been purchased by groups of two, several months apart.  Those purchased at the same time can vmotion between them but they cannot vmotion with those bought later OR with one of our older infrastructure (Nehalem IBM level - x 3650 M3, M3 x 3550, etc.).  The most recent M4 can talk to the fine old hosts.  Can I migrate invited powered down.

    VMware support was not able to give any help on this matter and have lost instead of my time (including do not contact me for weeks and also current exit without changing to another engineer; manager failed in this regard, too).

    I pulled the material apart - I can say it's all the same material (looks the same, has the same numbers and RUF).  The machines were configured the same.

    Firmware isn't exactly the same thing on the material but is VERY close.  I have one of each generation updated with the same Xpresspacks of IBM, and so except for the image diagnosis of pre-start, I think that they are the same.  I'll check this again once then.

    VMware drivers are the same.  They were not.  They are now.  I got 5.5 latest drivers for everything that I can find a driver for (including cards CF - using the driver Qlogic native VMware NICS (igb); approx 10 GB (not being use IGB but fact still); the provider CIM, MegaRAID controller.  I used VUM update their last 5.5 (standard license) with all the patches.  vCenter is a 5.5 vCSA was last updated.  I went into the BIOS settings side-by-side and ensured that everything is the same.  I did the same thing with everything I could think of in vSphere (found about 5 differences, but nothing fixed).

    Management is the network of vMotion.  It's on the same VLAN as one of those guests are on (the clients are spread over 5 different VLAN).  VMware support put in place a different vSwitch for vMotion with no luck.

    The symptoms are the same regardless of their orientation (old to the new, new to the former) and don't care about the type of virtual machine (Windows 2008R2, CentOS 5.5, RHEL 6.7) or at the level of the material (VM 10 or 7 VM).  It also fails if it is standard or high priority or if it is with the web client or the Windows client.

    The place with the most characteristic symptom that doesn't show anywhere in googleland except to the pastebin is in the file /scratch/log/hostd.log of the host.  The host that sends the guest throws a vmsvc.vm error VMotionCmdCb [1461010590046389] 'a': error - 6: invalid argument.

    If anyone else has seen this (obviously someone because it is on pastebin) and understood, please enlighten me.

    Thank you!

    Jeff

    These are the two hostd.log files (most recent, from the host first, then older receiver host).

    -----------------------

    From Server hostd.log:

    -----------------------

    2016 04-18 T 20: 16:29.927Z [37501 B 70 verbose "Default" opID = user F2241F42 - 000018 D 1-64-1 b = vpxuser] AdapterServer: target ='vim. VirtualMachine:2', method = "refreshStorageInfo".

    2016 04-18 T 20: 16:29.956Z [37501 B 70 'Hbrsvc' verbose opID = F2241F42 - 000018 D 1-64-1 b user = vpxuser] Replicator: VmFileProviderCallback VM (id = 2).

    2016 04-18 T 20: 16:29.972Z [37501 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:29.978Z [37280 B 70 'Local' verbose opID = cb7f34c4 user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:29.992Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:29.993Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:30.002Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. LicenseManager: ha-license-manager ", method = 'GetLicenses'"

    2016 04-18 T 20: 16:30.002Z [37280 B 70 verbose 'Vimsvc.ha - License-Manager' opID = cb7f34c4 user = vpxuser] load: existing file loading: /etc/vmware/license.cfg

    2016 04-18 T 20: 16:30.014Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] ha-license-manager: validate-> valid license found for "VMware ESX Server 5.0" (lastError = 0, desc.) IsValid:Yes)

    2016 04-18 T 20: 16:30.172Z [35981 B 70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] AdapterServer: target ='vim.host.VMotionManager:ha - vmotionmgr ", method ="prepareSourceEx"

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] PrepareSourceEx [1461010590046389], VM = '2'

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info "Vcsvc.VMotionSrc (1461010590046389)" opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionEntry: migrateType = 1

    2016 04-18 T 20: 16:30.172Z [37280 B 70 verbose opID ' Vcsvc.VMotionSrc (1461010590046389) "F2241F42 - 000018 D 1-64-a2-71 = user = vpxuser] JrnlCreate: created 1461010590.14

    2016 04-18 T 20: 16:30.172Z [37280 B 70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] Transition State (VM_STATE_ON-> VM_STATE_EMIGRATING)

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.eduvmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare (1461010590046389): sending "to" srcIp = 10.10.6.108 supporting = 10.10.6.73, type = 1, encrypted = false, remoteThumbprint = 28, 5 C: C3:9 C: 3E:BA:79:EA:B5:19:CC:A9:36:34:C1:10:48:46:F0:0E

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = srcLoggingIp

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = dstLoggingIp

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: srcMgmtIp = 10.10.6.108

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: dstMgmtIp = 2620:91:0:96:73

    2016 04-18 T 20: 16:30.172Z [37280 B 70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = dstVmDirPath / vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7 /guestvm.mydomain.edu/.

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: dstVmFileName =guestvm.mydomain.edu.vmx

    2016 04-18 T 20: 16:30.173Z [37280 B 70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] SetVmdbVirtualDeviceChange: deviceChange # 0

    SIOC: SIOC is not notified to start the injector

    2016 04-18 T 20: 16:30.173Z [37280 B 70 verbose opID ' Vcsvc.VMotionSrc (1461010590046389) "F2241F42 - 000018 D 1-64-a2-71 = user = vpxuser] Migration changed state from NONE to BEGIN

    2016 04-18 T 20: 16:30.173Z [37280 B 70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] finished scheduling PrepareSourceEx [1461010590046389].

    2016 04-18 T 20: 16:30.173Z [' info 36591 B 70 ' vm: / vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7 /guestvm.mydomain.edu/guestvm.mydomain.edu.vmx "] disconnect the current control.

    2016 04-18 T 20: 16:30.173Z [FFA4FB70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] AdapterServer: target ='vmodl.query.PropertyCollector:ha - property-collector ", method = 'createFilter'"

    2016 04-18 T 20: 16:30.174Z [info 372C1B70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx '] VMotionCmdCb [1461010590046389] 'a': error - 6: invalid argument

    2016 04-18 T 20: 16:30.174Z [info 372C1B70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx '] VMotionCmdCb [1461010590046389]: prepare the job completed with error vmodl.fault.SystemError

    2016 04-18 T 20: 16:30.174Z [372C1B70 verbose 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx"] VMotionCmdCb: shooting ResolveCb

    2016 04-18 T 20: 16:30.174Z [372C1B70 info ' Vcsvc.VMotionSrc (1461010590046389) "] ResolveCb: VMX reports needsUnregister = false for migrateType MIGRATE_TYPE_VMOTION

    2016 04-18 T 20: 16:30.174Z [372C1B70 info ' Vcsvc.VMotionSrc (1461010590046389) "] ResolveCb: failed with error: {(vmodl.fault.SystemError)

    -> dynamicType = < unset >

    -> faultCause = (vmodl. NULL in MethodFault),

    -> reason = "Invalid Argument."

    -> msg = ""

    ->}

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] Migration changed State to BEGIN done

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] called finished

    2016 04-18 T 20: 16:30.174Z [372C1B70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info] State of Transition (VM_STATE_EMIGRATING-> VM_STATE_ON)

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Hostsvc' verbose] change of State received for VM ' 2'

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Guestsvc.GuestFileTransferImpl' info] entered VmPowerStateListener

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Guestsvc.GuestFileTransferImpl' info] successful VmPowerStateListener

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Hbrsvc' info] Replicator: powerstate change VM: 2 old: 1 new: 1

    2016 04-18 T 20: 16:30.174Z ['Hostsvc' 372C1B70 info] decremented SIOC injector Flag2

    2016 04-18 T 20: 16:30.174Z [372C1B70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info] VMotion finished cleaning

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] JrnlEnd: writes active = 0

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] JrnlEnd: finished journal

    2016 04-18 T 20: 16:30.175Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] /var/lib/vmware/hostd/journal/1461010590.14 [JrnlFilePersistenceProvider::DeleteJournal] removal.

    2016 04-18 T 20: 16:30.175Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] JrnlDelete: deleted journal

    2016 04-18 T 20: 16:30.175Z [37280 B 70 'Hbrsvc' verbose] Replicator: Remove only group no entry for VM (id = 2)

    2016 04-18 T 20: 16:30.180Z [37501 B 70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] AdapterServer: target='vmodl.query.PropertyCollector.Filter:session[574b3c38-6a6b-214e-4bf3-428b10abded9]52760c3e-4722-159c-5c3a-df6eb23ddbbc ", method = 'destroy'

    2016 04-18 T 20: 16:30.201Z [372C1B70 verbose opID "Default" = 44d5f9ee user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:30.207Z [372C1B70 verbose 'Local' opID = 44d5f9ee user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:30.223Z [37501 B 70 verbose opID "Default" = 44d5f9ee user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:30.224Z [372C1B70 verbose opID "Default" = 44d5f9ee user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:31.162Z [35981 B 70 verbose 'SoapAdapter"] responded to the request of the State of service

    2016 04-18 T 20: 16:31.314Z [35981 B 70 verbose opID 'Default' F2241F42 - 000018 D 1-64-a2-b7 = user = vpxuser] AdapterServer: target ='vim.host.VMotionManager:ha - vmotionmgr ", method ="completeSource"

    2016 04-18 T 20: 16:31.314Z [37501 B 70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-b7 user = vpxuser] CompleteSource [1461010590046389]

    2016 04-18 T 20: 16:31.320Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:31.326Z [35981 B 70 'Local' verbose opID = 8590ebdf user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:31.340Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:31.342Z [37501 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:31.356Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. LicenseManager: ha-license-manager ", method = 'GetLicenses'"

    2016 04-18 T 20: 16:31.356Z [35981 B 70 verbose 'Vimsvc.ha - License-Manager' opID = 8590ebdf user = vpxuser] load: existing file loading: /etc/vmware/license.cfg

    2016 04-18 T 20: 16:31.371Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] ha-license-manager: validate-> valid license found for "VMware ESX Server 5.0" (lastError = 0, desc.) IsValid:Yes)

    -----------------------

    Hostd.log of the reception host:

    -----------------------

    2016 04-18 T 20: 16:29.798Z [FFD35B70 'Hostsvc.DvsManager' verbose] called PersistAllDvsInfo

    2016 04-18 T 20: 16:30.245Z [29940 B 70 verbose opID "Default" = ac976ee5 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:30.251Z [29940 B 70 'Local' verbose opID = ac976ee5 user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:30.265Z [29940 B 70 verbose opID "Default" = ac976ee5 user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:30.267Z [29940 B 70 verbose opID "Default" = ac976ee5 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:31.412Z [2BAC2B70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-e5 user = vpxuser] AdapterServer: target ='vim.host.VMotionManager:ha - vmotionmgr ", method ="completeDestination"

    2016 04-18 T 20: 16:31.412Z [2BAC2B70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-e5 user = vpxuser] CompleteDestination [1461010590046389]

    2016 04-18 T 20: 16:31.412Z [2BAC2B70 WARNING opID "Vcsvc.VMotion" = F2241F42 - 000018 D 1-64-a2-e5 user = vpxuser] CompleteDestination: card not found

    2016 04-18 T 20: 16:31.417Z [29940 B 70 verbose opID "Default" = fa72f2f7 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:31.424Z [29940 B 70 'Local' verbose opID = fa72f2f7 user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:31.439Z [FFD35B70 verbose opID "Default" = fa72f2f7 user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:31.441Z [29940 B 70 verbose opID "Default" = fa72f2f7 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    Using IPv6 on new hosts? If so, try disabling:

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.eduvmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare (1461010590046389): sending "to" srcIp = 10.10.6.108 supporting = 10.10.6.73, type = 1, encrypted = false, remoteThumbprint = 28, 5 C: C3:9 C: 3E:BA:79:EA:B5:19:CC:A9:36:34:C1:10:48:46:F0:0E

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = srcLoggingIp

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = dstLoggingIp

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: srcMgmtIp = 10.10.6.108

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: dstMgmtIp = 2620:91:0:96:73

  • Batch load fails on export

    Experts,

    Test us now on a new server environment and you encounter a problem with a batch that is currently operating without issue on our current production environment.  We import, validate and export a file in FDM in our 'Real' category and the batch then retrieves the file in the Outbox, re-imports, valid and exports to a second category of "ActSeg".  We have implemented the task on the Task Manager FDM, event script and script custom exactly the same on the new environment either on the current environment of the PRD.  As I said, this process will run without problem on the current economic situation, but in the new PRD, it stops at the export stage.

    Here is the log:

    * FdmFM11XG5E Runtime Error Log entry to start [2014-03-17-16: 04:45] *.

    -------------------------------------------------------------

    Error:

    Code...-2147196849

    Description... <? XML version = "1.0"? >

    < C'estr > < Ref > {F8DC712D-38F2-4B01-A2BB-CAF5DD22C2A3} < / Ref > < AppName / > < user > XXX < / user > < DBUpdate > 1 < / DBUpdate > < CSEC > < Num >-2147196849 < / Num > < Type > 1 < / Type > < DTime > 17/03/2014-16:04:44 < / DTime > < Svr > XXX < / Svr > < file > CHsxServer.cpp < / file > < line > 1465 < / line > < worm > 11.1.2.1.601.4019 < /. Worm > < DStr > OpenApplication: CM < / DStr > < / CSEC > < CSEC > < Num >-2147196849 < / Num > < Type > 0 < / Type > < DTime > 17/03/2014-16:04:44 < / DTime > < Svr > XXX < / Svr > < file > CHsxClient.cpp < / file > < line > 2417 < / line > < worm > 11.1.2.1.601.4019 < / worm > < / CSEC > < / RTSs >

    Process... clsFMAdapter.fConnect

    Component... D:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmFM11xG5E\fdmFM11XG5E.dll

    Version... 145

    Identification:

    User... XXX

    Name of the computer... XXX

    Connection of FINANCIAL MANAGEMENT:

    Name of the application...

    Name of the cluster...

    Field...

    Connect status... No open connection

    * Start the journal entry for the Runtime Error FDM [2014-03-17 16:04:44] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 10054

    Description... Adapter function [fConnect] failed.

    Process... clsBlockProcessor.ActCheckIntersections

    The component... upsWBlockProcessorDM

    Version.......................................... 1112

    Thread........................................... 5816

    IDENTIFICATION:

    User............................................. XXXX

    Name of the computer... XXXX

    App Name......................................... XX

    Client App....................................... BatchEngine

    CONNECTION:

    Provider......................................... SQLOLEDB

    Database server... XXX.XXX.COM

    Name of the database... XXX

    Trust connect... Fake

    Connect status... Open connection

    GLOBALS:

    Location......................................... SecondPass

    Location ID... 777

    Location Seg... 29

    Category......................................... ACTSEG

    ID of the category... 15

    Period........................................... Feb - 2014

    Period ID........................................ 28/02/2014

    POV Local........................................ Fake

    Language......................................... 1033

    User Level....................................... 1

    All Partitions... True

    Is Auditor....................................... Fake

    * Start the journal entry for the Runtime Error FDM [2014-03-17 16:04:45] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 10054

    Description... [Script failure caused error]: function adapter [fConnect] failed.

    Process... clsEventHandler.PobjAPI_BPCheckIntersections

    The component... upsWObjEventHandlerDM

    Version.......................................... 1112

    Thread........................................... 5816

    IDENTIFICATION:

    User............................................. XXXX

    Name of the computer... XXX

    App Name......................................... XX

    Client App....................................... BatchEngine

    CONNECTION:

    Provider......................................... SQLOLEDB

    Database server... DC0HFMSQLPRD01. PolyOne.com\hfm

    Name of the database... CMFDM

    Trust connect... Fake

    Connect status... Open connection

    GLOBALS:

    Location......................................... SecondPass

    Location ID... 777

    Location Seg... 29

    Category......................................... ACTSEG

    ID of the category... 15

    Period........................................... Feb - 2014

    Period ID........................................ 28/02/2014

    POV Local........................................ Fake

    Language......................................... 1033

    User Level....................................... 1

    All Partitions... True

    Is Auditor....................................... Fake

    * Start the journal entry for the Runtime Error FDM [2014-03-17 16:04:45] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 440

    Description... Automation error

    Process... clsValidationMgr.fValidate

    The component... upsWObjectsDM

    Version.......................................... 1112

    Thread........................................... 5816

    IDENTIFICATION:

    User............................................. XXXX

    Name of the computer... XXX

    App Name......................................... XXX

    Client App....................................... BatchEngine

    CONNECTION:

    Provider......................................... SQLOLEDB

    Database server... XXXX.com\hfm

    Name of the database... XX

    Trust connect... Fake

    Connect status... Open connection

    GLOBALS:

    Location......................................... SecondPass

    Location ID... 777

    Location Seg... 29

    Category......................................... ACTSEG

    ID of the category... 15

    Period........................................... Feb - 2014

    Period ID........................................ 28/02/2014

    POV Local........................................ Fake

    Language......................................... 1033

    User Level....................................... 1

    All Partitions... True

    Is Auditor....................................... Fake

    * Start the journal entry for the Runtime Error FDM [2014-03-17 16:04:45] *.

    -------------------------------------------------------------

    ERROR:

    Code............................................. 440

    Description... File [a_SecondPass_ActSeg_Feb - 2014_RA.txt] caused error: (error Automation)

    Process... clsBatchLoader.mFileCollectionProcess

    The component... upsWBatchLoaderDM

    Version.......................................... 1112

    Thread........................................... 5496

    IDENTIFICATION:

    User............................................. XXXX

    Name of the computer... XXXX

    App Name......................................... XXX

    Client App....................................... WebClient

    CONNECTION:

    Provider......................................... SQLOLEDB

    Database server... XXXX.com\hfm

    Name of the database... XXX

    Trust connect... Fake

    Connect status... Open connection

    GLOBALS:

    Location......................................... SecondPass

    Location ID... 777

    Location Seg... 29

    Category......................................... ACTSEG

    ID of the category... 15

    Period........................................... Feb - 2014

    Period ID........................................ 28/02/2014

    POV Local........................................ Fake

    Language......................................... 1033

    User Level....................................... 1

    All Partitions... True

    Is Auditor....................................... Fake

    Any thoughts on what may be the cause of this would be very appreciated.

    Thank you

    Your error log, it looks like FDM is unable to establish a connection with the server HFM. What the user is your batch process runnung under and makes that the user has rights to access the HFM target application?

  • Why do I get this message ArgumentError: Error #2015: invalid BitmapData.

    ArgumentError: Error #2015: invalid BitmapData.

    at flash.display::BitmapData/ctor()

    at flash.display::BitmapData()

    at com.king.flash.spaceland.texture::TextureManager/clearDynamicAtlasResource()

    at com.king.flash.spaceland.texture::TextureManager/clearDynamicAtlas()

    at com.king.flash.spaceland.texture::TextureManager/createDynamicAtlas()

    at com.king.ragnarok.spaceland.atlas::DynamicAtlasFactory/createDynamicAtlas()

    at com.king.stritz.juego::ProfilePictureLoader/load()

    at com.king.stritz.juego::ProfilePictureLoader/loadProfilePictureWithSocialUser()

    at com.king.stritz.juego::ProfilePictureLoader/loadProfilePicture()

    at com.king.stritz.view.spaceland.diorama::DioramaPortraitsView/setUpCurrentUser()

    at com.king.stritz.presenter.diorama::DioramaPortraitsPresenter/show()

    at com.king.stritz.presenter.diorama::DioramaPresenterImpl/show()

    at com.king.stritz.state.main::DioramaMainState/onEnterState()

    at com.king.stritz.state::TransitionAction/onTransition()

    at se.fearless.fettle.impl::Transition/onTransition()

    at se.fearless.fettle.impl::TransitionModelImpl/forceSetState()

    at se.fearless.fettle.impl::TransitionModelImpl/fireInternal()

    at se.fearless.fettle.impl::TransitionModelImpl/fireEvent()

    at se.fearless.fettle.impl::StateMachineImpl/fireEvent()

    at com.king.stritz.state::StateChanger/requestStateChange()

    at com.king.stritz.state.main::PerformanceCheckState/changeState()

    at com.king.stritz.state.main::PerformanceCheckState/onEnterState()

    at com.king.stritz.state::TransitionAction/onTransition()

    at se.fearless.fettle.impl::Transition/onTransition()

    at se.fearless.fettle.impl::TransitionModelImpl/forceSetState()

    at se.fearless.fettle.impl::TransitionModelImpl/fireInternal()

    at se.fearless.fettle.impl::TransitionModelImpl/fireEvent()

    at se.fearless.fettle.impl::StateMachineImpl/fireEvent()

    at com.king.stritz.state::StateChanger/requestStateChange()

    to Function/PreloadingState.as$ 0:anonymous()

    to Function/Assets.as$ 1:anonymous()

    at com.king.ragnarok.spaceland.assets.zip::ZipAssetLoader/callback()

    to Function/ZipAssetLoader.as$ 0:anonymous()

    to Function/ImageDecoder.as$ 0:anonymous()

    to Function / onComplete)

    Hi Luetta,

    Can you please share how you are initializing BitmapData in your AS code (also provide little detail of you app you use PNG or ATF)? Looks like the size of bitmapData is more than expected.

    -Nimisha

Maybe you are looking for