Questions tagged [groupwise]

GroupWise is a messaging and collaborative software platform from Novell that supports email, calendaring, personal information management, and instant messaging.

GroupWise is a messaging and collaborative software platform from Novell that supports:

  • email
  • calendaring
  • personal information management
  • instant messaging
  • and document management.

The platform consists of the client software, which is available for Windows, Mac OS X, and Linux, and the server software, which is supported on Windows Server, NetWare, and Linux. The latest generation of the platform is GroupWise 8. Novell has a multitude of API's to connect to the platform trough a variaty fo languages.

32 questions
1
vote
1 answer

GroupWise 2014 Date Format to DateTime

I'm working with the GroupWise 2014 Rest API and I have a problem parsing their date format. When you fetch a user you receive a json object with "timeCreated": 1419951016000, But I can't figure out what format that date is. I've…
Blc
  • 58
  • 5
1
vote
1 answer

Connecting to Novell Groupwise using BizTalk 2010

I need to read incoming emails from Novell Groupwise using the BizTalk 2010 POP3 adapter. No matter which combination of settings I try, I cannot log on to the POP3 server. The Groupwise server responds to telnet on the 110 port, so there is a…
1
vote
1 answer

mailto: does not properly set fields in a GroupWise 8 Message

I have been struggling all afternoon trying to get a simple mailto: tag to work. I've scoured the internet, but so far none of the suggested fixes have solved the problem. The Problem I have a webpage that I want users to be able to send an email…
Mike Caputo
  • 1,156
  • 17
  • 33
0
votes
1 answer

Groupwise Max Multiple Columns

Ive written a query that allows me to get the closest rooms using the groupwise max method. But how do I do groupwise max for multiple columns? I have the query below where the subquery gives me the closest rooms and then joins them with the main…
maknelly
  • 131
  • 3
  • 12
0
votes
1 answer

Random number generation but common within group

Is there a way to generate random numbers from a distribution such that these numbers are common for rows within a group? Within an unbalanced panel, there is a household_id variable according to which I want to generate random numbers from…
0
votes
1 answer

How can I login to a Novell Groupwise user account in C#?

How can I use the login method to login to a user account in Novell Groupwise in C#?
0
votes
0 answers

MySQL Performance MAX() for every day

I'm using mysql 5.5 Here is my table: CREATE TABLE `temperature_information` ( `id` int(11) NOT NULL AUTO_INCREMENT, `device` int(11) NOT NULL, `temperature` int(11) NOT NULL, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, …
0
votes
1 answer

How to get selected messages in groupwise add in

I am trying to get selected messages from GroupWise client add in. previously our code to get it was working fine using C3POManager with GroupWise version 8, but with new GroupWise version 2014 it has stopped working. previously working code as…
Tank
  • 1
  • 3
0
votes
1 answer

Group-wise-max - hierarchical data query help

the first part of this problem was solved by some good help on here yesterday, but I've been struggling today to complete the query I need. I am trying to pull multiple columns from 5 joined tables based on some conditions, but I want the result set…
franko75
  • 242
  • 3
  • 10
0
votes
1 answer

Does anyone know how to send an email with Novell GroupWise from a C# .NET application?

I am trying to find a way to shell or communicate with GroupWise so that I can open and then send an email to a recipient programatically with C#. I don't have any code, just looking for an api call or a way to shell to get the email open.
daiglebagel
0
votes
1 answer

How to fix error - "@interface interfaceName : someEnumeration" gives error "cannot find interface ''someEnumeration'.."

How can I solve "cannot find interface declaration 'someEnumeration', superclass of 'interfaceName'" error? What steps will reproduce the problem? Compiling Wsdl2ObjC Targeting groupwise.wsdl file Fixing non-valid file names of output csource code…
Paul V
  • 65
  • 1
  • 5
0
votes
2 answers

How do you find the group-wise max in LINQ?

I'm trying to solve the "group-wise max" problem in LINQ. To start, I have a database modeled using the Entity Framework with the following structure: Customer: --------- CustomerID : Int32 Name : String Order: ------- OrderID : Int32 CustomerID :…
jheddings
  • 26,717
  • 8
  • 52
  • 65
0
votes
1 answer

Webservices and Lotus Domino Server in C#

Hy my Questions is, for example i connect to MS Exchange Server 2007 - 2013 in .net C# with the ews managed api 2.0 with simmilar this Connection string: ... service = new ExchangeService(); service.Credentials = new…
Ms B
  • 1
0
votes
3 answers

Android - Setup Novell GroupWise Calendar sync

Essentially, I just found out that my School is using the useless Novel GroupWise client for correspondence and I only use Hotmail and Google. My email and calendar are both in Google but I (now) have a separate email and calendar for school too.…
KickAss
  • 4,210
  • 8
  • 33
  • 41
0
votes
3 answers

Drag and Drop a Groupwise Email to C# Winform

I have a need to be able to drag and drop a groupwise email to my winform application and am not having any luck at all. I am able to get a filename as such but it is only a name, not a path. Every time I call e.Data.GetData("FileContents",…
Dale