Multiple DB files clean migration (follow up to my decommission question)

So I have requested help standing up a new environment and phasing out an old one since it was "all messed up" after spending some time digging into it it looks like best practice was followed (which I don't know how I missed this after reading
through Mastering the fundamentals by Kent Agerlund multiple times). Apparently they suggest you create multiple SQL file based on how many CPU's you have available to help performance. 
The question I have now is when the backup site task runs it only backs up 1 2GB MDF file and a 11GB LDF file. Does that make sense? It doesn't look like the other SQL files that were created are being used at all? None of the SQL files have not grown past
the initial size (the first file started at 2GB and is still that size). 
Assuming everything is working correctly my new plan would be to upgrade the existing setup and do a backup and restore to the new box using the same site code and server name. If I do that will it bring all those other SQL files with it our can I consolidate
onto 1 file again? I don't think we need to worry about performance as the DB is pretty small and I'm trying to keep things simple. 
My other choice is I have the new server built with new site code so I could add the first site as a child site and migrate things over? I have multiple DP's out there so I'm not sure best way to handle that. The plan was to blow them away and rebuild brand
new ones for the new site, but if I can just throw an upgrade on them that should work and be less work. 

My other choice is I have the new server built with new site code so I could add the first site as a child site and migrate things over?
That won't work in CM12.
Just back up the database using SQL and use that for the restore (there's no need for the SMSBackup task in CM12).
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • Multiple Domain files, Multiple Sites, Publishing Problems

    I am frustrated beyond belief. I'm an old hand-coder, coming from BBEdit, but I've been using iWeb almost exclusively since its release, because it really is a great product for quick, easy, stylish designs.
    However.... In that year, my collection of sites has grown to 12. Discovering that iWeb becomes a major dog when dealing with that much material, I found and followed the instructions - today - to separate my sites into individual domain files, and edit them individually. iWeb is much snappier and publishing goes much more quickly.
    The problem? Well... after editing, "Publish to .Mac" rarely works. Only "Publish All to .Mac" will get the site online (something about an error with the index.html file). But "Publish All to .Mac", I've just discovered, DELETES the other websites that I have previous published. All day I've been doing updates and publishing my sites, only to discover that the uploads have all been wiped out by the most recent one!
    I'm a big enough fellow to admit that my knowledge isn't total nor perfect - so please, would someone out there with a better handle on iWeb than I (preferably someone who actually deals with multiple domain files rather than someone who thinks they can guess the problem) please clue me into how we make use of this program non-destructively?
    I suppose I could always publish everything to folders and upload it to my iDisk (which itself remains ridiculously slow after how many years now? Sheesh!), but that detracts from the elegance of the .Mac integration, the counter features, - not to mention the little fact that I'm a paying .Mac customer and this darn thing should just work, no?

    Mark:
    I was where you were also. You should give iWebSites a try. It's to iWeb what iPhoto Library Manager is to iPhoto.
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want. Just remember to put a copy of your current Domain.sites file somewhere else on your HD in case the splitting gets messed up. It went very smoothly for me and I now manage 19 or so sites.
    Do you Twango?

  • How to create list items with multiple attachment files using rest api javascript

    In one of user form I am using javascript rest api to create a list item with multiple attachment files. So far I am able to create list item and once created uploading an attachment file. But this is two step process first create an item and then upload
    a file.
    It create an additional version of the item which is not desired. Also I am not able find a way to attach multiple files in a go. Following is the code I am using.
    createitem.executeAsync({
                    url: "/_api/web/lists/GetByTitle('UserForm')/items(1)/AttachmentFiles/add(FileName='" + aFile.name + "')",
                    method: "POST",
                    contentType: "application/json;odata=verbose",
                    headers: {
                        "Accept": "application/json;odata=verbose",
                        "X-RequestDigest": $("#__REQUESTDIGEST").val()
                    binaryStringRequestBody: true,
                    body: fileContent,
                    success: fnsuccess,
                    error: fnerror
    So somehow I need to combine item attributes along with attachment files in body: param. I visited https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListItem but no success.
    Appreciate any help.

    Thanks Mahesh for the reply and post you share it was useful.
    But this does not solve the core of the issue. You are uploading attachments after creation of item and multiple files are being attached in loop. This is kind of iterative update to an existing item with attachments. This will end up creating multiple versions. 
    What I am trying to achieve is to create an item along with multiple attachments in a go. No item updates further to attach a file.
    Please suggest how this can be done in one go. SharePoint does it when one creates an item with multiple attachment.
    Thanks for your reply.

  • Page orientation when combining multiple postscript files to a pdf file

    Hi
    I'm having problems with the orientation of my pages when I generate pdf's from multiple postscript files.
    I have 3 postscript files that need to be merged into 1 pdf, and they contain a mixture of portrait and landscape pages.
    To create the pdf, I use the following code (because i have lots and lots of pdf files to produce)...
    /prun { /mysave save def
         dup = flush
         RunFile
         clear cleardictstack
         mysave restore
    } def
    (D:/example/fileA.ps) prun
    (D:/example/fileB.ps) prun
    (D:/example/fileC.ps) prun
    ... however, when I run the above code (by saving the text file into the /in directory of a watched folder), whilst I get a pdf, the page orientation isn't right.  For some reason, the first few pages are oriented correctly, then after about page 7 everything is portrait no matter what.
    The funny thing is, when I simply double-click on one of the postscript files (eg. fileA.ps), distiller changes it to pdf and the orientation is perfect for each file separately (fileA, fileB, fileC).  Even when I run the above code for just one ps file it works.  But as soon as I put all 3 sub-files together it doesn't orient properly.
    I've tried activating and de-activating auto-rotate in the PDF settings, as well as the DSC options in the Advanced tab, and whilst these changes do affect the pdf I get when I simply double-click a certain postscript file, it seems to have no effect when I try to combine the 3 files with the code above.  I still end up with the first few pages oriented correctly, then after about page 7 everything is portrait.
    Hope someone can help.
    Danny

    Ok i successfully generated my PDF files.
    Now I'm having difficulties merging them. I use a DDX file named LiveCycleInput.ddx
    What I do (everything in LiveCycle Workbench):
    1) FileReader to open the .ddx file as a document (successfully)
    2) Store the read document in a process variable (successfully)
    3) Assembler.invokeDDX with following arguments:
    Document DDX = process variable (read in 2)
    OutputResult = "AssemblerResult" processVariable which has type AssemblerResult as specified by the documentation
    Errorlog
    Everytime I run the process I get the following stacktrace in my server's logfile:
    ... 119 more
    Caused by: com.adobe.internal.pdfm.CollateralNotFoundException: DDXM_S14017: A <PDF> source document is required, but no documents were found for {PDF source="testFileDoc.doc.pdf" baseDocument="true"}.
    at com.adobe.internal.ddxm.ddx.pdf.PDFSource.getOrderedInputDocs(PDFSource.java:595)
    at com.adobe.internal.ddxm.blueprint.pdf.SourceSegment.addDocumentsForAssembly(SourceSegment .java:91)
    ... 125 more
    The .ddx file is stored in the same path as my generated .pdf files are stored.
    Content of my DDX file (full copy paste)
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="testFileMerged.pdf">
      <PDF source="testFileDoc.doc.pdf"/>
      <PDF source="testFileJpg.jpg.pdf"/>
      <PDF source="testFileOdt.odt.pdf"/>
    </PDF>
    </DDX>
    Note that the DDX file is read from a network drive(!!) the source PDF files are in the same folder as the ddx file (hence no further path-links).
    Adding network paths to the source & result pdfs does not change a thing.
    All PDF Files apart from the result pdf fiile are present in that same folder
    I consulted the DDX reference multiple times and this is the simplest ddx that should work ... but it doesnt.
    Can anyone help me?

  • How do I merge multiple Excel files with more than one tab in each file using PowerQuery?

    Hello
    I have 12 Excel (.xlsx) files and each file has three identically named and ordered tabs in them. 
    I know how to merge multiple Excel files in a folder using M (those guides are all over the web) but how do I merge multiple Excel files with multiple (yet identically named and ordered) tabs? Surely it is possible? I just don't know how to do it in M.
    Cheers
    James

    What Laurence says is correct, and probably the best thing to do when the sheets have differing structures. Here is an alternate approach that works well when the sheets all have the same structure.
    When you first open the Excel file from Power Query, you can see its structure in the navigator at the right-hand-side of the screen. If you select the root (which is the filename itself) and click Edit, you'll see all the tabs in the sheet as a single table.
    You can now do filtering based on the Name, Item and Kind values. When you've reduced the set of things down to the sheets you want, select the Data column and say "Remove Other Columns". If the sheets don't have any header rows, you can just click the expand
    icon in the header and you'll be done.
    Otherwise, if the sheets have headers or if some other kind of sheet-level transformation is required against each sheet before doing a merge, you'll have to write some M code manually. In the following example, each sheet has a header row consisting of
    two columns: Foo and Bar. So the only step I need to perform before merging is to promote the first row into a header. This is done via the Table.TransformColumns operation.
    let
        Source = Excel.Workbook(File.Contents("C:\Users\CurtH\Desktop\Test1.xlsx")),
        RemovedOtherColumns = Table.SelectColumns(Source,{"Data"}),
        PromotedHeaders = Table.TransformColumns(RemovedOtherColumns,{{"Data", each Table.PromoteHeaders(_)}}),
        ExpandData = Table.ExpandTableColumn(PromotedHeaders, "Data", {"Foo", "Bar"}, {"Data.Foo", "Data.Bar"})
    in
        ExpandData

  • Multiple Domain Files

    A lot of questions are asked in this forum about managing multiple domain files and splitting existing ones.
    The "solutions" seem to be either to use an application such as iWebsites or to duplicate the domain file into folders and delete the appropriate sites.
    When I first loaded iWeb '08, I kept a copy of a blank domain file and use this to start a new site by duplicating it into a new folder and double clicking it to launch iWeb.
    My main reason for doing this was to overcome the inability of iWeb to create a new domain file from the "File" menu.
    I have stayed with this, not only for speed and convenience, but because I read this...
    http://11mystics.com/blog/2007/09/08/how-do-you-manage-multiple-domain-files-for -iweb/
    and also this....
    http://discussions.apple.com/thread.jspa?messageID=6261141&#6261141
    These comments are from two people who dig deep under the hood of iWeb and whose opinions I respect and have taken to heart.
    Is this the best way to create new domain files?
    Am I being over cautious?
    Am I totally deluded?
    The last question is open to psycho therapists only !

    UUIDs are like finger prints in Domain.sites2. There are ways to start new Domain.sites2 without duplicate an existing one:
    1) move the last accessed Domain.sites(2) from its location, or rename the holding folder.
    2) change com.apple.iWeb.plist setting, I post the procedure here:
    http://discussions.apple.com/thread.jspa?messageID=6007612&#6007612
    This can be done with AppleScript or Unix shell script. Doing so will get you new Domain with new UUID.
    When you duplicate a blank domain, you also duplicate its UUIDs, as of now there seems to be OK as long as you keep domain separate. However, we do not know what Apple will do in the future releases, here is UUIDs usage progression in iWeb:
    We did not see much of them in iWeb1, because iWeb1 Domain.sites is flat structure.
    We see UUIDs everywhere in iWeb2 Domain.sites2, from top to bottom; every page has it own UUID.
    So, I would be skeptic about having duplicate UUIDs; even in separate domain packages.
    I ran a cross this when a friend asked me to merge his Domain.sites2 packages, and I thought people should be aware of it.
    I ended up write Applescript applications to merge, extract sites and clean existing Domain.sites2 package by assign new UUIDs.

  • Multiple DomainSite files no longer open after Lion upgrade

    I have at least 6 separate Domain.Sites.2 files that use for domains that I maintain using iWeb. Since I upgraded to Lion last week, I've discovered that no matter which DomainSite file I've tried to open, it continues to open the last site that I worked on before my system upgrade.
    Have I lost the ability to use those files?
    I'm in big trouble if there's not a fix for this! Big trouble!!
    Thanks for any help,
    Bob

    Here's another solution to your issue:
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Unable to convert the multiple PS files to pdf

    Hi
    I have distiller server 8 version we are unable to convert the multiple ps files to pdf.
    Here is the ps code:
    /prun { /mysave save def       % Performs a save before running the PS file
            dup = flush            % Shows name of PS file being run
            RunFile                % Calls built in Distiller procedure
            clear cleardictstack   % Cleans up after PS file
            mysave restore         % Restores save level
    } def
    (H:/705819_test.ps) prun
    (L:/Instruction sheet.ps) prun
    (H:/705820.ps) prun
    When we run this combine ps  through acrobat distiler it is fine, but through distiler server i couldnt get the pdf
    Could any one check and help me.
    Regards,
    Vinoth

    We couldnt convert the ps to pdf via distiller server?

  • Acrobat 9.5.5 multiple .pdf files open without toolbars displaying

    Recently, I noticed that, when I open one .pdf file, all toolbars I have selected as customized are displayed.  But, upon opening additional ,pdf files, those files do not display my toolbars at the top - only the file menu shows up.  If I try to close the limited toolbar files, I get the error "Adobe Acrobat 9.5 has stopped working," and the programs aborts.  I've searched the web to no avail for a solution.  My work requires I have multiple Adobe files open, but these additional files have extremely limited functionality without the toolbars.
    Event Viewer indicates the following errors:
    Faulting application path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.dll
    I'm running Win 7 Pro 64-bit, on Intel i7, with 14 GB RAM, 224GB SSD/68 GB free.  My system should more than amply support the application.
    My thought is a recent Adobe update or Windows update caused this anomaly.  Has anyone else experienced this issue?  Please advise - I'm desperate for a resolution.  Thanks.
    Message was edited by: psoberg
    Update - when you select View -Toolbars on the additional files, all the customized toolbars are check-marked, so they should be displaying.  But, they don't.

    Bill@VT,
    Thank you for your reply.  Your recommendation is not the issue for sure.  I had tested by opening numerous files on my system, which I know are not secure.  The first file opened with all toolbar functionality, and the rest of the files opened in limited view.  These are files I've created and opened numerous times in the past with no issues, until recently.
    I've since installed Adobe Pro XI Trial, as well as a couple other .pdf maker apps.  I had already remove Adobe Pro 9.5.5, so I can't reinstall while I have XI on my system - the installation aborts.  My assessment, after spending hours researching it, is that there's a conflict in my OS and 9.5.5.  At this point, I have to cut my losses (time & billable hours) and move onto a more stable, dependable application.  It's probably not going to be an Adobe product, sad to say.  Too many issues, too little accessible and timely support.
    I am grateful for your input in my scenario. Have a splendid day/evening!

  • Loading multiple XML files into one XMLList

    I am working on an app where I will load a list of recipes.  Each recipe is an XML file.  I would have an XML file that lists the filenames that need to be loaded.  I am assuming in can use one HTTPService and loop through this list, and set the url and do myService.send() until all the xml files have been loaded and concatenated into one xml list. True?
    My main question here is how do I load each XML file and add it to the same XMLList?
    Assume each XML file's root tag is <recipe>.  I want to create an XMLList with the root  <recipes> with each <recipe> as a first child.
    Thanks.

    Why don't you use the Data centric workflows which will help you to deal with multiple XML files as AS objects? Something like this
    1. Create a HTTPService using Data menu -> Connect to HTTPService
    2. create a operation getRecipe and enter your URL example URL: http://myserver/recipe?name=recipename
    3. Use Configure Return Type to tell that this method returns a Recipe class
    4. Use DataBinding to bind the result of this to a DataGrid
    Call the following in a loop and
    recipeName = myRecipes+ // All of your recipe names, Recipe is a ArrayCollecition
    Recipe.setAt(i) = Svc1.getRecipe(recipeName);
    At the end you would have a Recipe[]
    This is one of the ways you could work instead of having a XMLListCollection and use e4x etc. to go through your collection.
    Let us know if this helps, or you are looking for something else.
    Thanks
    -Sunil

  • Multiple Target Files as the number of times Item in source node

    Hi all
    I am new XI ,my scenario is File to File and my data type structures for source and target are as follows 
    Data type for source
    Source     
         Header      1:unbound
             Org       1:unbound
    In declaration of target data type occurrence of all child nodes are 1:unbounded. And I have used it in Message type and in message mapping for my target message type occurrence is showing as 1:1.
    My objective is to replicate this entire Target as the no of times the Item is occurring in source  ie for multiple items in source I want multiple target files. For this I have mapped item node of source to Target(parent node). But in mapping test it is only displaying one Target structure for multiple nodes in source. Please Help me in solving this issue

    Hi Satish,
    Use Multi Mappings :
    When you create message mapping change the occurence of target from 1 to unbounded. This will allow you to create multiple target structures.
    Then map them accordingly as per your need and you can see multiple output in test.
    Just you have to be more focused on the context and for that you have to go thro' the mapping documents.
    Search related documents on SDN and go thro' them.
    Regards,
    Shri

  • Multiple Target files as the item in source file

    Hi all ,
    I am new XI ,my scenario is File to File and my data type structures for source and target are as follows 
    _Data type for source:     _               
    Source
          Header     1:unbound                     
              org       1:unbound
              order     1:unbound
          Item             1:unbound    
               itemno   1:unbound
               matno   1:unbound
    Data type for Target
    Target
         org          1:unbound
         order        1:unbound
        itemno      1:unbound
       matno         1:unbound
    In declaration of target data type occurrence of all child nodes are 1:unbounded. And I have used it in Message type and in message mapping for my target message type occurrence is showing as 1:1.
    My objective is to replicate this entire Target as the no of times the Item is occurring in source  ie for multiple items in source I want multiple target files. For this I have mapped item node of source to Target(parent node). But in mapping test it is only displaying one Target structure for multiple nodes in source. Please Help me in solving this issue .
    Full Points will be awarded
    Thanks & Regards
    Satish.

    Hi,
    If you want multiple Targerts you need to use UseOneAsMany.
    check below link
    http://help.sap.com/saphelp_nw70/helpdata/en/38/85b142fa26c811e10000000a1550b0/content.htm
    Thanks,
    RamuV

  • External Table which can handle appending multiple csv files dynamic

    I need an external table which can handle appending multiple csv files' values.
    But the problem I am having is : the number of csv files are not fixed.
    I can have between 2 to 6-7 files with the suffix as current_date. Lets say it will be like my_file1_aug_08_1.csv, my_file1_aug_08_2.csv, my_file1_aug_08_3.csv etc. and so on.
    I can do it by following as hardcoding if I know the number of files, but unfortunately the number is not fixed and need to something dynamically to inject with a wildcard search of file pattern.
    CREATE TABLE my_et_tbl
      my_field1 varchar2(4000),
      my_field2 varchar2(4000)
    ORGANIZATION EXTERNAL
      (  TYPE ORACLE_LOADER
         DEFAULT DIRECTORY my_et_dir
         ACCESS PARAMETERS
           ( RECORDS DELIMITED BY NEWLINE
            FIELDS TERMINATED BY ','
            MISSING FIELD VALUES ARE NULL  )
         LOCATION (UTL_DIR:'my_file2_5_aug_08.csv','my_file2_5_aug_08.csv')
    REJECT LIMIT UNLIMITED
    NOPARALLEL
    NOMONITORING;Please advice me with your ideas. thanks.
    Joshua..

    Well, you could do it dynamically by constructing location value:
    SQL> CREATE TABLE emp_load
      2      (
      3       employee_number      CHAR(5),
      4       employee_dob         CHAR(20),
      5       employee_last_name   CHAR(20),
      6       employee_first_name  CHAR(15),
      7       employee_middle_name CHAR(15),
      8       employee_hire_date   DATE
      9      )
    10    ORGANIZATION EXTERNAL
    11      (
    12       TYPE ORACLE_LOADER
    13       DEFAULT DIRECTORY tmp
    14       ACCESS PARAMETERS
    15         (
    16          RECORDS DELIMITED BY NEWLINE
    17          FIELDS (
    18                  employee_number      CHAR(2),
    19                  employee_dob         CHAR(20),
    20                  employee_last_name   CHAR(18),
    21                  employee_first_name  CHAR(11),
    22                  employee_middle_name CHAR(11),
    23                  employee_hire_date   CHAR(10) date_format DATE mask "mm/dd/yyyy"
    24                 )
    25         )
    26       LOCATION ('info*.dat')
    27      )
    28  /
    Table created.
    SQL> select * from emp_load;
    select * from emp_load
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    SQL> set serveroutput on
    SQL> declare
      2      v_exists      boolean;
      3      v_file_length number;
      4      v_blocksize   number;
      5      v_stmt        varchar2(1000) := 'alter table emp_load location(';
      6      i             number := 1;
      7  begin
      8      loop
      9        utl_file.fgetattr(
    10                          'TMP',
    11                          'info' || i || '.dat',
    12                          v_exists,
    13                          v_file_length,
    14                          v_blocksize
    15                         );
    16        exit when not v_exists;
    17        v_stmt := v_stmt || '''info' || i || '.dat'',';
    18        i := i + 1;
    19      end loop;
    20      v_stmt := rtrim(v_stmt,',') || ')';
    21      dbms_output.put_line(v_stmt);
    22      execute immediate v_stmt;
    23  end;
    24  /
    alter table emp_load location('info1.dat','info2.dat')
    PL/SQL procedure successfully completed.
    SQL> select * from emp_load;
    EMPLO EMPLOYEE_DOB         EMPLOYEE_LAST_NAME   EMPLOYEE_FIRST_ EMPLOYEE_MIDDLE
    EMPLOYEE_
    56    november, 15, 1980   baker                mary            alice     0
    01-SEP-04
    87    december, 20, 1970   roper                lisa            marie     0
    01-JAN-99
    SQL> SY.
    P.S. Keep in mind that changing location will affect all sessions referencing external table.

  • Validate a XML file against multiple schema files

    Hello everybody!
    How can I validate a XML file against multiple schema files?
    I have the following XML file:
    <?xml version="1.0" encoding="UTF-8"?>
    <bulkCmConfigDataFile xmlns:es="SpecificAttributes.3.0.xsd"
                             xmlns:xn="genericNrm.xsd"
    xmlns="configData.xsd">
    <fileHeader fileFormatVersion="32.615 V4.2" vendorName=""/>
    <configData dnPrefix="Undefined">
    <xn:SubNetwork id="3G">
    <xn:SubNetwork id="RNC01">
    <xn:MeContext id="RNC01">
    <xn:VsDataContainer id="RNC01">
    <xn:attributes>
    <xn:vsDataType>vsDataMeContext</xn:vsDataType>
    <xn:vsDataFormatVersion>SpecificAttributes.3.0</xn:vsDataFormatVersion>
    <es:vsDataMeContext>
    <es:userLabel>RNC01</es:userLabel>
    <es:ipAddress>172.21.3.17</es:ipAddress>
    <es:neMIMversion>vF.5.0</es:neMIMversion>
    </es:vsDataMeContext>
                                  </xn:attributes>
    </xn:VsDataContainer>
    </xn:MeContext>
    </xn:SubNetwork>
    </xn:SubNetwork>
    </configData>
    <fileFooter dateTime="2006-11-24T11:56:07Z"/>
    </bulkCmConfigDataFile>
    I want to load this file into a table, validate it (against SpecificAttributes.3.0.xsd, genericNrm.xsd and configData.xsd) and query that table. How would the INSERT .. and the SELECT ... for userLabel attribute look like?
    Many thanks!

    Hi Peter,
    Please use the validateXML BPEL Property : This property validates incoming and outgoing XML documents. If set to true, the Oracle BPEL Process Manager applies schema validation for incoming and outgoing XML documents. This property is applicable to both durable and transient processes. The default value is false.
    Cheers
    A

  • SSIS project - read multiple flat files with different formats

    hi all,
    i need to import multiple flat files with different formats into different tables of the sql server database and not able to figure out the best way out in ssis to do so...
    please advise the possible methods in ssis to do so and if possible the process which can be dynamic as file names or columns might change in future.

    Hi AK1987,
    To import flat files with dynamic columns, we can use Script Task inside a Foreach Loop Container to parse the first row of the flat file to get the columns names and save them into a .NET variable, then, we can create “Create Table” script based on this
    variable, and then store the script into a SSIS package variable. After that, we create a staging table based on the package variable, load the flat file data to the staging table. Eventually, we load data from the staging table to the destination table. For
    the detail steps, please walk through the following blog:
    http://www.citagus.com/citagus/blog/importing-from-flat-file-with-dynamic-columns/ 
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Application/UNKNOWN/APPLICATION_ERROR

    Hi Experts,       I am facing the an issue in production. The scenario is FILE -> XI ->SOAP, asynchronous. The message in the integration engine is successful. But I am able to see the error in the SOAP receiver communication channel. Please find bel

  • IWeb 09 Logo background

    Why when I have placed a logo/picture with a transparent background in a iWeb page. That after you publish and then look at the page online it places a black background on the logo which then blocks part of the picture which is behind

  • RANGE BETWEEN in SQL Server

    Hi All, I am trying to convert following Oracle query to SQL Server and having issues in defining calculation in the BETWEEN of the PARTITION. ORACLE Query: SELECT     head.acct_unit, head.company,head.role_id,        AVG(head.HEADCOUNT) over       

  • Oracle 8i for Linux Campaign

    Hello, a customer of ours in Germany said that he "won" an Oracle 8i Enterprise Edition for Linux CD. He believes this campaign was organised and conducted in the 3Q in 1999. I told him this is a trial CD and he is entitled to a 30 day license but he

  • Aperture Database Structure vs. Disc Drive Folder Structure

    Clear this up for me please. I have been using Aperture for awhile and I have noticed that my pictures folder is kind of a mess. In some cases I would like to add subfolder to the picture folder to organize various shots and then import them. Most of