Too many Subscribers/Receivers for Queue

The link of Feedback in Java EE 5 tutorial doesn't work, because of this I ask my question here.
I have tried the " Simple Example of Synchronous Message Receives" in Chapter 32 of Java EE 5 tutorial.
In case of destination type queue I got error message.
The log of test:
M:\java\javaeetutorial5\examples\jms\simple\producer\dist>appclient -client producer.jar queue 3
Destination type is queue
Sending message: This is message 1
Sending message: This is message 2
Sending message: This is message 3
M:\java\javaeetutorial5\examples\jms\simple\producer\dist>cd ../../synchconsumer/dist
M:\java\javaeetutorial5\examples\jms\simple\synchconsumer\dist>appclient -client synchconsumer.jar queue
Destination type is queue
Exception occurred: com.sun.messaging.jms.ResourceAllocationException: [C4073]:
A JMS destination limit was reached. Too many Subscribers/Receivers for Queue :
PhysicalQueue user=guest, broker=pc2900:7676(1442)
My question: How can I configure the Queue for more subcribers/receivers?

Hi,
Depending on the version of JMS, this may be a limitation of iMQ PE Edition (This is early in the morning for me, I can't remember which one). So you can look at the documentation, this may be a limitation of PE versus SE or EE. If you can modify it it would be using either the command line imqcmd or the gui based, imqadmin. With it, you can get into the connection factory, and change the maximum number of active consumers onto the queue.
I beleive that using glassfish (as 9) would alleviate this limitation, if it is there, since this is using openmq (imq v4.0).
HTH
TE

Similar Messages

  • Too many Subscribers/Receivers after client re-connects

    I'm using JMS3.6 with the following settings:
    obj.lookupName=QueueConnectionFactory
    obj.attrs.imqBrokerHostName=localhost
    obj.attrs.imqBrokerHostPort=7676
    obj.attrs.imqAddressList=mq://localhost:7676/jms
    obj.attrs.imqPingInterval=10
    obj.attrs.imqReconnectAttempts=2
    obj.attrs.imqReconnectEnabled=true
    obj.attrs.imqReconnectInterval=10000
    Everything works fine when I disconnect the server's network cable and re-conect it, but if I disconnect the client's network cable, when it tries to recconect I get the following exception:
    C4073:: [C4073]: A JMS destination limit was reached. Too many Subscribers/Receivers for Queue : ABTYGUN1DEST user=guest, broker=10.1.1.212:7676(2847)
    I still get that exception after I restart my client application. I have to restart the JMS server to restore the queue.
    Any Ideas?

    Hi,
    Depending on the version of JMS, this may be a limitation of iMQ PE Edition (This is early in the morning for me, I can't remember which one). So you can look at the documentation, this may be a limitation of PE versus SE or EE. If you can modify it it would be using either the command line imqcmd or the gui based, imqadmin. With it, you can get into the connection factory, and change the maximum number of active consumers onto the queue.
    I beleive that using glassfish (as 9) would alleviate this limitation, if it is there, since this is using openmq (imq v4.0).
    HTH
    TE

  • Too many recipients found for message type ORDERS in the ALE model

    Hi all ,
    please help me to solve this issue .
    i done with ale settings .
    orders message type is used in 2 different model view for 2 different systems
    when i create po it is giving error in output  "Too many recipients found for message type ORDERS in the ALE model"
    how can i rectify this error.
    Thanks

    > orders message type is used in 2 different model view for 2 different systems
    do both of them carter diffrent needs or is it the same idoc which is being sent to diffrent systems?
    if yes, then use a single model view with noth receiver systems defined in it.
    if not, i would suggest, copying the standard idoc and create a zidoc and then use different ones for diffrent receivers....
    or u can use diff versions of the orders message type...
    say orders05 for one.... receiver and orders02 for another one....
    hope this helps!!
    Cheers!!
    Sidharth

  • ALE settings error   "Too many recipients found for message type" urgent

    Hi all ,
    please help me to solve this issue !!!!!!!!
    i done with ale settings .
    in the bd64 , orders message type is used in 2 different model view for 2 different systems
    when i create po it is giving error in output "Too many recipients found for message type ORDERS in the ALE model"
    how can i rectify this error.
    Thanks

    Hi,
    Try to redefine your distribution model to have both receivers of your message type ORDERS in one "model view".
    Regards,
    Jakub

  • Clearmake: Warning: Too many command lines for "pcscfg.cfg"

    Hi,
    We are in the process of migrating an application(contains pro*C code) from oracle 9i to 10g.
    When the application is compiled on oracle 9i the compilation used complete with out any problems.
    After we changed the ORACLE_HOME parameter in our makefile to point to 10g home. clearmake
    gives the following Warning. though the build is successful
    clearmake: Warning: Too many command lines for "pcscfg.cfg"
    Could anybody please help me in getting rid of this warning?
    Regards
    Srikrishan

    Hi,
    I have removed all unwanted things from the makefile, but the problem is still there.
    I have included a sample program and the makefile which reproduces the problem.
    The problem goes away if I comment out 4th line from the makefile and use 5th line instead
    Could anybody please help?
    #################The contents of the make file are #####################
    targets: proctest
    #ORACLE_HOME= /data/oracle/product/9.2.0
    ORACLE_HOME= /data/tsd_oracle/hpux/10.2.0.2
    include $(ORACLE_HOME)/precomp/lib/env_precomp.mk
    #include /data/oracle/product/9.2.0/precomp/lib/env_precomp.mk
    ORACLEINCLUDES= -I$(ORACLE_HOME)/precomp/public
    PROCSYSINCLUDEOPT=sys_include='(/usr/include,/opt/aCC/include,/opt/aCC/include/iostream)'
    ALLPROCINCLUDEOPTS= $(PROCSYSINCLUDEOPT)
    PROCPPFLAGS= sqlcheck=full lines=yes code=cpp def_sqlcode=yes $(ALLPROCINCLUDEOPTS)
    ACC=/opt/aCC/bin/aCC
    ORACLELIBS= -L $(ORACLE_HOME)/lib32 -l:libclntsh.sl
    #===========================proc test==================================
    proctest:proctest.o
    $(ACC) -o proctest $(ORACLELIBS) proctest.o
    #========================= General target rules ============================
    proctest.o:
    $(ORACLE_HOME)/bin/$(PROC) $(PROCPPFLAGS) CPP_SUFFIX=cc iname=proctest.pc
    $(ACC) $(ORACLEINCLUDES) -c proctest.cc -o proctest.o
    #####################program (proc test.pc)#########################
    #include<stdlib.h>
    #include<iostream.h>
    #include<sqlca.h>
    #define UNAME_LEN 20
    #define PWD_LEN 20
    EXEC SQL BEGIN DECLARE SECTION;
    VARCHAR username[UNAME_LEN]; // VARCHAR is an ORACLE supplied struct
    varchar password[PWD_LEN]; // varchar can be in lower case also
    EXEC SQL END DECLARE SECTION;
    void sql_error(char *msg);
    int main()
    EXEC SQL WHENEVER SQLERROR DO sql_error("ORACLE error:");
    username.len = (unsigned short)strlen(strcpy((char *)username.arr, "scott"));
    password.len = (unsigned short)strlen(strcpy((char *)password.arr, "tiger"));
    EXEC SQL CONNECT :username IDENTIFIED BY :password;
    cout<<"Connected to oracle \n";
    return(0);
    void sql_error(char *msg)
    EXEC SQL WHENEVER SQLERROR CONTINUE;
    cout << endl << msg << endl;
    cout << sqlca.sqlerrm.sqlerrmc << endl;
    EXEC SQL ROLLBACK RELEASE;
    exit(1);
    ####################################################################

  • Too many recipients found for message type (Distribution model)

    Hi,
    I wanna send Dilvery note using message type DESADV from a SAP system to another non-SAP System.
    I have Created port partner profile and distribution model.
    But the Problem is the same message type DESADV is used to send Dilvery from SAP System to another SAP Client.
    Idoc getting failed and throwing error stating ‘Too many recipients found for message type DESADV in the ALE model ‘.
    I am sure we can create the more than one recipients for same message types. I have done it some time back. Any help highly appreciated.
    Regards
    Raj

    This message pops up when SAP can't identify how to distribute the IDoc based on the settings in BD64. Take a look at the settings there, most likely you'll need to add a filter.
    The big ALE/EDI/IDoc book suggests that the same IDoc may be distributed to 2 different systems but specific details are not clear. It seems that one system should be configured first (it does mention a need to use a filter) and then somehow menu Edit -> Model View -> Distribute should be used.
    I've never done it myself though and have only run into that error when I missed some filter settings in BD64. Hope this helps.

  • Too many recipients found for message type in the ALE model

    Hello Friends,
                            Please help me in solving this error. I have a Outbound sales order confirmation ORDRSP  .
    In the distribution model i have defined the sender receiver and message type clearly...
    But  in va01  after creating sales order  extras ->Output->Hearder --->Edit
    Output type-- BA00
    medium --ALE
    Dispatch time : Send Immediately
    I am getting a error -
    Too many recipients found for message type ORDRSP in the ALE model
    Message no. B1130
    Diagnosis
    In the ALE distribution customer model several recipient systems for IDOCs with message type ORDRSP and filter object type 'KUNNR' with value '100' have been modeled from this system, but only one recipient system is allowed.
    Procedure
    Please change the ALE distribution customer model so that it allows only one recipient system for the message from this system.
    Please help me in solving this error.
    Regards,
    jeevan

    Hi Jeevan,
    In BD64, the said problem occurs, since the message type ORDRSP will be configured to different Logical System.
    Since you are creating sales orders & Output type, system doesnt knows, to which Logical system, it has to be sent since the Message type exists more than once.
    select Your respective Logical System where the Outbound Sales Order Confirmation ORDRSP has been created.
    Under the node ORDRSP, add the filter group for Customer.
    Double click the Filter group and add the respective Customer No.s to whom the Order confirmation needs to be sent.
    Then create Sales Order Confirmation & Output type. Data will be passed(IDoc) to the respective Customer(where the customer no.) exist in the filter.
    Hope it solves your Issues.
    Regards,
    Anbalagan.

  • Safari tries repeatedly to open a page. The page partially opens but then Safari reports that there's something wrong with page and I get an error message. This is happening at too many web sites for one site to be having issues.

    Safari tries repeatedly to open a page. The page partially opens but then Safari reports that there's something wrong with page and I get an error message. This is happening at too many web sites for one site to be having issues.

    I have a similar problem, Safari cannot load a complet page. It stalls e.g. ["38 of 42"]. sometimes it will complete loading after a long wait. just as often it will never complete the page,
    The same thing happens in chrome and firefox but safari on my iPad works just fine.
    I have the latest version of everything
    I assume there is a system problem but cleaning up permissions does not help

  • Too many type parameters for interface

    In JDev 11.1.1.0.0, I do a compile and I get 65 files with errors saying
    Error: too many type parameters for interface java.util.Map<java.lang.String, java.lang.Class<?>>
    but the class doesn't use the Map object.
    Other files get it for the Set object.
    Note that no line number was given as part of the error message.
    I installed the JDev 11.1.1.0.0 base from the zip file.
    What's wrong?

    Hi,
    And you do a compile on what exactly, Please post one of the erroneous class' code using the code within bracket tag so that we can help you.
    Regards,
    ~ Simon

  • Too many real instruments for a new project?

    I keep getting the notification which says "Part of the project was not played - This project has too many real instrument tracks to be played in real-time".
    BUT the problem is that this occurs even when I open a new garageband file (i.e. no tracks!) and I'm only 3 seconds into recording the first track! So garageband is basically not working for me. I've tried uninstalling and reinstalling it to no avail. Just a few months back I was still able to use it comfortably to do edit many different tracks together so I really don't know what the problem is. I don't really know if its a problem with the processor as I barely use the memory on my macbook pro and even when recording CPU usage doesn't go above 20% so I'm really at a loss. Please help!

    Oh apple support asked me to try that out too but it did not work.. In fact for some of the suggestions they gave (eg using a different user, or even locking the track) it only managed to extend the period of recording to about 10 seconds before the problem resurfaced and after that it was back to the same 3 second problem.
    But that is an important clue, Josiah. If you cannot even record properly from a different user account with basic settings, we know that the settings in your user account cannot be causing this - this looks like system wide trouble.
    You could run a hardware check over night, to check your hardware:
    Intel-based Macs: Using Apple Hardware Test
    and if the hardware check does not show any problems, I'd reinstall Mountain Lion.
    See Linc Davis's post on how to reinstall: Re: Garageband doesn't open in Mac Mini mid 2011
    Regards
    Léonie

  • Too many Windows fonts for Flash

    This is a multi-part message in MIME format.
    ------=_NextPart_000_001E_01C986A9.0A16EF40
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    When I installed CS4 all went well (Vista Biz 32 bit). I've
    never used =
    Flash before but the suite I got had it so yesterday, when
    trying to =
    insert the FLV file in DW I tried opening Flash. It wouldn't.
    After =
    serveral uninstalls and clean reinstalls I got nowhere. This
    morning I =
    talked to Adobe and learned that Flash doesn't want to see
    more then =
    200-300 fonts in the Windows Fonts folder! Given that it's
    all designers =
    who use Flash AND we all LOVE fonts I'm surprised they don't
    have at =
    least a warning, or something built in that detects too many
    fonts. At =
    any rate... I use Insider Software's Font Agent Pro for
    managing my =
    fonts. But it turns out just deactivating them isn't enough.
    The Adobe =
    tech wanted me to move or copy and then delete all but 200
    fonts from =
    the folder. I cannot do it. My system won't let me. I made
    sure they =
    were deactivated first. I'm not familiar enough with how
    Windows works =
    with fonts to completely know how to proceed.=20
    Any tips on how to deal with this so I can move forward with
    Flash?
    Thanks,
    Sheila
    ------=_NextPart_000_001E_01C986A9.0A16EF40
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6001.18183"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>When I installed
    CS4 all went well =
    (Vista Biz 32=20
    bit). I've never used Flash before but the suite I got had it
    so =
    yesterday, when=20
    trying to insert the FLV file in DW I tried opening Flash. It
    wouldn't. =
    After=20
    serveral uninstalls and clean reinstalls I got nowhere. This
    morning I =
    talked to=20
    Adobe and learned that Flash doesn't want to see more then
    200-300 fonts =
    in the=20
    Windows Fonts folder! Given that it's all designers who use
    Flash AND we =
    all=20
    LOVE fonts I'm surprised they don't have at least a warning,
    or =
    something built=20
    in that detects too many fonts. At any rate... I use Insider
    Software's =
    Font=20
    Agent Pro for managing my fonts. But it turns out just
    deactivating them =
    isn't=20
    enough. The Adobe tech wanted me to move or copy and then
    delete all but =
    200=20
    fonts from the folder. I cannot do it. My system won't let
    me. I made =
    sure they=20
    were deactivated first. </FONT><FONT face=3DArial
    size=3D2>I'm not =
    familiar enough=20
    with how Windows works with fonts to completely know how to
    proceed.=20
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Any tips on how
    to deal with this so I =
    can move=20
    forward with Flash?</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial
    size=3D2>Thanks,</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2>Sheila</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV></BODY></HTML>
    ------=_NextPart_000_001E_01C986A9.0A16EF40--

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0017_01C98756.0134E230
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    OK...I found a way to get my fonts down to 230. I did a
    reinstall in =
    Safe Mode. Still NO JOY! Has anyone else had issues with CS4
    install? =
    Adobe wants me to uninstall the entire suite. I'm concerned
    that instead =
    of fixing Flash it could ruin my working apps. I cannot do my
    paid work =
    if I don't have PS, DW and InD.=20
    I see there's a CS4Clean utility...but from what I've read
    that's only =
    if you've had trial versions installed which I have not. Come
    to think =
    of it...I did have a trial version of DW installed But not of
    Flash. DW =
    is working fine. Could that trial be messing with Flash?=20
    I would like to fix this. Anthing else to try?
    Thanks,
    Sheila
    ------=_NextPart_000_0017_01C98756.0134E230
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6001.18183"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>OK...I found a
    way to get my fonts down =
    to 230. I=20
    did a reinstall in Safe Mode. Still NO JOY! Has anyone else
    had issues =
    with CS4=20
    install? Adobe wants me to uninstall the entire suite. I'm
    concerned =
    that=20
    instead of fixing Flash it could ruin my working apps. I
    cannot do my =
    paid work=20
    if I don't have PS, DW and
    InD. </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I see there's a
    CS4Clean utility...but =
    from what=20
    I've read that's only if you've had trial versions installed
    which I =
    have not.=20
    Come to think of it...I did have a trial version of DW
    installed But not =
    of=20
    Flash. DW is working fine. Could that trial be messing with
    Flash? =
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I would like to
    fix this. Anthing else =
    to=20
    try?</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2>Thanks,</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2>Sheila</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0017_01C98756.0134E230--

  • Why won't iTunes burn songs to CD - error: too many songs (even4) for 1 CD?

    I am a huge music lover. Having compiled over 4,000 songs in my library, it is very frustrating and disheartening to be limited to my iPod or my computer to enjoy my library.
    I keep getting the message that my burn list is too large and do I want to record over multiple CD's. If I choose no, I reject my burn request. If I choose yes, nothing happens. Went to trouble shooting. Did everything I could except find and update the firmware "versions", including re-installing the latest version of iTunes and updating my Windows Service Packs. Still same message as before.
    When I tried to modify my preferences, it allowed me to make all the selections, but then would not accept them. Instead I got the message: "An error occurred while udating the default player for audio file types. You do not have enough access privileges for this operation." What is this about, I am the sole owner and operator of this computer - who else would have enough access privileges to anything on it?
    When I run the CD Diagnostics, here is what I get.
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Computer Corporation Dimension 8250
    iTunes 6.0.5.20
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: MxlW2k (1.1.0.121), Cdr4_xp (6.2.0.113),
    UpperFilters: GEARAspiWDM (2.0.4.3), Cdralw2k (6.2.0.113), pwd_2k (5.3.5.10),
    Video Driver: 128 DDR ATI Radeon 9700 TX w/TV-Out\128 DDR ATI Radeon 9700 TX w/TV-Out
    IDE\DiskWDCWD2000JB-75DUA0____________________65.13G65, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskEPSON__Stylus_Storage_1.00, Bus Type USB
    IDE\CdRomTSSTcorpDVD-ROM_TS-H352C_______________DE02___, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomNEC_DVD+RW_ND-1100A____________________108B___, Bus Type ATA, Bus Address [1,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is administrator.
    D: TSSTcorp DVD-ROM TS-H352C, Rev DE02
    Audio CD in drive.
    Found 13 songs on CD, playing time 73:09 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 06:13:52
    Track 3, start time 11:12:32
    Track 4, start time 16:19:15
    Track 5, start time 20:03:27
    Track 6, start time 26:17:66
    Track 7, start time 31:23:17
    Track 8, start time 35:58:60
    Track 9, start time 40:56:15
    Track 10, start time 45:41:50
    Track 11, start time 57:15:05
    Track 12, start time 64:06:37
    Track 13, start time 68:49:31
    Audio CD reading succeeded.
    Get drive speed succeeded.
    E: _NEC DVD+RW ND-1100A, Rev 108B
    Media in drive is blank.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16.
    The drive CDRW speeds are: 4 8 16 0.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.
    The last failed audio CD burn had error code -128(0xffffff80). It happened on drive E: _NEC DVD+RW ND-1100A on CDR media at speed 0X.
    I'm asking anyone who can to help me. Please help an old lady once again enjoy one of her decidedly few pleasures in life - her music. Thanks in advance for either a definitive answer OR anything you might suggest which could possibly advance me closer to a final resolution to my problems.

    Hi AnaHarrison,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    Can't burn a CD in iTunes for Windows
    http://support.apple.com/kb/TS1436
    Cheers,
    - Judy

  • LabVIEW DSC Logging too Many Data Points for Integer Tags

    Hi,
    I am having a strange problem with LabVIEW 2013 SP1 DSC data logging, running on XP SP3.
    All the integer Data Type Tags in my Tag Database that are set to data log, are logging way too much data. When I look at the amount of logged data points for these int16 in Historical view I see its logging a point nearly every second. See screen shots below or attached jpeg's of screen shots of trace view and Trace Props of one of the integer Tags. I would prefer the integer tags to only log on change like the boolean tags.
    These tags are being acquired from a Horner OCS over Modbus Serial RTU. The Modbus comms is set-up to poll once a second.
    The problematic Tag Data Type in DSC logging are Int16
    The Modbus register data items denotations I am using for Int16 is S4#####
    Example  'OCS_Modbus_Master\S403709' 
    The same register represented in OCS Register is shown as '%R0709'
    The trace properties for some of these int16 tags is showing database page numbers in the thousands, which compared to the largest floating point tag is currently showing 172 pages after several months of logging.
    I would have expected int16 tags to only log a value when the value changes and since the 'update deadband' tag setting is disabled for integer tag properties there is no way to config the tag to only log on changes. What is the default logging config for integers. Log everything or log on any change?
    I would prefer for these integer tags to only log on change, since they change infrequently, log on change would be much more data efficient.
    I tried changing the tag data type to floating point and gave it an update deadband value to try and see if that would reduce the amount of logged data, it didn't seem to make any difference.
    Not sure if the issue lies in the
    > Modbus Comms
    > The DSC data event tracking module
    > The DSC Data Logging module
    > Some kind of  Horner OSC data type mismatch which results in DSC polling seeing the acquired value as having changed on every poll.
    Any suggestions greatly appreciated
    Thanks
    Paul
    Attachments:
    Integer Tag Data Points Trace View.jpg ‏125 KB
    Integer Tags Data Points Tag Properties.jpg ‏42 KB

    This definitely sounds like a citadel/logos issue. There are two possibilities:
    1) corrupt database
    2) corrupt logos
    To see if it is a corrupt database, simply go to your database folder and move all the files out of that folder to a different folder. Then restart the application. Your application will create a clean database. This may solve the problem. If so, then you know it is a corrupt database.
    To upgrade/reinstall logos, go to the Control Panel -> Add/Remove Programs. If you see logos there, uninstall it. After uninstalling it, install the most recent logos version (found at ftp://ftp.ni.com/support/lookout/logos).
    Please let me know if the problem persists. As you know, you may also always call in to the Tech Support Line.
    Thanks.

  • I have too many unread messages for my computer to...

    Help would be very much appreciated,  I haven't been able to find a customer support to call so I'm asking here.
    Pretty much I have a really old computer and I recently had to work out of state without internet for a few months.
    When I got back  one of my groups (one I want to frequent) had so many unread messages that whenever I clicked on the group it would crash skype.  (not responding, then I'd be forced to ctrl-shift-esc out of skype.)
    So I decided to simply right click the group and "mark all as unread"...  
    ...Which crashed skype and didn't remove any of them.
    Fine, I decided to try everything, contacting the admin to kick me and re-invite (and the unread messages are still there),  leaving (which crashes skype), removing the group from contacts (crash), and finally uninstalling/reinstalling skype to no avail.
    So,  since all I have is my computer which cant handle this  (I'm snowed in atm)  what (if anything) can I do to force the "unread" messages to be gone?  
    It says there are 144249 of them (and a few days ago when I was still trying to fix it it was upwards of 400k). 
    Solved!
    Go to Solution.

    http://community.skype.com/t5/Windows-desktop-client/Read-messages-marked-as-unread/m-p/1678266
    Found one close enough and the fix worked.  Hopefully the group doesn't send me 500k messages welcoming me back before I get on tomorrow.

  • Too many payments taken for my Skype Credit

    Hi I would like to know where I can report about 4 payments taken in one day eg May 23rd, 2013 for my Skype Credit account. Instead of only one payment of $40AUD being taken, there were four payments credited to my Credit Card. This should not have happened, and I usually only make one payment at a time? Can you please point me in the correct direction to report this? I would want 3 of the payments put back in the Credit card. Thanks in advance, regards Cheryl

    for clarifications regarding those charges, you may need to contact customer service. Just click the link below for instructions on how to contact the support them. You can also request for a refund if preferred/applicable; http://community.skype.com/t5/General-Discussion/How-to-Contact-Skype-Customer-Service/m-p/431911
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES

Maybe you are looking for