How t keep my local node to perform the tasks presented in the cluster

I'm working on a demonstration of a concept with execution of distributed coherenre work.

(1) I'm running two servers (for the time being on the same processor)
(2) I have a stand alone job who submits work to the cluster that is a proxy;

My question:
My servers each unfortunately tasks is therefore to my local application. In fact the behahaves all this as if I had 3 knots (which I do), but I do want my servers to run the job not my proxy.

I'm teacher who is on the road, is to unload an application server, which submitts the task to the grid and collects the results.

Question: How do I prevent the node proxy submitting work for do not participate in the execution; in the contrary case, it defeats the purpose.

Thank you

In fact, the configuration for this problem is simple, all you have to do is set - Dtangosol.coherence.distributed.localstorage = false
for your proxy.

Kind regards

Bob

Tags: Fusion Middleware

Similar Questions

  • How to keep certain cookies are removed from the closing of Firefox

    Hello

    I wonder how to keep cookies some website when Firefox is closed, for example, I've spent some time on www.kongregate.com with that is a flash games site and you may suspect that I like to keep my progress of these games, for future visits, however, whenever I close Firefox it automatically deletes the files of "C:\Users\ < I > \AppData\Roaming\Macromedia\Flash #SharedObjects\ #------assets.kongregate.com------." that file saved kongregate games and I want to keep that, anyway, I'll post a list of my privacy settings to help you help me achieve what I write here everything as 'ON' mean that the box has check and 'OFF' that is not:

    Follow-up:

    -Say the sites that I don't want to be tracked - SUITE

    History:

    -Conservation rules: use the custom settings for history

    -Always use private browsing - OFF mode

    N ' forget not my browsing and download history - OFF

    N ' forget to search and form history - OFF

    -Accept cookies - SUITE (I added www.kongregate.com as *www.kongregate.com* to the list of exceptions with the option 'Allow')

    -Accept third party cookies - SUITE

    -Keep until: I close Firefox

    -Clear history when Firefox closes - SUITE

    Address bar:

    -When using the location bar, suggest: nothing

    Options for 'clear history of Firefox closing. "

    When I quit Firefox, it must automatically clear all:

    History:

    -L' browsing history - SUITE

    -Download history - SUITE

    -Form & Search History - SUITE

    -Cookies - On (typo corrected)

    -Active connections - OFF

    -Cache - SUITE

    Data:

    -Passwords - saved offshore

    -OFF site preferences-

    -DownThemAll! History & queue - OFF (not that matters of it)

    -Data from the offline Web site - OFF

    Here's my current settings which I think should allow me to keep the cookies from kongregate while other cookies are deleted, but if this isn't the case, please tell me which options should be set at what to me keep cookies of kongregate, if it is not possible to have that then please suggest me a few extensions that would allow me to keep the cookies to kongregate when deleting others.

    Thanks in advance!

    I don't know why you wrote above: Cookies - OFF If you were clear cookies.
    Clear cookies that also erase cookies (including Flash local storage), so I have say that if cookies have been included in this list.
    That's why I posted to check in safe mode because it would be another possibility.

    To summarize:

    In case you use "clear history of Firefox closing:

    • do not delete Cookies
    • do not delete Site preferences

    Deletion of cookies will delete all specified (selected) cookies, including cookies that have an exception permit.

    Note that compensation "Preferences of Site" clears all exceptions for cookies, images, windows pop up, installation of software and passwords.

    Allow all cookies expire when you close Firefox.

    • Tools > Options > privacy > Cookies: "Keep until the": "closing of Firefox".

    To allow an exception for those you want to keep.

    • Tools > Options > privacy > Cookies: "Exceptions."
  • How to keep images splash screen specific for the portrait and landscape mode. for example, I have one 360 x 640 image for portarit and another image of 640 x 360 for the landscape

    How to keep specific splash screen for portarit and landscape mode images. for example, I have one 360 x 640 image for portarit and another image of 640 x 360 for the landscape.

    The two are different

    When the user holds the phone in portarit specific Portrait image should appear

    Similarly when the user holds specific landscape landscape image must be indicated without changing the quality of the image.

    IAM answer showing 1 portarit boot image using the

    Hi srk2012,
    You cannot apply 2 different splash screen inames for OS5, 6, 7.

    Check this link https://developer.blackberry.com/html5/documentation/rim_splash_element.html

    Thank you best regards &,.
    Laurent Subudhi

  • How to check if a node exists in the XML file?

    I was asked to program a method to import data from xml files in our Coldfusion 8 Web site, I am new to the use of XML.

    My method worked however I encountered the following error:

    Element NETWORKORDER. SECONDARYADDRESS. CONTACTNAME is undefined in MYDOC.

    Investigation on the node in the XML file was not present.

    Is there a method I can use to resolve this error by checking if a node exists in the xml file, which works with my current code below?

    <!--> reading XML file
    < cffile action = "read" file = "D:\website\XML\#FileName#" variable = "myxml" >
    < cfset mydoc = XmlParse (myxml) >

    <!--> to extract data from the XML of NDS file
    < cfset aPrimaryContactName =(#mydoc.NetworkOrder.PrimaryAddress.ContactName#) >
    < cfset aPrimaryContactNumber =(#mydoc.NetworkOrder.PrimaryAddress.ContactNumber#) >
    < cfset aPrimaryContactNumber = tostring(#mydoc.NetworkOrder.PrimaryAddress.ContactNumber#) >
    < cfset aPrimaryContactAddressLine1 =(#mydoc.NetworkOrder.PrimaryAddress.line1#) >
    < cfset aPrimaryContactAddressLine2 =(#mydoc.NetworkOrder.PrimaryAddress.line2#) >
    < cfset aPrimaryContactAddressLine3 =(#mydoc.NetworkOrder.PrimaryAddress.line3#) >
    < cfset aPrimaryContactAddressLine4 =(#mydoc.NetworkOrder.PrimaryAddress.line4#) >
    < cfset aPrimaryContactAddressLine5 =(#mydoc.NetworkOrder.PrimaryAddress.line5#) >
    < cfset aPrimaryContactCity =(#mydoc.NetworkOrder.PrimaryAddress.City#) >
    < cfset aPrimaryContactPostcode =(#mydoc.NetworkOrder.PrimaryAddress.PostalCode#) >
    < cfset aPrimaryContactCounty =(#mydoc.NetworkOrder.PrimaryAddress.CountrySubdivision#) >
    < cfset aPrimaryContactCountryCode =(#mydoc.NetworkOrder.PrimaryAddress.CountryCode#) >
    < cfset aPrimaryContactCountry =(#mydoc.NetworkOrder.SecondaryAddress.Country#) >
    < cfset aSecondaryContactName =(#mydoc.NetworkOrder.SecondaryAddress.ContactName#) >
    < cfset aSecondaryAttentionOfName =(#mydoc.NetworkOrder.SecondaryAddress.AttentionOfName#) >
    < cfset aSecondaryContactNumber =(#mydoc.NetworkOrder.SecondaryAddress.ContactNumber#) >
    < cfset aSecondaryContactAddressLine1 =(#mydoc.NetworkOrder.SecondaryAddress.line1#) >
    < cfset aSecondaryContactAddressLine2 =(#mydoc.NetworkOrder.SecondaryAddress.line2#) >
    < cfset aSecondaryContactAddressLine3 =(#mydoc.NetworkOrder.SecondaryAddress.line3#) >
    < cfset aSecondaryContactAddressLine4 =(#mydoc.NetworkOrder.SecondaryAddress.line4#) >
    < cfset aSecondaryContactAddressLine5 =(#mydoc.NetworkOrder.SecondaryAddress.line5#) >
    < cfset aSecondaryContactCity =(#mydoc.NetworkOrder.SecondaryAddress.City#) >
    < cfset aSecondaryContactPostcode =(#mydoc.NetworkOrder.SecondaryAddress.PostalCode#) >
    < cfset aSecondaryContactCounty =(#mydoc.NetworkOrder.SecondaryAddress.CountrySubdivision#) >
    < cfset aSecondaryContactCountryCode =(#mydoc.NetworkOrder.SecondaryAddress.CountryCode#) >
    < cfset aSecondaryContactCountry =(#mydoc.NetworkOrder.SecondaryAddress.Country#) >

    Since you already have the XML parsed in a document, the easiest is to use xmlSearch(). Take a look at the doc, it is pretty easy to use. Something as simple as:

    To the most complex as:

    And in both cases:

    Read the doc and google is your friend "coldfusion xmlsearch.

  • How to establish a local router connection through the internet

    How can I establish a local always on connection router through the internet.  I would like to be able to access our local wireless network when you are away from the office.

    Thank you!

    The major goal of a router with internet is to protect the network from attacks through the firewall. The last thing you want to do is reduce this function.

    If you want to access services on specific systems, you can transfer individual ports of these systems. Thus, for example, if one of the internal devices runs a web server you can before port 80 on this device.

    However, if you want to make your PC to appear as if it is on the local network, then that requires the use of a VPN tunnel, which depends on the capability of the router.

  • How to keep "inline" div, but centered on the screen

    example.PNG

    I so these three div and they are a fixed width and height fixed. What I have trouble do is firstly what makes them all be centered, they are all next to each other, or they are stacked according to the width of the screen. The second thing that I have problems with maintains the text at the top of the DIV. I don't know why it's in the "middle."

    Here is the css for the div class:

    .Article {}

    display: inline-block;

    Width: 320px;

    height: 300px;

    }

    Try this instead:

    CSS:

    #wrapper {display: table ;}}

    #content {display: table-row ;}}

    Article {}
    Display: table-cell;

    vertical-align: top;
    Width: 33.33%;  / ** 3 ** /
    Padding: 1%;

    / * height is determined by the content. no explicit values * /.
    }

    HTML:

    Column 2

    DUIs dolor ut enim ad minim veniam, ullamco laboris nisi gibbed IGH. Lorem ipsum dolor sit amet, developed and pain ut magna aliqua. Sunt in culpa total esse have pain 195kgs adipisicing elit.

    Column 3

    http://placehold.it/140x94"alt ="#">."

    Which dolorem ipsum quia dolor sit amet, dicta sunt explicabo. Aeacus ipsa quae ab illo inventore veritatis vel illum which dolorem eum price sed ut perspiciatis unde omnis. Computer, total, nam libero tempore, iste natus error sit voluptatem adipisci. And expedita distinctio. That in ea voluptate nisi ut aliquid ex ea Conven consequatur? Quo voluptas nulla pariatur? AUT odit aut fugit, nemo enim ipsam voluptatem cumque nihil impedit quo minus.

    Column 4

    Lorem ipsum dolor sit amet, adipiscing elit computer. CRAs a tellus total, nec sold lectus. Proin aliquam, tellus sit amet euismod adipiscing EST neque, sed turpis justo and dui mattis ornare felis. Nam so ipsum ut sold tempus, metus tempus libero magna, eget, sodales, ipsum risus an elit. Eros justo nec, Donec, had feugiat, nisl. SED vel sapien ligula, vitae porta total. Mauris fermentum dui quis justo vel rutrum turpis computer city.

    Nancy O.

  • How to keep an application running on the windows xp task bar permanently?

    can someone tell me please how to keep an application running continuously in the windows xp taskbar? I think that this is really annoying when I have to click on it to launch it. the application that I want to run permanently is U torrent.

    remain permanently on the taskbar, a program to start when windows starts, refer to options in your program to see if you can start with windows, or if a function has been added to services in administrative tools, start, auto value.

    --------------------

    below to add programs to the quick launch:

    http://www.Dummies.com/how-to/content/how-to-add-applications-to-the-Quick-Launch-bar-I0.html

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/win_tray_add_program_quick_launch.mspx?mfr=true

  • How to set the cluster error in postexpression?

    Hello

    I created a c language #-driver that returns a 0 for the pass or - 1 for failure in the functions 'int MyFunction().

    Now I use this function for teststeps.

    Question is: How can I use this returnvalue to set the cluster error?

    So that one - 1 causes an error.

    I think it can be done somehow in the post expression.

    How can I put a

    If (returnvalue == - 1).

    {

    Result.Error.Code = 10100

    Result.Error.Msg = "an error has occurred."

    Result.Error.Occured = True

    }

    Thanks for help

    Hi OnlyOne,

    Check out this example (stored in TS4.0)

    The tower is done using a breakets conditional and literal.

    Locals.nReturnValue is-1? {Step.Result.Error.Code = 10100, Step.Result.Error.Msg = "Error occurred", Step.Result.Error.Occurred = True}: {}

    Concerning

    Jürgen

  • Settings for blackBerry Smartphones save BB before you perform the deletion of security

    Hello, we are heading to an environment of internal e-mail to Microsoft Online Services hosted email. I understand the process that all BlackBerry users will have to do a wipe of security before the reactiving of their devices. What is the best way for users to save/keep their settings before they perform the security wipe? Is it only possible to do this via the Desktop Manager? I ask because not all of our users have / use the Desktop Manager. Thanks for any help on this!

    Right. Using the feature of backup and restore in the Desktop Manager is the only option for you I think. Could not set the Desktop Manager on a shared drive that everyone has access to for them to install it?

    If you were using a BES I suggest using the BlackBerry Web Desktop Manager because you can configure it to allow anyone to access it from your intranet

  • Steps to install and configure Node Manager on the local machine and remote

    Hello

    I'm using WLS 10.3 on Windows.
    I did the following till now.

    (1) installed WebLogic 10.3 on one machine (local computer, on which I created the field and my Server Admin is under execution. 1 managed server is also created on this machine).
    (2) installed WebLogic 10.3 on computer B (remote computer, which Managed Server 2 will be created).
    (3) on the machine, I used the Setup Wizard and create a domain. When creating the domain, I did the following:
    (i) created two managed servers.
    (II) create a cluster
    (III) the servers assigned to regroup.
    (IV) created two machines.
    (v) the servers assigned to machines (Admin Server and MS_1 to the machine and MS_2 machine B).

    (4) start Admin Server.
    (5) on the administration Console, I made some configurations for the node Manager on Machines-> Machine A-> Node Manager. The assigned values:
    (i) type (SSL)
    (II) Address (ip_address machine A) listen
    (III) listening port (5556)
    (6) in the same way it did for Machine B.

    So far, phsically the managed server (MS_2) directory and configuration is not there on the Machine B (its only configured on A computer because I created the field on computer A).

    I went through the documents on the Node Manager and found what to configure. But I have not found what is the sequence of configuration.

    Please let me know the sequence of steps I must follow to install and configure the Manager of nodes on the local and remote machine. I want to use Java Node Manager (not the Script node Manager).

    Thank you

    Sanjay

    Hello Sanjay

    Basically if I understand your question, you have A machine where you had installed ""(permet de supposer admin serveur) and "VAS_MS1_A VAS_ADM_A" (lets assume the managed server.» And on the second machine B you want to create a managed server 'VAS_MS2_B' which must be controlled by node manager, so that you can start console, auto restart the managed server and perform other activities such as the migration of servers using nodemanager. If this is correct, this is the sequence of steps.

    Since you say you are on windows, I start from the principle

    WebLogic version 10'3
    BEA_HOME:-c:\bea
    WL_HOME:-C:\bea\wlserver_10.3
    DOMAIN_DIR:-c:\VASDomains

    Machine has

    (1) install the BEA.
    Using 2 Setup Wizard) create the domain under "c:\VASDomains".
    (3) to start the Admin Server and connect to the console and create two machines "Machine_A" and "Machine_B". Select the types of machines as 'other '.
    (4) once machines are created go to each machine and go to the tab 'NodeManager' and enter the details nodemanager.
    (5) create server 'VAS_MS1_A' and 'VAS_MS2_B '. Enter the respective details. To "VAS_MS1_A", enter a machine name of host or ip and machine "Machine_A" and "VAS_MS2_B", enter the hostname of the machine B or ip and machine 'Machine_B '.

    Machine B

    (1) on this machine install BEA
    (2) then you have to register the machine with the Manager of nodes. So for this first set the environment go to "C:\bea\wlserver_10.3\server\bin" and run "setWLSEnv.cmd". Then type 'java weblogic. Enter the WLST", once you run this command at the next prompt Details ' connect ('', 'adminserverpassword','t3: / / adminserver:port" ")
    (3) then run this command.
    nmEnroll('c:/VASDomains','C:\bea\wlserver_10.3\common\nodemanager')

    Orders above fits machine with nodemanager. The first parameter is "domestic field", now if you see "c:\". ' directory 'VASDomains' will be created. Second parameter is nodemanager House, now if you go into nodemanager houses that some properties will be updated.
    (4) If this node Manager runs on this computer, kill that one and restart the node Manager again.
    (5) now if you go to "Adminconsole--> Machines--> Machine_B--> Monitoring" you can see the status as accessible.
    (6) now you can go "Servers--> VAS_MS2_B--> Control" and start the server. Newspapers to see how the server gets up the tail.

    If you want more details on "nodemanager", dedicated to my 'vasweblogic.blogspot.com' blog, not a lot of messages but post nodemanager can help you.

    I hope that's what you're looking for, have a nice day.

    Naour Vijay.

  • Browser keeps opening with previous tabs from the previous day. How can I stop this?

    Under Tools > Options > general, I have the browser when I open the browser to "open a white page" but it keeps opening the previous tabs from the night before. How can I stop this? I read the advice of the forum but not found or overlooked the answer. I checked all my other settings and can't find anything that could be the cause. Please advise?

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • I tried dnlding flash player @ least 30 times... Most of the time he worked, but only for 1 session... I even disabled my AV, how to keep in my system or get HTML 5

    I tried dnlding flash player @ least 30 times... Most of the time he worked, but for 1 session... I've even disabled my AV, how to keep in my system, or get HTML 5?

    Hello

    How are you trying to download Flashplayer?
    I suggest that you follow the methods provided and check if it helps to solve the problem.
    Method 1:
    See the link, then run the Fixit. This will help remove all traces that might have left a previous installation of Flash Player.
    Solve problems with programs that cannot be installed or uninstalled
    http://support.Microsoft.com/mats/Program_Install_and_Uninstall
    Method 2:
    Step 1:

    Perform a clean boot and install Flashplayer. Clean boot to disable non-Microsoft services which can otherwise cause conflicts during installation. Check out the link and follow the steps.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353
     
    Important: after you have completed troubleshooting. Make sure that you follow the steps in the article to put the computer from starting in Normal mode.
    Step 2:
    See the link, download the application on your desktop computer and then run the installation.
    Alternatively, you can contact Adobe support on this issue. Check out the link.
    Flash Player Help / installation issues. Flash Player | Windows

     
     
  • How to keep personal font settings in WordPad

    How to store personal settings for the type of police and size, more than line and spacing of the paragraphs in Windows 7 Rich Text Documents, while maintaining its usual use:

    Given that so many people around the web keep struggling with this problem, I feel obliged to present this tried and proven method that is simplicity at its best. In short, the guru on this forum, who spend much of their time to help others-"Thank You". The following message is verbose by need, but I'm sure you will like the instructions step by step short and easy at the end...

    First, The bad news

    Some workarounds previously suggested here and elsewhere are close, but not close enough. Users are greatly hampered by confusion and/or incomplete sets of instructions; or having to adopt complex usage patterns; or be forced to open a WordPad only one place model (that is, when pinned to a jumplist Taskbar, or by creating and using a shortcut); or having to perform the steps that are totally useless as having previously entered text in their newly created documents; or told to change the default path of the properties for the program WordPad itself (a popular PC mag); etc... And all-the-moment, whenever this subject is revisited a perpetual solution is proposed.

    Next - The good news

    For more than a decade now, I used WordPad widely enough for simple daily documentation purposes (rather than my Office Suite), and of course millions more can claim the same thing. I would now like to share with everyone of the silver bullet that allows me to open a text Document 'CLEAN' new, with ALL of my desired policy rich and held spacer and settings anywhere on my PC, except the start menu.

    This method integrates with drop down menus for all partitions and folders file, as well as the context menu in all locations, including the office. The only exception is when you open the WordPad program directly via the start menu, in fact where you will continue to get the windows settings by default, if necessary.

    I really not remember the last time I personally went up out of my way to open a new rich text Document in the menu start, because the work is simply not executed in this place. And there is no need to use a shortcut or for WordPad Jumplist because I am able to simply create a new custom file since that she has planned at the site as usual, including a right-click on the desktop as you wish.

    Now--The really good news

    This insertion of registry is actually quite simple and works perfectly, more instructions are easy to understand, and the process takes up to 5 minutes to implement. New personal settings for fonts and spacing are actually kept in a document template and the settings can be changed in the future at will.

    The procedure simply uses a subroutine model integrated in Win7, in order to circumvent annoyingly entrenched WordPad default settings. The location for your personal style is the same place where the default read-only Journal Document for Windows Journal to access under Tablet PC - it is a very similar process.

    Re-designation functions remain unchanged in their behavior, so regardless of the name given to a new document (including the exact title of the model), the model is NEVER overwritten even if it is not made read-only.

    This operation is also totally reversible, simply by removing the template file and the registry of the string value that are initially created without loss of function or stability. Properties and default settings of the WordPad program is in no way modified, through the registry or otherwise - they remain fully intact, as it absolutely should.

    Windows 7 by default / / My desired settings

    Font: Calibri / / Arial

    Font size: 11 / / 12

    Line spacing: 1,15 / / 1.0

    Line spacing: Added / / deleted

    Step 1 - creating a model of personal settings

    (a) In C:\Windows\ShellNew\ create a new rich text named "WordPad settings my model" Document (or whatever you want to name the template, and without quotation marks, just DO NOT add .rtf at the end of the name of this file or it won't work).

    (b) open and edit this file to desired settings for the font type and size, line and spacing of paragraphs. Any other setting change is at your own discretion.

    (c) now, don't forget to hit enter several times (I personally prefer x 5) in order to have several white at the beginning of the model space, which will retain your font settings (with the exception of the last space, who, once left empty always lies with the police by default Windows, similar to the way Windows XP always - used to remember?).

    (d) he has absolutely NO need to type characters in this model! To facilitate the making changes to your settings, the model should NOT be made Read-Only - after all, the location of the file is relatively off the beaten path. Don't forget to save before you close this document.

    Step 2 - Add a new string value in the registry

    Small Word: If you don't know how to Open regedit, I say this - look at the registry a lot as you would with a good guard dog. There is no reason to fear of biting, unless you do something that you're not supposed to do. However, you MUST display it the respect it deserves! Now type regedit into the search box on your Start menu and click the program on the top...

    (a) Open regeditand in the left column, go to HKEY_CLASSES_ROOT\.rtf\ShellNew. To add a new string value, right-click on C:\windows\shellnew and select New > string value, type 'filename' in the field (without the quotation marks or space), and then press enter.

    (b) in the window to the right, right click on the new "file name" field and click on change..., then set the value data to "My WordPad settings Template.rtf" (or whatever you named your model exactly and without quotation marks, and this entry SHOULD include the extension .rtf at the end of the file name). Click OK and exit regedit.

    (c) now, you'll be able to create a new text Document rich from anywhere, as always, you have already, with many empty spaces which are ready for typing with your favorite settings already in place (unless you use the start menu, which will still open up WordPad with all the default settings of Windows 7).

    I hope that this information in the interest of others as much as he to me in my daily computing. Answers are most welcome - however, first of all, try the procedure that you may be able to give a comment founded in practical use. Thank you. :)

    Happy keyboards - Larry

    Hi Larry,

    Brilliant tip finally my 'Verdana 10' glue!  Just a pity the old Wordpad does not work.

    Would you mind if I gave a brief summary on a forum, I belong to with a link to here. Credit full etc etc etc.

    Now if I could only stop Office? Remove .rtf in the contextual menu "new", just "cos I don't want to associate it.

    TIA

    Elmer

    Well, that's my two-penneth worth

  • IB: how to upgrade a serial number which performs hardware inventory operations?

    Dear friends

    first of all thank you for your time and the valid solutions

    Install the base: how to upgrade a serial number which performs hardware inventory operations


    description of the problem:

    Install the base > Quick search

    Here's the Installbase folder, when I fast search query

    REC # Item serial number State of the Instance element
    1 3000000 300-7000-01-1000XXX-0538JQ0003 of return for Exchange Adv
    2 8000000 300-7000-01-1000XXX-0538JQ0003-return for Exchange Adv
    3 300 - 7000-01 5000000 1000XXX-0538JQ0003-A return for Exchange Adv


    looking over the data, first recordings and the third are legitimate serial numbers (correct to the customer's specifications), second record is not legitimate because it has a dashboard as a suffix, we found there are several illegitimate serial numbers exist, must be updated with the right of the serial numbers which I analyzed in great after having pulled data from mtl_material_transactions oe_order_lines_all, mtl_serial_numbers, mtl_system_items_b
    Basically, these are all RMA

    I need to update the second album under the name 1094SUZ-0538JQ0003-B by the guidelines, updating, I need to keep all the existing contracts, warranty, what ever material operations, there need to be same.

    We have a package to update serial numbers using the IB (csi_Item_Instance_Pub.update_item_instance) API, but it updates only the records which has no current serial number of this instance, if there is a serial number already exists, it does not work.

    user to define the error msg ' serial number 1094SUZ-0538JQ0003-a inventory of significant transactions. " This serial number cannot be used to update an existing Instance of point", but I need to update anyway! or am I missing something here, please advice me

    post below resembles similar question, talking about hard update, I have no idea, by the practice that the serial number update will have same operations, contracts and dates... attached to it as previous serial number

    IB UPDATE_ITEM_INSTANCE ERROR - does not allow ACTIVE_START_DATE change


    would be great if you guys help me, really appreciated!


    Unfortunately, I could not find any solution in metalink for the existing serial number update


    Code to update the serial number using the IB API
    x_msg_count: = 0;
    x_msg_data: = ";
    p_instance_rec.INSTANCE_ID: = rec.child_instance_id;
    p_instance_rec.Serial_number: = rec.child_serial_number;
    p_instance_rec.object_version_number: = rec.child_object_number;
    p_txn_rec.transaction_id: = Fnd_Api.g_miss_num;
    p_txn_rec.transaction_date: = SYSDATE;
    p_txn_rec.source_transaction_date: = SYSDATE;
    p_txn_rec.transaction_type_id: = 1;

    csi_Item_Instance_Pub.update_item_instance
    (
    p_api_version = > 1.0,
    p_commit = > Fnd_Api.g_false,
    p_init_msg_list = > Fnd_Api.g_false,
    p_validation_level = > 1,
    p_instance_rec = > p_instance_rec,
    p_ext_attrib_values_tbl = > p_ext_attrib_values_tbl,
    p_party_tbl = > p_party_tbl,
    p_account_tbl = > p_account_tbl,
    p_pricing_attrib_tbl = > p_pricing_attrib_tbl,
    p_org_assignments_tbl = > p_org_assignments_tbl,
    p_asset_assignment_tbl = > p_asset_assignment_tbl,
    p_txn_rec = > p_txn_rec,
    x_instance_id_lst = > x_instance_id_lst,
    x_return_status = > x_return_status,
    x_msg_count = > x_msg_count,
    x_msg_data = > x_msg_data
    );


    Thank you
    Suri

    Suri
    This used. Is perhaps not perfect, but you should get there. Only if the table is saved (all tables seeded should be registered) it will work.

    Select a.table_name, distinct b.column_name from fnd_tables a, fnd_columns b
    where a.table_id = b.table_id
    and upper (b.column_name) like ' % SERIAL.

    Also it is a very old, but if you need history for this change adds logic to insert story as well...

    DECLARE
    l_return_err VARCHAR2 (80);

    PROCEDURE debug (p_message IN VARCHAR2)
    IS
    BEGIN
    dbms_output.put_line (SUBSTR (p_message, 1, 255));
    END debugging;
    BEGIN
    debug('======================================================================');
    debug ("switching of serial number XDT07406. to XDT07406');
    debug('======================================================================');

    UPDATE fa_additions_b
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in fa_additions_b :'|| update) SQL % number of lines);

    UPDATE fa_mass_additions
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in fa_mass_additions :'|| update) SQL % number of lines);

    UPDATE rcv_serial_transactions
    Serial_num who SET = "XDT07406."
    WHERE the serial_num which = "XDT07406.";
    debug (' number of rows in rcv_serial_transactions :'|| update) SQL % number of lines);

    UPDATE mtl_serial_numbers
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in mtl_serial_numbers :'|| update) SQL % number of lines);

    UPDATE mtl_unit_transactions
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in mtl_unit_transactions :'|| update) SQL % number of lines);

    UPDATE csi_item_instances_h
    SET new_serial_number = "XDT07406".
    WHERE new_serial_number = 'XDT07406.';
    debug (' number of rows in csi_item_instances_h :'|| update) SQL % number of lines);

    UPDATE csi_t_txn_line_details
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in csi_t_txn_line_details :'|| update) SQL % number of lines);

    UPDATE csi_item_instances
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in csi_item_instances :'|| update) SQL % number of lines);

    UPDATE wsh_delivery_details
    Serial_number SET = "XDT07406."
    WHERE Serial_number = 'XDT07406.';
    debug (' number of rows in wsh_delivery_details :'|| update) SQL % number of lines);

    debug('======================================================================');
    debug ("switching of serial number jct20591 to JCT20591'");
    debug('======================================================================');

    UPDATE fa_additions_b
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in fa_additions_b :'|| update) SQL % number of lines);

    UPDATE fa_mass_additions
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in fa_mass_additions :'|| update) SQL % number of lines);

    UPDATE rcv_serial_transactions
    Serial_num who SET = "JCT20591."
    WHERE the serial_num which = "jct20591";
    debug (' number of rows in rcv_serial_transactions :'|| update) SQL % number of lines);

    UPDATE mtl_serial_numbers
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in mtl_serial_numbers :'|| update) SQL % number of lines);

    UPDATE mtl_unit_transactions
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in mtl_unit_transactions :'|| update) SQL % number of lines);

    UPDATE csi_item_instances_h
    SET new_serial_number = "JCT20591".
    WHERE new_serial_number = 'jct20591 ';
    debug (' number of rows in csi_item_instances_h :'|| update) SQL % number of lines);

    UPDATE csi_t_txn_line_details
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in csi_t_txn_line_details :'|| update) SQL % number of lines);

    UPDATE csi_item_instances
    Serial_number SET = "JCT20591."
    WHERE Serial_number = "jct20591";
    debug (' number of rows in csi_item_instances :'|| update) SQL % number of lines);

    COMMIT;
    EXCEPTION
    WHILE OTHERS
    THEN
    l_return_err: = "update in one of Scripture has this error :'|| substrb (sqlerrm, 1, 55);
    debug ("l_return_err value ='|") l_return_err);
    END;
    /

    Thank you
    Claire

  • How to keep the Safari in full screen, when it opens instead of small rectangle I enlarge them with green button and how to keep the presentation of upper task bar without always having to lower

    How to open safari in its entirety in a small rectangle and then having to enlarge.  It started to happen.

    How to keep the top toolbar in view rather than having to lower whenever necessary

    Drag the bottom right and left corners of the window to enlarge it to fit the screen.

Maybe you are looking for