This will include topics related to data migration.
Recently active
Hi.There’s an existing thread on this with a fix here, but following it I was unable to get the migration job working and I’m still receiving the same error. We’re aiming to update only the CODE_F field with a migration job, but running the MIGRATE_SOURCE_DATA job after the CREATE_TABLE_FROM_FILE results in the ORA-20111: Site.NOTEXIST2: The Site object does not exist. error for every line in the file. As mentioned in the post above, I’ve attempted to add the CONTRACT field into the file mapping, but sadly it has not solved the issue. Any help here would be appreciated.
We have an existing migration job that worked until Update 20 was applied. The job adds lines to a sales quotation. Now the lines are added successfully only for rows where the customers price list has a value in the Discount Type field for the part in question. The job looks like this:The error returned is “Field [DISCOUNT_TYPE] is mandatory for Order Quote Line Discount and requires a value.”. The migration job doesn’t currently include a method list entry for the Order Quote Line Discount view so it isn’t possible to add a default value for this field: What we would like is to be able to add a default value if there isn’t one on the price list. Is there a way of doing this?
Hi all.My client is upgrading fron IFS App 10 to IFS Cloud 24.2.In IFS Apps 10 they share the consults that are saved with others users and it is a good functionality for them. They asked me if this functionality is allowed in Cloud and I do not find anything related to that.So, is it possible to share the bookmarks? I’m not meanning to export/import functionality between profiles but share the bookmark when you set it up.
Hi All, I’m having an issue with migrating persistent custom fields using the data migration manager. Seems like the objid and version in the deployment container is not passing even if I set it to in scope and set auto generated flags on.in the deployment container it doesn't show the generated objid and version once the master record is deployed. this is related to part catalog (master part). master record deployed correctly but not the custom fields. am i missing anything here or do we have any issues migrating custom field data using the DMM ? IFS cloud 24R2 Kind Regards!Niyo
Hi.We’re hoping to create an OnServer CREATE_OUTPUT_FILE type migration job that would return all active employees in our organization, including the address data for their listed company work locations. Work location data already exists in the table, but the address data for the work location doesn’t. This is a copy of an older migration job that returns other employee results, and based on that I’ve created a SELECT statement in the File Mapping tab as follows: (SELECT ADDRESS FROM IFSAPP.PERS_COMMS4 WHERE COMPANY_ID = IFSAPP.COMPANY_PERSON.COMPANY_ID AND PERSON_ID = IFSAPP.COMPANY_PERSON.PERSON_ID) With this query, the job runs but returns only partial results and the following error: ORA-01427: single-row subquery returns more than one row As I understand it the Address field is a concatenation of multiple Address fields (Address1, Address2 etc). Is there a viable workaround this issue due to the nature of the Address field?I’ve also attempted a JOIN clause in the Database Informat
Hi All, We are looking to get some basic data setup (Even if it’s just dummy data) in build placeWhen the environment expires we lose a lot of time setting the basic data up for testing. Does anyone have experience with setting it up so when we build a new environment it already has data. We believe this is possible but we are struggling to get the process set off. ThanksCameron
Hello Everyone,I was trying to upload a user list using the “Insert or Update” procedure with the view name “FND_USER.” The users were uploaded successfully, but the user email and language fields were not included.Could someone please guide me on how to upload these fields along with the other user data?
Is there anyone here that uses IFS and connects it to Salesforce? I have so many questions about this integration and why certain fields don’t map as expected. We are using the Address Type in IFS to map to certain fields in Salesforce based on the Default Address value, but certain records aren’t getting updated as they should. I did notice that some records in Salesforce don't have the document address populated if the Latitude and Longitude in Salesforce doesn’t match IFS but that doesn’t seem to be consistent enough to me. Thoughts on this anyone?
Dear Community, We are looking for an expert in "migration jobs." The goal is to develop a migration process—specifically an "Excel migration"—to generate a manufacturing control plan (header + lines) from an Excel file, which itself is an export of the definition plan.!--startfragment>This approach aims to eliminate manual data entry, thereby reducing the risk of typos and saving valuable time.!--endfragment>!--startfragment>So far, we’ve successfully generated the header of the control plan (seq 10 in the job). However, the task becomes more complex when it comes to generating the individual data points.!--startfragment>Several views are involved in the process, and I’m currently feeling a bit lost navigating through all of them.!--endfragment>!--startfragment>!--endfragment>Has anyone here already implemented a migration job for creating manufacturing control plans (applicable version : 8) ?!--endfragment>!--startfragment>Thanks in advance
Hello, In view ENG_PART_MASTER_MAIN I have column description and I want to create excel data migration, but in this excel data migration i cannot see this column Description, why? I want to add some items with part_no and description. In IFS I added this column but I still cannot see Description in excel. Thanks
Trying to migrate customer contacts using FNDMIG and we are receiving the error: ORA-20124: Error.NULLVALUE: Field [PERSON_ID] is mandatory for Customer Info Contact and requires a value. We are currently using the CUSTOMER_INFO_CONTACT view and CUSTOMER_INFO_CONTACT_API
Hi Can someone please help me with the following errorDictionary.CLIENTNAME_IS_NULL: Cannot convert the client name [NULL] into a database name.I have refreshed the serve cache also still getting the same error.
HelloWith the latest version of excel, it seems IFS Excel migration does not work. cloud 23R2 version
Hello, Test topic, to find out is community works or not.
Hello,How can i include description header (description of each field instead of column name) on in my datamigration export in csv format ?
Hi All,My requirement is to update the total accumulated depreciation up to the cutoff date during the import process and set the cutoff date as the Thru_Date. Then, when running depreciation using the Depreciation Proposal, depreciation should be calculated correctly only for the period after the cutoff date.
Hi community,in IFSAPP10 I am trying to create new configuration for quotation line with migration job.I checked the configuration form and found these two tables: CONFIGURATION_SPEC and CONFIG_SPEC_VALUE.I used the table CONFIG_SPEC_VALUE as many times as I have parameters in my configuration revision. I am able to create new configuration with this migration job. I can see records in both tabels with new configuration ID, but I am not able to create the record regarding the connection between the new configuration and particular "Order Quotation Line".I found table CONFIG_SPEC_USAGE where you can see the records, that connect configuration ID with another object, but I am not able to use the table/method CONFIG_SPEC_USAGE in migration job. Could anybody provide any suggestions? How to solve the connection between new configuration and other object?Thanks a lot.IFSAPP10
Hello,I am looking to see if there are any column level definitions in any of the IFS documentation for fields like C1, C2 and N1, N2 etc that can be found on tables/views like Invoice_Item_Tab.I found some defitions for Invoice Header and Invoice_Line under the EDI messages page but nothing for the Invoice Item.https://ifstestcloud.xxxxxxxxx.com/ifsdoc/documentation/en/default.htm?openpage=https://ifstestcloud.xxxxxxxxx.com/ifsdoc/documentation/en/GeneralIFSApplications/AboutEDIMessages.htm (I replaced our local instance name with xxxxx)Is there a place where I can find these?Thank you
Hello,I am trying to locate some data from the Shipments page in the underlying views/tables but coming up empty. I am looking at Shipment Management > Outbound Shipment > Shipment, general Tab and then Weight.I have the following in there - Net Weight, Adjusted Net Weight,Tare Weight,Manual Gross Weight,Operative Gross Weight,Operative Adjusted Gross Weight. When I look at Debug > Page Info, I am told these are all part of the TotalWeightGroup element under the View Shipment.But when I query the Shipment view, none of these columns exist in it.Where can this information be found in the IFSAPP database?Thank you
Hi,There is a migration job to create or update suppliers. We want to add ‘30’ prefix for the supplier id if the the supplier is a new supplier. I would like to know how we can do this. we tried to get next supplier id and add ‘30’ prefix in the Method List attribute as below. but it didn’t work.Thanks,Sachini
We recently found out the External File Assistant has been (or is about to be) deprecated in IFS Cloud. Is there any information on a replacement for this functionality? Will that replacement be an additional cost?
Hi Experts, I want to clear existing values in DMM. How should I set it up? Here are some specific examples. I want to update the notes value to blank.Deploying blank data will not update the notes. How do I clear values in DMM?
I am trying to run a migration job to import a large number of test points and parameters on functional objects. I am experiencing the below issue Parameters: When my migration job (EQUIP_OBJ_PARAM), it updates the Parameter for the Default testpoint not my newly created Testpoint. Anyone had a similar issue or has a solution in IFS Cloud? I ran migration job for Hours but the system generate and associates the parameter that is created in migration job to the test point id * Default Testpoint (there is no such parameter template). I even tried key manipulation by changing the flag on method EQUIP_OBJ_PARAM and EQUIPMENT_OBJECT_TEST_PNT for the attribute TEST_PNT_SEQ from “P” to “-” (minus sign) it errors something like this “exact fetch returns more than requested number of rows” suggestions are appreciated
Is it possible to update values on a custom field through migration job in IFS Cloud?I’m trying to set a value in a custom Cf$ screen using migrate from source data I see no exception but the value is not updated.I even tried hard coding all the keys and value still no luck. Ideas appreciated.
Hi,I’m using a Migration Job to import some Customer Orders. When Customer Orders are created in Aurena we have a custom action in place that creates a new Financial Project, and connects the new Customer Order to the Financial Project. I can see this running in the Log Window, which shows that the action name is “Cf_CreateConnectFinancialProject” and the Projection is “CustomerOrderHandling”: I can confirm that this Projection>Action exists by looking at the Projection in Enterprise Explorer: What I’m stuck on is how I call this action from my Migration Job, as it claims the method doesn’t exist:I’m familiar with how to call APIs but not Projection Actions. Can anyone help please?We’re running APPS 10 Release 25.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.