Multiple R/3 clients as receivers

hi all,
i hav arequirement like,1sendor,4 R/3 clients,is it possible.
regards,
subba reddy

Hi Bob,
I would like to extend the discussion to the case in which there is an R/3 Landscape with four systems (DEV, QAS, PreProd and Prod). Well in this case is preferable/necessary to have a PI Landscape with four systems or with classical three systems?
This is a very broad topic related to the design of the landscape. I won't be able to comment whether 4 PI systems are required without knowing more details.
You might be interested in answering these before moving ahead-
1. What is the role of Pre-Prod system?
2. Any testing is being done on that? If yes, then you need to have PI in that environment.
3. How you are going to design the SLD?
In the case of PI Landscape with three systems is it possible (and how) to configure the PI QAS system as receiver or sender for R/3 QAS and Preprod?
PI Dev will point to PI QAS, which will have Dev as Sender and Prod as Receiver. QAS will point to PI Prod, which will have sender as QAS. With 3 systems environment, you won't be able to have R3 Pre-Prod either as sender or receiver for any of PI systems.
Hope this helps.
Regards,
Neetesh

Similar Messages

  • AddOn Exe running multiple instance in client machine

    Hello Experts,
    I have created a addon which i have installed in the server .While connecting the addon from the client machine addon runs
    well . But at the end of day when i see the task manager their it shows two to three instance of that addon exe running
    .I have written the application event in my addon for its termination when the sap is closed or addon is stopped.
    Even though system shows two to three instance of that addon exe running on that client machine.
    Suggest how to solve this multiple instance problem of AddOn Exe.
    Thanks & Regards,
    Amit

    Hello Amit,
    this comes because SAP B1 Dumps, and your addon is not terminated. You can check the
    C:\Program Files\SAP\SAP Business One\Log folder for SAP B1 logs. If you see more than 1 file per day, you can make sure, that the application has been restarted.
    When B1 dumps,. the addons are not getting disconnected, so you can build a monitoring procedure into the addon, to look SAP B1 is alive or not.
    In forum, last year I have sent at least 2 solutions for handling this issue, but it is very hard to  handle in terminal servers because there you running several SAP Business One.exe applications.
    If you not using terminal server, it is not an problem. follow up this threads
    http://forums.sdn.sap.com/search.jspa?threadID=&q=StartMonitorSAPB1&objID=f56&dateRange=lastyear&numResults=15&rankBy=10001
    Regards
    J

  • Multiple AP541N dropping clients

    I have 3 AP541Ns setup in a small environment.  The wireless clients use laptops to attach, via RDP, to a Microsoft Terminal Server.  They need the ability to walk, with laptop, from room to room, IE roaming wireless clients.  The issue is the clients drop and re-attach constantly and takes up to 5 minutes to re-attach� to the WLAN / RDP session.  Is this a symptom of going from WAP to WAP and is their anything I can do about it?
    Thanks,

    Chris,
    The AP541N doesn't support true wireless roaming; for wireless roaming you would need to move up to enterprise devices. Now there is an option that should speed up the re-authentication time.
    Enable
    Preauthentication
    If in WPA Versions you selected only WPA2 or both WPA and
    WPA2, you can enable pre-authentication for WPA2 clients.
    Click Enable pre-authentication if you want WPA2 wireless
    clients to send a pre-authentication packet. The preauthentication
    information is relayed from the access point
    the client is using to the target access point. Enabling this
    feature can speed up authentication for roaming clients that
    connect to multiple access points.
    This option does not apply if you selected only WPA for WPA
    Versions because WPA does not support this feature
    http://www.cisco.com/en/US/docs/wireless/access_point/csbap/AP541N/administration/guide/AP541Nadmin.pdf
    In administration guide page 76
    Hope this helps,
    Jasbryan

  • Multiple sockets - many client one server

    I have multiple clients (a handfull) that will be sending a lot of messages per second. I have one server that I want to handle all of those methods. From what I've seen, there are some good multi-threading examples out there. I have seen one or two things about using socketchannels. what is the best approach to this problem, and how does it work?

    jobocop17 wrote:
    I have multiple clients (a handfull) that will be sending a lot of messages per second. What is a "lot"?
    10 or 10,000?
    Is that the sustained rate or the burst rate?
    What is the size of each message?
    What processing must occur for each message?
    Must every message succeed? Must it succeed the first time?
    I have one server that I want to handle all of those methodsSimply might not be possible depending on the answers to the above. Or might be trivially simple.

  • Multiple connection FTP client

    I'm in need of an FTP client that can open up multiple connections to the same file for faster downloads. CuteFTP does this, but it's taking up around 35% of my CPU while downloading for no apparent reason. I don't know the technical term for this feature I'm describing so I don't know if this is something that I can enable for any of the other great FTP clients out there (like Transmit).
    Can this be done from the command line? I'd be happy with that.
    Any help would be much appreciated. Thanks.
    Ian

    Don't take my word on this, but I'm thinking two halves equals one whole or one half of twice as much!
    As for TransmitX, (my favorite), it never used more than 2.5% CPU on an eMac/1.42 sending a 7.3MB file to my online storage... could've went faster of course, and I could've got off and walked... but I wasn't expected in 'till the Train got there anyway!
    There are http download/upload APPs that use multiple instances for greater speed, (forget what I last used), but many sites "outlaw them, or just don't work at all if you use them.
    Sooo, what kind/size files are you transfering, and what kind of Service?

  • Multiple interactions with client

    Is it possible to have multiple interactions with the client?
    I have a BPEL process that calls a web service and then replies to the user what is sent back. This is then used by the user to invoke another web service through the business process.
    In other words: the client initiates the process, the process uses this to invoke a service. The reply is sent to the user. The user then sends another message to the process which uses this to invoke another service. The result of the service invocation is sent to the user by the process.
    This seems really simple but I am having trouble achieving this and all examples seem to be one invocation by the client and then one/many replies. If anyone knows if/how this can be achieved it would be greatly appreciated.
    thanks,
    Clive

    yes, its pretty much possible to call the same BPEL instance again and again. This is called Asynchronous call back, and is possible with WS-Addressing or you can use the BPEL Correlation set to achieve this functionality.
    Here is a step by step tutorial on how to achieve this,
    http://technology.amis.nl/blog/2813/use-bpel-correlation-sets-for-repeated-synchronous-access-to-long-running-bpel-processes
    Hope this will resolve your problem...
    -Abhi

  • How to send multiple objects from Client to Server

    Hi
    I have a simple Client - Server architecture. I am trying to send 5 objects from Client to the Server which the server would operate on.
    In the past I've used PrintWriter to pass Strings from Client to Server but now when I am dealing with multiple Objects and PrintWriter not allowing sending of Arrays or ArrayList, how can I send these from the Client to the Server? What would be a good writer to use for this purpose?
    Thanks!

    Thanks, I am looking into ObjectOutputStream but from the API it appears I can only send 1 object at a time. I need to send 5 objects per transaction and then send the next group of 5 objects for another transaction.
    Could you clarify some more on how to put these objects together as a single Object perhaps?
    Thanks

  • Multiple convergence web client sessions

    Is it possible to configure convergence so that it allows a user to log into multiple web client sessions in different windows/tabs at the same time? The default behavior seems to be that if you log in another window, it breaks the other web client session with the following error: "Unauthorized request for : Mail Service : Valid token is required "

    jessethompson wrote:
    I suspected that this may be your use-case. I used to run the central email/calendar/IM services at Monash University in Australia so I understand the needs of EDU's all-to-well. We're creating a web-survey to send to our departmental mail administrators. The survey should gauge how prevalent and important this feature is. I'll share the results.That would be very useful.
    This same issue (co-existence of role accounts/user accounts) occurred during the Netscape Mail days where you couldn't have multiple IMAP accounts defined in a given profile. Every time you wanted to "act" as a role you would need to log-out of Netscape Mail and log in as a different profile.
    When Mozilla Thunderbird provided multiple IMAP account access/multiple sender identities this issue went away.Evolution. Improvement. Sometimes I feel that the process of moving rich applications to the web has led to a lot of devolution.It does seem like we (not just Sun but companies in general) are constantly re-inventing the wheel.
    Perhaps these people can stick with using IMAP clients. The survey will attempt to figure that out.I am firmly in the best-tool-for-the-job camp. Heavy IMAP clients, rich-web interfaces, mobile-low-bandwidth clients all have their part to play.
    For Convergence, shared IMAP folders, shared address-books, shared calendars and multiple sender identities seems to me the best path forward. This would allow a user to login once and access/maintain the various role account data. It also provides improved user-access granularity -- you don't need to provide role account passwords to everybody who may need to access some part of the data.We've always disabled shared IMAP folders since they never worked across mail stores. We're a little worried about it being a maintenance and support hassle, but we will consider enabling the feature now that it will supposedly work across mail stores in v7.Shared IMAP folder functionality definitely works in MS7.0. Ensure that you are patched up to the latest MS7.0 revision (patch -04 and above) before deploying this functionality to avoid a number of IMAP cross-server shared-folder specific issues that cropped up in early MS7.0 days.
    Shared IMAP folders/address-books and multiple sender identities are all on the roadmap for future revisions of Convergence.Multiple sender identities would be a very nice feature indeed.RFE #6783797 - "Support of Multiple Sender Identities & Sender Identity Options in convergence"
    Usual rules apply -- make your voice heard by pushing features that are useful for your organisation via your Sun Account Rep.
    Regards,
    Shane.

  • How to configure Multiple PPTP VPN Clients on cisco 3g supported Router

    I want the router to be a PPTP VPN client to 2 independent PPTP servers, both are in different cities in Cisco routers. I have tested with one on cisco 1841 aqnd its working fine; but when I add the 2nd, its using vpdn-group 1 and therefore connecting to the wrong PPTP server:
    here is the config for the one that works:
    vpdn-group 1
    request-dialin
    protocol pptp
    rotary-group 0
    initiate-to ip xxx.xxx.xxx.xxx
    interface Dialer0
    mtu 1450
    ip address negotiated
    ip pim dense-mode
    ip nat outside
    ip virtual-reassembly
    zone-member security private
    encapsulation ppp
    ip igmp query-interval 125
    dialer in-band
    dialer idle-timeout 0
    dialer string 123
    dialer vpdn
    dialer-group 1
    no peer neighbor-route
    no cdp enable
    ppp pfc local request
    ppp pfc remote apply
    ppp encrypt mppe auto
    ppp authentication ms-chap-v2 ms-chap eap chap pap callin
    ppp eap refuse
    ppp chap hostname xxx@xxx
    ppp chap password 7 xxxpassword
    But if I create a vpdn-group 2 and a Dialer1 interface, with dialer-group 2, its still attempting to connect to the IP in vpdn-group 1 - how do I get it to use the 2nd vpdn-group, or how do I make this work? and which cisco 3G Router you prefer because these are remote sites and only 3G Internet service is available.

    I want the router to be a PPTP VPN client to 2 independent PPTP servers, both are in different cities in Cisco routers. I have tested with one on cisco 1841 aqnd its working fine; but when I add the 2nd, its using vpdn-group 1 and therefore connecting to the wrong PPTP server:
    here is the config for the one that works:
    vpdn-group 1
    request-dialin
    protocol pptp
    rotary-group 0
    initiate-to ip xxx.xxx.xxx.xxx
    interface Dialer0
    mtu 1450
    ip address negotiated
    ip pim dense-mode
    ip nat outside
    ip virtual-reassembly
    zone-member security private
    encapsulation ppp
    ip igmp query-interval 125
    dialer in-band
    dialer idle-timeout 0
    dialer string 123
    dialer vpdn
    dialer-group 1
    no peer neighbor-route
    no cdp enable
    ppp pfc local request
    ppp pfc remote apply
    ppp encrypt mppe auto
    ppp authentication ms-chap-v2 ms-chap eap chap pap callin
    ppp eap refuse
    ppp chap hostname xxx@xxx
    ppp chap password 7 xxxpassword
    But if I create a vpdn-group 2 and a Dialer1 interface, with dialer-group 2, its still attempting to connect to the IP in vpdn-group 1 - how do I get it to use the 2nd vpdn-group, or how do I make this work? and which cisco 3G Router you prefer because these are remote sites and only 3G Internet service is available.

  • Business packages on 1 J2EE and connecting to multiple R/3 clients?

    Hi,
    We have an installation with on R/3 side one client on 1 SAP system; this system is ERP2004. On this environment we have the ESS business packages installed (on J2EE).
    At this moment we are splitting up our environment and we are considering either completely separeted system per company or just one system with a separate client per company.
    If we do a complete split of the system, I don't see any major issues as everything will be split.
    Gor the 2nd option: If we want to install the business package on 1 system but for multple clients, I don't find any documenation on tyhe possibilities of this option.
    Any idea if this is possible and if so what are the limitations, pitfalls etc?
    Best Regards,
    Michel

    Hi Rune,
    For the new R/3 Client that you want to add...create an SLD entry for the Technical System(if the Tech system is already there, add the new client to the Tech System)...
    Create a new bussiness sytem for this new client that we added, make sure that the Logical system name is updated correctly as maintained in the R/3 Client.
    Import the new business sytem to the Integration Directory, Create RFC/IDOC comm. channels for this bussiness systems.
    Now if you want to add this as a recipient to an existing scenario...Open the receiver Determination for that scenario and add this bussiness system as a receiver.. maintain the interface determination and receiver agreement for this addition and that should be it...
    Thanks,
    Renjith

  • Multiple R/3 clients to one BI System

    Hello,
    1.We have two R/3 clients 010 and 020. Client 010 will be used for devotement and configuration, and client 020 will be used for unit testing. All the dataSources creation and enchantments will be done in 010 and then tested in client 020.
    2.Client 010 will be the only client connected to the transport system.
    My question: since the R/3 dataSources and extractors are client independent, when connecting the BI system to R/3, do we have to connect the BI system to both R/3 clients or it is enough to connect to client 020.
    I would appreciate it if you share your experience or provide any SAP Notes related to this setup.
    Thank you…. ALI

    Hi… thank you for your answers. That was my feeling; however, the thing that I am worried about and got me in doubts is the CO-PA extractor. When creating the CO-PA extractor, SAP asks for the client ID to be part of the extractor name (TC: KEB0).  Does this mean that this particular dataSource is client dependent? Is there any other dataSource that requires the client number to be part of it?
    Also, if I create this extractor (CO-PA) in client 010, would it be available in client 020? If not, how do we go with such scenario?
    If you have more than one R/3 client and using CO-PA dataSources, then please let me know how you are handling it.
    Thank you… Ali

  • Multiple airport express clients dropping iTunes

    Hello, I'm new to the board and appreciate the resource and any feedback you guys can provide.
    My music is stored on the iMac and I'm trying to stream iTunes to two AX's and the music drops out often. They are both set up as clients. I have searched this forum extensively and think I have isolated the problem as one of the following:
    Something to do with UDP protocal
    Linksys WRT51AB router settings
    512Mb RAM on iMac--too little?
    Here's my troubleshooting thus far:
    Both airport expresses work by themselves in their current locations.
    Locations are close to computer, 1st within 10 feet (1 wall), 2nd another 10-15 feet (2 walls)
    Checked firewall settings and "Block UDP" box is unchecked
    I tried to forward Port 6000 on my Linksys router based on some advice in another thread here to no avail
    AX Firmware 6.3
    iTunes 6.0.4
    OSX 10.4.6
    Thanks for the help
    G4 PB & Intel iMac   Mac OS X (10.4.6)  

    Thanks for the suggestion. I had not tried that option as I had read somewhere that there is only one Linksys router that supports this setup and it's not the one I have.
    I will try the solution and report back. I assume an AX configured as a range extender can also function to stream iTunes?
    Also, for clarification, I am using two airport expresses both of which to stream music. They access my network through my Linksys router hardwired to the iMac.
    Thanks.

  • Runtime exception in a multiple file sending client server program ?

    hi I have the following program for one client and one server.
    import java.io.*;
    public class FileTransferRoutines{
         private int BUFFER = 2048;
         private String LastFileRecieved;
         private long sendRestart;
         private long recieveRestart;
         public void setSendBufferSize(int size)
              BUFFER = size;
         public void setRecieveBufferSize(int size)
              BUFFER = size;
         public void storeRawStream(DataInputStream in, String tempDir, long restart) {                               
            try {
                RandomAccessFile fileOut;                       
                int fileCount = in.readInt();           
                for(int i=0; i<fileCount; i++) { 
                    byte data[] = new byte[BUFFER];
                    String fileName = in.readUTF();               
                    fileOut = new RandomAccessFile(tempDir+"\\"+fileName,"rws"); 
                    long fileLength = in.readLong();
                    if(i==0 && restart != 0)
                         fileOut.seek(restart);
                         long base = restart/(long)BUFFER;
                         long offset = restart - base*(long)BUFFER;
                         for(int j=(int)base; j<fileLength / BUFFER; j++) {
                              int totalCount = 0;
                              if(j==(int)base)
                                   totalCount = (int)offset;
                              while(totalCount < BUFFER) {                       
                                   int count = in.read(data, totalCount, BUFFER - totalCount);
                                   totalCount += count;
                                   recieveRestart += (long)count;
                              fileOut.write(data, 0, totalCount);
                    else
                         for(int j=0; j<fileLength / BUFFER; j++) {
                              int totalCount = 0;
                              while(totalCount < BUFFER) {                       
                                   int count = in.read(data, totalCount, BUFFER - totalCount);
                                   totalCount += count;
                                   recieveRestart +=(long)count;
                              fileOut.write(data, 0, totalCount);
                    // read the remaining bytes               
                    int count = in.read(data, 0, (int) (fileLength % BUFFER));                                        
                    recieveRestart += (long)count;
                    fileOut.write(data, 0, count);              
                    fileOut.close();
                    LastFileRecieved = fileName;
                    recieveRestart = 0;
            } catch (Exception ex) {
                ex.printStackTrace();
         private File[] makeFileList(String TempDir)
              File dir = new File(TempDir);
              File files[];
              files = dir.listFiles();
              return files;
         public void sendFiles(String dir, DataOutputStream out,
                   String lastFileSent, long restart) throws IOException {
            byte data[] = new byte[BUFFER];
            File files[] = makeFileList(dir);
            RandomAccessFile fileInput;
            if(lastFileSent == null)
                 out.writeInt(files.length);              
                 for(int i=0; i<files.length; i++) {   
                    // send the file name
                    out.writeUTF(files.getName());
    // send the file length
    out.writeLong(files[i].length());
    fileInput = new RandomAccessFile(files[i],"r");
    int count = 0;
    while((count = fileInput.read(data) )!= -1) {
    out.write(data, 0, count);
    sendRestart = sendRestart + (long)count;
    fileInput.close();
    sendRestart = 0;
    else{
         int lastFileIndex = 0;
         for(int j=0 ; j<files.length; j++){
              if(lastFileSent.equals(files[j].getName()))
                   lastFileIndex = j;
         out.writeInt(files.length-lastFileIndex);
         for(int i=lastFileIndex+1; i<files.length; i++) {   
              // send the file name
              out.writeUTF(files[i].getName());
              // send the file length
              out.writeLong(files[i].length());
              fileInput = new RandomAccessFile(files[i],"r");
              if(i==lastFileIndex+1)
                   fileInput.seek(restart);
              int count = 0;
              while((count = fileInput.read(data)) != -1) {
                   out.write(data, 0, count);
                   sendRestart = sendRestart + (long)count;
              fileInput.close();
              sendRestart = 0;
    out.flush();
         public long getRecieveRestart()
              return recieveRestart;
         public long getSendRestart()
              return sendRestart;
         public String getLastFileRecieved()
              return LastFileRecieved;
         public void setRecieveRestart(long value)
              recieveRestart = value;
         public void setSendRestart(long value)
              sendRestart = value;
    import java.io.*;
    import java.net.*;
    public class TransferServer implements Runnable {
         private int serverPort;
         private volatile boolean closeServer = false ;
         private volatile boolean fileSend = false;
         private volatile boolean directorySend = false;
         private volatile long sendRestart = 0;
         private volatile String fileName = null;
         private volatile String dirName = null;
         private volatile String lastFileSent = null;
         private volatile FileTransfer ftp;
         //private volatile FileTransferRoutines ftrp;
         private ServerSocket server;
         TransferServer(int port)
              serverPort = port;
              try{
                   server = new ServerSocket(serverPort);
              }catch(IOException ioe)
                   ioe.printStackTrace();
              ftp = new FileTransfer();
              //ftrp = new FileTransferRoutines();
         public void closeConnection()
              closeServer = true;
         public void setSendRestart(long restart)
              ftp.setSendRestart(restart);
              sendRestart = restart;
         public void setFileToSend(String FileName)
              clearDirectoryToSend();
              fileSend = true;
              fileName = FileName;
         public void clearFileToSend()
              fileSend = false;
              fileName = null;
         public void setDirectoryToSend(String DirName)
              clearFileToSend();
              directorySend = true;
              dirName = DirName;
         public void clearDirectoryToSend()
              directorySend = false;
              dirName = null;
         public void setLastFileSent(String fileName)
              lastFileSent = fileName;
         public void run()
              Socket sock;
              try{
                   while(!closeServer)
                        sock = server.accept();
                        try{
                             if(fileSend && !directorySend)
                                  RandomAccessFile raf = new RandomAccessFile(fileName , "r");
                                  ftp.sendFile(raf,sock.getOutputStream(),sendRestart);
                                  ftp.setSendRestart(0);
                                  sendRestart = 0;
                                  sock.close();
                                  clearFileToSend();
                             else if(directorySend && !fileSend)
                                  DataOutputStream dout = new DataOutputStream(sock.getOutputStream());
                                  FileTransferRoutines ftrp = new FileTransferRoutines();
                                  ftrp.setSendBufferSize(sock.getSendBufferSize());
                                  long restart = ftrp.getSendRestart();
                                  ftrp.sendFiles(dirName,dout,lastFileSent,restart);
                                  sock.close();
                                  clearDirectoryToSend();
                             }else
                                  sock.close();
                        catch(FileNotFoundException foe)
                             foe.printStackTrace();
                        catch(IOException ioe)
                             ioe.printStackTrace();
              }catch(IOException ioe)
                   ioe.printStackTrace();
    public class TransferServerTest {
         public static void main(String[] args) {
              TransferServer ttc = new TransferServer(4444);
              ttc.setDirectoryToSend("C:\\testFolder\\folder1\\");
              Thread fileTransferServer = new Thread(ttc,"fileserver");
              fileTransferServer.start();
    import java.io.*;
    import java.net.*;
    public class TransferClient {
         public static void main(String[] args) {
              String dir = "C:\\testFolder\\folder2\\";
              Socket sock = null;
              try{
                   sock = new Socket("localhost",4444);
              }catch(IOException ioe)
                   System.out.println("Could not connect to server");
              try{
                   FileTransferRoutines ftrp = new FileTransferRoutines();
                   ftrp.setRecieveBufferSize(sock.getReceiveBufferSize());
                   DataInputStream din = new DataInputStream(sock.getInputStream());
                   ftrp.storeRawStream(din,dir,0);
              }catch(IOException ioe)
                   ioe.printStackTrace();
    this code works fine for the first connection of the client The client then automatically disconnects after the transfer is complete.
    when i reconnect the client by rerunning the TransferClient code
    it gives the following exception java.io.EOFException
         at java.io.DataInputStream.readInt(Unknown Source)
         at FileTransferRoutines.storeRawStream(FileTransferRoutines.java:24)
         at TransferClient.main(TransferClient.java:19)
    i just cant understand where that eof comes from
    please help!!!!
    Edited by: danish.ahmed.lnmiit on Jan 21, 2008 7:18 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    i was not closing my DataInputStream and also cleaned up my code and problem got solved

  • Uploading Multiple projects - My "Client" field isn't appearing.

    So, we setup a "Client" field. This allows us to select a client while uploading a project and later on running searches for that client's company name. I just noticed that when we drop several projects simultaneously - It doesn't show me that field. I'm assuming this is a different layout that I need to modify in the admin, because on version 1.1 I was able to do this without any changes - If my memory is correct.
    Thanks!

    If the field is attached to a metadata group, and that metadata group is attached to the relevant metadata set, you should see it regardless. Just to rule it out, you are selecting the metadata set that would have the group and field included, right? The rest of the window is contextual based on that selection. Are you seeing the metadata group "Client" is supposed to be in but the "Client" is not showing?

  • Router Crashes w/multiple types of clients (b/g)

    I've got a WRT54GS that i'm using with several G devices without problems, but anytime I turn on my handheld pocket pc with wireless-b, the router hangs.
    I'm not using the WRT54GS for DHCP, and I'm using WEP-128 and I have the latest firmware on the router.  Would switching to WPA help?
    It usually happens right when i turn a new device on, either my laptop or handheld.  After rebooting, it's ok for a while.
    Any settings I should check or change?
    Solved!
    Go to Solution.

    Resolved, the problem wasn't with the router, it was the pocket pc.
    Message Edited by dave_m on 12-03-2008 11:36 AM

Maybe you are looking for

  • Looping options in Save for Web - Animated GIF

    I find this one rather annoying, in the latest verison of Adobe Photoshop CS6 when creating an animated GIF via the Save for Web dialog box; there is a looping option section that allows your animation to loop forever, or once... In the previous vers

  • Error when assigning the personnel no to work center

    Hi, I have uploaded the HR mini master.Now when I am trying to assign the personnel no to work center it gives me an error as to no objects found. Although I am able to see the list in F4.Checked the validity of both the masters (HR and WC). Please s

  • Icons in Jar file on Web

    We have our application specific gif file in a jar file, and have placed this jar file in the virtual directory specified in our registry.dat file. The JInitiator console claims it finds the jar file and appears to be using other classes contained in

  • Creating metapackage problem

    Hello everyone, I'm using PackageMaker to create an installer of my application which contains 2 packages. My problem is that when I create the package with the assissant I can't add a postinstall script and when I create it manually I don't find the

  • Managed Attachments Installation (WebCenter Adapter)

    Hello. A potential client who already has EBS in place using the Human Capital Management portion of the product is looking to connect HCM entries with content stored in WebCenter Content. The documentation for setting up the adapter (Configuring the