Error running import package: it removes the journals

Hello experts,
I have a problem when I run the import package using the "Replace&Clear "data option. Apart from clearing the INPUT data, it clears the journals. When the package ends running, the previous data is correctly cleared, the new data correctly introduced, but the journals that were posted before running the package are not posted any more. I would like to know where could I change this option so that it work's properly, not affecting journals. 
Thank you,
Álvaro

Journal are posted but the main problem is that you clear all the values for all category, entity, time (including values for data source journal).
That's means into database were inserted records with oposite values for all configuration (category.ebtity, time from that import file).
You have two solution:
1. Use work status to avoid any DM packages run after Journal posted.
2. Modify the Import packages to avoid clear of the values for Journal (see the clear package).
Regards
Sorin Radulescu

Similar Messages

  • Error while running import package

    Hi,
    Transformation file was validated successfully. But after running import package i am having following error on MS-BPC-7.0.
    Invalid character in the given encoding. Line 1, position 1.
    When i try validate and process trans file i am having the following error message. But same data file and same trans file was working till couple of days ago. After that whatever changes i have made to file, i did revert them to have it working like beofre.
    Warning: Some records were rejected.
    Rejected records reference either calculated members or invalid members.
    Actually rejected record is only, one, but even other data was not loaded.
    Thanks in advance for sharing your ideas or similar experiences.
    Thanks,
    KK

    Hi,
    There is definitely some problem with one of the records there. Do you have header? What is the delimiter? Do you have the same delimiter in the transformation file? You need to take a look at all the possibilities.
    Hope this helps.

  • How not to get a 'Journal Import Created' description at the Journal Entry Lines?

    For records loaded thru the Journal import,
    I always get a 'Journal Import Created' description at the Journal Entry Lines.
    Instead of this description, I want a
    more useful information which I may
    include at the GL_INTERFACE table
    possibly at the REFERENCE10 field.
    For those who will reply to this question,
    thank you very much in advance.
    null

    To populate this journal description, the Reference10 field must be populated in the GL_INTERFACE table.
    However, I have also discovered (version 11.03) that if you populate this field, but then import summarized journals, Oracle discards the value and reverts to "Journal Import Created" unless the value in the reference10 field is identical for all records to be summarized.
    null

  • Error in IMPORT PACKAGE!

    Hello there!
    Just to ask if somebody knows about the error "No match defined for the lookup dimension CATEGORY", I get this error when I execute the import package.
    I have to tell you that I created a copy from the CATEGORY dimension to a new called CATEGORIA, this new dimension is of category type, I have changed into the System_Constans file the line:
    *FUNCTION CATEGORYDIM         =%CATEGORIA_DIM%
    If somebody could help me into this error, I would be appreciate.
    Regards

    I did the data manager validation using the Transformation File and the data file used at the time to do the import, there are no errors everything is fine, all records are acepted abd there are no reject.
    Running the Import package, there are no rejected records, all of them are acepted, but and error is happening into the detail log (at the end)  the error "No match defined for lookup dimension CATEGORY".
    Regards

  • Error running child packages from parent package - Error 0xC0011008

    Hey...
    I am running a parent SSIS package (running sp2, 9.0.3042) that calls several child packages.
    On our development server, we now cannot run this because we get 1 or more of these errors:
    "Error 0x80004003 while preparing to load the package. Invalid pointer  .  "
    "Error 0xC0011008 while preparing to load the package. Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.  .  "
    It is not occuring on the same packages.  It varies every time it is run.
    I can run every one of the child packages individually, using the same login ID that the parent is executed under.
    The parent package works fine on my local machine and other servers running the same version of SSIS.  Just not on this server.
    Does anyone have any ideas???
    Thanks
    BobP

    I have the same error with no parent child package relationship. I have changed the "Max Concurrent Executables" in each package from -1 to 10 and got  no change.  My code is below:
    List
    <string> fileList = new List<string>();
    private
    void checkedListBox1_SelectedIndexChanged(object sender, EventArgs e)
    //this.fileList.Add(checkedListBox1.SelectedValue.ToString().Trim());
    this.fileList.Add("name");
    private
    void button1_Click(object sender, EventArgs e)
    string @fileName;
    foreach (string str in fileList)
    @fileName = str;
    string pkgLocation;
    Microsoft.SqlServer.Dts.Runtime.
    Application app;
    DTSExecResult pkgResults_Sql;
    pkgLocation =
    @"C:\" + @fileName + ".dtsx";
    app =
    new Microsoft.SqlServer.Dts.Runtime.Application();
    Package pkgIn = new Package();
    pkgIn = app.LoadPackage(pkgLocation,
    null);
    pkgResults_Sql = pkgIn.Execute();

  • Error running SSIS package to do with encrypting/decrypting password. Help needed.

    Getting this error. Can anyone shed some light? This is the first promote since 2009. Protection level of the package is 'EncryptSensitiveWithPassword' I'm new at SSIS so don't assume I know anything.
    10/30/2014 16:11:06,HPAddress_Export,Error,0,SSQLTST01\SSQLTST02,HPAddress_Export,(Job outcome),,The job failed. 
    The Job was invoked by User AHCCCS\Administrator.  The last step to run was step 1 (Step 1).,00:00:02,0,0,,,,0
    10/30/2014 16:11:06,HPAddress_Export,Error,1,SSQLTST01\SSQLTST02,HPAddress_Export,Step 1,,Executed as user: AHCCCS\svcssqltst01. ....00.5324.00 for 32-bit 
    Copyright (C) Microsoft Corp 1984-2005. All rights reserved.   
    Started:  4:11:06 PM  Error: 2014-10-30 16:11:07.05    
    Code: 0xC001405F     Source:      
    Description: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information. 
    End Error  Error: 2014-10-30 16:11:07.37    
    Code: 0xC001405F     Source:      
    Description: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information. 
    End Error  Error: 2014-10-30 16:11:07.79    
    Code: 0xC0202009     Source: HPAddress_ExportPackage Connection manager "SQL.HealthPlanAddressChanges.hpac"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D. 
    An OLE DB record is available.  Source: "Micros... 
    The package execution fa...  The step failed.,00:00:02,0,0,,,,0

    Hi,
    From the error message “Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information.“, it seems that the error is caused by the password to decrypt
    an encrypted XML node was not specified or incorrect.
    Besides, the EncryptSensitiveWithPassword Protection level means user should use a password to encrypt only the values of sensitive properties in the package. To open the package in SSIS Designer, the user must provide the package password. If the password
    is not provided, the package opens without the sensitive data and the current user must provide new values for sensitive data. If the user tries to execute the package without providing the password, package execution fails.
    So in order to resolve this issue, we should provide the password when executing the package. When you execute a package with this setting using DTEXEC, you can specify the password on the command line using the /Decrypt password command line argument.
    Reference:
    Access Control for Sensitive Data in Packages
    Securing Your SSIS Packages Using Package Protection Level
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error running imported PAR on 7.31

    Hi all,
    I have migrated a simple PAR from 7.0 to 7.31 but I can not run it.
    I get the following error message:
    "com.sap.engine.services.deploy.exceptions.ServerDeploymentExceptions: Application sap.com/MyApp cannot be started. Reason: it has hard reference to library:com.sapportals.portal.prt.component, which is not active on the server because library is not deployed on server. Probably application sap.com/MyApp declares runtime but no deploytime dependency to the library which is wrong. Deploy the missing library com.sapportals.portal.prt.component as a workaround or contact application owners to check their references".
    xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <application>
    <application-config>
    <property value="sap.com" name="Vendor"/>
    <property value="SAPJ2EE::library:com.sap.portal.common,
                             SAPJ2EE::library::tc~cmi, com.sap.portal.common.commonservices,
                             SAPJ2EE::library:com.sapportals.htmlb, com.sap.portal.navigation.api_service,
                             com.sap.portal.navigation.helpservice, com.sap.portal.navigation.service,
                             com.sap.portal.productivity.resolverservice,
                             com.sap.portal.navigation.afp.helperservice,
                             com.sap.portal.runtime.system.favorites,
                             SAPJ2EE::service:engine.security.facade,
                             SAPJ2EE::library:com.sap.base.technology.facade,
                             SAPJ2EE::library:engine.j2ee14.facade, com.sap.portal.search.provider_api,
                             com.sap.portal.search.service, com.sap.portal.contenttaggingservice,
                             SAPJ2EE::library:tc~epbc~pcd~gl~api" name="PrivateSharingReference"/>
    </application-config>
    <components>
    <component name="Banners">
    <component-config>
    <property value="com.mln.Banners" name="ClassName"/>
    <property value="jspnative" name="ComponentType"/>
    <property value="pagelet/Banners.jsp" name="JSP"/>
    </component-config>
    </component>
    <component name="Banners">
    <component-config/>
    <component-profile/>
    </component>
    </components>
    <services/>
    </application>
    Banners.jsp
    <hbj:content id="myContext" >
    <hbj:page title="PageTitle">
    <hbj:form id="myFormId">
    <TABLE border="0" cellspacing="0" cellpadding="0">
    <TR>
    <TD width="10px">   </td>
    <TD align="right">
    <a class="community" href="MMMMM"
    onClick=return EPCM.doNavigate('ROLES://portal_content/XXX')"
    target="_parent">
    <img src="<%=componentRequest.getWebResourcePath()+"/images/Banner1.jpg"%>" border="0">
    </a>
    </TD>
    </TR>
    </TABLE>
    </hbj:form>
    </hbj:page>
    </hbj:content>

    Hi Aviad,
    Did you ported your Application to 7.31 or you
    just used the PAR migration tool?
    If you only used the PAR migration tool it is
    very likely that the application will not work.
    From 7.0 to 7.3 onwards, there were huge
    changes on the Portal and many libraries were removed/changed causing 7.0
    applications not to run on 7.3.
    Please check the link below on how to port the 7.0
    applications to 7.3.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10b84b1f-9d37-2f10-bc9e-e61d943bfa7a?QuickLink=index&overridelayout=true&53648436494622
    Best regards,
    Cristiano L. Mazzotti

  • HT1660 i am getting the error when importing music CDs.  The Itunes LIbrary File cannot be saved.  There is not enough memory available.  How do i fix this?

    I am getting this error in itunes.  How do i fix it?  I am running Windows Vista on my PC.  It appears to still import the CDs.

    Well, I installed the latest iTunes this AM, works perfectly.  Although for some reason it did lock up after playing a song today.
    Horror stories?  That's a bit overly dramatic.
    No, it isn't.
    The issue you are experiencing is one that has occurred in multiple versions of iTunes, a simple search would have revealed this.
    A simple search was conducted, no one seemed to have an answer.  Do you always adopt such a haughty attitude?  Or was I just lucky.

  • Crashes with 'send error' on importing CD despite doing the obvious.

    It crashes with a send error message as soon as I start to import a CD. It can read CDs & play them OK.
    I have re-installed iTunes.
    Also reinstalled just Quicktime.
    I have run a CD diagnostics and everything is fine.
    My windows mwdia player rips Cds OK.
    I have tried disabling the firewall and done a full virus screen. All OK.
    I have no idea what I can do next. It is an impossible bug for a non-techy like me to sort. Everything else inc. the ipod is basically fine although it does sometimes crash on moving tunes onto the iPOD.
    Where can I go now except nowhere? Reply on this plus [email protected] if anybody has any bright ideas. Ta

    I think I'm having a related problem. When I import, and this has only happened on the last 2 CDs, the files are on my computer, but when I look in itunes, I can find the blank spaces where the songs are, play the songs, but even when I edit the info for a song, nothing changes. It's just blank space in the itunes library. I'm also using 7.5.0.20.
    Anyone have any ideas?

  • Error in importing packages

    Hi,
    I am adding com.sap.portal.navigation.serviceapi.jar but I m still getting error in these imports
    import com.sapportals.portal.navigation.INavigationNode;
    import com.sapportals.portal.navigation.INavigationService;
    import com.sapportals.portal.navigation.NavigationNodes;
    It is giving that these cannot be resolved.
    Can anybody help me??
    Thanks,
    Pankaj Kumar Pathak

    Hi,
    Iam having this jar com.sap.portal.navigation.api_service_api.jar
    in the specified location only. But still in Eclipse i am getting the same com.sapportals.portal.navigation.* (3 classes). It can't find the three classes even the jar file is in there. I tried using Class/Jar locator. Its not working some how.
    Please let me know.
    Thanks,
    Naresh

  • Error when importing business layer using the eulpi

    Hi there,
    I have a problem importing a new business area into my TEST EUL environment from my DEV EUL. (they are on different databases, i.e. one EUL for each database but all databases are identical apart from database name).
    i.e. 1st I export the business area from DEV using the following command:
    eulapi -connect username/password@${DATABASE} -export ${EXP_FILE} -business_area "${BUS_AREA}" -identifier -log ${LOG_FILE} -audit_info
    and it works perfectly, and I can import the resulting Business area file into a new EUL if the Business area already exists, however, if the business area does not exist on the TEST eul then I get the following error using the command:
    eulapi -connect username/password@${DATABASE} -import ${EXP_FILE} -identifier -preserve_workbook_owner -import_rename_mode refresh -log ${LOG_FILE}
    Could not locate the Folder with identifier 'XXXXX' in the target End User Layer
    Import completed, but with warnings. Please check the result.
    This command works to replace the business area if it already exists, but fails if the business area does not already exist, which is actually what I want to do, i.e. create business area in DEV and export it and then import to TEST as part of the test cycle.
    The above command actually creates the business area but not the underlying folder. All permissions, database links etc on both DEV and TEST environments are identical.
    Your help is appreciated!

    Hi,
    The export of the business area contains details of the business area and which folders are contained in the business area, but not the details of the folders themselves.
    Hence if you import a new business area and the folders contained in the BA are not in the EUL you will get an error locating the folder.
    Therefore to create a new BA you need to export all the folders in the BA and then export the BA itself. Then when you import you need to import the new folders first, then the BA.
    Rod West

  • WHEN I TRY TO GO TO A BOOKMARK PAGE SOMETIMES NOTHING HAPPENS.WHEN I CLOSE FIREFOX THE PAGE MAY CLOSE BUT IT STILL RUNS I TRY TO REMOVE THE PROGRAM IT SAYS CLOSE THE PROGRAM FIRST.

    I HAVE ALSO HAD PROBLEMS WITH VIDEOS RUNNING AFTER I CLOSE THEM I DON'T SEE THE PICTURE BUT I CAN HEAR THE VOICES.

    See this: <br />
    https://support.mozilla.com/en-US/kb/Firefox+hangs#Hang_at_exit

  • Unable to run dtsx package locally when there is a sort task

    Hi all
    I have created a very simple package.
    It has a OLE DB Source, a Sort and a OLE DB Destination.
    When I run it in the Integration Designer in Visual Studio, it works fine.
    But when I like to execute the package in another C# Project, I get this error:
    "To run a SSIS package outside of SQL Server Data Tools you must install Sort of Integration Services or higher."
    When I remove the Sort Task, it works.
    Here is my C# code:
    MyEventListener eventListener = new MyEventListener();
    Microsoft.SqlServer.Dts.Runtime.Package _Package;
    Microsoft.SqlServer.Dts.Runtime.Application _Application;
    Microsoft.SqlServer.Dts.Runtime.DTSExecResult _DTSExecResult;
    _Application = new Microsoft.SqlServer.Dts.Runtime.Application();
    _Package = _Application.LoadPackage(@"...\Package.dtsx", eventListener, true);
    _DTSExecResult = _Package.Execute(null, null, eventListener, null, null);
    System.Windows.Forms.MessageBox.Show(_DTSExecResult.ToString());
    Thanks and best regards
    Frank

    Hi frank,
    Based on the error message, it seems that SSIS is not installed or a lower SSIS version installed on the server on which the C# project was running.
    To run the package outside SSDT, you need right version SSIS installed. The reason why the package runs fine with only Source and Destination components is that such a simple package can be executed by the DTExec utility installed by SQL Server 2012 Data base
    Engine or Client Tools (SQL Server Import and Export Wizard). To run a package that uses other tasks/components outside SSDT/BIDS, the SSIS runtime is also required except the DTExec utility. To obtain the SSIS runtime, we have to install SSIS on the server
    where the package runs.
    Reference:
    http://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • CSV file with text qualifiers around each field causing error on Import

    Hi
    I have a csv file which I am trying to import - a one line extract is shown below. It is delimited by semi colon and each field has a text qualifier around it.
    XXX Drinks Ltd;"BR01";"1";"001.2008";"2008";"Distribution";"-186";"-186";"-186"
    When importing i get the following issue
    1) BPC doesn't seem to handle the text qualifier for the fields. For example the "BR01" field above requires me to put a conversion as follows ""BR01"" i.e. I have to double the quotes because BPC adds them
    2) Even after the required conversion, BPC does not like the double quotes around the amounts, even though when validating the transform I get no error message, when running the import package I get the following message
    Record Count: 1
    Accept Count: 1
    Reject Count: 0
    Skip Count  
    The number of failing rows exceeds the maximum specified. (Microsoft Data Transformation Services (DTS) Data Pump (8004202c): TransformCopy 'DTSTransformation__9' conversion error:  General conversion failure on column pair 1 (source column 'SIGNEDDATA' (DBTYPE_STR), destination column 'SIGNEDDATA' (DBTYPE_NUMERIC)).)
    Does this my source file can't have double quotes as a text qualifier?
    thanks in advance
    Scott Farrington

    James, thanks for your reply
    does that mean that BPC can't deal with the double quotes? I understand about removing them and using a comma for a delimiter, but this is the file format I have been given.
    What I really need to know is, given this format, using a transformation and/or mapping function, can I import the data the way it is?
    And I still need an answer to my second point, about the error message received on running the import package,
    thanks
    Scott

  • Removing the Control Characters from a text file

    Hi,
    I am using the java.util.regex.* package to removing the control characters from a text file. I got below programming from the java.sun site.
    I am able to successfully compile the file and the when I try to run the file I got the error as
    ------------------------------------------------------------------------D:\Debi\datamigration>java Control
    Exception in thread "main" java.util.regex.PatternSyntaxException: Illegal repet
    ition
    {cntrl}
    at java.util.regex.Pattern.error(Pattern.java:1472)
    at java.util.regex.Pattern.closure(Pattern.java:2473)
    at java.util.regex.Pattern.sequence(Pattern.java:1597)
    at java.util.regex.Pattern.expr(Pattern.java:1489)
    at java.util.regex.Pattern.compile(Pattern.java:1257)
    at java.util.regex.Pattern.<init>(Pattern.java:1013)
    at java.util.regex.Pattern.compile(Pattern.java:760)
    at Control.main(Control.java:24)
    Please help me on this issue.
    Thanks&Regards
    Debi
    import java.util.regex.*;
    import java.io.*;
    public class Control {
    public static void main(String[] args)
    throws Exception {
    //Create a file object with the file name
    //in the argument:
    File fin = new File("fileName1");
    File fout = new File("fileName2");
    //Open and input and output stream
    FileInputStream fis =
    new FileInputStream(fin);
    FileOutputStream fos =
    new FileOutputStream(fout);
    BufferedReader in = new BufferedReader(
    new InputStreamReader(fis));
    BufferedWriter out = new BufferedWriter(
    new OutputStreamWriter(fos));
         // The pattern matches control characters
    Pattern p = Pattern.compile("{cntrl}");
    Matcher m = p.matcher("");
    String aLine = null;
    while((aLine = in.readLine()) != null) {
    m.reset(aLine);
    //Replaces control characters with an empty
    //string.
    String result = m.replaceAll("");
    out.write(result);
    out.newLine();
    in.close();
    out.close();

    Hi,
    I used the code below with the \p, but I didn't able to complie the file. It gave me an
    D:\Debi\datamigration>javac Control.java
    Control.java:24: illegal escape character
    Pattern p = Pattern.compile("\p{cntrl}");
    ^
    1 error
    Please help me on this issue.
    Thanks&Regards
    Debi
    // The pattern matches control characters
    Pattern p = Pattern.compile("\p{cntrl}");
    Matcher m = p.matcher("");
    String aLine = null;

Maybe you are looking for