Similar Threads:
1.XML case: automated XML export of dynamic schema
Hi all, not sure this is right newsgroup for my questions.
I'd like to provide my users with Excel documents (simple lists with column
headers).
Then, I'd like to upload this excel document into SQL Server, in a
normalized model
The excel has a not-predictable layout, except that column headers will be
within a predefined set of possibilities and there will always be a field
CODE.
CODE LONG_DESC SHORT_DESC DUNS ...
1 LONGa SHORTa DUNSa
2 LONGb SHORTb DUNSb
3 LONGc SHORTc DUNSc
--> upload into data model
CODE
FIELD (e.g. LONG_DESC,SHORT_DESC, DUNS...)
VALUE (e.g. LONGa, SHORTa, DUNSa, LONGb, SHORTb, DUNSb, LONGc, SHORTc,
DUNSc...)
My idea is to use XML:
- export excel to XML: this will be denormalized (lots of troubles with this)
- normalize this XML with XSLT to CODE, FIELD, VALUE elements (I have
covered this)
- upload to SQL Server with OPEN XML (I have covered this)
My main problem is to automate the process of exporting to XML from an Excel
file.
Different parts of the problem, as far as I got:
1. I need to be able to generically create an XML map for exporting purposes
2. this must run stand-alone: the Excel-sheets (no macros in the sheet) will
be dropped in a directory and then the process must start.
Maybe, I could make a long XSD with all possible fields, but then I must map
the columns with the corresponding XML elements.
The column order in the Excel sheet might be different than the element
order in the XML map.
Anyone did something comparably, or can point me towards some reference that
would help me?
Thanks in advance.
Bert
2.BCM to CRM 3.0 Migration Q - Data Migration Wizard for Outlook BCM
Hi All,
This weekend I will be migrating from BCM to CRM 3.0 (on SBS 2003) and was
hoping to get a heads up on the following:
1) clarify a "Known Issues with the Data Migration Wizard for Microsoft
Outlook with Business Contact Manager" point that sticks out in the
documentation and in my long hours of reading online namely:
"The link between activities and parent accounts and contacts is not
preserved during migration.
If you have accounts or contacts in Microsoft Outlook with Business Contact
Manager that have activities, such as tasks or appointments, associated with
them, when you migrate the data to Microsoft CRM, the activities are not
associated with the accounts or contacts. These activities will be migrated,
but the Regarding field will be blank. "
surely this is a fundamental flaw here that anyone that has used BCM will
have history attached to each - we don't have a large amount of accounts -
several hundred - but they each have 40-100+ items of history so to go
through and manually manipulate these unassociated items/contacts will be a
nightmare!
how does one get around this using the migration tool (given I am just a
small operation so can't afford an expensive 3rd party tool)?
2) also in addition to the above any other gotchyas to be aware of using the
"Data Migration Wizard for Office Outlook with BCM" tool?
thanks in advance!
Nick
3.BCM-V2 (Outlook 2003 BCM SP3) TO BCM-V3 (Outlook 2007) Migration
I've got a two backups from my BCM-V2 SP3 installation :
A) Completed Export to BCM (From Outlook 2003)
B) Database Backup From MSSQL 2003 (Express Ed, or Whatever)
I Did a clean install (on Another WorkStation) of Office 2007, then install
Outlook BCM-V3 (Witch install MSSQL Express Ed 2005, and creates an empty
database)
I've follow two differents steps to try to make the migration :
A) Import BCM File (From my previous exported BCM (Outlook 2003)).
ERROR : Something like "Outlook can't make the last action", and nothing
append, another thing is that, I must kill outlook process to get rid of that
pop-up (Cancel and BACK buttons doesn't work)
B) Restore Database into MSSQL Express 2005:
It seams that this last step is the right one, but, when the process is in
the middle of the migration, it stops, and shows a pop-up with something like
"You're not allowed to restore database, plese contact the owner (my self) of
the database, before restore" (This is not the exactly msg, but the meaning
is the same)
My last chance, is to backup database, with password, and try to restore
again, and see what append. No other clue for me, any help ??
Thxs,
(Excuse my bad english))
4.How in outlook BCM 2007 & C# import Opportunity product list XML insert a opportunity
5.Outlook 2007 BCM and XML
Could someone please give me some examples on retrievine, creating and
updating the XML files used for Opportunity Products & Services? I need to
create new Opportunities with Products programatically.
Thanks!!
6. How in outlook BCM 2007 & C# import Opportunity product list XML insert a opportunity
7. Extract XML Schema from a word document!
8. Extract XML Schema from a Word Document!