Send IP range

Hi...
i have Cisco 3640 Router and i am using freeRadius with MySQL to send static IP address to my customers. I dont have any problem to give static IP address to customer.
Framed-IP-Address', 'A.B.C.20
Framed-IP-Netmask', '255.255.255.0
I would like to give IP range (eg. 3 bits 6 IP address) as well to customer so the customer can use these IP addresses.
Anyone can help me
Thanks

Framed-IP-Netmask has influence only on NAS side and
it'll insert the correct route into the routing table
(see the enclosed part), but it'll have NO effect
on the client side - meaning that the end-user should
do all addressing by himself.
Routing table for PPP user with one /28 subnet:
U 192.168.1.128/28 [1/0] via 192.168.100.129
C 192.168.1.129/32 is directly connected, Virtual-Access35
/Igor

Similar Messages

  • Send range as picture in email

    hey
    i have the below code which sends the range in the body of an email to the addresses specified in another range. I need to ammend it so the range is pasted as a picture to preserve formatting etc??
    any help is always appreciated
    Tom
    Sub Managermail()
        Dim OutApp As Object
        Dim OutMail As Object
        Dim emailRng As Range, cl As Range
        Dim sTo As String
        Set emailRng = Worksheets("sheet4").Range("a1:a30")
        For Each cl In emailRng
            sTo = sTo & ";" & cl.Value
        Next
        sTo = Mid(sTo, 2)
        Set OutApp = CreateObject("Outlook.Application")
        Set OutMail = OutApp.CreateItem(0)
        On Error Resume Next
        Sheets("Sheet2").Select
        ActiveSheet.Range("a1:s52").Select
       ActiveWorkbook.EnvelopeVisible = True
       With ActiveSheet.MailEnvelope
       .Introduction = "WTD Update"
          .Item.TO = sTo
          .Item.Subject = "WTD Update"
          .Item.send
        End With
        On Error GoTo 0
        Set OutMail = Nothing
        Set OutApp = Nothing
        Set emailRng = Nothing
        Set cl = Nothing
        MsgBox "Manager Email Sent"
        'Application.Run "'Wrap-CHT update.xlsm'!advisormail"
    End Sub

    hey
    i have the below code which sends the range in the body of an email to the addresses specified in another range. I need to ammend it so the range is pasted as a picture to preserve formatting etc??
    any help is always appreciated
    Tom
    Sub Managermail()
        Dim OutApp As Object
        Dim OutMail As Object
        Dim emailRng As Range, cl As Range
        Dim sTo As String
        Set emailRng = Worksheets("sheet4").Range("a1:a30")
        For Each cl In emailRng
            sTo = sTo & ";" & cl.Value
        Next
        sTo = Mid(sTo, 2)
        Set OutApp = CreateObject("Outlook.Application")
        Set OutMail = OutApp.CreateItem(0)
        On Error Resume Next
        Sheets("Sheet2").Select
        ActiveSheet.Range("a1:s52").Select
       ActiveWorkbook.EnvelopeVisible = True
       With ActiveSheet.MailEnvelope
       .Introduction = "WTD Update"
          .Item.TO = sTo
          .Item.Subject = "WTD Update"
          .Item.send
        End With
        On Error GoTo 0
        Set OutMail = Nothing
        Set OutApp = Nothing
        Set emailRng = Nothing
        Set cl = Nothing
        MsgBox "Manager Email Sent"
        'Application.Run "'Wrap-CHT update.xlsm'!advisormail"
    End Sub
    Copy Excel Range and then use Selection.PasteAndFormat (wdChartPicture) in Outlook's Message Editor

  • Send email from excel

    Can anyone help please.
    I would like to send a range from excel 2011 by email using VBA code. I can do this with Outlook but It fails because of using the Mac Mail Client.
    Is there any code out there that will send via the mac mail client
    Regards
    Gary

    Have you tried zipping Outlook application, and quitting Excel and reopening it?   Perhaps if there is no Outlook, it will go to the default e-mail client.

  • Adobe Reader 9.4 TS Server Send for Each page

    Some of our users on our terminal servers need to use send by range under advanced printing options to be able to print correctly. Is there a way to make this setting stay after closing Adobe Reader? For example with some registery entries, global adobe settings or similiar.
    Tried to discover what happens when i change the setting with processmonitor but its impossible to find anything useful because adobe reader creates like a houndred of system entries every every 10sec.
    Regards,
    Johan

    anomaly76 wrote:
    I have many machines that have both Adobe Acrobat 4.0 and Adobe Reader 9.4.0 on them.
    That combination is unrecommended and supprted by Adobe. It's one or the other.
    I assume that Adobe Reader 9.4.0 opens more file types than just .pdf.
    Nope. Just PDF's.
    anoma Is there maybe a command-line repair I can run on the 9.4.0 reader to fix the file associations?
    You may not need to go that far. Highlight a PDF, right click and use open with. In XP there's a box to tick that says to open all files types of that sort with whatever program you chose. There's probably something similar in your OS (not familiar with it, sorry).
    BUT, that may or may not work. You are experiencing one of the many issues involved with having both apps installed. Some of them are fixable, some not. Fixes work on some machines and not others...etc.That's why it isn't supported.
    They have finally fixed the issue (sort of) so the first supported combination is Acrobat X and Reader X.

  • Reg: Multiple Ranges for Variables

    Hello Gurus,
    We have a requirement to have Multiple Ranges for Variables and I have gone through the document below which is applicable to 2004s SP 07.
    We are on CE 7.1 SP 3 I was looking for a similar document which can guide me to create Multiple Value ranges in CE.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/07134c67-0b01-0010-0493-b89287cf330f?quicklink=index&overridelayout=true
    If this is not available in SP 3 is there a Workaround to have the same kind of functionality.
    Thanks & Regards,
    Pramod

    Hi Pramod,
    If I understand correctly, u want to send a range of values to the variable of a query.
    This can be done using " ; ". syntax is [value 1];[value 2];[value 3]
    If you want to send two dates to a query date variable... take two date fields then pass to the variable date1;date2 (while creating query you took variable of type range)
    Thanks,
    Pradeep

  • VBA to Lock and send

    Hi All
    I don't have much experience with VBA and I need a VBA script to lock and send data to essbase from my worksheet in excel. Any help would be appreciated.
    Thanks in advance
    Mik

    If you have the Excel addin installed on your machine, there should be a file called Sampvba.xls in the following folder
    C:\Program Files\Hyperion solutions\Essbase\client\sample
    If you go into the source code you'll find the following example which is a good place to start.
    Sub SendData()
    'Connect to each sheet of the book
    'Select each sheet
    'Lock and Send
    'Check hCtx, a none zero value indicates the sheet is connected. If it is zero, Connect.
    hCtx = EssVGetHctxFromSheet("[SAMPVBA.XLS]Jan")
    If hCtx = 0 Then
    X = EssVConnect("[SAMPVBA.XLS]Jan", "user", "password", "localhost", "Sample", "Basic")
    hCtx = EssVGetHctxFromSheet("[SAMPVBA.XLS]Jan")
    If hCtx = 0 Then
    MsgBox ("General Error in connecting to sheet.")
    GoTo Quit
    End If
    If X <> 0 Then
    MsgBox ("Connect Failed. Error: " + Str(X))
    End If
    End If
    'Get Global Options and set the message level. If level value is set to display message, turn it off.
    X = EssVGetGlobalOption(5)
    If X < 4 Then
    X = EssVSetGlobalOption(5, 4)
    End If
    'Select sheets, perform menu lock, send data range
    Sheets("Jan").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Jan", range("A1:Y20"))
    Sheets("Feb").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Feb", range("A1:Y20"))
    Sheets("Mar").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Mar", range("A1:Y20"))
    Sheets("Apr").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Apr", range("A1:Y20"))
    Sheets("May").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]May", range("A1:Y20"))
    Sheets("Jun").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Jun", range("A1:Y20"))
    Sheets("Jul").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Jul", range("A1:Y20"))
    Sheets("Aug").Select
    X = EssMenuVLock()
    X = EssVSendData("[SAMPVBA.XLS]Aug", range("A1:Y20"))
    'Logout all sheets
    X = EssVDisconnect("[SAMPVBA.XLS]Jan")
    X = EssVDisconnect("[SAMPVBA.XLS]Feb")
    X = EssVDisconnect("[SAMPVBA.XLS]Mar")
    X = EssVDisconnect("[SAMPVBA.XLS]Apr")
    X = EssVDisconnect("[SAMPVBA.XLS]May")
    X = EssVDisconnect("[SAMPVBA.XLS]Jun")
    X = EssVDisconnect("[SAMPVBA.XLS]Jul")
    X = EssVDisconnect("[SAMPVBA.XLS]Aug")
    MsgBox ("Sends Completed.")
    Sheets("Main").Select
    Quit:
    End Sub

  • Can't print scanned pdf files  Xerox 3450  Adobe Pro and Reader 9

    I have a user that cannot print PDF's made up of scanned images to a network printer.
    The job goes to the printer and spools up but hangs at either 64kb or 255kb and then errors out.
    Even if I print just one page, it does the same thing.
    Folks with Acrobat Pro 8 or Reader 8 can print the same file to the same printer with no problems.
    OS: XP
    Network Printer: Xerox Phaser 3450 PS
    Adobe:  Reader 9.1.3 and  Acrobat Professional 9.1.3
    I have tried the following:
    On the Xerox 3450 PS Printer:
    - disabling Advanced Printing Options
    - changing Post script options to: EPS, optimize for speed, optimize for portablity
    - reloading the printer drivers
    - unmapping/remapping the printer on the customer's system.
    In the Reader and Acrobat Pro print options:
    - print only Document rather than Document and Markups
    - print as image
    - unchecked 'convert to true type1'
    - changed options to Send for each page, send by range,
    - tried using Language level 2
    - reinstalling Adobe Reader 9
    This happens once the customer is upgraded to Adobe Reader 9.  If I disable the 'Advanced Printer options' he can print OCR/Text PDF files but cannot print even a single page Scanned image PDF file. The spooler hangs at 255kb and then the print job errors out.
    I confirmed this  same issue on multiple machines and on other Xerox 3450 printers on multiple print servers.  It is the same for Adobe Reader 9 and Adobe Acrobat Pro 9.
    The machines and  users are in different parts of the country on different print servers but the symptoms are the same: after being upgraded to Adobe Reader 9.1.3 or Adobe Acrobat Pro 9.1.3 they cannot send certain PDF files (so far just scanned image files) to a Xerox 3450 PS network printer.
    Any suggestions on what to try next would be appreciated.

    This problem plagued me for several weeks, until I found a solution that has allowed me to print scanned documents as quickly as a text document.
    I have confirmed this worked on several network X3450 printers using Adobe Reader 9.1.3 and Adobe Acrobat Professional v9.1.3
    In the Reader and Acrobat Pro print options:
        Click on the Advanced button and uncheck "Print as image" if it's checked.
        Click on "Let printer determine colors" to enable this option
        Click OK and Print.
    After making this change, the document queued up and printed as fast a any text document printed.
    I had a single page scanned text document which was about 19 KB, but when sent to the printer, the spooler grew from 10 MB to 50 MB to 80 MB, until an error occurred. Like you I tried many combinations until one worked. Then it was a matter of figuring out which setting was primarily responsible for allowing it to print quickly.
    Most likely the problem is with the raster image processor (RIP) within Adobe Reader and Acrobat. By selecting the option to "Let the printer determine colors", it passes that part of the processing over to the RIP within the printer. Since the X3450 is not a color printer, the information is easily converted to grayscale and printed.
    I'm still trying to absorb the information in the articles I have read so far, and I welcome any discussion about this from those more knowledgeable than I.
    I hope this fix works for you as it did for me. I made a lot of happy customers once they were able to print since most of their documents are scanned rather than created with Acrobat.

  • Using Guitar Rig 5 in MainStage

    Hello all!
    I'm just getting started with MainStage, and so far quite liking the possibilities.
    However, I've hit one thing which seems to be an issue for me, assuming I've understood it correctly. Each patch seems to have it's own channel strips, with it's own AU instruments etc... which to me seems a bad idea. Surely in this state, I will end up having hundreds of AUs running for the same software, which would slow things down?
    On top of that, I'm running keyboard, guitar and vocal through Mainstage. All for me, as I switch what I'm doing depending on the song we're performing (and sometimes mid-song). However, this means I may sometimes want to change a guitar patch while keeping my keyboard the same, or vice versa.
    So, to my question; is there a way to change AU presets without changing MainStage patch? I mainly need to do this with Guitar Rig 5 from NI, but I'd also quite like to do it with Massive and Reaktor too.
    Not quite sure I've worded that very well, so an example:
    I have a MainStage layout set up, which has my vocal going through clean with maybe some EQ etc. I've also got a guitar running through Guitar Rig 5, and my keyboard into Massive. During a song, I start off on keys playing Fat Bass 1 on my keys in Massive for the intro, switch to a distortion for the verse with my guitar, then Fat Bass 2 for the chorus in Massive. Maybe later I'll want a clean guitar in a bridge or something too, with some string hits thrown in from Massive again.
    The way MainStage is set out currently, I'd need a patch for each combination, which would leave me with at least 3 "patches" for one song and three instances each of Massive and GR running. I'd much prefer to just send in a control message to change the presets in Massive and Guitar Rig.
    Running on a 2014 15" MacBook Pro, 2.2GHz i7/16GB RAM/256GB SSD.
    Thanks

    I haven't been able to find a way to get it to work with Guitar Rig yet, but for Massive (and presumably Reaktor) I have found a solution. First, create an instance in MainStage, load it with Massive and load the presets you would like to use into Massive's preset bank. Turn it on so that it will respond to patch changes.
    Navigate to the 'Assignments & Mappings' tab of the edit page. Find the device you want to use to send the MIDI CC messages. If it isn't in the list, click on 'New Assignment', which usually creates an Unmapped assignment in the 'All Devices' list. Click the area where it says No Assignment to bring up the Hardware Input popup menu. Choose your device, assign channel to 1-16, and change Type to absolute. From the number menu, choose the CC number you want to send the patch change. Set MIDI thru to Automatic. Name the input to something like CC to PG01.
    Click on it to highlight the mapping info. In the far left side of the Control Inspector, you'll see a list of items such as Same as Input, Block, etc. You will also see the name of the instance containing Massive. Select it to bring up a list of control parameters, such as Volume, Mute, etc. From the list, choose MIDI Controller. The third item down in that menu is Program Change. Select it.
    You'll see the Parameter values for Program Change. For saved value, select the Program Change number you want to send. Number scheme is 0-127. Now, here's the tricky part that nearly drove me mad before figuring it out. For NI instruments, one of the Range Max or Min numbers must be set to zero and the other to a non zero number. If you want to select PG 0, set saved value as 0, range max as 1 and range min at 0. For any other patch number, set saved value and range max to the same number and set range min to 0.
    Also, make sure that the device thats sending your CC control message is configured as a toggle switch, not a momentary, or else it will send the range min program change number when you lift your foot or finger from the button. If you want to send multiple patch changes, add more mappings and assign different CC numbers to select the patch number you desire.
    An additional benefit is that you can load up a single instance of Massive with as many presets as it can hold and use aliases of that instance for other songs. In this case you would create a new MainStage patch and populate it with an alias of your Massive instance. Set up a separate hardware input (I use logic remote) and rather than setting the number to a CC controller, set it to Any. By entering the same NI mapping parameters as above, it will send the correct PG info to Massive when you select the MainStage patch containing the alias. If you need to select multiple Massive patches from the new MainStage patch, simply assign the CC controllers to select new patch assignments. All that info is freely assignable and saved on a per MainStage patch basis, so your first instance could select the patch (say 0) and use three CC controllers to set patches 1-3. On the next MainStage patch containing the Massive alias, you could set the PG to select patch 4 and those same controllers can be set to select patches 5-7.

  • Mac Acrobat Pro 9.3 can't print : pstopdffilter/pstocupsraster failed with err number 13

    Summary
    Can't print PDF files from Adobe Acrobat Pro 9.3.0 on Mac OS X Snow Leopard (10.6.2) to Brother MFC-7820N Printer (connected via USB).  Print queue consistently shows "pstopdffilter/pstocupsraster failed with err number 13".
    Steps to reproduce
    Launch Acrobat Pro 9.3.0 on Mac OS X Snow Leopard 10.6.2
    Open SimpleOnePageDocument.pdf (attached)
    From File menu select Print
    From Print Dialog select Brother MFC-7820N printer
    Click Print Button
    Results
    Printing immediately fails.  Print queue shows "pstopdffilter/pstocupsraster failed with err number 13" (see attached picture)
    Expected Results
    Document prints
    Things I have tried
    Downloading latest drivers from Brother for Snow Leopard (fall 2009 drivers)
    System Preferences->Print and Fax->Reset Printing Subsystem
    Print->Advanced->Postscript Options->Font and Resource Policy - Greyed out so I could not change from Send by Range to Send for each page
    Notes
    I can print PDF files from the Preview application without any problems.
    System Info
    Operating System
    Mac OS X Snow Leopard 10.6.2
    Product
    Adobe Acrobat Pro 9.3.0 (installed as part of CS4)
    Printer
    Brother MFC-7820N connected via USB
    Printer Driver
    Brother MFC-7820N CUPS version 1.41

    I have exactly the same problem since I changed my Mac for an Intel one (10.6.2 instead of Power PC 10.4).
    My printer is a Canon MP610 but this has nothing to do with the printer and it's software. Adobe seems to be completely deaf to this issue which is very annoying as most of the downloaded documents you need to print are pdf nowadays.
    I surrounded the issue by copying/pasting the pdf image in a jpeg file... This is very time consuming and I'm still waiting for a proper answer to this bug by Adobe.
    Let's continue to write, hoping Adobe will begin to move on the subject...

  • Why does the integratio​n time setting of Keithley 2000 (number of PLC) changes to medium (1PLC) from fast (10 PLC) and slow (0.1 PLC) settings, when I tried to read from Keithley?

    Dear All,
    I am trying to change the NPLC (the integration time) of Keithley 2000 and take voltage readings. Whenever I change the settings to fast or slow and then run the VI, the NPLC changes to medium. Could you kindly tell me what is causing this? Thank you and I look forward to receiving your replies.
    Regards

    For the NPLC setting, the higher the number, the longer it takes to get a reading.  So 10 PLC is much slower than 0.1 PLC. 
    See if you can set the NPLC setting from the front panel.  Then try changing the vi to set NPLC only, then read it back to see if it matches your setting.  Sometimes changing ranges will automatically set the NPLC depending on the range chosen.  So you have to send the range command before sending the NPLC command.  This may be what is happening.
    - tbob
    Inventor of the WORM Global

  • Using one controller for two Soft Synths

    Hey guys,
    Does anyone know how to use one MIDI controller to play two soft synths? In particular, I would like to use the bottom half of the controller's range to play one instrument, and the top half to control another. Any suggestions?
    Thanks!

    Sounds easy enough. All you need to do is split your controller, and send each range of keys to a separate MIDI channel. Then, set each of the sounds you want to control to only receive MIDI from that channel and record enable both tracks.
    I think there's a way to set this up in the environment too.

  • Parallel Execution questions

    Hi everyone, i have few questions about Parallel Execution.
    1- Query Coordinator to scan the table, split up the table to the processes. But, each process take different number of rows. For example, in oracle 10g database architecture, thomas kyte gave an example:
    "SELECT COUNT(*) FROM BIG_TABLE"
    It is distributed to 4 processes. One process take 1000 rows, another process 1200 etc. Why this is not equal? How the number of rows is determined by the QC?
    2- If we do not determine the degree of parallelism ( /*+ PARALLEL(B) */ instead of /*+ PARALLEL(B,16) */ ) how the cbo determine the degree of parallelism?
    3- in the explain plan i see lots of thing i do not know. For example :
    :TQ10000
    what is that?
    -> TQ, IN-OUT, PQ_Disturb columns?
    thanks for responses.

    Hi
    Why this is not equal? How the number of rows is determined by the QC?The number of rows is not used to split the table. Data is split in granules and distributed to the slave processed based on two methods:
    - partition granules: a whole partition is given to a specific slave process
    - block range granules: range of blocks are given to each slave process
    So, depending on the size of the granules, one slave process might process much more data than another.
    If we do not determine the degree of parallelism how the cbo determine
    the degree of parallelism?It depends on the configuration. In fact, there is a default at session level, at system level and at table level. Depending which ones are set, a DOP is chosen. In addition, the DOP might be decreased at runtime (before the execution starts, not dynamically during it).
    For example : :TQ10000 what is that?Producers send data to consumers through so called "table queues" (TQ). The number, in your case 10000, is just a identifier generated by the database engine.
    TQTable queue, e.g.: TQ10000 -> Q1,00
    IN-OUTThis is the relationship between parallel operations. E.g. P->P means that a parallel operation sends data to another parallel operation.
    PQ_Disturb columns?This is the method used to distribute rows. E.g. RANGE means that the producers send specific ranges of rows to different consumers.
    For a more detailed discussion about these topics have a look to the documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14223/usingpe.htm#i1009828
    HTH
    Chris Antognini
    Author of Troubleshooting Oracle Performance, Apress 2008 (http://top.antognini.ch)

  • How to pass a value and call SE38 program using SUBMIT statement

    Hello Friends
    I am trying to write a batch program in SE38, that calls other SE38 Programs.
    I don't want to use Parameter command to see the value on screen.
    All I want is to send a range of date (ToDate & FromDate) and generate different reports satisfying this date range condition.
    Can some one please help me with this. I would really appreciate it.
    I have tried the command SUBMIT with options of filling the input fields of the subsequent programs but I don't want to do this.
    I want all the sub programs to be called one after another and the reports generated using the date varialbles I send from the main program.
    I don't want to use se37 functions because of the client's request.
    Any help will be highly appreciated.
    Tks
    Ram

    Yes I am using SUBMIT command but I was not using the right options with the SUBMIT command and once I used the right options, it worked.
    Tks
    Ram

  • Reader XI can't print long PDFs

    I have some long PDFs, over 3000 pages, and Reader can't print more than 86 pages per job. While it tries, the job is apparently invalid and the printer (and HP LaserJet 4015 using a PostScript driver) stops printing and the job then terminates without any error message on either the printer or PC. I've tried several files and all fail. Reader 10 could print thest just fine as can my Mac using non-Adobe software.

    We are not aware of any general issue with Reader XI (as opposed to Reader X) in terms of ability to print “long” PDF files. I have routinely printed many very long (i.e., thousands of very graphically-complex pages) to printers with Adobe PostScript without any issues whatsoever from Acrobat XI (same print subsystem as Reader XI).
    There are a few potential issues here.
    I assume that you are actually referring to a Hewlett-Packard LaserJet p4015, a monochrome printer from 2008, no discontinued. As far as I can tell there is no LaserJet 4015. Such printers emulate PostScript; they do not have Adobe PostScript and have been known to be somewhat dodgy in terms of the quality of such emulation.
    Although there were relatively few changes in the PostScript generation between the X and XI versions of Reader and Acrobat, there could have been some simple change that triggers a problem with the PostScript interpretation of this particular model printer.
    You should make sure that you have the latest firmware for the printer. Hewlett-Packard often fixes bugs in their PostScript emulation via firmware updates. Go to <http://h20000.www2.hp.com/bizsupport/TechSupport/SupportTaskIndex.jsp?lang=en&cc=us&taskId =130&prodSeriesId=3558793&prodTypeId=18972&supportTaskId=42593> and if necessary, download and install the latest printer firmware.
    You should also set the front panel options and/or the PostScript driver options to Send the PostScript Error Handler with the jobs. If a PostScript error occurs, a page should print out with the error name and diagnostic information. That could help us determine the issue.
    One series of problems we have often seen with Hewlett-Packard emulations of PostScript is associated with fonts, especially when large numbers of subset fonts appear in a job, possibly due to the PDF files in question having been assembled from many smaller PDF files. Although your printer, according to specifications, should have a significant amount of memory (128MB), conceivably a series of font subsets are overwhelming the printer. The Advanced option in the print dialog typically provides options for how the fonts are sent to the print including Send by Range (the default), Send at Start, and Send for Each Page. You may wish to change whatever your current setting is for this (especially try Send for Each Page) and see if that resolves the problem.
    Please advise as to whether any of the above resolves the problem or at least provides more information that we can use to further diagnose what is going on.
              - Dov

  • Design for a semi protocol between a server and client

    Hi!
    I'm building quite a large client/server application that communicate using Serializable Objects.
    There is about 20 actions done between the client and server ranging from
    - the client requesting objects from the server
    - to the client sending a range of different values to the server.
    Does anyone have a design of a protocol that handles a large amount of actions that I could get design ideas off?

    Hi!
    I'm building quite a large client/server application
    that communicate using Serializable Objects.
    There is about 20 actions done between the client and
    server ranging from
    - the client requesting objects from the server
    - to the client sending a range of different values to
    the server.HOPP / Half-Object plus Protocol / Half-Object part Protocol
    This is the pattern EJB's follow.
    Does anyone have a design of a protocol that handles a
    large amount of actions that I could get design ideas
    off?Protocol ? There is SOAP, RTSP, SMTP or HTTP.
    To implement a Protocol Handler, checkout the Command & Interpreter Pattern. Command is most useful if you simply know the commands you need to handle, and Interpreter is most useful if you have a grammer you wish to implement.

Maybe you are looking for

  • Model implementation

    Hi, I am using CE 7.1. I am trying to use a RFC through model. When i try to write the below ocde, its giving error "the constructor Zbap_get_list_input is undefined". Zbap_get_list_input objVariant = new Zbap_get_list_input(); Please help me. Thanks

  • Abap & bsp in 2004 s java

    I have installed 2004s java stack .Can i use it to develop abap or Bsp applications?Or is it only for java applications. If so how? ELse is there any version or method to integrate both abap and java for sneakpreview

  • When I try to downlead apps I get the Message "error code 4001, try again later." What does this mean and what should I be doing about it ?

    I recently restored to factory settings.I updated iTunes Store account details and change of password on my PC. After that I tried to log on to the Store via my mobile and was confronted with my previous ISP,s log on page requesting password which wh

  • How to save a subreport via Ras Sdk

    Hello, Does anybody knows how to save a subreport as a rpt file ? This is something we can do using the designer (ie Crystal 2008). With the Ras Sdk for BOXI3.1, we can save a report  using ReportClientDocument.saveAs(). There is no SubReportClientDo

  • &SAP_EDIT command on SE16N

    The &sap_edit functionality was deactivated by SAP through Support package SAP-APPL 600 no 18. We want to reactivate the &SAP_EDIT functionality. So we implemented the SAP Note 1446530. The note 1446530 doesn't solve the problem. There is an error in