TRANSFER failed!.Error: Error obtaining distribution information for asset_

i am getting the following error while running the Asster Tranfer API in R11
TRANSFER failed!.
Error: Error obtaining distribution information for asset_id &ASSET_ID.
I want to transfer the asset location and code is as follows
l_asset_dist_tbl(1).distribution_id := 2385128;
l_asset_dist_tbl(1).transaction_units := -1;
l_asset_dist_tbl(2).transaction_units := 1;
l_asset_dist_tbl(2).assigned_to := null;
l_asset_dist_tbl(2).expense_ccid := null;
Any idea is highly appriciated,

Below is the code which i used to transfer the asset. Used the same code mentioned in metalink
declare
l_return_status varchar2(1);
l_msg_count number:= 0;
l_msg_data varchar2(4000);
l_trans_rec fa_api_types.trans_rec_type;
l_asset_hdr_rec fa_api_types.asset_hdr_rec_type;
l_asset_dist_tbl fa_api_types.asset_dist_tbl_type;
temp_str varchar2(512);
begin
--fnd_profile.put('PRINT_DEBUG', 'Y');
dbms_output.enable(1000000);
fa_srvr_msg.init_server_message;
fa_debug_pkg.initialize;
-- fill in asset information
l_asset_hdr_rec.asset_id := 2000068;
l_asset_hdr_rec.book_type_code := 'US ASSET SERIAL';
-- transaction date must be filled in if performing
-- prior period transfer
--l_trans_rec.transaction_date_entered :=to_date('01-JAN-1999 10:54:22','dd-mon-yyyy hh24:mi:ss');
l_asset_dist_tbl.delete;
fill in distribution data for existing distribution lines
affected by this transfer txn. Note: You need to fill in
only affected distribution lines.
For source distribution, you must fill in either existing
distribution id or 2 columns(expense_ccid,location_ccid) or
3-tuple columns(assigned_to,expense_ccid,and location_ccid)
depending on the makeup of the particular distribution
of the asset.
--l_asset_dist_tbl(1).distribution_id := 108422;
--l_asset_dist_tbl(1).transaction_units := -1;
l_asset_dist_tbl(1).transaction_units := -1;
l_asset_dist_tbl(1).expense_ccid :=108422;
either above 2 lines or below 4 lines must be provided
for source distribution:
l_asset_dist_tbl(1).transaction_units := -2;
l_asset_dist_tbl(1).assigned_to := 11;
l_asset_dist_tbl(1).expense_ccid :=15338;
l_asset_dist_tbl(1).location_ccid := 3; */
-- fill in dist info for destination distribution
l_asset_dist_tbl(2).transaction_units := 1;
--l_asset_dist_tbl(2).assigned_to := NULL;
l_asset_dist_tbl(2).expense_ccid :=109260;
--l_asset_dist_tbl(2).location_ccid := 3;
--l_asset_dist_tbl(3).transaction_units := 1;
--l_asset_dist_tbl(3).assigned_to := 10;
--l_asset_dist_tbl(3).expense_ccid := 24281;
--l_asset_dist_tbl(3).location_ccid := 3;
l_trans_rec.who_info.last_updated_by := 25728;--FND_GLOBAL.USER_ID;
l_trans_rec.who_info.last_update_login := 25728; --FND_GLOBAL.LOGIN_ID;
FA_TRANSFER_PUB.do_transfer(
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,
p_calling_fn => NULL,
x_return_status => l_return_status,
x_msg_count => l_msg_count,
x_msg_data => l_msg_data,
px_trans_rec => l_trans_rec,
px_asset_hdr_rec => l_asset_hdr_rec,
px_asset_dist_tbl => l_asset_dist_tbl);
if (l_return_status != FND_API.G_RET_STS_SUCCESS) then
dbms_output.put_line('TRANSFER failed!.');
l_msg_count := fnd_msg_pub.count_msg;
if (l_msg_count > 0) then
temp_str := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST,
fnd_api.G_FALSE),1,512);
dbms_output.put_line('Error: '||temp_str);
for I in 1..(l_msg_count -1) loop
temp_str :=
substr(fnd_msg_pub.get(fnd_msg_pub.G_NEXT,
fnd_api.G_FALSE),1,512);
dbms_output.put_line('Error: '||temp_str);
end loop;
end if;
else
dbms_output.put_line('TRANSFER completed successfully!');
dbms_output.put_line('THID = ' ||
to_char(l_trans_rec.transaction_header_id));
end if;
fnd_msg_pub.delete_msg();
end;
Thanks

Similar Messages

  • TFTP 'configuration update' from 5508 WLC fails stating reason as '%Error: Config file transfer failed – Unknown error –refer to log'

    Dear Experts,
    I have two WLCs and other management devices as part of same subnet. I am able to upload ‘configs’ from all the devices on to my TFTP server. However when I am attempting to do the same from one of my WLC, it is failing consistently stating error message as:
    ‘%Error: Config file transfer failed – Unknown error –refer to log
    Has anyone else too faced the same issue and how would we overcome this? Any specific debug that could help get more details on it?
    Though the error message says, refer to log but still I don’t see anything that gets reflected in ‘Monitor logs’ which is related to ‘configuration file’ upload failure.
    WLC code: 7.4.100.0
    PFA as the error snippet.
    Thanks and Regards,
    Adnan

    Hi Kaneswaran,
    Just a soft reboot helped me solved the problem :). Still I am on 7.4 and facing no issues after this. 
    Apologies for coming too late to respond. Getting a down time window was not that easy and so was much delayed to try soft reload. I am still on 7.4 and facing no issue. 
    Glad that in your case it starting working all of a sudden. Could you please verify from 'show tech-support' to confirm if by chance your WLC had undergone any crash that could have caused the WLC to reload and thus accidently fixing the issue :)
    Best Regards,
    Muhammed Adnan 

  • File2idoc:Error in ALE distribution model for SendResponse

    Hi,
    I'm using XI to configure a file to idoc scenario.
    Now in WE19 I could see relevant data,but in WE05 it showed the error status 51,and the detail message was "Error in ALE distribution model for SendResponse".
    Do I have to create a distribution model in BD64?I did this ,but failed to create.

    hi,
    i dont think distribution model  is required for inbound case.
    just check the below configuration.
    File To IDOC - Part1 (SLD and Design):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC&
    File To IDOC - Part2 (Configuration):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part2+(Configuration)&
    File To IDOC - Part3 (Steps required in XI and R3):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part3(StepsrequiredinXIandR3)&
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3%28Idocs%29ToXI--Steps+Summarized&
    chirag

  • The file transfer failed internal error

    Hi,
    I've just transferred 10 MP3's to a Nokia 5800 and then when it came to the 11th file I got the message " The File Transfer Failed : Internal Error".
    I originally thought that the Nokia had no more space so I deleted lots of files but the error still happens.
    What's the problem here? Anyone any ideas?

    The only files you can transfer are address book cards. I'm not positive that it will work for your phone but you could try. Download the program Bitpim. You will be able to transfer photos, ringtones, and other cool things from phone to computer and computer to phone. Let me know if you can get it to work.
    -Audrey

  • Projects Release  - Error: Enter a Distribution Rule for Asset without val

    Hi Experts ,
    While Releasing Projects , we got error :
    Enter a Distribution Rule for Asset without a Validity limit.
    Message No : KD059.
    Diagnosis:
    The settelement Profile used requires you to define a distribution rule for asset . For period 005 , 2009 , however not created a distribution rule for Asset.
    We gave checked Settelement Profile , still we are not clear what settings is causes for this error ,
    Please throw some light on if some one come across ...
    Regards,
    Sujana

    check out OSS note 115618

  • Error getting CSS support information for driver [HsvAdmDriver]

    Hi all,
    we have installed HFM on Win2003 x64 EE server. Everything is working correctly, but we are not able to create a connection to HFM data source in Web Analysis.
    Following error occurs:
    4010 Error: Error Getting CSS Support Information For Driver HsvADMDriver; Nested Exception Is: Com.Hyperion.Ap.APException:
    Does anyone know how to fix this?
    Regards,
    Vladino

    Hi Vladino,
    What version of HFM are you on?
    Do you have the ADM driver and HFM client installed on your Web Analysis server along with the HFM server and/or cluster being registered on the Web Analysis server?
    Regards,
    John A. Booth
    http://www.metavero.com

  • Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAd

    Hi everybody, I have the next message:
    Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAdmDriver]
    when I try to make a DB connection from Financial Reporting Studio in my local machine. In the server everything works fine.
    EPM 11.1.2.1
    Oracle 11g
    Windows Server 2008
    Does anyone have an idea on how to fix it?
    Thanks in advance.
    Israel Fuentes
    [email protected]

    Did you ever get this resolved? I am having the same issue. I suspect firewall.
    thanks,

  • "Error getting CSS  support information for driver[HsvAdmDriver]" in HFM

    Can anyone suggest a workaround for the error message:
    "Error getting CSS support information for driver[HsvAdmDriver]"

    For anyone else experiencing this problem, install the ADM Client on the server(s) involved and restart the services. After this, we had no more problems in HFM

  • Im trying to publish a web gallery to BC, my settings seem correct but I'm still getting an  error: FTP transfer failed ' unknown error'. Techs on BC, say FTP working fine. Please help!

    Hey peeps,
    Im trying to publish a web gallery to be hosted on BC. Despite having what seem the correct settings im getting an error: FTP transfer failed ' unknown message'. Have checked with techs on BC. They say FTP working fine that end.
    Any suggestions?

    Have you tried connecting to another FTP server in Lightroom?
    For example, if you get a free Flickr account, can you login to it and upload a file to it?
    If you can't upload to any server, then you have a general FTP-in-Lr problem, but if problem is only with BC then, well, it's time to start scrutinizing the BC settings..
    PS - All my FTP'ing plugins have an enhanced FTP settings test feature designed to help you debug FTP settings, so another option is to download one of them, for example:
    robcole.com - FTPAggregator
    and experiment with settings tester:
    To get here, you have to click 'View / Edit Additional Settings' (in plugin manager), then choose 'New' or 'Edit' from 'Sync Pairs' drop-down menu.
    If test is unsuccessful, enable verbose logging (top section of plugin manager), and review the log file after test, or send to me.
    If you have a problem running plugin, please contact me directly:
    robcole.com - Contact Me
    Rob

  • Error Message File transfer failed Internal Error

    I have a Motorola Pebl U6 mobile phone I have paired it with my MAC. My MAC recognizes the phone it is in the list of devices. It did fine with syncing my adress book and contacts it transfered all the files to my phone no problems, however i am using bluetooth file transfer to transfer itune files to my phone and It is not working i keep getting the error message.

    Welcome to Apple Discussions!
    Since bluetooth file sharing with a phone is a form of networking, I think it better if you ask the question here since your profile also says you are running Tiger (10.4.10):
    http://discussions.apple.com/forum.jspa?forumID=755
    Where you posted is a constructive feedback board for Discussions itself, and not a place for technical questions about your Mac. If you are not running 10.4.10 on the Mac you are attempting to network via Bluetooth, please state which operating system you are running, and we'll direct you to the right place.

  • Anyone have this error "could not find information for this machine" when re-installing Lion on a new Mini?

    as above
    anyone face the same problem and have a fix?

    What kind of Mini Mac is it ?
    Is it a PPC mini mac ?

  • Transfer Forecast data based on Customer information for product and plant

    Hi,
    This is the scenario.
    Our characterstics are Product,Plant and Customers
    and for 1 plant and product there may be 5 customers.
    My characterstics will be
    P1 L1 C1
    P1 L1 C2
    P1 L1 C3
    P1 L1 C3
    P1 L1 C4
    P1 L1 C5
    (P1-Product; L1 for Plant and C1,C2...are customers)
    Now forecast data will be different for different customers.
    I transfer demand from APO to ECC for PRoduct ,Plant and different customers.
    Then in ECC how to check for different customers.
    If you go to MD63 you can see for plant and product but not for customers.
    This is required as we are running MRP for that product for component planning.
    Thanks in Advance
    Raghavendra Pai

    Hi Ragvendra,
    In ECC we can transfer at material and plant level only and not information of customer. As you need for MRP run may be you can explore possibility of using some badi and get customer no in requirement plan number or some other feilds.
    Other option is planning with descriptive chartceristic in APO only. It is not possible to transfer demand with descriptive charcteristics to ECC.
    Here you can forcast demand on customer level. Transfer it as PIR with descriptive charcteristics to PPDS where you can plan for this demand.
    For information see link http://help.sap.com/saphelp_scm50/helpdata/en/c1/147a375f0dbc7fe10000009b38f8cf/frameset.htm.
    If your requirement is to transfer customer information to ECC from DP in standarad it is not possible as far as I know.
    Regards,
    Siddharth

  • Obtaining time information for collected data

    Hi,
    I'm trying to read the signals from 16 different microphones using the attached VI. I believe that the DAQ VIs are working fine.
    However, my problem is that the data that I obtain is only of the array type without any time information. This prevents me from calculating things like frequency of the input data. If I'm not mistaken, the dt values of the input data is now at a default value of 1. I wanted to know what I could change to obtain the actual analog frequency of the input data, and be able to save the X and Y values of the waveforms in a file.
    Thanks.
    Attachments:
    data_acquisition3.vi ‏166 KB

    Thank you for the suggestion.
    I have changed the instance of the polymorphic VI. But now I'm having issues with saving the data. I don't know how I could save the data for all the channels (similar to my post on another thread)
    Write To Measurement File does what I want, but I just wondered whether I could use Write to Spreadsheet VI (as I prefer it in this form).
    Cheers.
    Message Edited by imperial-aero on 03-02-2008 05:13 AM
    Attachments:
    wavedata.PNG ‏24 KB

  • OBE-15409: Error in loading constraint information

    Hi,
    I'm having a problem with the Query Builder in Reports Builder. When selecting a table with any type of constraints I get the following type of error message (Emp in user scott/tiger):
    OBE-15409: Error in loading constraint information for EMPNO (PK_EMP)
    OBE-15409: Error in loading constraint information for DEPTNO (FK_DEPTNO)
    The table is shown in the query builder and I can create the select but for instance if I select two tables with a foreign key constraint between them, the foreign key is not shown in the query builder. I have to manually create the join between the tables.
    The error seems to correspond to an upgrade of the database. I get the error with a database upgraded to either 9.2.0.3.0 or 9.2.0.4.0. But on a database upgraded to 9.2.0.2.1 I don't get the error. I have tried with both the original 9i Developer Suite and an upgraded version with Patchset 2 (9.0.2.2.0).
    The same error appears on 3 different setups. 2 local installations of database and developer suite and 1 client/server setup. Everything running Windows 2000 SP 3.
    Any suggestions?
    Regards
    Bent

    Thanks for the reply and the bug number so I can follow the progress. I had done a general search here at Technet and at Metalink and didn't find anything. I didn't think of searching directly in the bug database.

  • Unable to obtain hardware information

    I am trying to convert a VM from ESXi Free v5.5 using the Standalone Converter and getting the error: Unable to obtain hardware information for the selected machine.
    I have tried running the converter with elevated admin privileges and that didn't work. The strange thing is I have done this before and it worked so I'm not sure what's changed on this ESXi server.
    I have two VM's. One is Red Hat and the other is Microsoft 2012 Server and both give me the same error. I also tried v5.5 and v6 of the converter.
    I can connect to the ESXi server with the vSphere client.
    Thanks.

    Thank you so much!
    I didn't think about restarting the PC but that did the trick. I figured reinstalling the software would fix any issues.
    Thanks again.

Maybe you are looking for