Giter VIP home page Giter VIP logo

Comments (4)

eltoroit avatar eltoroit commented on August 24, 2024

Please run this with --loglevel trace and send me the log.

from etcopydata.

homerlex avatar homerlex commented on August 24, 2024

Here is the full ETCopyData.json:

{
    "now": "2018-12-13T12:12:49.948Z",
    "orgSource": "PTDataSource1",
    "orgDestination": "PTDataDestination9",
    "sObjectsData": [
        {
            "name": "OrgWideEmailAddress",
            "ignoreFields": "OwnerId,CreatedBy,CreatedDate,CurrencyIsoCode",
            "maxRecords": -1,
            "orderBy": "Address",
            "where": null
        }
    ],
    "sObjectsMetadata": [
        {
            "name": "RecordType",
            "fieldsToExport": "Id,DeveloperName",
            "matchBy": "DeveloperName",
            "orderBy": null,
            "where": null
        }
    ],
    "rootFolder": "./ETDataFiles",
    "includeAllCustom": false,
    "stopOnErrors": true,
    "ignoreFields": "OwnerId, CreatedBy, CreatedDate, CurrencyIsoCode",
    "maxRecordsEach": -1,
    "deleteDestination": true,
    "pollingTimeout": 100000
}

Here is the output when running the export:

Timestamp      #   Level  Line Number           Description
─────────────  ──  ─────  ────────────────────  ────────────────────────────────────────────────────────────────────────────────────────────────
12:12:49.923Z  1   TRACE  export.js:14          Log level: trace
12:12:49.925Z  2   INFO   export.js:16          ETCopyData:Export Process Started
12:12:49.930Z  3   INFO   Settings.js:254       Configuration value for [orgSource]: PTDataSource1
12:12:49.931Z  4   INFO   Settings.js:254       Configuration value for [orgDestination]: PTDataDestination9
12:12:49.932Z  5   INFO   Settings.js:254       Configuration value for [includeAllCustom]: false
12:12:49.934Z  6   INFO   Settings.js:254       Configuration value for [stopOnErrors]: true
12:12:49.935Z  7   INFO   Settings.js:254       Configuration value for [rootFolder]: ./ETDataFiles
12:12:49.936Z  8   INFO   Settings.js:254       Configuration value for [ignoreFields]: OwnerId, CreatedBy, CreatedDate, CurrencyIsoCode
12:12:49.937Z  9   INFO   Settings.js:254       Configuration value for [maxRecordsEach]: -1
12:12:49.939Z  10  INFO   Settings.js:254       Configuration value for [deleteDestination]: true
12:12:49.940Z  11  INFO   Settings.js:254       Configuration value for [pollingTimeout]: 100000
12:12:49.942Z  12  INFO   Settings.js:186       Configuration value for [sObjectsData]: 1 sObjects found.
12:12:49.943Z  13  INFO   Settings.js:194       Configuration value for [sObjectsMetadata]: 1 sObjects found.
12:12:49.954Z  14  TRACE  ETCopyData.js:240     Configuration settings read.
12:12:50.153Z  15  INFO   OrgManager.js:27      [PTDataSource1] Alias for username: [[email protected]]
12:12:50.773Z  16  INFO   OrgManager.js:27      [PTDataDestination9] Alias for username: [[email protected]]
12:12:51.403Z  17  TRACE  Exporter.js:45        [PTDataSource1] Querying Metadata sObject [RecordType]
12:12:51.405Z  18  TRACE  Exporter.js:111       [PTDataSource1] Querying [RecordType] with SOQL: [SELECT Id,DeveloperName FROM RecordType ]
12:12:51.408Z  19  TRACE  Exporter.js:45        [PTDataDestination9] Querying Metadata sObject [RecordType]
12:12:51.409Z  20  TRACE  Exporter.js:111       [PTDataDestination9] Querying [RecordType] with SOQL: [SELECT Id,DeveloperName FROM RecordType ]
12:12:51.505Z  21  INFO   Exporter.js:69        [PTDataSource1] Queried [RecordType], retrieved 22 records
12:12:51.564Z  22  INFO   Exporter.js:69        [PTDataDestination9] Queried [RecordType], retrieved 22 records

The recordTypes exported just fine. No sign of OrgWideEmailAddress.

from etcopydata.

eltoroit avatar eltoroit commented on August 24, 2024

OrgWideEmailAddress is not a data sObject. It's a metadata object.

from etcopydata.

eltoroit avatar eltoroit commented on August 24, 2024
 "sObjectsMetadata": [
	{
		"name": "OrgWideEmailAddress",
		"fieldsToExport": "Id,Address",
		"ignoreFields": "OwnerId,CreatedBy,CreatedDate,CurrencyIsoCode",
		"matchBy": "Address",
		"orderBy": null,
		"where": null
	}
]

from etcopydata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.