Crm update

Hi Guru's
I am doing an update of crm system from sp03 to sp08 there i am getting an error in import phase "IMPORT_PROPER"
the error details are as follows
This is tp version 376.01.20 (release 701, unicode enabled)
ERROR: stopping on error 8 during MAIN IMPORT
stopping on error 8 during MAIN IMPORT
tp returncode summary:
TOOLS: Highest return code of single steps was: 8
WARNS: Highest tp internal warning was: 0118
standard output from tp and from tools called by tp:
This is R3trans.exe version 6.14 (release 701 - 19.01.11 - 11:44:00).
unicode enabled version
2EETW104 "R3TRPROGRADTBCHK " was repaired in this system and must not be imported.
2EETW104 "R3TRPROGRADTBCHK " was repaired in this system and must not be imported.
R3trans.exe finished (0008).
Kindly help me out here I am stuck with this error for couple of days now
Regards
Abhishek

Hi Abhishek,
This is a basis issue rather than CRM. I think note 1541124 should correct the issue.
Otherwise try the following:
1. Make sure that you have NOT made any changes to import
   buffer. Use the following command to verify the transport
   buffer entries:
   tp showbuffer <SID> tag=SPAM pf=<path and name of transport profile>
   The path and name of transport profile should look like the following
   one in the command above:
   pf=/usr/sap/trans/bin/TP_DOMAIN_<SID>.PFL
2. Check at OS level to see if there is any tp or R3trans still
   running; if yes stop them.
3. Please check if the TRBAT and TRJOB tables are empty.
Checked in the transaction se03 for "Display Repaired Objects".
If object R3TR PROG RADTBCHK is found please
reset the repair flag and proceed with the update. This should resolve
your issue.
Regards,
Brian.

Similar Messages

  • CRM Update hängt laut Aussage von Microsoft wegen Adobe Reader

    CRM Update hängt laut Aussage von Microsoft wegen Adobe Reader

    Perdona, pero no consigo entender cuál es tu pregunta.

  • Generate Workflow / Case on CRM Updates by logged in users

    I have a secured member based site where the members can update their personal profile details via a CRM update form. What I want is the ability to generate a workflow and case against that member anytime they UPDATE their CRM details directing the workflow back to the administartion staff for further actioning.
    Now I know we can't attach workflows and cases to a CRM update form but I do know that by creating a hidden form within the same page I could pass the basic member details across t that form which in itself would hav a case and workflow attached - this would at least enable the administration staff to get notification that the they need to follow up on a member updating their details.
    My problem is that I do not know how to actually achieve this. Can someone point me in the right direction understanding I am "technially challenged" when it come to javascript so don't assume anything there.
    Thanking you... Greg

    I have tried to follow your advice Alex but in fact the link in the KB you gave for JSON submit didn't work. I set up both forms in a test page (http://adaq.topleftdesigns.com.au/members/aatest-update-member-profile.html) being vsible so I might test whether each form worked. The 2nd form which is using the JSON option didn't as instaed of displaying the message box i instead had the system opened a page showing the following text:
    "{"FormProcessV2Response": { "success": true, "entityId": "17487463", "objectTypeId": "Cases", "objectId": "4116339", "message": "<table class=\"tabledefault\"><tr><td id=\"title\"><strong>Summary of web form submission:<\/strong><br\/><!-- IP Address: 122.149.129.64 --><\/td><\/tr><tr><td id=\"name\"><strong>Your Name<\/strong><br\/>Greg Tomkins<\/td><\/tr><tr><td id=\"email\"><strong>Email Address<\/strong><br\/><a href=\"mailto:[email protected]\">[email protected]<\/a><\/td><\/tr><tr><td id=\"casenumber\"><strong>Case Number<\/strong><br\/>4116339<\/td><\/tr><tr><td id=\"username\"><strong>Username<\/strong><br\/>Your record has an existing username. This will be emailed to you. [gregt] - has been ignored.<\/td><\/tr><tr><td id=\"customfields\"><table class=\"tabledefault\"><\/table><\/td><\/tr><\/table>" }}"
    I in fact found these other references to JSON form submits which got me part the way to my result.
    a)  Submitting standard web forms with Ajax and JSON (BC Demo) http://demo.businesscatalyst.com/json-form (using the code in this demo example my 2nd form submitted correctly)
    b) Submitting standard web forms with Ajax and JSON
    with each giving slightly different info.
    I have now got each form submitting correctly individually and I set up a link to submit both forms but this is where I come unstuck. Clicking the link (SUBMIT BOTH) does nothing at all. The link has id="submitEverything" and I have set the following script. Can you point out where I have it wrong?
    <script>
    $(document).ready(function() {
            $("#submitEverything").click(function(){
            $("#profile-update").jqsub();
            $("#crm-update").submit();
             return false;
    </script>
    I am also wondering will the above still perform the validation checks on the first form?
    Tahnking you... Greg

  • CRM Update issue

    Hi Friends,
    I am trying to update a contract date from ECC to CRM via proxy, once I update the date I need to lock the contract in CRM for no further changes, but I am not able to achieve this because I think the contract is getting locked before it changes the date in CRM. Here is what I am doing,
    1. Sending contract date from ECC via proxy.
    2. CRM proxy gets the data (contract and date).
    3. Initialize the buffer (CRM_ORDER_INITIALIZE)
    4. Update the 'is_appointment_com ' structure with a date.
    5. call function 'CRM_APPT_MAINTAIN_SINGLE_OW ' to update the buffer (for date).
    6. CRM_STATUS_CHANGE_FOR_ACTIV_OW  to lock the contract for no further changes.
    7. CRM_ORDER_SAVE
    8. BAPI_COMMIT.
    but the date is not getting updated and status to lock the contract is updating every time I push the data from ECC.
    Any help how can I make it work ?
    Thanks in advance.
    Edited by: always_abap on May 27, 2011 4:27 AM

    Robert Kunstelj wrote:
    send an example data filled in 'is_appointment_com'
            exporting
              is_appointment_com     = ls_appointment_com
            changing
              ct_input_fields        = lt_input_fields
            exceptions
              precondition_violation = 1
              invariant_violation    = 2
              others                 = 3.
    lsappointment_com_
    REF_HANDLE                             0000000000
    REF_GUID                                             498641936C5602ECE10080000A13081F
    REF_KIND                                             A
    APPT_TYPE                                             ZSETTLED
    TIMESTAMP_FROM                           20101009130000
    TIMEZONE_FROM                                       
    TIMESTAMP_TO                                             0
    TIMEZONE_TO                                       
    RULE_ID                                       
    SHOW_LOCAL                                       
    DOMINANT                                       
    RULE_GUID                                             00000000000000000000000000000000
    RULE_NAME                                       
    DURATION                                             0
    TIME_UNIT                                       
    IS_DURATION                                       
    MODE     
    lt_input_fields
    REF_HANDLE                          0000000000
    REF_GUID                                             498641936C5602ECE10080000A13081F
    REF_KIND                                             A
    OBJECTNAME                          APPOINTMENT
    LOGICAL_KEY                          ZSETTLED
    FIELD_NAMES                          Sorted Table[1x3(64)]
    Thanks, Sid

  • CRM datatargets nog available in BI APD for CRM Update

    Hi collegues,
    I am a bit on a rush job here, so I havent got the time to figure everything out myself. Any help is appreciated.
    I am trying to update Business Partner Routing Attributes (Marketing attributes) via the APD from BI to CRM.
    All is built but i cannot select the data targets in the APD for CRM.
    The error CRM error : Data target BPMKT not known
    Message no. RSAN_MDL022
    Diagnosis
    The following error occurred while attempting to access the CRM system:
    Data target BPMKTnot known
    The message number in the CRM system is: 002CRMBW_ATTR_WRITE.
    same error message as in thread
    CRM error: Data target BPMKT; not known
    I have done the customizing in CRM @
    Define ID for Data Target Adapters
    Release Data Target for Replication from SAP BW
    Maintain Attributes and Select BW Key Figures for Business Partners
    But when i select any BI adapter in the APD for CRM attributes i get the error mesage mentioned above.
    do i have to release anything to BI?
    can anyone give me a hint as how to i can solve it?
    tnx a lot
    rogier

    Hi Rogier, I got same problem.
    How to resolved it?
    Regards.
    Enrique.

  • BizTalk CRM Update Timeout

    Hi There,
    I constantly get a timeout while updating CRM
    How can I prevent BizTalk SQL adapter for timing out while trying to update CRM?
    Regards,
    Sibusiso

    Hi There,
    I constantly get a timeout while updating CRM
    How can I prevent BizTalk SQL adapter for timing out while trying to update CRM?
    Regards,
    Sibusiso
    Please check at the SQL Server end if there are any performance bottlenecks. It also depends upon your SQP Query/SP which is trying to update your records in CRM. 
    There are timeout properties in the BizTalk WCF SQL adapter. You can check
    Working with BizTalk Adapter for SQL Server Binding Properties for more details.
    Hope this helps.
    Greetings,HTH
    Naushad Alam
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or
    Mark As Answer
    alamnaushad.wordpress.com

  • CRM - update conatct person/business partner

    Hi,
    I have the requierment that whenever a user saves something in BP transaction, we need to send this data to third party system through PI (XI) and update BP external number which comes back from that third party system.
    I have registered a Function module 'ZCRM_EVENTFM_CONT' (with changing parameter of type BUS_EI_EXTERN_T) in transaction --> CRMC_BUT_CALL_FU. I am changing this internal table but the changes are not reflected in CRM.
    When I use a BAPI to update the same field, it gives a dump saying that some nested commit statements.
    Please suggest how to update the external number (BUTOOO-BPEXT)
    Thanks & Regards,
    Manish

    Hi,
    I have the requierment that whenever a user saves something in BP transaction, we need to send this data to third party system through PI (XI) and update BP external number which comes back from that third party system.
    I have registered a Function module 'ZCRM_EVENTFM_CONT' (with changing parameter of type BUS_EI_EXTERN_T) in transaction --> CRMC_BUT_CALL_FU. I am changing this internal table but the changes are not reflected in CRM.
    When I use a BAPI to update the same field, it gives a dump saying that some nested commit statements.
    Please suggest how to update the external number (BUTOOO-BPEXT)
    Thanks & Regards,
    Manish

  • ISU - CRM Updates

    Hi Experts,
    We have a backend ISU system with CRM as a frontend.
    We also have a replication process which updates the CRM system if a change is made to a CRM object in ISU, real time.
    For eg, If a change to a BP is made in ISU, this is auto reflected in the CRM system immediately.
    Our requirement is to add a telephone number to the BP communication address.
    We have used multiple FMs such as :
    BAPI_BUPA_ADDRESS_CHANGE
    BAPI_ISUPARTNER_CHANGE
    ADDR_PERSONAL_COMM_MAINTAIN
    But, each time only the ISU system is updated, not the CRM system.
    The auto replication functionality is working fine as any manual change to the BP is immediately reflected in CRM.
    Any ideas?
    Thanks and Regards,
    Ravi

    HI Ravi,
    I think BAPI BAPI_BUPA_ADDRESS_CHANGE should be used as this BAPI has in table BAPIADTEL the field
    CONSNUMBER which is used to identify and update or add a phone number.  Use a BAPI_TRANSACTION_COMMIT after the BAPI. PLease ensure you have note 1011537 on your system also...I think this will solve the issue for you.
    I hope it helps.
    Regards
    Olivia

  • Updating the CRM profile via Webpage.

    Hi All,
    Any help?
    I have a Member profile update page. My client asked me if after updating their member profile it needs to have a Member Update Notification through their email addresses.
    I have tested updating a member profile, it successfully updated the profile but I haven't receive any notifications through my email that I have updated it.
    The action for the member profile update is just  "/MemberProcess.aspx".
    <form id="crm-update" name="catupdatedetailsformform85124" method="post" enctype="multipart/form-data" onSubmit="return checkWholeForm85124(this);" action="/MemberProcess.aspx">
    Is there any way I can achieve this to notify a member once he/she updated the member profile through their email address ?
    Thanks,

    Hello,
    Maybe you could modify the webform confirmation page (&PageID=/Results.htm) to a custom one where you have another form that autosubmits and sends an e-mail out
    (http://forums.adobe.com/docs/DOC-2363, the part covering "Setting up a form to email using Web Forms")
    Kind Regards,
    Alex

  • Is there any way to find out what the Ext Id is that is assigned to CRM records

    Whilst there is a lot of confusion as to when and where you use this field and what is the unique record key for some, I have understood that however what I am wanting to find is excatly what is the external ID that was assigned to the CRM record when it was first imported. I can't find any report or other means for getting this info and without it I can't re-import record updates.
    A method for resolving the issues with CRM updates would simply be if the CRM module provided the following
    An export facility as in the Web Apps and Products to simply export the full record with all fields in the same order as required for import
    The ability to attach to that export a slected extended CRM layout
    That he export record also included as the first field the BC CRM ID (this is the one thing we know to be unique no matter what)
    With the above and changes to the import to reference the CRM ID (for existing records) we would indeed be able to apply email address updates to existing records via batch import.
    This seems to be a rather obviuous and simple solution unless I am overlooking something. At present the CRM export / import functions are a serious weakness for large database updates and not having the ability to also import bulk deletes is a major drawback on our ability to maintain and manage the CRM integrity. As it stands, if you have been hit by spammers and have hundreds or thousands of delinquent entries in yoru CRM then you have no choice but to leave them in place and if you used a form that by default subscribes them to your mail list - I gave up on that.
    My last comment relates to the data pass that is done as part of the import - is it not possible to report on all records that will fail to be imported instead of one at a time?  If you want to reduce the load on teh system having a single pass to list all errors and list this so you can read it before the error message fades before your eyes would not be an unreasoonable request. I loath facing imports for this very reason.
    Please BC - when are you going to get around to correcting this major shortcoming in a critical aspect of the solutions we deliver.
    Greg

    Condolences. You can't retrieve the existing password, but you can reset it. See the section on "Resetting the original administrator account password" in this support article:
    http://support.apple.com/kb/HT1274
    Regards.

  • Delta is not working for custom appended fields (ZAKNA1) form R/3 to CRM

    Hi, This question pertains to Customer Master (KNA1) replication from R/3 4.7 to CRM 5.0 system via middleware.
    Standard fields are working fine. The custom fields also replicate fine during initial load and request loads however, delta is does not seem to be working. Any ideas or suggestions highly appreciated...Thank you.
    Best regards,
    ---Manohar

    Hello,
    it's a long way since you post this question. I'm facing a similar problem. When i enter XD02 and change only something in the classification system, the trigger for CRM update doesn't happen.  Only if i change also a master field...
    I needed the force the trigger so he can update correctly when the system is only changed in the classification system.
    At the time (3 years ago...:)) did you remember if you found a workaround for your problem??
    Thanks,
    Best regards,

  • Exchange data R3 CRM

    Hi,
    We have established the middleware CRM<>R3 to manage our BPs.
    We understand that 2-way (R3<>CRM) updating for the same BPs is supported but not recomended. therefor:
    - There is general data that we manage in CRM and transfer from CRM to R3 .those fields are not changeable in R3 (Name, Adress...)
    - some Other data (data which is not available  in CRM) will be managed in R3 only
    The question:
    What is the recomendation for data (ex Shipping condition) which is available in both system but it make sanse to update it in R3 . what should we do with this data/fields in CRM?
    Thanks
    Rachel

    Hi Rachel,
    Its always recommended to change the data in lead system - in your case CRM. So, if you could convince your users/business for that, its always recommended. But, if you really have to do changes to some field in R3 (due to any reason), its ideal to do it only in R3. Data integrity will be maintained even otherwise, but if some error occurs and users try to change it in both side and if the queues in both sides are cleared in wrong order, it can lead to un-desired results.
    So, if possible its better to allow editing for particular fields only in one system - so if you can hide that field in CRM , i would recommend it.
    Regards,
    L

  • BDoc stored before update task (intermediate state)

    Hi Experts,
    I see every month 2 to 3 messages in SMW01 with status I04. I have cheked many blogs and they suggest to check in SM13. But on our system i don't see any messages in SM13. Also these messages doesnot display what the error is through Tcode SM13.
    Can you please help me to find a solution for this messages.
    regards,
    Vicky

    Hi Rohit,
    Thanks for the information. I need some more info.
    These are all :mBDoc Notification
    We have not received any update error so far for any BDocs which can relate to these messages.
    But these messages keeps on failing. I am still confused, if the update was done successfully how can these BDocs failed?
    Or is it like these are just warning messages and its says that your inbound BDocs were successfully stored in the database but since these inbound BDocs were stored before the update operation could be performed, the system generates this warnings?
    If so can you please help me understand the followings:
    1. How come BDocs getting processed successfully if the update only fails? Are these two different things. I wanted to know the flow of message.
    example:
    message -> CRM ->update operation -> Data save to CRM database or others like mobile database.
    How the flow of message is when it enters CRM system?
    2.Also you have mentioned that there will be an inbound BDocs too for the same message. Do the inbound BDoc will have same BDoc Message ID or how can i verify that the BDoc corresponding to all these BDocs with I04 status has been successfully processed. I check with the BDoc message ID and it has only one BDoc in SMW01 i.e these errors.
    Thanks,
    Vicky

  • Reassigning Records Locking Up CRM 4

    Hi folks.
    We just started having a problem when attempting to reassign records in CRM.  Nothing was changed to the system as far as we know (i.e. server updates, crm updates, etc). 
    Here is a description of the issue:
    When we select one or more (bulk) records to reassign to another user, it just times out the system and I get a (Not Responding) at the top of the window OR it after 10 minutes or so we receive a message that reads it couldn’t complete the
    process.  This is a simple process that we have executed countless times over the past 5 years and now all of a sudden isn't cooperating.
    Here are some environment specs:
    Windows Server 2008 STD R2
    CRM 4 Server Rollup 21

    The problem could relate to cascading rules. If one or more of the 1:N relationships on the entity have Cascading Assign configured, then the assign will apply to all child records, and to any further child records with Cascading Assign. Either the
    SQL process to identify the records to reassign, or the query to actually reassign them, can generate a large number of SQL locks, which would explain your symptoms.
    Try changing the Cascading Assign behaviour to see if this resolves the issue
    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

  • PIA error

    Hi All,
    My env is
    OEL 6 64BIT APP SERVER and DB
    WINDOWS server 2008 webserver
    I am doing a PT852 tools only system DB installation..
    After booting the app server and configuring PIA..when i login to the URL,
    http://10.201.30.92:190/psp/ptdemo/?cmd=login
    I am getting the below error,tried all options to debug it but for no luck..
    Error on PIA login page..
    CHECK APPSERVER LOGS. THE SITE BOOTED WITH INTERNAL DEFAULT SETTINGS, BECAUSE OF: bea.jolt.ApplicationException: TPESVCFAIL - application level service failure
    App server log snipet..
    PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
    PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
    PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](1) VerifyGlobalTokenEqualsContext (SD) failed:  AuthToken is still NULL!  CtxUser=PTWEBSERVER/ENG
    PSAPPSRV.18009 (13) [01/19/13 19:22:10 GetCertificate](3) Returning context. ID=PTWEBSERVER, Lang=ENG, UStreamId=192210_18009.13, Token=-
    PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: GetSqlData - RdmGet on PSLANGUAGES
    PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: GetSqlData - RdmGet on PSWEBPROFNVP
    PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: GetSqlData - RdmGet on PSOPTIONS
    PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](0) WebProfile: SetSqlData - RdmGet failed!
    PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk GetWebProfile](1) (NET.343): Failed to serialize GetWebProfile reply data
    PSAPPSRV.18917 (1) [01/19/13 19:22:10 PTWEBSERVER@win-w8t072obxvk](2) Service GetWebProfile failed
    PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
    PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](3) Generating an invalid authentication token:  No local Message Node defined for this system.  Open a Message Node Definition and mark it -Local- on the properties page
    PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](1) VerifyGlobalTokenEqualsContext (SD) failed:  AuthToken is still NULL!  CtxUser=PTWEBSERVER/ENG
    PSAPPSRV.18009 (14) [01/19/13 19:22:10 GetCertificate](3) Returning context. ID=PTWEBSERVER, Lang=ENG, UStreamId=192210_18009.14, Token=-
    PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK PpmMonSvc](1) (NET.346): Failed to execute PpmMonSvc request
    PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK](2) Service PpmMonSvc failed
    PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK](0) 2 consecutive service failures
    PSAPPSRV.18917 (2) [01/19/13 19:22:10 PTWEBSERVER@WIN-W8T072OBXVK](0) Forcing reboot of server
    PSAPPSRV.19032 (0) [01/19/13 19:22:11](0) PeopleTools Release 8.52.12 (Linux) starting. Tuxedo server is APPSRV(99)/2
    PSAPPSRV.19032 (0) [01/19/13 19:22:11](0) Cache Directory being used: /home/oracle/psft/pt/8.52/appserv/PTDEMO/CACHE/PSAPPSRV_2/
    PSAPPSRV.19032 (0) [01/19/13 19:22:11](2) App server host time skew is DB+00:00:00 (ORACLE PTDEMO)
    PSAPPSRV.19032 (0) [01/19/13 19:22:11](2) Use FTP Library has value : Y
    PSAPPSRV.19032 (0) [01/19/13 19:22:11](0) Server started

    Hi Hakan,
    Checked portalnode.dms ..but my PSMSGNODEDEFN table itself is empty the dms is a series of update statement on PSMSGNODEDEFN table so will not update any row..
    SET LOG PORTALNODES.LOG;
    -- Set the local default node.
    UPDATE PSMSGNODEDEFN SET LOCALDEFAULTFLG = 'N';
    UPDATE PSMSGNODEDEFN SET LOCALDEFAULTFLG = 'Y', LOCALNODE = 1 , ACTIVE_NODE = '1
    *', NODE_TYPE = 'PIA', ROUTINGTYPE = 'I' WHERE MSGNODENAME = 'PSFT_PE';*
    -- Set the local default node's Portal and Content URI Text.
    DELETE FROM PSNODEURITEXT WHERE MSGNODENAME = 'PSFT_PE';
    INSERT INTO PSNODEURITEXT VALUES('PSFT_PE', 'CN', 'http://localhost/psc/pshome/'
    INSERT INTO PSNODEURITEXT VALUES('PSFT_PE', 'PL', 'http://localhost/psp/pshome/'
    -- Set the PeopleSoft 8.x content provider node types.
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    *= 'BP' ;*
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    *= 'CRM' ;*
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    *= 'EPM' ;*
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    *= 'ERP' ;*
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    *= 'HRMS' ;*
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'ICT', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    *= 'SA' ;*
    -- Set the PeopleSoft 7.6x content provider node types.
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'EX', ROUTINGTYPE = 'E', LOCALNODE = 0 WHER
    E MSGNODENAME = 'GFHA' ;
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'EX', ROUTINGTYPE = 'E', LOCALNODE = 0 WHER
    E MSGNODENAME = 'SAHA' ;
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'EX', ROUTINGTYPE = 'E', LOCALNODE = 0 WHER
    E MSGNODENAME = 'VAN' ;
    -- Set the Peoplesoft 8.x database node types.
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'PIA', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    LIKE 'PSFT%' ;
    -- Set the portal registry node types.
    UPDATE PSMSGNODEDEFN SET NODE_TYPE = 'PIA', ROUTINGTYPE = 'I' WHERE MSGNODENAME
    IN ('CAMP', 'CUST', 'EMPL', 'ENTP', 'GOVT', 'SUPP');
    -- Set the default portal name.
    UPDATE PSMSGNODEDEFN SET PORTAL_NAME = 'EMPLOYEE' WHERE NODE_TYPE <> 'EX';
    UPDATE PSMSGNODEDEFN SET PORTAL_NAME = ' ' WHERE NODE_TYPE = 'EX';
    Will try exporting PSMSGNODEDEFN table from one of the env and will import into this Db...
    Should i need to import any other tables for setting up a local node???
    Also do you have any idea what node should be set as a local node in case of peopletools only db creation???

Maybe you are looking for