Customer LoginModule with BEA 7.0

I am use BEA WebLogic 7.0 beta now, we want implement our own JAAS
LoginModule,. Do any one know how to implement and integrate with
WebLogic Server?
Thanks,
Paul

Paul ,
I presume that you are referring to a LoginModule on the Client side
and not on server side...
if you had the LoginModule working for WLS 6.1 ( refer to the examples
bundled with it)..
You should have it working by setting another property
"java.security.auth.login.config" == "weblogic.security.jaas.Policy"
- Harish
[email protected] (Paul Z) wrote in message news:<[email protected]>...
I am use BEA WebLogic 7.0 beta now, we want implement our own JAAS
LoginModule,. Do any one know how to implement and integrate with
WebLogic Server?
Thanks,
Paul

Similar Messages

  • Problems with SAP logging,tracing in custom LoginModule

    Hello,
    We are developing a custom logimodule for our J2EE application on WebAS.
    We are using eclipse IDE to develop the code.
    We want to use the SAP logging framework in the custom loginmodule.
    In this regard we have certain queries:
    - If we hard code the log(category) and trace(location) file location in our loginmodules
    the logging, tracing works fine i.e. we are able to see the traces etc. in the files at the specified location.
    - Our requirement is that we want to leverage the logging tracing mechanism provided by the J2EE engine.That is we want that our traces should appear in the WebAS defaultTrace.0.trc file. Also we want that the trace properties for our loginmodule like severity, TraceFormatting etc. could be configured using the WebAS visual admin tool etc.
    As per documentation to configure tracing, we navigated to Log Configurator in visual Admin tool and from there to the destination tab but we don't see our LoginModule int the list of destinations.
    How could we enforce our LoginModule to use defaultTrace.0.trc file and let J2EE engine decide
    the logging properties like severity etc. for our LoginModule.
    Thanks
    Alok

    Hi,
    No, I´m not yet in the middle of a update. I want to apply some support package using JSPM, and it need to SDM run in integrated mode, but my sdm don´t start in integrated mode,
    Feb 18, 2009 5:51:57 PM  Info:
    Feb 18, 2009 5:51:57 PM  Info: ============================================
    Feb 18, 2009 5:51:57 PM  Info: =   Starting to execute command 'server'   =
    Feb 18, 2009 5:51:57 PM  Info: ============================================
    Feb 18, 2009 5:51:57 PM  Info: Starting SDM - Software Deployment Manager...
    Feb 18, 2009 5:51:58 PM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000
    Feb 18, 2009 5:51:59 PM  Info: SDM operation mode successfully set to: Integrated
    Feb 18, 2009 5:52:00 PM  Info: JStartupFramework is active
    Feb 18, 2009 5:52:00 PM  Info: Operation mode of SDM in JStartupFramework is "Integrated".
    Feb 18, 2009 5:52:00 PM  Info: Check if Server is running already.
    Feb 18, 2009 5:52:01 PM  Info: OK server is not running. Enable SDM Process in JStartupFramework.
    Feb 18, 2009 5:52:01 PM  Info: enabling SDM Process with JStartupFramework
    Feb 18, 2009 5:52:01 PM  Info: enabled SDM Process with JStartupFramework
    Feb 18, 2009 5:52:01 PM  Info: Successfully enabled SDM Process in JStartupFramework.
    Feb 18, 2009 6:04:11 PM  Error: SDM server startup not finished after 600 seconds. Giving up.
    Feb 18, 2009 6:04:11 PM  Error: Could not start SDM. Processing error. Return code: 4
    For these reason I want to extend the timeout value, or any other idea.
    Thanks.

  • Custom LoginModule not found, error "Found in negative cache"

    Hi all,
    I am working with NetWeaver 2004s SR3 SP14 on SuSE 10 with Oracle.  I am
    writing a custom LoginModule and I get this error in the default trace file when my
    sample app tries to use my login module:
    [EXCEPTION]
    {1}#2#com.mycompany.dc.netweaver.MyLoginModule#java.lang.ClassNotFoundException:
    com.mycompany.dc.netweaver.MyLoginModule
    Found in negative cache
    The class name for my login module is: MyLoginModule and it is in library:
    MyLoginModuleLibrary (so the name of the library project in Developer
    Studio is MyLoginModuleLibrary and it is the component name in
    server/provider.xml for that project).  MyLoginModule requires the use of
    classes in another library also written by my company (called
    mycompany_libs).  To complicate matters, mycompany_libs uses JNI.  I tried
    adding the JNI library directory to the LD_LIBRARY_PATH shell variable
    (set before running startsap in the sidadm user's shell).  Though I
    could find few references to developing using JNI (so if someone out there
    has references for using JNI with Netweaver, it would be great, and very
    helpful if you would post them). 
    I was able to successfully deploy MyLoginModuleLibrary and mycompany_libs.
    I put the following in the property: LoginModuleClassLoaders in the
    security provider properties:
    library:mycompany.com~MyLoginModuleLibrary,library:mycompany.com~mycompany_libs
    (Note:  I changed the provider name server/provider.xml to mycompany.com
    for both libraries: MyLoginModuleLibrary and mycompany_libs and that is the
    reason why I have the "mycompany.com~" prefix before each library name.)
    I added mycompany_libs to the references in server/provider.xml for
    MyLoginModuleLibrary.  The references look good in the ClassLoader viewer.
    But I still get this error.  I've restarted the server several times to
    try to clear the negative cache (using stopsap, then startsap), but to no
    avail. 
    One thing that I find interesting (and it could be a possible clue to the
    problem) is that neither library:mycompany.com~MyLoginModuleLibrary nor
    library:mycomany.com~mycompany_libs appears in the ClassLoader name
    or in the References in the error message in the log file.  I don't know why not
    (I would guess that both of these entries should be in the references and Class
    loader name in the log file).
    Any ideas? 
    -- Katrina

    I tried 2 tests:
    (1) I kept all names the same, but removed all of the complexity from the login module.  This new login module would just return true when login() is called and add the principal: "sillyuser at testing dot com" to the principal list when commit() is called.
    (2) Just like the first test (i.e. a very simple login module that does no real authentication at all), except I changed the name of the library, the LoginModule class, and the jar file.  The provider name was still mycompany.com.  I corrected references in LoginModuleLibraryLoaders property in Security Provider.
    Test (1) had the same error (ClassNotFoundException "Found in negative cache"), but test (2) worked!  It was able to load my login module and I was able to see the trace entries in the log file.
    So, I guess the problem is that the "negative cache" is not getting cleared.  Anyone know how to clear it?
    Thanks,
    Katrina

  • LoginModule with JAAS, setup question for Frank Nimphius

    Hi Frank,
    i am trying to use a custom LoginModule in conjuction with the setup procedure in your "J2EE Security in Oracle ADF Web Applications" white paper. Have you done this before? can you provide roadmap for additional/alternate setup steps needed to use a LoginModule?
    this is my original post from early this week:
    JAAS Setup question
    thanks,
    brenden

    Brenden,
    please refer to the OC4J security documentation which si a part of the Oracle Application Server documentation that can be looked up online here on OTN. Custom LoginModule configurations require OC4J 9.0.4. In addition, this feature also only works with the jazn-data.xml provider and not with OID.
    From the perspective of this whitepaper, the LoginModule will be used by the OC4J container to authenticate users and thus should not require any change in teh paper.
    I haven't yet had the time created an example and document that showcases how to do this. Hopefully christmas will give me some rest to look into this.
    Frank

  • Weblogic custom loginModule

    I developed a custom loginModule. It works fine except that I'm always getting FailedLoginException instead of ExpiredAccountException or other custom exceptions.
    Anyone have an idea how to fix this ?

    1) Is it possible to perform authentication via a
    servlet which use � loginmodule (programatic way)
    instead of using the weblogic security provider
    (configuration way) ? If yes, have you any samples or
    links?Yes, but on my opinion you should be able to use weblogic SSPs for implementing authentication. Look at the samples at the dev2dev. Read also the weblogic JavaDocs for the WLS 7.0 because some features are NOT DOCUMENTED ELSEWHERE. There is a class that does the authentication for you.
    Most of these SSPI questions are discussed in the weblogic newsgroups, you should be able to find the answer there.
    >
    2) After authentication, how weblogic store
    information about authentication and dont always
    return to loginpage ?In a cookie.
    >
    3) I'v tried to used weblogic sample
    (SimpleSampleAuthenticationProvider) but it doesn't
    works. When I "create" it in administration console
    it's always return an error like this :It seems like your provider is not in the classpath. Read the instructions which come with the sample providers.

  • Will jdev 11g support customer loginmodule DBTableOraDataSource?

    Hi,
    In jdev10132,custom loginmdule DBTableOraDataSource is very useful,but in 11g tp3 ,I did not find where I can define this with integrated oc4j,will 11g production release support this?And with 11g support Human Task ,which need more user info ,such as appoval chain,will It support these interesting function? If yes how to do this,if not which solution is recommondede?
    Any advice are appreciate
    lixinzh
    2008/1/17

    Hi,
    yes it will support DBTableOraDataSource (and custom LoginModules in general) because its a part of the security architecture in OC4J. Does human task authenticate against the container using JavaEE? If yes then it can be authenticated, if not then you would need something else - I would assume it requires WS security
    Frank

  • Customer Statement with opening and closing balances

    Dear Forum,
    The users want to generate the Customer Statement with opening and closing balances like the traditional one. The statement now generated gives the list of all open items as on date, but the users want the statement with opening balances as on the date of the begining of the range specified and the closing balance at the end of the period for which the statement is generated. Is there a way to generate the same from the system.
    Thanks for the help.
    Regards,

    Hi,
    SPRO> Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer Accounts > Line Items > Correspondence > Make and Check Settings for Correspondence
    You can use the program RFKORD10 with correspondance type SAP06 for your company code
    This program prints account statements and open items lists for customers and vendors in letter form. For account statements, all postings between two key dates, as well as the opening and closing balance, are listed.
    Regards,
    Gaurav

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Can't make a workable custom codec with ProRes 422 (HQ)

    I've only just now found that there is a Support Community for Compressor.  Wish I'd known sooner.
    I see my version of Compressor is 3.5.3.
    I've been on a little saga.
    I started out with the challenge of converting some MP4 files from a Blackberry Playbook into ProRes 422 (HQ) for editing in Final Cut. I used Compressor and the task looked fairly straight forward. I used the ProRes setting in the Compressor, converted my files and imported them into Final Cut. Video was fine but I soon found out that the audio needed rendering every time I put a clip into the Timeline. I went on-line to various chat rooms with this problem. Pretty soon a fellow was telling me that the ProRes 422 (HQ) setting in Compressor had "Audio Pass-through" as default and that this was the cause of my problem. Change it, he said, to "Linear PCM".
    It took me a fair while to figure out that the ProRes setting in Compressor did not allow itself to be modified and that I'd have to create a custom preset if I was to make these changes. I set about to do that. I was able to select "QuickTime Movie" and then in "Video/Settings" choose "ProRes 422 (HQ)", in "Audio", "Linear PCM". This did solve the audio problem. Now files imported into Final Cut did not need rendering. But another problem became evident.
    Whereas the ProRes 422 setting that came with Compressor in its summary page listed: "Width" and "Height" as "(100% of source)", the custom ProRes 422 (HQ) setting I'd just created has "Width" and "Height" as "320" and "240". In short the 19:9 aspect ratio of the original footage was lost. What I got both in the conversion and in Final Cut was a squished SD image.
    I've played like heck with Compressor trying to see if there was some place I could get this custom version of ProRes to correspond to the aspect ratio seen in the Audio Pass-through version that came loaded in Compressor. No luck. All very mysterious.
    My next step was to look to create another custom codec that would have the proper 1280 X 720 ratio. Turns out  "HDV 720p 30fps" does, so now I've been converting to that. Looks fine in Final Cut - proper picture and sound.
    I've been playing around a bit more and see now that I can create a custom setting using "Apple Intermediate Codec". I've tried it and it works too.
    So after all this, my question: Should I be using that codec instead? Or does it really matter what codec I use for editing? Is the only real issue what codec I decide to use to output?
    And while I'm at it: Does anybody have ideas why trying to create a custom setting with ProRes 422 (HQ) does not work - for my purposes at least.
    I must admit this converting codecs is pretty new to me. Hopefully with time this experience will get easier and clearer.
    John

    Setting a Compressor ProRes Custom Setting:
    1) Pick Apple ProRes 422...
    2) Drag the PreRes 422 setting to the Bach Window. You can only make a custom setting from the Batch Window...
    3) Select enable for the audio. Click on setting to make sure it is set right. Uncheck Allow Job Segmenting... Make sure Streaming is set to none*....
    4) Select the Geomenty tab... Pick Custom (16:9):
    5) Click Save As and name your custom setting...
    6) You new custom setting will show up in the Custum folder for later use:
    Another thing you can do is make Droplet of this custom setting. Menu... File... Create Droplet... Save the Droplet into a folder somewhere on your computer.
    A Droplet will start the transcoding automatically. Drag the Droplet onto a video icon and let it do it's job.
    * ProRes doesn't need the Fast Start setting. If this is set it will take almost twice as long to do the encoding. Same with Allow Job Segmenting using Qmaster.
    I did the above on the fly and hope everything is clear for you to understand.

  • Custom action with XML type input and output parameter.

    Hi,
    I want to develop custom action with xml type input and/or output parameter.
    Is there sample code for java side. How is the definition of input and/or output parameter and set/get methods?
    does it need special .jar file to develop custom action like this?
    Thanks.

    Cemil - yes, you can use XML data types.  Use the class
    com.sap.lhcommon.xml.XMLDataType
    for your parameter type.  Here is a snippet from a custom action we use to log XML (instead of just returning the #text node like the default logger does):
    public class XMLLogger extends ActionReflectionBase
        private String source;
        private String eventType;
        private String textMessage;
        private XMLDataType xmlMessage;
        public XMLLogger()
            log = new Logger("UserLog");
            source = DEFAULT_SOURCE;
            eventType = TYPE_INFO;
            textMessage = "";
            xmlMessage = new XMLDataType();
        public XMLDataType getXmlMessage()
            return xmlMessage;
        public void setXmlMessage(XMLDataType xmlMessage)
            this.xmlMessage = xmlMessage;
        public void Invoke(Transaction transaction, ILog ilog)
            StringBuffer sb = new StringBuffer();
            sb.append('[');
            sb.append(source);
            sb.append("] ");
            sb.append(textMessage);
            sb.append(XMLUtils.convertXmlToString(xmlMessage));
    XMLUtils is a helper class we wrote - it's just a bunch of standard Java XML boilerplate code.  The important part you need to know is XMLDataType.getDocument() will return an org.w3c.dom.Document.
    I hope that was enough information to help.
    -tim

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • Maintenance View for custom table with foreign key relationship

    Hi Folks,
         I have created a custom table with foreign key relationship with other check tables. I want to create a maintenance view / tablemaintenance generator. What all things I need to take care for the foreign keys related fields while creating the maintenance view / tablemaintenance generator.
    Regards,
      santosh

    Hi,
    You do not have to do anything explicitely for the foreign key relationships in the table maintainance generator.
    Create the table maintainance generator via SE11 and it will take care of all teh foreign key checks by itself.
    Regards,
    Ankur Parab

  • Is it possible to create a customized survey with our organizations logo at the top?

    Is it possible to create a customized survey with our organizations logo at the top? I'm trying to create a survey for our members but instead of using a template we would like to use something simple with our logo included at the top.

    Just create a blank form and click Add Header at the top of the form page:

  • Customer Experince with nokia N76 from may 2007 ti...

    Customer Experince with nokia !!!!
    today 20-09/2008 and still under progress!!!!!
    they wait till my warrenty end to reply to my problem...
    this just simple of emails i have the rest.....
    Till now more than 20 day's investagtion?what a careline ur just lazy and careless line but promise u will have a very big problem.bye
    @nokia.com wrote:
    > Dear Samir,
    > Thank you for emailing Nokia Careline.
    > With regarding to your inquiry kindly note that I did check the case again for you and it is still under process and once we got any new feedbacks be sure that we will come back to you, we are so sorry for being late.
    > Should you require any further assistance, please do not hesitate to contact the Nokia Careline and speak to any of our Customer Service Executives on 19876, between the hours of 9am and 8pm (local time), Saturdays to Thursdays. For online assistance, please visit http://www.nokia.com/mea/contactus.
    > Register with Nokia Connections and you will receive a bimonthly fun newsletter about the latest products and events. Click below to register.
    > http://www.nokia.com/mea/nokiaconnections
    > Kind regards,
    > Nokia Careline
    > Nokia Middle East & Africa
    >
    > [THREAD ID:2-48X8FP]
    > -----Original Message-----
    > From: @yahoo.com
    > Sent: 28/03/2008 04:46:14
    > To:
    > Subject: Nokia Careline - Samir Khalil - Nokia N76
    > Dear Mr. *****,
    > from you sent case no. 2-262950130 u told me 48hrs and
    > i will have reply till now 10 days no one from your
    > team call me or told me anything about my complaont is
    > it Nokia cant find any answer or what? u will
    > investigate forever and ur careline number in Egypt
    > doesnt work its give Error which means NO nokia at all
    > in Egypt so plz dont send ur customer service in ur
    > emails its just Fake number not working number i hope
    > if u in egypt to try it by yourself.
    > i will print all emails about my case today and all
    > paper's related to my esclate and insurance and the
    > warranty and will wait Last 48hrs am sorry i will take
    > legal action to nokia Egypt & middle east,hope to
    > contact me with final result not to wait anymore not
    > accepted by any mean.
    > ***This msg. to Mr.
    > Samir Maher
    > EGYPT
    Dear Samir,
    Thank you for emailing Nokia Careline.
    With regards to your enquiry, kindly be informed that your case is still under investigation and a resolution is expected shortly. Rest assured, your case has not gone forgotten and we will revert as soon as a resolution is achieved.
    Should you require any further assistance, please do not hesitate to contact the Nokia Careline and speak to any of our Customer Service Executives on 19876, between the hours of 9am and 8pm (local time), Saturdays to Thursdays. For online assistance, please visit ‘ASK Nokia’ at our website www.nokia.com.
    Register with Nokia Connections and you will receive a bimonthly fun newsletter about the latest products and events. Click below to register.
    http://mea.nokia.com/A4211102
    Kind regards,
    Nokia Careline
    Nokia Middle East & Africa
    [THREAD ID:2-48X8FP]
    -----Original Message-----
    From: @yahoo.com
    Sent: 20/03/2008 06:12:29
    To:
    Subject: complian is done
    Dear ,
    48hrs passed and nothing happen no one come back tome
    with any feedback frpm complain department actualy its
    72hrs my case no. 2-262950130 for nokia n76.
    that's the maximum respect you show to you customer's?
    am asked lot's to call me or your manager to call me
    samir or the resposible to this
    department call me and nothing happen.
    Dear Samir,
    Thank you for emailing Nokia Careline.
    Thanks you for your cooperation, I do appreciate that
    and I did a
    complain for you and here is the Service Requisite
    for you complain:
    2-262950130. our complain department will come back
    to you within maximum 48
    Hours.
    Should you require any further assistance, please do
    not hesitate to
    contact the Nokia Careline and speak to any of our
    Customer Service
    Executives on 19876, between the hours of 9am and 8pm
    (local time),
    Saturdays to Thursdays. For online assistance, please
    visit
    http://www.nokia.com/mea/contactus.
    Register with Nokia Connections and you will receive a
    bimonthly fun
    newsletter about the latest products and events.
    Click below to register.
    http://www.nokia.com/mea/nokiaconnections
    Kind regards,
    Nokia Careline
    Nokia Middle East & Africa
    [THREAD ID:2-48X8FP]
    -----Original Message-----
    From: @yahoo.com
    Sent: 16/03/2008 23:46:13
    To:
    Subject: Advice about your complian
    Dear ,
    this 2nd time i send this information in 3 weeks :
    Nokia N76:
    1. Job Order Number./1526584 & 1537749
    2. Authorized Service Center./Raya
    3. your full name and your phone number./Samir Maher
    Khalil-
    4. issues./1. Camera with very bad Quality &
    resultion. 2.Voice incoming calls&outgoing calls. 3.
    Material of the mobile its very very bad & not safty
    for humane being for use it.. 4. Its restart suddenly
    wizout any reason manytimes on daily basis .
    5.Software not helpful at all very completcated & have
    errors cant be able to download any new proudcts.
    6.low or NO at all performence battery there no
    battery u can say so empty every 12hrs maybe less
    maybe more deping. 7.Handfree with errors in the
    cable. 8.sms date not accurate with local time .
    9.high price with no need 3650 LE in 25/05/2007.
    my mobile after this date sent to Raya to fix it
    twice everytime not less than week with very bad
    customer service attuide which bad experince for
    customer nokia(could u plz visit any of them as
    mystery shopper)let's feel as customer,after all they
    changed for me the battery & handfree & sent my mobile
    again for the same problem's till now suffring from
    this mobile while my job at Mobinil which means
    Egyptian mobile opertator,i think now u got it how
    much my mobile important in my life & my work.please i
    need a help from Nokia i have been esclated from 3
    weeks and till now u didnt solve anything 4 me or even
    give me any helpful feedback.waiting ur feedback plz
    offer me solve for every problem from those and
    clairfy with details in ur email ok.
    5. faulty.
    6. Serial Number./
    7. Date of purchase./ 25-05-2007
    8. Date of send to repair./1st. time : 16/06/2007 &
    2nd. time: 19/06/2007
    9. Person name that you did contact with./sure can't
    remmber but i contact with Raya- Mesadak shop manager.
    ****Case no. : 2-258561699
    ***I will wait call from you
    Thanks
    Samir
    Mpderator note: personal information removed. It is unwise to publish personal contact information and unique serial numbers on the internet.
    Message Edited by michaels on 20-Sep-2008 03:25 PM

    The issue of firmware on operator-variant models is a common sore point on these boards.
    Unfortunately, Nokia's hands are tied. The operators have to approve new versions of the software before they can be applied to any phone sold to them by Nokia as their own variant.
    You will probably find that the operators' customer service staff are trained only to give advice on network services, if you want answers on issues other than that you need to locate the operator's head office and pester them. If you are a contract customer, that address should appear on your bill.

Maybe you are looking for

  • Mrp run without sales order

    Hi Experts,      I am running the MRP for a particular material ,and the material contains some sales order. I dont want the mrp to consider the sales order. I have made the changes in Strategy group from 40 to 10 in MRP3 tab. Schedule line from cp t

  • Search people of particluar role

    Is it possible to search for people of particular role in JNDI programming. For example, given data below, I would like to search people who have "Accounting Managers" role (as scarter has this role) , is it possible to do this? Is yes how to do it?

  • ITunes sync losing my songs?

    After having some issues (question/info here), I decided to continue trying and synced my iPod 2 more times. It finally finished syncing my songs, but there are still 3 missing that as far as I know, don't even show up.. Windows Explorer tells me the

  • Server 10.6 and client 10.7: slow performance in to show the shared volumes

    Hi, I have installed on some Mac the operating system 10.7 and I have realized that it employs more time to connect to the volumes of net shared by Mac OS 10.6 Server, know how to tell me how come? Tnx!

  • Re: Pre-positioned finder windows get moved automatically!    Mac OS » Ma

    Re: Pre-positioned finder windows get moved automatically! (Mac OS » Mac OS X v10.6 Snow Leopard » Finder and Dock, Sep 19, 2009 11:23 PM)    I could not find my original post to add this to.    I have discovered that CONTROL-Command-O will open a pr