Is it possible to load transaction with multiple batch_source_name??

Hi,
I am calling 'Autoinvoice Master Program' for creating transactions in my custom package.
I have 15 lines in my data file. They are invoices, credit memos, debit memos with different batch_source_name.
Import program is picking tranasctions with any one of batch_source_name & update the base table.
15 lines are populated in interface(ra_interface_lines_all) but base table (ra_customer_trx_all) populated with few line.
Is it possible to load transactions & call the AutoInvoice with multiple batch_source_name in one data file ??
Please help me on this issue.
Thanks in advance.
Manish
Edited by: user12143717 on Mar 4, 2010 6:49 AM
Edited by: user12143717 on Mar 11, 2010 6:16 AM

Hi,
I cannot find a method to achieve this. You may try to create a new contact folder and copy the contacts you want to use to the new contact folder, and then mail merge from the newly created contact folder.
Regards,
Steve Fan
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • Single data set, loaded once, with multiple xpath paths?

    All,
    Is it possible to load xml via a URL one time on a page
    request and then
    create mutliple datasets from that single call using
    different xpath
    expressions? sort of like doing a mega query then creating
    subsets of that
    query?
    something like:
    <root>
    <process type="1" blah="blah"/>
    <process type="1" blah="blah2"/>
    <process type="2" blah="blah3"/>
    </root>
    ds1 = new XMLDataSet(blah.cfm,"/root/process[@type=1]";
    ds2 = new XMLDataSet(blah.cfm,"/root/process[@type=2]";
    what i really need to do is make that cfm call one time per
    load.
    thanks for any help.
    Marc

    Surely. Sorry for not being more specific earlier.
    I'm currently using the tab widget. there are about 5 tabs
    total. each of
    those tabs represents a list of process in a given "status",
    like "running",
    "pending", etc. Currently, the way I create this is to run a
    big old query
    that gets ALL processes, and then I loop over that query,
    grouping on the
    Process Status, and create a tab for each status. I'm not
    using any
    spry:repeat regions or anything like that currently. In fact,
    the only spry
    i'm using at all is for the tab widget. the query is just a
    query that runs
    when the page loads. it's not doing any spry data loading
    with XMLDataSet or
    anything.
    However, I'd like to convert this process to using the
    XMLDataSet so that I
    can use the spry repeat regions. What I'd like, then, is to
    pass a cfm page
    as the XML param. this would return the same query i'm
    running now, except
    in xml format. I'd also like to pass the loadInterval param
    so that I can
    avail myself of the automatic data refreshing so that all of
    the tabs will
    have their content updated at the specified interval, as
    opposed to doing it
    with a page refresh which is how I do it now (which is just a
    brute force
    way of rerunning the query and recreating all html).
    so in the end what i end up with is 5 tabs, each representing
    a status,
    whose data comes from the same xml but whose tab content is a
    subset of that
    xml. the loadinterval then ensures that all tabs are updated
    at the
    appropriate frequency.
    how's that? clearer?
    thanks again!
    Marc
    "CristianC MARIN" <[email protected]> wrote
    in message
    news:erch4i$erv$[email protected]..
    > Hello Marc,
    >
    > Could you please describe me in more details what do you
    mean by reload
    > param and your exact use case to make sure I have the
    entire picture in
    > mind when I'll answer you?
    >
    > Cristian

  • [SOLVED] Possible to load GDM with startx?

    I currently boot into the command line and then
    startx
    to get into GNOME. Is it possible to load GDM in .xinitrc or by any other means when I load my desktop environment? The reason I ask is because I can't get a lock screen to work unless I enable gdm.service at boot, which I don't want. Thanks.
    Last edited by barretme (2013-05-09 02:23:48)

    barretme wrote:The reason I ask is because I can't get a lock screen to work unless I enable gdm.service at boot, which I don't want. Thanks.
    Actually, if what you want is the ability to lock the screen you don't have to enable gdm.
    Just add "gnome-screensaver &" to your .xinitrc (before "exec gnome-session").
    The lock screen this way is rather shabby, but better than nothing.

  • Is it possible to load ipad with photos and songs before giving to someone as a gift? What account and pass to use?

    I am planning to buy an Ipad for a special girl's birthday. I want to make a surprise and load it with her pictures and some songs I will choose. Question is: Is that doable? Will I need to create an username and password on iTunes? When she get the gift will she be able to keep the stuff I have added? Has anyone done that before?
    Thanks!

    So I will need to create a brand new Apple ID with password and give that info to her and tell her to change her password of course and the email address associated with the apple id. Does that make sense?
    Problem is: if she already has an Apple ID, then all the stuff will be lost. Is that correct?

  • Loading datastore with multiple interfaces

    We want to have multiple interfaces load the same datastore. Each of these processes can run in parallel. The problem we have is when the LKM fires it creates a C$ table with the same name in each interface. Is there a way to prevent this from creating a duplicate name?
    Troy

    Hi-
    Whenever ODI creates a loading table it will add the prefix with the name of C$ with the name of your table name. That is the reason you are getting the table name with more than 30 characters.
    Loading table prefix is a mandatory field that should be there in your physical schema definition. So whenever you are creating a table it should not exceed the characters defined in the technology or database.
    Thanks,
    Saravanan Rajavel

  • Load balancing with multiple clusters (HTTPProxyServlet)

              Hello!
              I'm newbie in Weblogic. I would like to have clustering and load balancing in
              development environment. I've created 2 clusters, with one managed server each.
              I've created a web application for deploying the http proxy servlet and put it
              under another managed server without clustering. Below is my configuration:
              managed server without cluster (as proxy) - Port 8002
              admin server - Port 8001
              cluster_1 - multicast address 237.0.0.11, multicast port 8004, cluster address
              - t3://localhost:8006, t3://localhost:8007
              cluster_2 - multicast address 237.0.0.10, multicast port 8014, cluster address
              - t3://localhost:8006, t3://localhost:8007
              managed_cluster1 - under cluster_1, port 8006
              managed_cluster2 - under cluster_2, port 8007
              in the web.xml of the proxy, i put the following parameters:
              <param-name>WebLogicCluster</param-name>
              <param-value>localhost:8006|localhost:8007</param-value>
              However, when i send the requests to http://localhost:8002/sms, the requests always
              go to the same server, for eg: managed_cluster2?
              If i configure using single cluster, the load balancing will be in proper. What's
              the cause fo the problem? and any solution?
              Thanx in advance.
              Regards,
              joey
              

    You have 2 options here Jordi, either you can use BGP loadbalancing, this requires multipath as BGP by default would only install one route from the BGP table to the RIB hence FIB.
    But this may result in excessive IRL (inter rack link) usage in the cluster when traffic coming in on rack0 wants to take the bGP path out on rack1
    You could also use ABF (access-list based forwarding) to forcelly push traffic received on rack0 out on the link on rack0 and use an ipsla tracker to fallback to rack1 in case the uplink is gone.
    Alternatively to extend this by IGP signaling to redirect traffic preferably to rack1 to start with to minimize the IRL usage.
    And then you also have the ability to use RPL in the uplink path to make one link more preferred on teh internet then the other in case you want to control a bit which link is preferably used on rack0 or rack1
    regards
    xander

  • Is it possible to use Lightroom with multiple computers that are not networked?

    I am new to Lightroom although I have been a professional photographer for over 15 years. Currently, I use the software that came with my camera to process my RAW files, Digital Professional Pro by Canon for a Mark II 5D.
    I have been evaluating the lasest version of Lightroom to consider purchasing it. So far, I love the expanded ability for image adjustments and enhancements. However, in my current workflow, I need to be able to save the adjustments to be able to transfer the files to another computer. Is this possible with Lightroom? With Digital Pro, I can tweak a RAW file and it will save the adjustments no matter what computer I open the image file on. I need to be able to duplicate this process in order to convey to our production department how I want an image adjusted and cropped.
    I downloaded the trail version on two computers, then imported images into Lightroom. Made adjustments, then copied the images to a flash drive.Uploaded images from flash drive to my laptop, then re-imported the images into Lightroom and the adjustments were not saved.
    Thanks for any help.

    After some research, my answer lies in the XMP file. Whenever I make adjustments to the image, I can save my adjustments by creating an XMP file (CTRL S). It writes it back to the original image folder so when I burn the folder to hand off the files to my production team, the xmp parleys my image adjustments. They in turn can make adjustments and send them back to me, if needed. Just took awhile to find the information because even though I am kicking the tires on LR4, it was a LR1 video that gave me the infomation.

  • Transactions with multiple weblogic servers

    Hi
              I've got two weblogic 5.1 sp9 servers running identical copies of my
              application but pointing to different database instances (both Oracle
              8.1.6). I have a transaction which requires creating entity beans on
              both the servers (the first server calls the second in a "b2b"
              transaction)
              In a prior thread someone mentioned that in this scenario, the second
              server will actually use the first server to do all its JDBC work. Could
              someone please explain the rationale behind this to me? If my second
              weblogic server belongs to a different entity, it has no business
              writing to the database on my first machine.
              Is there any way to get this not to happen - would manually suspending
              and resuming the transaction before and after the call to the second
              machine work?
              Thanks!
              regards,
              Meherzad
              

    "Meherzad Gotla" <[email protected]> wrote in message news:[email protected]...
              > Hi
              >
              > I've got two weblogic 5.1 sp9 servers running identical copies of my
              > application but pointing to different database instances (both Oracle
              > 8.1.6). I have a transaction which requires creating entity beans on
              > both the servers (the first server calls the second in a "b2b"
              > transaction)
              >
              > In a prior thread someone mentioned that in this scenario, the second
              > server will actually use the first server to do all its JDBC work. Could
              > someone please explain the rationale behind this to me?
              Hi Meherzad.
              You're correct, this is the way WebLogic 5.1 works with distributed transactions.
              Release 6.0 introduced a two-phase commit engine that can atomically commit across
              two database instances, whether they're accessed from one or two servers.
              This capability involved significant additions to the server that are too big for a
              5.1 service pack.
              > If my second
              > weblogic server belongs to a different entity, it has no business
              > writing to the database on my first machine.
              >
              > Is there any way to get this not to happen - would manually suspending
              > and resuming the transaction before and after the call to the second
              > machine work?
              Suspending/resuming should "work," but two database updates would not be part of the
              same atomic transaction.
              So one option is to upgrade to WebLogic 6.0/6.1, another is to use a single database
              instance with WebLogic 5.1, and another is to suspend/resume but not have an atomic
              transaction. Sorry, no easy answer...
              > Thanks!
              Hope this helps.
              Regards,
              -- Ed Felt
              BEA Product Engineering
              [email protected]
              +1 908-580-3142
              

  • AME rule for SIT transaction with multiple rows

    We have a SIT function enabled through Employee Self-Service. We have personalized it to only show a single SIT called Employee Claims
    Employees can login and request for claims using the SIT.
    We have an AME rule based on the 1st segment of the SIT which is called Claim Type which can have Food, Hotel, Transport etc.
    Based on the Claim Type selected, the AME approval is different.
    Now an employee can add 2 or more rows in the same SIT transaction and enter 1 row for Food, 2 rows for Transport and 1 row for Hotel.
    How do I handle this situation. I have an AME Attribute which fetches the claim type and based on that different AME rules are invoked.
    Lets assume that we have the following approval rules -
    Food - 1 level of approval
    Hotel - 2 level of approval
    Transport - 3 level of approval
    If the employee enters multiple rows having multiple claim types, how can this be handled.
    Any suggestion?

    If the employee creates 3 rows in the same transaction, one for food, one for hotel and one for transport, it gets created as 3 steps in the same transaction.
    But i only have one attribute to hold the type.
    This is my problem. This is where my ame rule is falling currently in production.
    The attribute query throws an exception and the value gets set to null
    Debojyoty Sadhukhan

  • Loading project with multiple libs.execs error

    I used workshop to create a project with several shared libraries and several executables. Things were going along just fine until I quit and tried to re-load the project. Now I get the following error:
    "${PATH}/Foo.prd", line 448: Error Object ""Foo.so"" used in assignment has not been defined.
    Error: Internal consistency error in "../src/prdparse.cc", line 1105.
    I have see one other post on this error but it did not have any replies.
    Thanks for any help I can get!

    I'm working on a java project divided in 2 packages
    "test" and "agentslibrary".I'm working on a project divided into roughly 200 packages.
    I have to retrieve some results frome some classes
    (even in different package).So? No difference to classes in the same package, apart from the import.
    Now I am using static methods to do this,What does static have to do with anything?
    but I have
    some problems and getting some nullpointer
    exception.Then you have bugs in your code.
    Which is the best way to do it?
    Moreover I have a class("myagent") which extends
    another("agent"). From a main class I instanciate
    "myagent" but when I try to use a get method inside
    Agent (the superclass of the class I just
    instanciated) , I get a nullpointer error.Probably because you implemented something incorrectly. NPEs have nothing to do with packages or the "static" keyword or whatever.

  • Is it possible to sync PDFs with multiple computers using the same apple ID?

    I have successfully synced these PDFs with one computer (iMac) and one iOS device (iPhone).
    However, I can't figure out how to sync the PDFs with the second computer (Macbook Pro).
    I added the PDFs to iTunes by dragging them into the books tab. I then set the iOS device to sync books via iBooks.
    Does iTunes only sync books purchased from the iTunes store?
    I am using iTunes v11.1 on both computers.

    If you have tow computers that wish to talk to each other then no matter what Buddy List you use you will need two accounts.
    If this is a List that logs into the AIM servers it can be an old @mac.com name, the newer MobileMe name or an AIM name.
    With a Jabber List it can be a Jabber ID or GoogleTalk ID
    In a straight forward set up Jabber Lists (Jabber ID) can not talk to AIM Buddies or An AIM Buddy List (Screen Name) talk to Jabber Buddies
    9:14 PM Sunday; July 20, 2008

  • I.E./Active X problem loading movie with multiple .swf

    I have a webpage that loads .swf's into a main "container"
    swf, and I've found a fix for the I.E./Active X (this is a good
    bookmark:
    http://www.kirupa.com/developer/flash8/flash_fix.htm
    ). But the container seems to get stuck on the preloader now? Any
    ideas?
    PROBLEM PAGE HERE
    WORKING PAGE HERE

    FRAME 1:
    System.useCodepage = true;
    main="";
    pageNum=1;
    if (_framesloaded > 50){
    //if (_framesloaded == _totalframes){
    gotoAndStop (8);
    } else {
    gotoAndPlay(1);
    FRAME 7:
    gotoAndPlay(1);
    FRAME 8:
    if (whichFrame == "return"){
    gotoAndStop (20);
    less6.gotoAndStop(2);
    } else {
    gotoAndStop("splash");
    FRAME 20:
    if (_framesloaded == _totalframes){
    gotoAndStop ("p14");
    } else {
    gotoAndPlay(10);
    }

  • HttpClusterServlet Proxy Load Balancing with Multiple Clusters

              How do I load balance JSPs and Servlets using the HttpClusterServlet proxy server
              approach when I have more than one cluster?
              It appears from the docs that there is a 1 to 1 relationship between the non-clustered
              managed proxy server that has the HttpClusterServlet and the cluster (1 proxy
              to 1 cluster).
              

    Preferred method would be domain, domainhash, url or urlhash as described in:
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/bsccfggd/contrule.htm#xtocid2610122.
    do not recommend to use round-robin method for load balancing internet proxies. It creates inefficient usage of the storage and bandwidth, as more proxies can have to cache the same objects.

  • Is it possible to have transactions spanning multiple datasources in ODI

    Hi,
    We have the following scenario, wherein we are having to extract data from system A and after several data manipulation steps load data onto System B and then flag those extracted records as "processed" in the source system.
    We are facing problems as we update the flag on the source system A after committing at the target side system B.
    Is their a way to be able to commit globally on both systems at the same time after the flag has been set and if "commit" fails anywhere rollback the entire interface?
    Any help would be appreciated.
    Thanks
    Shema

    Not Supported
    Hi,
    This is not something we currently support but you can add or vote on feature ideas:
    http://forums.adobe.com/community/formscentral?view=idea
    If you need to add a new idea click "Create an idea" under "Actions" in the top right.
    Thanks,
    -Jeff

  • DSD route settlement with multiple sales are

    Hi folks,
    I have looked in this forum for an answer for my problem but haven't found any, so i am creating this new thread.
    Well i am trying to settle a shipment in /DSD/DE_ENTRY transaction with multiple sales area in it, example:
    Visit 1 - Sales Org(D002) Distribution channel(GN) Division(GA)
    Visit 2 - Sales Org(D002) Distribution channel(GN) Division(GB)
    Visit 3 - Sales Org(D017) Distribution channel(17) Division(D1)
    The problem i get is that when i settle the shipment he mixes up the sales area in the visits, so far, allways in visit 3 where he puts up D002, 17, D1, giving the error of non existent sales area when trying to create the order(he doesn't mix up for all orders, only for some ones in the visit).
    Another strange fact is that i made 3 shipments with same data, and in all 3, he mixed up for different documents, in 1 he created 2 documents fine, in other one only 1, making me believe that he "randomly" atributes the sales area.
    What i need is to "manipulate" or have a solution for standard doesn't mix up the sales area, and atribute the correct sales area to the orders to create based on the sales are in the visit.
    Best Regards.

    Thanks for the link, it's more or less the functionality that I'm looking for but the issue with BW is that I need to do the Settlement at the moment that routes are arriving "on line" and with BW I need wait the load to BW system. A lot of routes are arriving frequently.
    ¿Do you know a R3 functionality for this? or ¿do you know a "Shipments settlement" who has all Shipments of the route? in order to use same transaction that is by transport.
    Thank's a lot

Maybe you are looking for