WebADI Journal Fails to Upload due to Error ''Enter A Valid Ledger''

We are in 12.1.3 version.
I tried to create a document from "AAA" GL module, but the DATA ACCESS SET name populated as "BBB" ledger name.
So, I managed to change it by manually with "AAA" ledger name and then tried, journal upload fails and showing error as "enter a valid ledger".
Can any expert advice me, how to get the "AAA" ledger name should automatically populate, while trying to create a (webadi) document ?
Thanks in advance.

Hi,
Please check the Data Access Set, profile option set for the responsibility you are using to create the document.
Also, If you want only 'AAA' to appear always, you can update the Web ADI template that you are using and make the Ledger field as constant to 'AAA'.

Similar Messages

  • The package failed to load due to error 0xC0011008

    I am trying to run a SSIS Package from SQL Server BI Studio. I receive the error "The package failed to load due to error 0xC0011008".  SQL Server 2008 R2 installed (32bit Win 7), along with Integration Services.  The Package connects
    to a SQL Server DB.
    Here is the full error taken from consol in BI Studio:
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" starting.
    Error: 0x1 at ST_Gen_Pkg_Src_SqlServ: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The package failed to load due to error 0xC0011008
    "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.". This occurs when CPackage::LoadFromXML fails.
     ---> System.Runtime.InteropServices.COMException (0xC0011008): The package failed to load due to error 0xC0011008 "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.". This occurs when CPackage::LoadFromXML fails.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
       at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events, Boolean loadNeutral)
       --- End of inner exception stack trace ---
       at ST_0f39f89613ca43e9a6660953aa72fa2c.csproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig,       MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, CultureInfo culture)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: ST_Gen_Pkg_Src_SqlServ
    Warning: 0x80019002 at CreateDynSSIS_DB_RunDynSSiSDB: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the
    number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "CreateDynSSIS_DB_RunDynSSiSDB.dtsx" finished: Failure.
    The error is thrown at this line:
    DynamicPackage = app.LoadPackage(DynamicPackagePath, null);
    Any help would be great! I've done a bit of Googling on the topic already.. and nothing has worked so far.

    Hi,
    Reason for the error: Old
    version of the DTEXEC is picked up by SQL Server instead of the new one. 
    Refer this link for more info
    THE PACKAGE FAILED TO LOAD DUE TO ERROR 0XC0011008
    Hope this info Helps

  • SSIS packages deployment error- The package failed to load due to error 0xC0011008 Error loading from XML

    I am trying to deploy SSIS packages to file system using manifest file. These packages are upgraded from SSDT 2005 to SSDT 2010. Also I have changed the protection level from 'EncryptSensitiveWithPassword' to 'DontSaveSensitive' to upgrade it.
    I coun't complete the deployment and the error details shown below.
    TITLE: Package Installation Wizard
    Package "Packagename.dtsx" could not be loaded. The package failed to load due to error 0xC0011008 "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.". This occurs when CPackage::LoadFromXML fails.
    Package ""Packagename.dtsx" could not be loaded. The package failed to load due to error 0xC0011008 "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.". This occurs when CPackage::LoadFromXML fails.
    ADDITIONAL INFORMATION:
    The package failed to load due to error 0xC0011008 "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.". This occurs when
    CPackage::LoadFromXML fails.
    The package failed to load due to error 0xC0011008 "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.". This occurs when
    CPackage::LoadFromXML fails.
    BUTTONS:
    OK
    Please give a solution.
    Sreekanth Mohan

    Check this
    blog post as it gives complete information about error.
    It looks like its still using SQL 2005 DTEXEC.exe instead of latest version.
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • The package failed to load due to error 0xC0011008 "Error loading from XML....." This occurs when CPackage::LoadFromXML fails

    Source environment: Win 7 Enterprise SP1 64bit - SQL Server 2008 R2 SP1 Developer Edition (10.50.2550.0 )
    Target environment: Win 2008 R2 Standard SP1 64bit - SQL Server 2008 R2 SP1 Standard Edition (10.50.2500.0
    I want to deploy a package with the deployment manifest, but I'm getting an error (during deployment):
    Package "D:\Program Files (x86)\Microsoft SQL Server\100\DTS\Packages\Migration\Students.dtsx" could not be loaded.
    The package failed to load due to error 0xC0011008 "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.". This occurs when CPackage::LoadFromXML fails.
    I already remove a fuzzy lookup since this isn't part of the Standard edition, but still getting the error above.
    Package Example:
    If I just copy the package and try to run it I get this (0xC0010014):
    Any suggestions?

    Hi SSISJoost,
    After installing some update such as MS09-62 (KB970896), the "DTS.dll" and "MsDtsSrvrUtil.dll" may be unregistered. In this issue, the error may occur if the two DLL files are not registered. Here, please register both the 32 bit and 64 bit versions of the
    DTS.dll and MsDtsSrvrUtil.dll files, and check the issue again.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • While creating a device category i'm getting an error "enter a valid division via eg01,how can the error be overcom?

    While creating a device category i'm getting an error "enter a valid division via eg01,how can the error be overcome?

    Neha,
    you can do in two ways.
    1. Enter a valid Division which you configured in the system.
    2. Remove the Division as required field. However I suggest it should have a valid division. Why can not you check with your Functional owner?
    Linganna Katigiri

  • INSOCREATE - Error: Enter a valid lock category

    Hi
    I am trying to create Inurance object thru INSOCREATE and it is throwing error like below:
    "Enter a valid lock category"
    This is the long text:
    Enter a valid lock category
    Message no. >0426
    Diagnosis
    Either the value for the lock type does not exist in the Customizing table TFK080B or the value belongs to another application.
    please help on this.
    regards
    Giri

    fixed the first couple issues.
    /etc/fstab didn't have "exec" for the cdrom, not sure what that was about; prob just user error; heh
    I also went into /usr/X11R6/bin and created a sym link for xdpyinfo to where it really exists:
    [root@marsrv1 bin]# ln -s /usr/bin/xdpyinfo xdpyinfo
    that enabled the gui install to come up just fine and the rest of the install went just fine.

  • Error : Enter a valid delivering plant

    Hi i have a below error, can u pls suggest.
    Enter a valid delivering plant
    Message no. V1 755
    Diagnosis
    The customer for the delivering plant is the same as the sold-to party.
    System Response
    The system cannot determine a valid delivering plant.
    Procedure
    Check if a delivering plant has been entered in the customer master, material master, or in the customer-info record, with identical customer and sold-to party.
    Regards
    Nawzir

    You can maintain Plant in Sales Order at Header or / and Item level on Shipping tab page. You can go to shipping tab page for item level bt double-clicking on line item & then go to shipping tab page.
    Alternatively maintain plant in master data as undere:
    Customer-Material Info
    Customer Master data
    Material Master data
    Regards,
    Rajesh Banka
    Reward points if helpful

  • MSA - creating/changing activity for bp error : enter a valid value for bp

    Hello experts,
    while using msa with activites, on one client for one bp
    I cannot create/change an activity: error:
    insert a valid value for bp   
    This happens only for one bp on this client,
    on other clients this bp works fine.
    When I look in old activites for this bp, there in activity -> detail
    the field bp (hyper link) is not filled.
    I think there is a problem with the incorrect bp, but in which tables
    can search for this ?
    Best regards
    Gerd

    Hi,
    I assume that the BP is present in table smokna1 but not available in smokna1sht (anymore).
    When creating an activity the BP selection is based on smokna1, but the field/property validation is based on smokna1sht (see error message).
    But unfortunately I don't have any idea for now how to download this particular record to this site...
    Regards,
    Wolfhard

  • FV50-- Editing Option Error "Enter a valid value" Message 00002

    Hello FI experts,
    An user is trying to execute a tcode FV50 and clicking "Editing Options" to make changes to "Doc.Type option" from "Document type hidden" to "Enter with short name" under " Special functions for single screen transactions" section.
    When the user clicks SAVE button in "Accounting Editing options" screen, user is getting the the error message  "Enter a valid value".
    Can anyone tell me how to change this option and resolve this error?
    There are users they are successfully able to change it and I am even able to change the document type options without encountering this error.
    Any help on this is much appreciated!
    Thanks,
    Himadama

    Dianne,
    Thank you for your prompt response.
    The user has done modifications in FB00 but issue is still there.
    Could you elaborate more on what has to be done in this FB00 tcode?
    Thanks much.
    Thanks,
    Himadama

  • DPM failing SQL backups due to error: "the SQL Server instance refused a connection to the protection agent. (ID 30172 Details: Internal error code: 0x80990F85)

    I ran across this error starting on 6/4/2011 and have been unable to find the root of the problem.  In our environment, we have a DPM 2010 server dedicated to backing up all our SQL envrionment (about 45 SQL Servers total).  All of the SQL
    environment is backing up fine except for a SQL Cluster Application.  This particular SQL Instances is part of a 6 node failover cluster with 6 SQL Instances distributed amongst them.  The other 5 SQL instances in the cluster are backing
    up fine; only one instance is failing.  The DPM Alerts section shows this error when attempting to do a SQL backup of one of the databases on this SQL instance:
    Affected area: KEN-PROD-VDB001\POSREPL1\master
    Occurred since: 6/11/2011 11:00:56 PM
    Description: Recovery point creation jobs for SQL Server 2008 database KEN-PROD-VDB001\POSREPL1\master on SQL Server (POSREPL1) - Store Settings.ken-prod-cl004.aarons.aaronrents.com have been failing. The number of failed recovery point creation jobs =
    4.
     If the datasource protected is SharePoint, then click on the Error Details to view the list of databases for which recovery point creation failed. (ID 3114)
     The DPM job failed for SQL Server 2008 database KEN-PROD-VDB001\POSREPL1\master on SQL Server (POSREPL1) - Store Settings.ken-prod-cl004.aarons.aaronrents.com because the SQL Server instance refused a connection to the protection agent. (ID 30172 Details:
    Internal error code: 0x80990F85)
     More information
    Recommended action: This can happen if the SQL Server process is overloaded, or running short of memory. Please ensure that you are able to successfully run transactions against the SQL database in question and then retry the failed job.
     Create a recovery point...
    Resolution: To dismiss the alert, click below
     Inactivate alert
    I have checked the cluster node this particular SQL instance is running on using Perfmon and the machine is nowhere near capacity on CPU, memory, network, or Disk I/O.  I have failed this SQL Application to another node in the cluster and
    receive the same error (this other node has another clustered SQL application on it that is actively running as well as backing up fine).  The only thing that I am aware of that has changed is that we installed SP2 for SQL 2008 about 2 weeks prior
    to when the failures started to occur.  However, we updated all six clustered SQL Instances at the same time and only this one is having this issue so I don't believe that caused the problem.  We are running SQL 2008 SP2 (version 10.0.4000.0)
    on all clustered instances along with DPM 2010 (version 3.0.7696.0) on this particular DPM server that has the issue.
    One last thing, I have also noticed errors in the event log pertaining to the same SQL backups that are failing (but the time stamps are not concurrent with each backup attempt):
    Log Name:      Application
    Source:        MSDPM
    Date:          6/13/2011 1:09:12 AM
    Event ID:      4223
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      KEN-PROD-BS002.aarons.aaronrents.com
    Description:
    The description for Event ID 4223 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    DPM writer was unable to snapshot the replica of KEN-PROD-VDB001\POSREPL1\model. This may be due to:
    1) No valid recovery points present on the replica.
    2) Failure of the last express full backup job for the datasource.
    3) Failure while deleting the invalid incremental recovery points on the replica.
    Problem Details:
    <DpmWriterEvent><__System><ID>30</ID><Seq>1833</Seq><TimeCreated>6/13/2011 5:09:12 AM</TimeCreated><Source>f:\dpmv3_rtm\private\product\tapebackup\dpswriter\vssfunctionality.cpp</Source><Line>815</Line><HasError>True</HasError></__System><DetailedCode>-2147212300</DetailedCode></DpmWriterEvent>
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSDPM" />
        <EventID Qualifiers="0">4223</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2011-06-13T05:09:12.000000000Z" />
        <EventRecordID>68785</EventRecordID>
        <Channel>Application</Channel>
        <Computer>KEN-PROD-BS002.aarons.aaronrents.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>DPM writer was unable to snapshot the replica of KEN-PROD-VDB001\POSREPL1\model. This may be due to:
    1) No valid recovery points present on the replica.
    2) Failure of the last express full backup job for the datasource.
    3) Failure while deleting the invalid incremental recovery points on the replica.
    Problem Details:
    &lt;DpmWriterEvent&gt;&lt;__System&gt;&lt;ID&gt;30&lt;/ID&gt;&lt;Seq&gt;1833&lt;/Seq&gt;&lt;TimeCreated&gt;6/13/2011 5:09:12 AM&lt;/TimeCreated&gt;&lt;Source&gt;f:\dpmv3_rtm\private\product\tapebackup\dpswriter\vssfunctionality.cpp&lt;/Source&gt;&lt;Line&gt;815&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;DetailedCode&gt;-2147212300&lt;/DetailedCode&gt;&lt;/DpmWriterEvent&gt;
    </Data>
        <Binary>3C00440070006D005700720069007400650072004500760065006E0074003E003C005F005F00530079007300740065006D003E003C00490044003E00330030003C002F00490044003E003C005300650071003E0031003800330033003C002F005300650071003E003C00540069006D00650043007200650061007400650064003E0036002F00310033002F003200300031003100200035003A00300039003A0031003200200041004D003C002F00540069006D00650043007200650061007400650064003E003C0053006F0075007200630065003E0066003A005C00640070006D00760033005F00720074006D005C0070007200690076006100740065005C00700072006F0064007500630074005C0074006100700065006200610063006B00750070005C006400700073007700720069007400650072005C00760073007300660075006E006300740069006F006E0061006C006900740079002E006300700070003C002F0053006F0075007200630065003E003C004C0069006E0065003E003800310035003C002F004C0069006E0065003E003C004800610073004500720072006F0072003E0054007200750065003C002F004800610073004500720072006F0072003E003C002F005F005F00530079007300740065006D003E003C00440065007400610069006C006500640043006F00640065003E002D0032003100340037003200310032003300300030003C002F00440065007400610069006C006500640043006F00640065003E003C002F00440070006D005700720069007400650072004500760065006E0074003E00</Binary>
      </EventData>
    </Event>
    Any help would be greatly appreciated!

    Don't know if this helps or not, but I also noticed another peculiar issue that is derived from this problem.  If I go to "Modify protection group", then expand the cluster, then expand all six nodes in the cluster, five of them show "All SQL Servers"
    and allow me to expand the SQL Instance and show all databases; the one that is having a problem backing up, when I expand the node, doesn't even show that SQL exists on the node, when in fact, it does.
    I would also like to add that the databases on this node that will not backup are running fine.  They run hundreds of transactions daily so we know SQL itself is OK.  Even though it is a busy SQL Server, there is plenty of available resources as
    the SQL buffer and memory counters show the node is not under durress.

  • Itunes update failed to install due to error - now says reinstall and its their screwup

    An update came up on my computer so started the installment - went thru removal then about half way thru installing update gave me error and went off screen.  Tried to open iTunes and says MSVCR80.dll is missing - reinstall program.  Said it was not installed correctly.  Didn't have a problem with iTunes until this update - any suggestions to fix

    Hello Vicki203,
    The following article provides steps that can help get iTunes updated and running.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Allen

  • I'm trying to update to Firefox 4.0 on an IMac 10.2.8 but get error: Firefox 4.0 Beta11.dmg failed to mount due to error 95. (no mountable file system). Can someone help?

    No details. This is the only message I get every time I try to upgrade.

    To use Firefox 4 you need at least OS X 10.5 and an Intel Mac.
    The last version of Firefox that works on OS X 10.2.8 is Firefox 2.0.0.20 available from ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/mac/en-US/

  • Error: Enter a valid Production Version

    Dear Gurus
                       I have a problem while production booking of a vehicle. It says Enter a valid production version. I have checked the version in Material master-->MRP4 view. The version is maintained there. What else whould i check ?
    Pls Help
    REGARDS

    Dear Gaurav,
        As this is Repetitive Manufacturing then , you should maintain the Product cost collector also. Please do maintain this & then try.
    When u enter the group no of routing & also the alternat BOM & click on check at the top of the screen, When you click on check button then, the signals will turn to green if you have used the valid BOM & Routing group no.. If you get green in this screen then, there is no problem with Production Version.
    Please do let me know for any clarifications.
    Regards
    Kalyan

  • How can I stop iCloud photo from looping a failed photo upload?

    My mother has an iMac that was mysteriously losing HD space. It turns out that the process called iCloud Photo evidently was trying and failing to upload a corrupt photo that I had inadvertently put in her iPhoto app. Every few seconds a copy of the photo was appearing in the folder named com.apple.photostream-agent. There were 22,000 copies of this photo.
    With each failed photo upload attempt, these errors also were logged in console:
    1/4/15 7:50:57.709 PM com.apple.photostream-agent[343]: [publisher:didEncounterError:publishingAssetCollections:] Failed to upload asset uqzx6U1gTAi5HumqNsH3YA
    1/4/15 7:50:57.808 PM com.apple.photostream-agent[343]: SQL operation failed with code 11
    I deleted the photos and restored the HD space after killing the iCloud Photo process in Activity Monitor. Then I removed the photo out of iPhoto.
    The problem is that should iCloud Photo restart, say, through a computer restart, the problem starts all over again. Apparently removing the photo from iPhoto did not do the trick.
    How can I get iCloud Photo to stop trying to upload this photo?

    The problem is that should iCloud Photo restart, say, through a computer restart, the problem starts all over again. Apparently removing the photo from iPhoto did not do the trick.
    Did you delete the corrupted photo from its event and from My Photo Stream as well? Have you deleted the photo completely by emptying iPhoto's Trash and the System Trash?
    You could also try to delete the photos from the folder ~/Library/Application Support/iLifeAssetManagement/assets/sub/
    That will remove the temporary copy of "My Photo Stream" on the Mac from the user library.
    The user library is hidden by default. To open the hidden User Library:
    Use the Finder's "Go" menu.
    Click "Go", then hold down the options key, until you are seeing "Library" in the drop down menu appear and click it.
    In the Finder window that will open navigate to the folder ~/Library/Application Support/iLifeAssetManagement/assets/sub/.

  • Error message - KD199 Enter a valid value when Closing the Project at CJ20N

    Hi All,
    As I am trying to close a Project at CJ20N I have faced an error "Enter a valid value for the settlement type Message no. KD199"
    I have tried to remove the settlement rules to one of its WBS element, but I could not. System shows the same message - KD1999.
    Could you pls let me know how to resolve this to close the Project.
    Thank you
    Chandu

    Hi Chandu,
    I hope you have already setlted the project, since the system will not allow you to close the project unless there is Zero balance in the project. In this case, you can live without removing the settlement rule from any of the WBS element.
    If there is any need to have this settlement rule removed, I suggest to change the settlemet profile to " Do not settle" and check once again. ( If there is any cost already posted, then repost the same to any other receiver.)
    Hope this helps,
    Srinivas Potluri

Maybe you are looking for

  • Why is my I-tunes account still disabled?

    My account got hacked a few weeks ago and they bought in-app purchases from a game called KingdomConquest. I contacted Itunes and they re-funded me. I also went and changed my password and security questions. FOr some reason my account is still disab

  • Time machine started over after a complete restore, how to get to older?

    Yesterday, photoshop and parrallels started crashing and I could not get them working, So I decided to do a complete system restore from install disk time machine from the day before when everything was working fine. so it restored the system to its

  • New T530 a few questions

    I have a new T530 and just have a few questions.. (ok its at home as of typing this so some i can't test right away) Swapping the fn and ctrl keys, from research I can do this from the bios, correct? Is there a way to use the wireless switch to disab

  • Edit Tasks...

    When I click on the context menu of a task,I see an edit option.When I click this edit option,it does nothing and I see an Done icon in the page status bar. When I click this icon,it shows the error as follows: Line:1263 Char:3 Error:Syntax error Cod

  • How to remove the Fade-in or Fade-out of a region?

    I just made a fade-in or fade-out with the fade tool, I cant find how to remove it, just change it. How does we make it go away? Thanks