Removing document_lines using DI Server

Hi!
We try to use DI Server for removing document_lines in A/R Order (documents object).
RemoveObject method for DI Server couldnu2019t be used for documents & document_lines:
u201C Use the RemoveObject command to delete data from the database. This command is supported only for DI objects that support the Remove method (see the DI API documentation)u201D.
How can we delete document_lines using API DI Server?

HI,
try this to delete using di objects
[Visual Basic] The following code sample, demonstrate the use of the Delete method.
Dim oOrder As SAPbobsCOM.Documents ' Order object
        Dim lRetCode As Integer ' Return Code
        ' New Order
        oOrder = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
        ' Fill Order details
        oOrder.CardCode = "C40000"
        oOrder.CardName = "Earthshaker Corporation"
        oOrder.HandWritten = SAPbobsCOM.BoYesNoEnum.tNO
        oOrder.DocDate = Today()
        oOrder.DocDueDate = Today()
        oOrder.DocCurrency = "USD"
        'Fill 2 lines in the order
        oOrder.Lines.ItemCode = "A00001"
        oOrder.Lines.ItemDescription = "IBM Inforprint 1312"
        oOrder.Lines.Quantity = 1
        oOrder.Lines.Price = 380
        oOrder.Lines.TaxCode = "0"
        oOrder.Lines.LineTotal = 380
        oOrder.Lines.Add()
        oOrder.Lines.ItemCode = "A00002"
        oOrder.Lines.ItemDescription = "IBM Infoprint 1222"
        oOrder.Lines.Quantity = 1
        oOrder.Lines.Price = 380
        oOrder.Lines.TaxCode = "0"
        oOrder.Lines.LineTotal = 380
        ' Now we want to delete the second line in the Order
        oOrder.Lines.Delete()
        ' The Order will be added without the second line
        lRetCode = oOrder.Add
Edited by: micheal willis on Jul 24, 2009 4:28 PM

Similar Messages

  • How to Remove Business Partner Address using DI Server

    Hello,
    I need to remove Business Partner Addresses using DI Server, the example in the SDK only mentions the remove of the entire business partner, but I need to delete only one of the business partner addresses, how can it be done?

    Hi,
    the usage of the "UpdateWithSubDeletion" method of B1 object atom might be an option.
    You need to update the complete business Partner with the changed amount of addresses.
    The usage is tricky, you need to retrieve the BP, which you want to update, first via synchronous retrieval method using import/export mode.
    From the retrieval result you should start to update every segment with all fields including the BPAddresses segment in exactly the same sorting order as displayed from the synchronous retrieval.
    Best regards
    Bastian

  • Removing from an FTP server

    Hey Guys,
    Say you have an image or file you want to remove from an FTP server, what method would you use in the FTPClient? the deleteFile(String arg)?
    Thanks,
    ArchBytes

    If you are using Apache Commons net API the answer is yes.
    Provided the login which you have used has respective permissions to do that.
    for more info please refer the API.
    http://commons.apache.org/net/api/org/apache/commons/net/ftp/FTPClient.html

  • Create A/R Invoice and Its Incoming Payment using DI Server

    Hi Everyone,
    I need to create an A/R Invoice and its payment in a sigle transaction using DI Server. The problem is that I don't know the DocEntry that will be assigned to the invoice in order to set it in the SOP message for creating the incoming payment.
    I guess the SOAP message should look like:
    <?xml version="1.0" encoding="UTF-16"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header>
      <SessionID>F46EDCE6-3F79-1F9F-1D1E-DC6226D04FA7</SessionID>
    </env:Header>
    <env:Body>
    <dis:AddObject xmlns:dis="http://www.sap.com/SBO/DIS" CommandID="Add invoice">
      <BOM>
       <BO>
        <AdmInfo>
         <Object>oInvoices</Object>
        </AdmInfo>
        <Documents>
         <row>
          <DocDate>20040707</DocDate>
          <DocDueDate>20040707</DocDueDate>
          <CardCode>BP</CardCode>
         </row>
        </Documents>
        <Document_Lines>
         <row>
          <ItemCode>Item1</ItemCode>
          <Quantity>3</Quantity>
          <TaxCode>My Tax</TaxCode>
         </row>
        </Document_Lines>
      </BO>
      </BOM>
      </dis:AddObject>
      <dis:AddObject xmlns:dis="http://www.sap.com/SBO/DIS" CommandID="Add Incoming Payment">
      <BOM>
       <BO>
        <AdmInfo>
           <Object>oIncomingPayments</Object>
        </AdmInfo>
        <Payments>
           <row>
               <CardCode>BP</CardCode>
               <DocTypte>rCustomer</DocTypte>
           </row>
       <Payments>
       <Payments_Invoices>
            <row>
                 <DocEntry>???</DocEntry> <---- ???
                 <InvoiceType>it_Invoice</InvoiceType>
                <SumApplied>100</SumApplied>
            </row>
       </Payments_Invoices>
       </BO>
      </BOM>
    </dis:AddObject>
    </env:Body>
    </env:Envelope>
    Any help?

    Dear Hugo Moreno,
    You could use the GetNewObjectCode Method of the Company Object to retrieves the key of the last added record.
    Please refer to SDK DI API help for this method.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Trying to configure a Win 2003 Server to use TLS server authentication . . .

    I am trying to
    configure a Win 2003 Server to use TLS server authentication following Method 2 in KB 895443 - see below:-
    Method 2: By using the Certificate Request Wizard
    The following steps describe how to obtain a certificate from a Windows Server 2003 Certification Authority. You can also request a certificate from a Windows 2000
    Certification Authority. Additionally, you must have Read permissions and Enroll permissions on the certificate template file to successfully request a certificate. Use this method if one or more of the following conditions are true:
    You want to request a certificate from an Enterprise Certification Authority.
    You want to request a certificate that is based on a template where the subject name is generated by Windows.
    You want to obtain a certificate that does not require administrator approval before the certificate is issued.
    To obtain a certificate, follow these steps:
    Click Start, click Run, type mmc, and then click OK.
    On the File menu, click Add/Remove Snap-in.
    Click Add, click Certificates, and then click Add.
    Click Computer account, and then click Next.
    If you want to add a certificate to the local computer, click Local computer. If you want to add a certificate to a remote computer, click Another
    computer, and then type the name of that remote computer in the Another computer box.
    Click Finish.
    In the Add Standalone Snap-in dialog box, click Close, and then click OK in the Add/Remove
    Snap-in dialog box.
    Under Console Root, click Certificates (Local Computer).
    Note If you configured the Certificates MMC snap-in to manage a remote computer, click Certificates (servername)instead of Certificates (Local Computer).
    On the View menu, click Options.
    In the View Options dialog box, click Certificate purpose, and then click OK.
    In the right pane, right-click Server Authentication, point to All Tasks, and then click Request New Certificate.
    In the Certificate Request Wizard that starts, click Next.
    In the Certificate types list, click Server Authentication, click to select the Advanced check box,
    and then click Next.
    In the Cryptographic Service Providers list, click Microsoft RSA SChannel Cryptographic Provider.
    I get as far as step 11 and I get the error message:-
    The wizard cannot be started because of one or more of the following conditions:
    - There are no trusted certification authorities (CAs) available.
    - You do not have the permissions to request certificates from the available CAs.
    - The available CAs issue certificates for which you do not have permissions.
    This is covered in KB 927066 – see below:-
    To resolve the problem, follow these steps:
    Verify that the CERTSVC_DCOM_ACCESS group exists in the domain that hosts the certification authority. This group is in the CN=Users container.
    To do this, follow these steps:
    Click Start, click Run,
    type Dsa.msc, and then click OK.
    In the left pane, click the Users container.
    Verify that the CERTSVC_DCOM_ACCESS group is in the right
    pane. If the CERTSVC_DCOM_ACCESS group is not in the right pane, go to step 4.
    Verify that the CERTSVC_DCOM_ACCESS group includes the following member groups:
    Domain Users
    Domain Computers
    If these member groups do not exist in the CERTSVC_DCOM_ACCESS group, go to step 4. 
    Note If users or computers in other domains need to enroll against the certification authority, you must also add those users and computers to the CERTSVC_DCOM_ACCESS group. If the current problem occurs on a domain
    controller, you must also add the Enterprise Domain Controllers group to the CERTSVC_DCOM_ACCESS group. By default, domain controllers are not members of the Domain Computers global group. Therefore, domain controllers
    do not have sufficient DCOM permissions.
    Verify that the CERTSVC_DCOM_ACCESS group has the appropriate DCOM Access permissions and DCOM Launch and Activation permissions on the computer that hosts the certification
    authority.
    Click Start, point to Program,
    point to Administrative Tools, and then click Component Services.
    Expand the Component Services node.
    Expand the Computers node.
    Right-click the My Computer node, and
    then click Properties.
    Click the COM Security tab.
    Under Access Permission, click Edit
    Limits.
    Verify that the CERTSVC_DCOM_ACCESS group has Allow Local Access and Allow
    Remote Access permissions, and then click Cancel.
    Under Launch and Activation Permissions, click Edit
    Limits.
    Verify that the CERTSVC_DCOM_ACCESS group has Allow Local Activation and Allow
    Remote Activationpermissions, and then click Cancel.
    Click Cancel, and then close the Component
    Services console.
    Settings may be incorrect if any one of the following conditions is true:
    The CERTSVC_DCOM_ACCESS group does not exist.
    The default membership of the CERTSVC_DCOM_ACCESS group is incorrect.
    The CERTSVC_DCOM_ACCESS group does not have the correct permissions.
    If any one setting is incorrect, run the following commands at a command prompt. Press ENTER after each command.
    certutil -setreg SetupStatus -SETUP_DCOM_SECURITY_UPDATED_FLAG
    net stop certsvc
    net start certsvc
    Repeat steps 1 through 3 to verify that all the settings are correct.
    Note If the changes affect the group membership of the certification authority server, you must restart the server for the changes to take effect.
    The only part of the above instructions which I have not been able to complete is:-
    “you must also add the Enterprise Domain Controllers group to the CERTSVC_DCOM_ACCESS group”.
    When I click on the CERTSVC_DCOM_ACCESS user then click the Members tab & go to add Enterprise Domain Controllers the option is not there.

    Hi Nick,
    Have you successfully set up an enterprise CA?
    If yes, is the enterprise CA’s certificate located under the Trusted Root Certification Authorities store?
    Best Regards,
    Amy

  • Executing a Job via Web Services using a Server Group?

    When executing a job from Designer or from the Management Console you have the option to select a specific job server or a server group.
    But when executing a job via Web Services it uses the first job server with which the repository was associated (i.e. the first job server listed in AL_MACHINE_INFO).
    Is there a way to get the job to execute using a server group instead simply choosing the first job server in the list?
    Note: We are using FIM to execute the jobs via web services and don't have access to additional parameters.

    Joe
    Here is the where you can change the server group/job server.
    - After you add the Batch/real Time job as a webservice.
    - Go to the Webservice Batch Job Attribute and from the drop down choose the "Enable job Attributes" and hit apply.
    - After this if you use the WSDL URL http://<Data Services Web Server>:<Web server Port>/DataServices/servlet/webservices?ver=2.0&wsdlxml
    - You will see the job attributes that you can change based on the allowed parameters mentioned in the documentation.
    The batch job or real time job is published without the job parameters by default. Once you enable the job attributes, remove and re publish the batch job as a web service. The application making the call to this webservice should be able to read the WSDL generated by Data services and pickup all the input and output parameters of the method.
    Refer to the Data Services Integrator guide (Chapter 3 : pages 25 - 33 ) to get the exact parameter values permitted via Data Services jobs called via web services.
    Hope this helps!
    Thanks & Regards
    Tiji

  • Using Windows Server 2012 per-User RDS CAL on Server 2008 R2 Session Host

    I have a Remote Desktop Licensing Server setup on my domain controller running Windows Server 2012 R2. I have installed a
    ’Windows Server 2012 Remote Desktop Services per-User CAL’ there and activated the licensing server already.
    Currently I use ONLY Windows Server 2008 R2 machines as RDS Session Hosts (in the future I plan to transition them to 2012 R2, hence the CAL I bought is
    already in the newest version).
    I have already configured my WS 2008 RDS Session Hosts: set
    Per-User licensing mode and specified license server address. The connectivity between my Session Host(s) and my License Server seems to be ok as the
    Remote Desktop Session Host Configuration window on the Session Host correctly lists the 2012 per-user
    license (CAL installed on server) from the license server.
    On the License Server I can also see event logs entries (in
    Microsoft-Windows-TerminalServices-Licensing/Admin), indicating that the user has been issued a license.
    The issue I am having is that the license being issued is
    2008 Per User CAL license (Build-in OverUsed - temporary) and not the 2012 Per User CAL license which is the only license installed on the server. According to the RDS CAL interoperability matrix at
    social.technet.microsoft.com/wiki/contents/articles/14988.rds-and-ts-cal-interoperability-matrix.aspx, I was expecting the 2012 license to be backward-compatible with 2008 client (and that
    in the absence of legacy licenses, the (only) 2012 license would be used for all clients connecting to the licensing server)
    Before I bought my license, I found this document: 
    download.microsoft.com/download/3/D/4/3D42BDC2-6725-4B29-B75A-A5B04179958B/WindowsServerRDS_VLBrief.pdf 
    which says that - "newer version RDS CALs can be used with an older version of the server software" (In section FAQ, Q4), which means to me that
    the 2012 license would work as-is for the 2008 Server and gives me flexibility when upgrading to the new server version.
    How can I make this CAL work in my environment? 
    Note:
    I have already explicitly disabled
    Prevent license upgrade Group Policy setting which I assumed would fix the issue but nothing has changed.
    Then I have enabled License server security group Group Polity setting
    and added computers from my domain to RDS Endpoint Servers AD group. I have also created new AD group called
    Terminal Server Computers and added the computer accounts there, but it changes
    nothing. Reference - technet.microsoft.com/en-us/library/ee791761.aspx , technet.microsoft.com/en-us/library/cc725704.aspx and blogs.msdn.com/b/rds/archive/2009/09/17/control-the-issuance-of-rds-cals.aspx.
    I found one potential ‘workaround’ which involved manually downgrading my CAL license by calling
    Microsoft Clearinghouse. I am very reluctant do to so because, as I upgrade parts of my infrastructure to Server 2012, I’d need to then ask Microsoft to manually upgrade a part of my license back as well.
    Am I missing something? What should I do to get my 2012 CAL to be issued to 2008 R2 server

    Hi, I have tried several other possibilities.
    I change expire date for my temporary assigned license (2008 CAL overused). It can be done, by changing Active Directory user properties – msTSExpireDate. When I restart my Session Host server and logged again, my license was renewed
    for next 60 days (event ID - 4145).
    I also delete information about license for this user (clear msTSExpireDate and msTSLicenseVersion). And the license was successfully removed from License Manager. After another SH restart it gets the same – 2008 overused – license
    (event ID 4143 - license server has successfully issued …)
    I now, that changing info in AD attributes is a little trick, and this is not a real value - only a reference, but it was useful to delete or change expiration date of license. But it didn’t change type of license as I expected.
    Reference -
    http://discussions.citrix.com/topic/243320-windows-2008-licensing-questions/
    To TP:
    I have found your post with information:
    If you have a Server 2012 RD Licensing server you may install your 2012 RDS CALs on it (no downgrade necessary) and then set your Server 2008 R2 RDSH to
    use the 2012 RDL server.  The 2012 RD Licensing server will automatically issue the CALs as 2008. -
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/6046ded1-96bf-4d79-89ce-38aac2a6694e/can-we-use-windows-server-2012-rds-cal-license-in-rds-2008-r2-server?forum=winserverTS
    And it showing my situation in brief. I also found
    similar problems, but the solutions don’t meet my expectations.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/dcfb1966-89a8-4b5d-bf5a-ff03ac0b7a66/rds-cal-licenses-not-recognized?forum=winserverTS
    – “sudden all of the CALS were available”
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/f1228599-8452-4a3e-a263-061de14bfcfe/server-2012-rds-builtin-overused-cals-issue?forum=winserverTS
    – “this should go away after a while”
    Is there a way to determine this time you mentioned before? Or should I just wait patiently…

  • How do I set up my email account on my iMac OS Yosemite 10.10.2 so that the emails are downloaded to my computer and removed from the ISP server?

    how do I set up my email account on my iMac OS Yosemite 10.10.2 so that the emails are downloaded to my computer and removed from the ISP server?

    When setting up the email using Apple 'Mail' (version 8.2 (2070.6)) I do not get an option to set up my email as using POP.  I can go to Outlook from Microsoft and I get a chance to set my mail up using POP, however I would prefer to use the Apple supplied 'Mail' email programme as I'm using Office 365 and may not want to continue the subscription sometime in the future.
    Any advice on setting Mail to POP would be appreciated.  A not so Happy Wombat.

  • How do I get mac to use my server!

    Ok this is probably the simplest question, and yet I don't anything anywhere that tells me how to do this.
    I installed a Tiger server on a small network and I have 4 regular macs running Tiger.
    How do I tell the macs to login using the server? I want them to use the software update server, as well as the mail server (but thats done already) plus one of the machines is a laptop that is often out and about (so I will configure portable home directories when I figure it out).
    So????

    My experience is that Open Directory can suffer from the occasional glitch, and these can be introduced either by a preference file or some such becoming corrupt, or by not setting up stuff on the server in the right order, or by not having DNS configured properly.
    Looking at your duplicate post under "Using Mac OS X server", I think there is clearly a problem with the way your DNS / DHCP / OD is set up, and there is a case for you starting again, especially because you have only four accounts to create in WorkGroup Manager.
    Grant Bennet-Alder mentions John DeTroye's guide, and it looks really useful. You should note however, that it relates to Panther, not Tiger. That is mostly irrelevant, but it does matter with the DNS setup. Tiger is much simpler, and doesn't involve all the steps that Panther did. It removes some options, but this is going to be an advantage in your situation. You should make sure you follow Apple's own docs for DNS.
    The main thing about DeTroye's guide is his insistence on doing things slowly and in the right order.
    Hope it works for you.
    Martin

  • Using Vi server in real time application

    HI
    I am  using PXIe( 4330, 6363 and 4353) devices and I want to have executable file for the calibration program  ( AI,AO verification procedure and so on). So I think is necessary to have 2 programs for each 'verification procedure', one under host (executable file) and one under target (real time application).  in host program (exe file) I used VI server to call Real time application. There are some problems that I am phasing.
    First I can’t select the channels which the reason is abvious because my host program is under my computer not under target, but I do not know what is the solution?
     and second is, error number 7 occurred. which says : the path file is not correct , or the file is removed... 
    As I mentioned my goal is to have an executable file which contains Real Time application. Please specify If there are other ways to do that. I do not know wether the way I am doing is correct or is somethig impossible ?!!!!!!!
    Attachments:
    Analog input verification.png ‏158 KB
    AnalogInputFrontPannel.png ‏181 KB
    Error 7.png ‏148 KB

    Hi 
    there is no specific reason why I call vi dynamically, as I said I try to generate executable file which contains real time application, but before that I need to run host vi too see if it works or not. I did what you advised and I have same error still. I think there must be something wrong with path address and vi server, but I address .rtexe file or target vi to my host and for both I have error. 
    I have attached the projects here.and I have followed this example : 
    http://digital.ni.com/public.nsf/allkb/A7DBA869C000B5AE862570B2007C4170
    BTW , are there some special configuration for Real time application that I might missed ? 
    thanks 
    Attachments:
    PXIe-6363.zip ‏306 KB

  • How do I remove the "MATRIXx License Server" from my WinXP control panel?

    I am running Windows XP and have a "MATRIXx License Server" applet that appears in my control panel. I have been unable to remove it. In the "About" window of the applet, the following information is given:
    Flexlm Version 6.0 Copyright 1996-1998
    Copyright 1996-1998
    Globetrotter Software
    San Jose, California USA
    I looked briefly at the Macrovision web site (pointed to by the globetrotter link above), but there is nothing obvious about this.

    The MATRIXx License Server is part of the MATRIXx License Manager installation and is the utility that you use to manage the MATRIXx licenses, especially if you are using floating licenses. As of MATRIXx 7.1 the LM Tools utility is used instead, and it can be accessed from the MATRIXx category on the Start Menu. I would not recommend removing the MATRIXx License Server from the Control Panel, but here is a KB from the Microsoft website that gives instructions:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;261241&sd=tech
    It mentions Windows 2000, but the steps are very similar for Windows XP. Once removed you will not be able to configure the license manager until you unhide it again.
    Carl L
    National Instruments
    www.ni.com/matrixx

  • Can't create stock transfer using DI Server

    Hi Experts,
    I need a very urgent help from you guys.
    I was creating an inventory transfer document with batch numbers by using DI Server, Each time it gives me error "10000559 - Not enough data".
    I am using following soap string.
    Thanks in advance for the help
    <?xml version="1.0" encoding="UTF-16"?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
      <env:Header>
        <SessionID>6BD16887-E595-41B0-A6D2-D730DFA07B55</SessionID>
      </env:Header>
      <env:Body>
        <dis:AddObject xmlns:dis="http://www.sap.com/SBO/DIS">
          <BOM>
            <BO>
              <AdmInfo>
                <Object>oStockTransfer</Object>
              </AdmInfo>
              <Documents>
                <row>
                  <CardCode>V00204</CardCode>
                </row>
              </Documents>
              <Document_Lines>
                <row>
                  <ItemCode>Raw Colostrum</ItemCode>
                  <WarehouseCode>TANK1</WarehouseCode>
                  <Quantity>2.5</Quantity>
                  <FromWarehouseCode>FREEZER1</FromWarehouseCode>           
                </row>
              </Document_Lines>
              <BatchNumbers>
                <row>
                  <BatchNumber>140505155901743</BatchNumber>
                  <Quantity>2.5</Quantity>
                  <BaseLineNumber>0</BaseLineNumber>            
                </row>
              </BatchNumbers>
            </BO>
          </BOM>
        </dis:AddObject>
      </env:Body>
    </env:Envelope>

    Hi Ritu,
    I don't know exactly what the problem is, but the following xml is working for me ( using StockTransferService):
    <?xml version="1.0" ?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <soap:Header>
            <MsgHeader xmlns="http://www.sap.com/SBO/DIS">
                <SessionID>87CC6D32-2724-49EA-BD30-EA6DD1F0810C</SessionID>
                <ServiceName>StockTransferService</ServiceName>
            </MsgHeader>
        </soap:Header>
        <soap:Body>
            <Add xmlns="StockTransferService">
                <StockTransfer xmlns="http://www.sap.com/SBO/DIS">
                    <FromWarehouse>01</FromWarehouse>
                    <ToWarehouse>02</ToWarehouse>
                    <StockTransferLines>
                        <StockTransferLine>
                            <ItemCode>B10000</ItemCode>
                            <Quantity>1</Quantity>
                            <WarehouseCode>02</WarehouseCode>
                            <BatchNumbers>
                                <BatchNumber>
                                    <BatchNumber>B1-00067</BatchNumber>
                                    <Quantity>1</Quantity>
                                    <BaseLineNumber>0</BaseLineNumber>
                                </BatchNumber>
                            </BatchNumbers>
                        </StockTransferLine>
                    </StockTransferLines>
                </StockTransfer>
            </Add>
        </soap:Body>
    </soap:Envelope>
    regards,
    Maik

  • Add and remove subform using API

    Hi,
    I have a document which add and remove subsform using javascript. I need to fill out the fields and add or remove subform using the java API. Is it possible?
    Thanks,

    Hi Snehasis,
    Tom is correct, there is no T-SQL command to add a publisher to Replication Monitor.  However, the server from which you launch Replication Monitor will automatically be added to Replication Monitor if it is a Publisher.  Also, you can add additional
    Publishers using the Add Publisher dialog.
    This is covered in
    Add and Remove Publishers from Replication Monitor
    Brandon Williams (blog |
    linkedin)

  • I cannot use any server therefore I cannot get on the internet. My ipad can get on the internet. I reset my foxfire to default and now i must have messed it u

    I cannot get online from foxfire. My wifi is working since i have it on my ipad. is foxfire locked up so it cannot allow me to use a server to get on the internet. there is no connection. when i reset firefox to default maybe it did not set up right.

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating
    *http://kb.mozillazine.org/Error_loading_websites

  • Selectively remove messages from POP server

    The one feature that is preventing me from using Mac Mail is the absence of a way (that I can find anyways) of selectively removing mail from the server.
    In Entourage you can click on each or any number of messages and choose to remove those messages from serve. This is invaluable to me as I do not want to have to see all the junk mail or mail I have delt with when I get home. However may messages I do want to keep. Others I can delete from Entourage knowing I can deal with them later at home as they will stay on the server.
    I know you can have mail removed once it is moved out of the in box however that means that all the mail that I want to keep on the server, I can to keep in the inbox. I do not want to have a huge number of email stay in my inbox just so I do not have to remove from server.
    I would like to use Mac Mail to be able to use the spotlight features.
    Anyone know of a way that I may have missed to do what I can do in Entourage?
    Thanks

    Guys,
    I have the same reservations about using Mail - I want to selectively delete mail from the server. I am using 10.3.9 and Mail 1.3.11 v622. Can I use Raymac's workaround? I did not see a Get Info when I tried to find one... What is the most current version of Mail that will work with 10.3.9?
    Thanx,
    Don

Maybe you are looking for

  • Did anybody know about the OMR(Optical mark reader) tools.

    I have to read a image file using OMR(Optical mark reader).Did any third party tools for java r available in market? Plz help me....

  • Creating database using java

    hey i Have a question can i write a code to write a database and make my own using data structures using no jdbc no sql or oracle or anything can anybody suggest me the possible steps n logicthat may be possible

  • ACR 6.7 update failure

    Please can you help solve the total loss adobe camera raw from my photoshop CS5.1 ? I noticed that 6.7 update was available with the patch installer. I downloaded, unzipped the files and double clicked the installed as required. message displayed to

  • Revel support?

    Praveen: Hello! Welcome to Adobe Customer Service. Praveen: Hi Customer Praveen: May I please have your email address registered with Adobe? Customer: Hello Customer: one of several I'm sorry to say... is XXXXXX.... i did not do this with a whole lot

  • Can we delete members in dimension in Planning application using HAL

    <p>Hi</p><p>i added nearly 100 members in planning application usingHAL.</p><p>i wanted to delete those members. can i use HAL to deletemembers in dimension using HAL.</p><p>thanks,</p><p>Balu.</p>