Add a new SUB to a PUB 8.1.5

I have a a Pub and 3 sub standalone servers all working fine.
I am trying to add a 4 sub (have the licence) running on VMWare.
The build has gone fine accept for getting the Sub authenicated to the PUB, the sub is defined on the PUB.
I am getting the following error message in the PUB Messages file :
: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=ukhsl-iptcmsub2.uk.ftse.com  user=sftpuser
Also in the Secuity log
: Failed password for sftpuser from [ip address] port 48182 ssh2
Can I recover the password, without breaking things ?
I am using the correct Security password (well the one I have used in the past)
Anyone any ideas
Thanks

Hi Ian,
Call me paranoid but I would open a TAC case due to these 2 bugs;
CSCtn79868 - pwrecovery tool resetting only sftpuser password
Description
Symptom:
Database replication broken after doing a security password RESET.
Conditions:
The password has to be reset, not changed.
Workaround:
Contact TAC to perform the workaround.
Details
1st Found-in:                          (1)
8.5(1)
More
Less
Status:
Open
Last Modified:
Feb 07,2012
Known Affected Versions:
More
Less
Fixed-in:                          (22)
9.0(0.95010.1), 8.6(1.99989.1), 8.6(1.99986.1)8.6(1.97011.2), 8.6(1.97011.1), 8.6(1.96000.51)
8.6(1.96000.1), 8.6(1.95190.40), 8.6(1.95040.1)8.6(1.95020.58), 8.6(1.95020.1), 8.6(1.10001.1)
8.6(1.10000.43), 8.6(1.10000.1), 8.6(0.99981.2)
8.6(0.98000.56), 8.6(0.98000.19), 8.6(0.95230.2)
8.6(0.95180.9), 8.5(1.12900.6), 8.5(1.12024.1)
8.0(3.23044.1)
More
Less
Product:
Cisco Unified Communications Manager (CallManager)
Platform:
Dependent
Severity:
2 - severe
Customer Reported:                          (29)
CSCti18766 - Pwrecovery and set password user security result in inconsistent hashes
Description
Symptom:After setting security password via pwrecovery, cannot add subscriber nodes to the cluster. They fail when contacting the publisher.
Conditions:Particular security password values result in a different hash via pwrecovery.
Workaround:None at this time.
Details
1st Found-in:                          (2)
8.0(3), 8.0(2.42011.1)
More
Less
Status:
Fixed
Last Modified:
Feb 28,2012
Known Affected Versions:
More
Less
Fixed-in:                          (5)
8.5(1.10000.26), 8.5(0.98000.38), 8.5(0.98000.18)8.0(3.11001.3), 8.0(2.40005.1)
More
Less
Product:
Cisco Unified Communications Manager (CallManager)
Platform:
Dependent
Severity:
3 - moderate
Customer Reported:                          (9)
Cheers!
Rob

Similar Messages

  • PSE 11 crashes when I attempt to add a new catalog

    PSE 11 crashes when I attempt to add a new catalog to those that already exist. No programs are running that might conflict with Organizer, and I can run other functions such as downloading photos from my camera. As soon as I attempt to add a new sub-catalog to an existing major catalog, the program crashes. I'm using Windows 7, and have tried various compatibilities, but none solves the problem. Any ideas?

    expat31 wrote:
    PSE 11 crashes when I attempt to add a new catalog to those that already exist. No programs are running that might conflict with Organizer, and I can run other functions such as downloading photos from my camera. As soon as I attempt to add a new sub-catalog to an existing major catalog, the program crashes. I'm using Windows 7, and have tried various compatibilities, but none solves the problem. Any ideas?
    How do you attempt to 'add a new catalog' or a new 'sub-catalog' ?
    There are no such things as 'sub-catalogs' or catalogs included in catalog.
    Catalogs are totally independent storing systems, they ignore what is managed in other catalogs.That's why it is recommended to have only one catalog, unless you have a good reason to create several ones because they are totally independent by nature (home vs professional for instance).
    You can create several levels of albums, of tags categories, but not with catalogs.

  • When I add a new bookmark sub-folder, it also changes the name of a different folder to the name of the new sub-folder

    When I add a new bookmarks sub-folder, it also changes the name of another folder to the name of the new sub-folder. For example, I have folders A, B, C - I add a sub-folder to A and call it X - it does that and also changes the name of C to X.

    I suggest you install the "Add Bookmark to Here2" extension, then you can expand the the list but you will not see the bookmark itself in the list if that is what you wanted. At the top you have three major folders you can select one of them and scroll up and down. Below that you have your most recently used folders and you can select one of them instead and scroll up and down. You can see the folder the bookmark is in -- they get added to the bottom
    If you really want to see the bookmark within the folder the same extension allows you to bring the bookmark to the folder from say the bookmarks sidebar that is why it is named as such. I use it but mainly i use the dialog.
    Please continue reading about bookmarks and some related extensions at
    * http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
    * https://addons.mozilla.org/firefox/addon/add-bookmark-here-2/
    * http://dmcritchie.mvps.org/firefox/firefox.htm#addbookmarkhere2
    * http://dmcritchie.mvps.org/firefox/kws.htm
    If you are not using tags at all, you can remove a whole lot of confusion by removing them from the dialog via the extension.

  • How to add a new line in SMS(Line Break).

    Hi All,
    I need to send SMS from PL\SQL Procedure
    The problem i have been facing is that the string being passed in as sms content is not parsing a newline character.
    It shows all content in one line.
    I need to break them in several lines.
    Give me a direction how to add a new line in SMS.
    Regards,
    Raj.

    Hi,
    Sure, Here it is
    CREATE OR REPLACE PROCEDURE APPS.AUTO_SMS_RTV_REPORT
    IS
    sender          VARCHAR2(1000);
    recipient     VARCHAR2(1000);
    message          VARCHAR2(4000);
    sub          VARCHAR2(1000)     := 'HELLO';
    dt1          varchar2(1000)     := to_char(sysdate,'DD-MON-YY');
    mailhost     VARCHAR2(30) := '10.7.7.xxx';     
    mail_conn     UTL_SMTP.CONNECTION;
    v_crlf VARCHAR2(2) := CHR(13)||CHR(10);
    CURSOR cur_Rejection_Records IS
                   SELECT DISTINCT
                        rt.VENDOR_SITE_ID               ,
                        pvs.email_address     VENDOR_MAIL_ID     ,
                        pvs.PHONE          vendor_contact_no ,
                        hre.EMAIL_ADDRESS     Employee_mail_id ,
                        hre.FULL_NAME
                   FROM apps.rcv_transactions      rt,
                        apps.po_vendors           pv,
                        apps.po_vendor_sites_all     pvs,
                        apps.mtl_transaction_reasons mtr,
                        apps.fnd_user          fu,
                        apps.hr_employees          hre     
                   WHERE transaction_type = 'RETURN TO VENDOR'
                   --AND        TRUNC(rt.transaction_date) = TRUNC(SYSDATE)
                   AND     rt.vendor_id          = pv.vendor_id
                   AND     rt.vendor_site_id     = pvs.vendor_site_id
                   AND     rt.REASON_ID          = mtr.REASON_ID(+)
                   AND fu.user_id          = rt.last_updated_by
                   AND hre.EMPLOYEE_ID     = fu.EMPLOYEE_ID
                   AND TRANSACTION_ID IN (
                                  11902189,
                                  11902253,
                                  11902148)
    BEGIN
         FOR rec_Rejection_Records IN cur_Rejection_Records
         LOOP
         Begin
              sender     := '<[email protected]>';
              recipient     := rec_Rejection_Records.vendor_contact_no || '@aaaa.com';
              mail_conn := utl_smtp.open_connection(mailhost, 8025);
              utl_smtp.helo(mail_conn, mailhost);
              utl_smtp.mail(mail_conn, sender);
              utl_smtp.rcpt(mail_conn, recipient);
              utl_smtp.DATA(     mail_conn,
                                  'Date: ' || TO_CHAR(SYSDATE, 'Dy, DD Mon YYYY hh24:mi:ss') || utl_tcp.crlf ||
                                  'From: ' || sender     || utl_tcp.crlf ||
                                  'Subject: '|| sub     || utl_tcp.crlf ||
                                  'To: ' || recipient || utl_tcp.crlf ||
                                  utl_tcp.crlf ||
                                  'Dear Supplier,'||CHR(10)|| utl_tcp.crlf ||'\\\0x0A'|| -- HERE I NEED LINE BREAK
                                  'Please.'|| utl_tcp.crlf                          
              DBMS_OUTPUT.PUT_LINE('Yep !!! SMS Sent Sucessfully :) ');
              utl_smtp.quit(mail_conn);
         EXCEPTION
              WHEN UTL_SMTP.PERMANENT_ERROR THEN
                        dbms_output.put_line('Error - ' || SQLCODE || ' - ' || SQLERRM);
              WHEN OTHERS THEN
                        dbms_output.put_line('Error - ' || SQLCODE || ' - ' || SQLERRM);
         END;
         END LOOP;
    END AUTO_SMS_RTV_REPORT;
    /

  • Add a new key field in an InfoObject

    Hi all,
    I have to add a new key field in a standard InfoObject (0vendor) in order to extract data correctly from a table in R3 which has both the vendor and the plant as keys.
    Doubts:
    1. the 0vendor InfoObject is already used in several InfoCubes
    2. it contains data
    3. we have another object built with reference to 0vendor
    Any problem with the existent InfoCubes and queries if I change the structure of this InfoObject?
    Have I got to delete data on it first?
    any problem on the object built with reference to 0vendor?
    I have just thought of updating the object 0vendor (this would avoid lots of substitutions and lot of work) instead of developing a brand new object..
    Do you agree with this kind of solution or would you do something different?
    Thanks
    Elisa

    Hi Elisa,
    "In R/3 the vendor sub-range is blank and we use only one Purch Org, so no matter."
    This is OK but remind that it shall remain like this ALWAYS; because if you design your model with these assumptions and later you start getting sub ranges and/or a second P.O then you can forget your model...
    Replacing 0VENDOR by ZVENDOR completely will depend on your requirement; I don't know which content you are using but you should try to keep 0VENDOR as such because ZVENDOR will be compounded with 0PLANT and that's not the same... (e.g. the key will be displayed like "PLANT/VENDOR" in reports unless you drilldown the PLANT in front of ZVENDOR... your users may perhaps not appreciate...)
    In this matter, how are you going to proceed?
    - fill the vendor ID in ZVENDOR and have 0PLANT as compounding key? In this case you'll have to add 0VENDOR attributes in ZVENDOR as well. With this scenario you will end with redundant data since attributes for 0VENDOR will be the same for each combination 0PLANT/ZVENDOR.
    - wiser: have 0VENDOR and 0PLANT both in the compounding key. This way you could have ZVENDOR key CHAR1 and leave it empty (it would be a "dummy" key you wouldn't use in reports)
    The good thing here is that you don't have to replicate your 0VENDOR design in the ZVENDOR. the bad thing for you is that you NEED to keep both IObjs; thus manage your DIM issue.
    Your approach to fill the cubes is absolutely right! What are the sizes of your cubes?
    You should take this opportunity to check you cubes datamodel:
    - are the dimension well deisgned? (run report SAP_INFOCUBE_DESIGNS in order to see the cardinality of your DIMs). I am sure this can be improved.
    - are the cubes partitioned? Every cube should be partitioned for performance reasons.
    - if the cubes are huge, wouldn't it be good to do a logical partitioning? E.g have one cube per year and a multicube on top...
    Finally use dimension number range buffering when loading data into an empty cube and other techniques like dropping all indexes in order to speed up your load process and minimize reporting downtime. If your reports are based on multicubes and your model is not too complex you could even keep the copy cube instead of moving your data back to the original; you would then just have your multicube transport to make the switch of the new model available for reporting...
    hoping this help you to go with the right path...
    regards,
    Olviier.

  • I need to add a new node to RAC Oracle 10g R2

    I need to add a new node to RAC Oracle 10g R2.
    what is the best mode.
    cloning or step by step?
    SO: Solaris 64bit
    Message was edited by:
    ACS

    Hi All,
    I get the following error eventhough I have followed the instruction for Solaris R2. The instruction is enclosed. Please Advise! Thanks.
    /app/cluvfy/runcluvfy.sh stage -post hwos -n nod1 -verbose
    Result: User equivalence check failed for user "oracle".
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed.
    Post-check for hardware and operating system setup was unsuccessful on all the nodes.
    =========================
    1. Log in as the oracle user.
    2. If necessary, create the .sshdirectory in the oracle user’s home directory and
    set the correct permissions on it:
    $ mkdir ~/.ssh
    $ chmod 700 ~/.ssh
    3. Enter the following commands to generate an RSA key for version 2 of the SSH
    protocol:
    $ /usr/bin/ssh-keygen -t rsa
    At the prompts:
    ¦ Accept the default location for the key file.
    ¦ Enter and confirm a pass phrase that is different from the oracle user’s
    password.
    This command writes the public key to the ~/.ssh/id_rsa.pub file and the
    private key to the ~/.ssh/id_rsafile. Never distribute the private key to anyone.
    4. Enter the following commands to generate a DSA key for version 2 of the SSH
    protocol:
    $ /usr/bin/ssh-keygen -t dsa
    At the prompts:
    ¦ Accept the default location for the key file
    Pre-Installation Tasks 2-11
    Creating Required Operating System Groups and User
    ¦ Enter and confirm a pass phrase that is different from the oracle user’s
    password
    This command writes the public key to the ~/.ssh/id_dsa.pub file and the
    private key to the ~/.ssh/id_dsa file. Never distribute the private key to
    anyone.
    Add keys to an authorized key file: Complete the following steps:
    1. On the local node, determine if you have an authorized key file
    (~/.ssh/authorized_keys). If the authorized key file already exists, then
    proceed to step 2. Otherwise, enter the following commands:
    $ touch ~/.ssh/authorized_keys
    $ cd ~/.ssh
    $ ls
    You should see the id_dsa.pub and id_rsa.pubkeys that you have created.
    2. Using SSH, copy the contents of the ~/.ssh/id_rsa.puband
    ~/.ssh/id_dsa.pubfiles to the file ~/.ssh/authorized_keys, and provide
    the Oracle user password as prompted. This process is illustrated in the following
    syntax example with a two-node cluster, with nodes node1 and node2, where the
    Oracle user path is /home/oracle:
    [oracle@node1 .ssh]$ ssh node1 cat /home/oracle/.ssh/id_rsa.pub >>
    authorized_keys
    oracle@node1’s password:
    [oracle@node1 .ssh]$ ssh node1 cat /home/oracle/.ssh/id_dsa.pub >>
    authorized_keys
    oracle@node1 .ssh$ ssh node2 cat /home/oracle/.ssh/id_rsa.pub >>
    authorized_keys
    oracle@node2’s password:
    [oracle@node1 .ssh$ ssh node2 cat /home/oracle/.ssh/id_dsa.pub
    authorized_keysoracle@node2’s password:
    Note: Repeat this process for each node in the cluster                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Need to add a new field to XD01 under company code data tab

    Hi,
    I need to add a new field under Company code data of XD01 under Account Management tab.
    I came to know two BADI's CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS can be used for this. But for these BADIs we need to create a sub screen.But for my requirement I need not use a subscreen just to add a field.
    Please let me know how to do this?

    Hello Pavan,
    Do you have any solution for this issue? I only can creat a new tab but hi prefer as you, creat a field Company code data of XD01 under Account Management tab.
    I read that is not possible, this is true?
    Best Regards,
    Eduardo Paiva

  • Creating New Sub-Folders on Inbox when connected to Exchange 2007

    I am trying to figure out how I can add/create a new sub folder to my main Inbox using Mail 4.2 (1078)in Snow Leopard.I was able to do this in Entourage 2008 but can not seem to be able to do the same with Mail 4.2. Any help or clarification here would be great! We are looking at moving away from Entourage and updating all our Mac users to 10.6.3 and are currently testing the functionality of Mail 4.2. We connect to an 2007 Exchange Server.

    I'm not sure what you mean by "create a sub folder in your main Inbox". If you mean you want to create a folder (aka Mailbox) in your Exchange account, just click the "+" button at the lower-left corner of the Mail window, select New Mailbox, set "Location" to be your Exchange account, and name the mailbox as you wish and click "OK".
    If that's not what you mean, please post back and clarify.
    Regards.

  • How to add a new custome tabs in 11.5.10 to Home Page

    Hi All
    can any one tell me how to add a new custom tab(top level menu tab) along with an exsiting standard tabs in 11.5.10 home page.
    Thanks in Advance
    Vikram

    Query for your responsibility in Oracle Apps., and grab the Menu attached to it.
    Query for this menu in Oracle Apps, can view its sub-menus and page functions attached. You can also view the hierarchy tree.
    Now in this tree, position your new menu (that you want to create). Query to the parent menu (to which you want this new menu to be a child of) and create the new menu into it. Attach the page function/sub-menu to your new menu.
    For a better understanding, look into the section "Implementing the View" (Menus and Page Security part) of the Dev. Guide.

  • Add catagory or sub in personal budget spread sheet? Food-Dining or Food - Groceries

    How to add catagory or sub in personal budget spread sheet? Food-Dining or Food - Groceries?
    It can add it to the actual but it does not show up to be reconciled?

    Here is one way to do this (description for Numbers 3.0 on the Mac but it's essentially the same in Numbers for iOS):
    In the summary table on Budget sheet select the row before which you want to add your new category and in the contextual menu that appears select Add Row Above.
    Type the name of your new category in column A (Category) of the new row. Then select the cells in columns B through D in the row above the newly inserted row, move the cursor to the middle of the bottom edge until the yellow dot appears and drag that down into the new row. This fills down formulas into the newly inserted row.
    Now go to the Transactions sheet, select the cells in the body of the table in column C (Category) and format them as Pop-Up Menu.
    Click the + button to add your new category name, and drag the new category to wherever you want it to appear in the list:
    Make sure the name of your category in the Pop-up Menu is spelled exactly the way you spelled it in the summary table in the Budget sheet.
    That's it.
    SG

  • How do I add my new lapttop to my family iTunes? I downloaded music, but cannot play it

    How do I add my new lap top to my family iTunes? I downloaded music, but cannot play it on my laptop

    There's a couple of ways to get through to the authorisation controls in the 11.0.x versions.
    The control is still in the Store menu, but first (if you're using iTunes versions 11.0.x) you might need to bring up the menu bar to see the Store menu.
    If you're using 11.0.x, click on the wee boxy icon up in the top-left corner of your iTunes to see the "Show Menu Bar" control, as per the following screenshot:
    Then you'll find the control in the Store menu:
    Alternatively, if you don't want to bring up the menu bar, it's still possible to get into the authorise controls via nested menus accessible from the wee boxy icon. Here's a screenshot of where to find them:

  • TS1363 How can i update my old ipod and add my new one.

    I have had an older ipod nano and i just recently got a new one. How can i add my new ipod nano to my current itunes account or do i have to have a whole new one? If i do have to have a new account how can i get my songs that i have already purchased to the new nano? I am so confused.

    Connect the iPod nano to the computer the exact same way you set up the old one. You don't need to create another Apple ID, iTunes Store account, or iTunes library.
    (98196)

  • How to add a new view in Factsheet to collect data from R3

    Hi Experts,
    I need to add a new view in Account Factsheet called  'Open Delivery data'
    which will collect the delivery data from R3 system.
    As I know we have two Function Modules (at CRM) 'CRMT_ERP_FACT_SHEET_RETRIEVE'
    (at R3) 'CRM_CCKPT_EXPORTSUMMARY'
    All We need to do is create view which calls the data from R3 Via these modules.
    How should I proceed.
    Is this relevent steps :-
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock
    Regards,
    Ram

    Hi Sandeep,
    To add a new currency in Metadata, just add in Currencies dimension, and to add in Data form-just send the script what you are using as of now for rest of the currencies, or follow the same steps as specified above. or just add the script A#CLORATE.w#Periodic.C2#XYZ in rows of your data form (where XYZ- is the new currency).
    To add a new location in FDM login to FDM web client- click on Metadata--> locations and select the Controls review location where you want to add the data load location, right click and add the new location.

  • Can't add a new printer...

    I am unable to add a new printer using the printer setup utility in system prefs.
    I am logged in as Administrator
    I am unable to add a new printer through the "add printer" dialogue in the printing preferences of any of my applications.
    Why can't I detect them somehow and re-add them?

    Welcome to the Discussions Westar,
    Just a few questions to start out:
    Have you tried to Repair Permissions with Disk Utilities found in /Applications/Utilities?
    Have you done any other repair/troubleshooting?
    Were these printers already working with your system?
    What is the make/model of the printer(s)?

  • Suggestion: add a new tag

    Hi
    Following the email from this morning with the new specs, I'd like to make a suggestion: add a new extension tag to iTunes for alternate rendering of the enclosure, e.g.:
    <enclosure url="http://www.declencheur.com/clic/medias/2007/decl-2007-01-08.m4v" length="20491070" type="video/x-m4v"/>
    <itunes:alt-enclosure url="http://www.declencheur.com/clic/medias/2007/decl-2007-01-08-hd.m4v" length="40982140" type="video/x-m4v" media="hd"/>
    As you say yourself, it's not good to introduce two feeds as it dilutes our presence on iTunes BUT, from a bandwidth standpoint (both for the producer AND for the visitor) it makes sense to differentiate the content based on whether they intend to see on Apple TV (720 would be better) or the iPod.
    You could implement it with a very simple preference in iTunes, after all iTunes knows whether I have iPod with video and/or Apple TV but it would result in a much better user experience (faster downloads, higher quality where available).
    Please consider this.
    --ben

    I am well aware of the debate on multiple enclosures but this is not what I'm suggesting.
    With multiple enclosures, the client would download all of the enclosures.
    I propose alternates, i.e. different encoding of the same document, so that only one of the files is downloaded, the one most suitable for the user hardware. Since this is not provided for by the RSS specs, the proper solution is to implement it in an extension.
    --ben

Maybe you are looking for

  • How to open a new window from the login window?

    hi, can someone tell me how to open a new window from an existing window, here by window i mean frame. The case is i hv two java files - oracle.java and FDoptions.java. The first frame is in the Login.java. The oracle.java file has a button "Login",

  • How can I include Customer Hierarchy in Customer master IDoc -DEBMAS06 ?

    Hi, I am generating Customer master IDoc using basic message type DEBMAS06. But when I include customer hierarchy data while creating customer master, it is not included in any of the segments. The segment containing the data from KNVH is not include

  • Reflection problems with null pointer exception

    I am having a problem with reflection. I keep getting a NullPointerException and can't figure out why. It is happening when I call this: ResponseObject result = (ResponseObject)method.invoke(classInstance, argArray); I can't figure out what the probl

  • Need to take the N-th element from a queue

    hello everyone! I have a problem, i don't know how to take ony one element from a queue... Indeed, i need to take only the 3rd element of a queue but i don't know how to do that... so i though maybe i can change it as an array (with the vi "flush que

  • Get an IPortalComponentRequest  in an AbstractCollectionRenderer

    Hi, We have developed a custom collection renderer based on AbstractCollectionRenderer and we need to get the request. In EP5 we have found this solution: PortalServletRequestWrapper stubRequest = (PortalServletRequestWrapper) this.getProxy().getDyna