Help on SSL and personal ID from verisign

Hi All
I need help setting up SSL on weblogic 6.1. This is the problem i am facing. I have an application that is running with in weblogic 6.1 and this application needs to talk to another system which is hosted externally and it as to use digital certificate to authenticate itself to the external system.
I got the trial personal ID from verisign and i have no clue what i should do to get this working. I tried a sample using stand alone java and i could get it working but in weblogic it uses it own SSL implementation and it does not work.
Can some one please tell me the steps as to what i need to do.
Any help will be appreciated.
Siju

yes, its being discussed here:
https://discussions.apple.com/message/23493143#23493143
Technicians are looking into same very fast.
You could help by telling what HD you have, is it RAID? what Mfg? Is it a WD MyBook?
You can use disk warrior for data recovery, not all have got data back, in which case all metadata is usually lost
http://www.alsoft.com/diskwarrior/
sorry about your loss

Similar Messages

  • Help on SSL and personal ID from verisign (weblogic 6.1)

    Hi All
    I need help setting up SSL on weblogic 6.1. This is the problem i am facing. I have an application that is running with in weblogic 6.1 and this application needs to talk to another system which is hosted externally and it as to use digital certificate to authenticate itself to the external system.
    I got the trial personal ID from verisign and i have no clue what i should do to get this working. I tried a sample using stand alone java and i could get it working but in weblogic it uses it own SSL implementation and it does not work.
    Can some one please tell me the steps as to what i need to do.
    Any help will be appreciated.
    Siju

    Rahul,
    Can you try viewing the console from a different machine with a
    different browser?
    Raj Alagumalai
    Rahul Kumar wrote:
    Hi All,
    I installed weblogic 6.1 on HP-UX 11.0 successfully.
    I conect to the http://myserver:7001/console give ib the user nam and
    password.
    But i am not able to see the java applet initialized on the left frame of
    the browser window.
    Although i am able to see normal applet initialized but this specific applet
    is notvisible on HP-UX browser..
    This window is accessible from any other windows ie or netscape.
    I am using netscape 4.78 on HP ux 11.0
    Somebody help

  • Help with writing and retrieving data from a table field with type "LCHR"

    Hi Experts,
    I need help with writing and reading data from a database table field which has a type of "LCHR". I have given an example of the original code but don't know what to change it to in order to fix it and still read in the original data that's stored in the LCHR field.
    Basically we have two Function modules, one that saves list data to a database table and one that reads in this data. Both Function modules have an identicle table which has an array of fields from type INT4, CHAR, and type P. The INT4 field is the first one.
    Incidentally this worked in the 4.7 non-unicode system but is now dumping in the new ECC6 Unicode system.
    Thanks in advance,
    C
    SAVING THE LIST DATA TO DB
    DATA: L_WA(800).
    LOOP AT T_TAB into L_WA.
    ZDBTAB-DATALEN = STRLEN( L_WA ).
    MOVE: L_WA to ZDBTAB-RAWDATA.
    ZDBTAB-LINENUM = SY-TABIX.
    INSERT ZDBTAB.
    READING THE DATA FROM DB
    DATA: BEGIN OF T_DATA,
                 SEQNR type ZDBTAB-LINENUM,
                 DATA type ZDBTAB-RAWDATA,
               END OF T_TAB.
    Select the data.
    SELECT linenum rawdata from ZDBTAB into table T_DATA
         WHERE repid = w_repname
         AND rundate = w_rundate
         ORDER BY linenum.
    Populate calling Internal Table.
    LOOP AT T-DATA.
    APPEND T_DATA to T_TAB.
    ENDLOOP.

    Hi Anuj,
    The unicode flag is active.
    When I run our report and then to try and save the list data a dump is happening at the following point
    LOOP AT T_TAB into L_WA.
    As I say, T_TAB consists of different fields and field types whereas L_WA is CHAR 800. The dump mentions UC_OBJECTS_NOT_CONVERTIBLE
    When I try to load a saved list the dump is happening at the following point
    APPEND T_DATA-RAWDATA to T_TAB.
    T_DATA-RAWDATA is type LCHR and T_TAB consists of different fields and field types.
    In both examples the dumps mention UC_OBJECTS_NOT_CONVERTIBLE
    Regards
    C

  • Can anyone help me copy and paste photos from iPhoto to memory stick

    can anyone help me to copy and paste photos from i photo to a memory stick...no the same as my pc and just can't figure it out  thanx

    Open up Finder and go to your flash drive. Now open up iPhoto and drag and drop the pictures you want into the flash drive folder.
    By the way, how is your PPC mac running Lion?

  • Moving position, costcenter and personal area from one Org unit to other

    Hi All,
       I have requirment like one perticular PERNR i have one Org unit position costcenter and personal area. I wanted to move this PERNR position ,personal area and costcenter into new Org Unit.
    I mean The PERNR  Org unit needs to change with out changing the position personal area and costcenter.
    Could any one tell me best way to do this.
    Thanks for your replys.

    Hello Ram,
    I would use MM01 to extend the same material to Plant 2000/ Sales org A002. Could you let me know if this works for you?
    Thanks,
    Binu

  • Help on measuring and labelling data from 4 different probes through LCR E4980A using labview

    CONDITION:
    Need to measure impedance (Z,theta) from 4 different probes using Agilent LCR E4980A meter through labview
    Here is how this is done. Using two different vi's.
    1-Switching vi-which is measuring impedance from Probe1 and switch to probe 2 and probe 3 and then to probe 4. (use medium rate on LCR)
    2-Test vi-which uses a single frquenccy list from a text file to run continous sweep and stores the measured data in a file.
    Test runs for about 1 hour.
    ISSUE:
    The stored data does not tell or label which data is for probe 1 or probe 2 and so on. All 1 hour data is in one file and very difficult to point to corresponding probe and kind of useless.
    QUESTION:
    As there are two separe vi's being used, is there a way to record or label the data withe the corresponding probe number or some way to point probe with data recorded? Any help would be appreciated.

    Thanks! Mike for your reply.
    I am attaching three files, I hope this helps to understand.
    1-Frequency List.txt - is just frequency listed in txt file to run LCR continously
    2-Frequency Sweep Data Capture.vi - is the labvie vi which runs and stores LCR data in a file
    3-LCR Switching in labview (jpg) is also a vi which switches between 4 probes for measurement.(e.g. Probe1-Ref-A, Probe2=Ref-B, Probe3=Ref-C and probe4=Ref-D)
    From here lets say when program measures probe1 , the data stored from file 2 should somehow points to that and then the program switches to probe2 the data should show that and similarly other two probes. Currently the stored data is one big fle with no mention of which data is for which probe.
    Attachments:
    Frequency Sweep Data Capture.vi ‏136 KB
    LCR switching labview.JPG ‏99 KB
    Frequency List.txt ‏46 KB

  • Help exporting Colors and Page Setups from Pages

    I've got a last-minute business trip tomorrow and need to be able to take the custom color swatches saved in Pages, along with all my custom page setup sizes, with me from my iMac to my MacBook. However, I can't seem to find where Pages stores/saves this info.
    Please help? Thanks!

    Apple deliver a set of templates stored in the applications documents.
    If you must use custom ones, it's good practice to store them in the standard dedicated folder.
    For machines running English, this folder is :
    Macintosh HD:Users:<yourUserAccount>:Library:Application Support:iWork:Pages:Templates:My Templates:
    If it doesn't exist on your machine it's that you never saved a document as a template thru the dedicated menu item.
    I'm puzzled by this sentence :
    Peter - The colors copied over flawlessly.
    If you had to copy by yourself the folder named by Peter, it's that something was wrong in your install process. This folder is automatically created and filled by the official installer.
    Yvan KOENIG (VALLAURIS, France) mercredi 26 janvier 2011 18:18:27

  • Pse help with syncing and nonpurchased music from itunes to iphone using icloud

    Pse excuse myself for being such a noob. I am trying to sync music from which i have ripped from cd's to itunes using icloud. When i go into the purchased section there is no music to sync obviously as i havent purchased any music only ripped cd's. I beleive that this is where the music has to go to in terms of syncing to iphone. Is this correct or am i way off pse help guys.

    it says that I gotta reset my iPhone to Factory Settings. Which means I will lose all my apps, contacts and stuff.
    Why would you lose anything? Your contacts will be in whatever desktop program you have chosen to sync your contacts with, your Apps should be in your iTunes Library, and everything else should be on your computer too (assuming you've been syncing/backing up as designed).
    Are you trying to sync music from a different computer than you normally use?

  • OT: SSL and sending mail from 9iR1 on Solaris

    I have a procedure that sends a confirmation email. We have a new SSL mail server that requires the client (in this case the DB or server?) to accept the certificate. How do I do this on the server. I have the certificate but do not know where to put it. My assumption is Solaris has a spot for it but I cannot find where in the documentation. TIA.

    Hi!
    I am suffering from the same problem. Did you found a solution already?

  • HELP -- audio drift and wrong codec from P2 material with FCP7/Lion

    It's been a long time since I've needed to ingest any P2 based material, and the last time I did was probably before I upgraded to Lion.
    I'm not sure if that's the culprit in this situation but I do know that ingesting P2 material (shot on a Panasonix HPX170) used to be easy/breezy -- just mount the drive/file path containing the appropriate P2 heirarchy, set the P2 preference to the codec of choice (usually ProRes422 in my case), add to Que, go get a cup of coffee, return, and start cutting.
    Unfortunately, I can no longer claim the same level of success.  I'm doing the exact same steps as before but now my material is showing up with a codec of DVCPro  HD 720p60 and audio is dramatically out of sync (despite being in sync in the preview window of the log and transfer window).    These results are same regardless of whether I set my P2 ingest preference to ProRez or Native.  
    Ughh...somebody please tell me that there's a free updated P2 plugin somewhere.  I've been searching and have seen far too many outdated documents so I'm getting nervous that I'm out of luck with my FCP7/Lion combo.

    Update -- this appears to be more of an MXF compatibily issue with FCP7 and/or Lion, as I've now solved the audio sync problem by deselecting "removed pulldown" in the Log-n-Transfer Preferences Cog, but I still have the same problem of the footage still coming in at DVCPro HD 720p60 regardless of which target codec I set it to.    Note that the P2 Plugin stil lists AVC-Intra, with no option for MXF as a Source Format.

  • Itunes store account for an iphone my friend created an account also in the same computer for an ipod and now it the ipod keeps getting all my personal data from my iphone how can i that  both devices sync in the pc

    hi , can any one help me with a problem ,,, i own an iphone 4 and creates my account in itunes months later my friend bought an ipod and created an account also but created in my pc and  now both get sync in the same pc and all my personal data from the iphone 4 keeps getting copy and the ipod gets it and have acces to my personal data and apps gets my mail etc , can any one help me with this issue?
    thnk you

    Sorry to hear of your problem, but any hardware in a computer can fail - that includes the hard drive, the logic board, etc, etc. Fortunately, it usually doesn't happen that soon; however, I've read of hard drives failing within 6 months.
    So, since you did not purchase the extended Applecare Protection Plan (3 years coverage), you will need to make a decision to repair or sell it as is. I would always purchase 3 year coverage for an all in one or a laptop because repairs are expensive and at least I'd be covered for 3 years.
    We can't speculate on whether there should be a recall or not; these forums are for user to user assistance with technical problems. In your case, there is nothing we can help with since you've already gotten a diagnosis.

  • TS1930 Hi All, I'm using iTunes 10.6.3.25 and i don't see the option of "Enable disk use" here so can someone kindly help me in copying the videos from my iPod Touch to my PC, Thank you.

    Hi All, I'm using iTunes 10.6.3.25 and i don't see the option of "Enable disk use" here so can someone kindly help me in copying the videos from my iPod Touch to my PC, Thank you.

    There is no enable disk use option for iOS Devices.  See this article for instructions on copying videos and photos from your iOS device to your PC.
    iOS: Importing personal photos and videos from iOS devices to your computer
    B-rock

  • HT5312 Ok look these solutions are super complicated and I tried all of them and they don't work I just wanna buy a song ok just one song and it won't let me cause I don't have my questions and a answer from a robot is not going to help me so a real  pers

    Ok look these solutions are super complicated and I tried all of them and they don't work I just wanna buy a song ok just one song and it won't let me cause I don't have my questions and a answer from a robot is not going to help me so a real  person plz

    There are no robots here. Everyone here is a "real person", a user just like you. How about telling us what the problem is that you are experiencing when you try to buy a song? If you mean that you have forgotten your security questions, go to:
    https://appleid.apple.com/
    Click "Manage My Account", sign in, and go to the Password and Security section. If you've forgotten your answers, there should be a link just under the security questions fields where you can have a reset email sent to your Rescue email address. If the link for the email doesn't appear, as can happen if you didn't set a rescue email address or (apparently) have a .Mac email address, see the user tip created by Kappy, another user here, on how to proceed:
    https://discussions.apple.com/docs/DOC-4551
    Regards.

  • TS1627 Please Help. I received 4 emails from 1 person with the same message heading. The emails were automatically grouped by Mail. I replied to the latest mail in the conversation. Once sent the other messages in the conversation disappeared. I NEED THEM

    Please Help. I received 4 emails from 1 person with the same message heading. The emails were automatically grouped Apple Mail. I replied to the latest mail in the conversation. Once sent the other messages in the conversation disappeared. I NEED THEM BACK! They all had very important attachments. I have tried looking for them in deleted items, even though I didn't throw any of them away, still cant find them. Never had this problem before. I'm pretty sure its a setting somewhere. Also tried expanding all conversations, no luck. Searching for the mails under the sent email address, no luck.
    I'm sure they are not deleted but have somehow been hidden by Mail. Very frustrating.
    Thanks in advance for any help.
    Kash.

    I have found found out what has happened. I had requested a statement dating back to April 2012 from a supplier. They replied back with the latest statementof 2013 only but used the same subject heading as the previous monthly statements. Apple Mail automatically grouped these and I thought that they were sent altogether. As soon as I replied to the last email all other the previous emails ungrouped from the conversation leaving me lost as to where they had gone. They were all still sitting in my inbox but no longer part of the trcked conversation. I searched under the subject heading and all individual mails were all still there. (feeling stupid - )

  • Help restoring disk and booting from external clone

    Yesterday I tried to boot from my external clone just to see if it was possible for me to do it. After going into sys prefs and clicking boot from clone restart, as the computer was restarting up it froze or couldnt complete the restart so i simply hit the power button and shut down. I then turned the computer back on and the computer booted from the internal hd but after start up ALL my apps that started with the letter a-i were deleted. luckily i had a clone to simply copy and paste the missing apps but i wanted to do a disk restore but the disk utility would not let me choose a destination. I also tried doing a disk restore using intego personal backup which also i had problems with doing. Could someone please give me help with restoring my disk? And also explain why all the apps were deleted?

    Butlins,
    Welcome to the Apple Discussions!
    The fixed 640x480 display resolution indicates that your external drive is missing the drivers for the eMac's video hardware. You can build the OS on the drive using the OS X install disc that came with the eMac, but that's a model-specific (gray label) disc that only has a full set of drivers for that particular Mac model. You really want to build the external drive's OS using a retail (black label) OS X Install disc that was released at or after the same time as the most recent Mac you need to be able to boot; retail OS X Install discs (should!) have the necessary drivers for all compatible Mac models released prior to that particular OS X disk.

Maybe you are looking for