Questions tagged [pim]

personal information manager

  • find more details in Wikipedia article:
    http://en.wikipedia.org/wiki/Personal_information_manager

    ...a type of application software that functions as a personal organizer... As an information management tool, a PIM tool's purpose is to facilitate the recording, tracking, and management of certain types of "personal information"...

68 questions
9
votes
1 answer

How to use await in a parallel foreach?

So I spent the better part of the night trying to figure this out. I was fortunate to get introduced to Parallel.ForEach yesterday and it works like I want it to do except from one detail. I have the following: Parallel.ForEach(data, (d) => { …
ThunD3eR
  • 3,216
  • 5
  • 50
  • 94
3
votes
1 answer

Maximum Length of an Addressbook Field in J2ME

I am currently using Java ME to extract Addressbook (ContactList) fields in a device via PIM (JSR75 Spec). I am having problems on getting the value's maximum length of a field if the field's datatype is a String. I initially thought there's a…
3
votes
0 answers

How to display PIM events from Calendar?

I have a Java ME calendar however, I wish to be able to display events from the PIM features. Can someone give me some help as in how to do so? import javax.microedition.pim.Event; import javax.microedition.pim.EventList; import…
2
votes
0 answers

database connection issue while installing PIM community edition

I am trying to install the PIM community edition when I give NO_DOCKER=true make dev command everything gos well but at the end i am getting bellow message. Please help in resolving this issue. I have already created database and user as well on…
Mansoor
  • 21
  • 1
2
votes
1 answer

python socket programming: Crafting pim-join-prune packet

Good afternoon everyone, my coding skills are not quite on the level required to do socket programming myself and I was wondering if someone here can help me with what I need - which is fairly simple: crafting own PIM (multicast) join packet. I…
Bona Fide
  • 23
  • 2
2
votes
1 answer

How can I combine all the emails into my website?

I'm doing my FYP about personal information management. I want to enable user to check their different email accounts in my website. is it possible? how can I do it? I'm using Mysql and PHP to develop the site. thanks!
Eric Wang
  • 95
  • 1
  • 6
2
votes
0 answers

Fetch Icecat API for product information

For creating my own Product Information Manager I get the SKU & EAN/UPC from our vendor. But get the pdf and correct product information I want to use the information which I get from the Icecat API. The information which I need should be possible…
Noob
  • 732
  • 8
  • 30
2
votes
1 answer

Writing contacts to SIM in j2me

I have developed an app in J2me, using on Nokia X2 and c2-05. I do access contacts from the database and write down in the memory, it was working fine until I used phone memory to write contacts, but Now I want to write contacts only to the SIM…
Saqib
  • 1,120
  • 5
  • 22
  • 40
2
votes
1 answer

J2ME setCurrent()

I've asked this already but I need further knowledge. I'm trying to link two class together using button command. I followed the last answer here but when I separate classes, it doesn't work. I used b2Command to trigger the event. Here's my…
drayl
  • 261
  • 2
  • 8
  • 21
2
votes
0 answers

show Contact Photo from PIM list on screen in blackberry?

I am working on a PIM contact list application in blackberry, in which I need to show complete detail information of all contacts one by one on screen. Name: Lastname: Mobile: Work: Home: Photo: I know how to get all other information, but getting…
Sam-In-TechValens
  • 2,501
  • 4
  • 34
  • 67
1
vote
2 answers

Django ImageField/FileField save uploaded file using model's pk

I'm converting a legacy site (originally written in rails) and by default the images were saved using the format {{pk}}.{{extension}} and that file was always overwritten if a new file is uploaded. I'd like to continue that format with this django…
oliverseal
  • 660
  • 8
  • 15
1
vote
0 answers

List Azure Resources RBAC Assignments Showing Eligible/Active

Via PowerShell or API, is there a way to recursively or non-recursively list role assignments for azure resources at (a) given scope(s) and show whether the role assignment is Eligible or Active? The results need to be exportable to a csv file.
Bandz
  • 253
  • 4
  • 15
1
vote
1 answer

Is it possible to change the Azure PIM notification event?

Usually, you manage the Approval workflow with an E-Mail notification to grand the Resource Access for a current User. Is it possible to change the notification method? So I'm not forced to use an E-Mail for the Approval?
lightbox
  • 11
  • 1
1
vote
1 answer

Akeneo PIM No alive nodes found in your cluster ERROR

I keep getting the same error when starting the Akeneo Community Edition! It seems to be an error caused by Elastictsearch, but I cannot figure out what is wrong. The Error message: [OK] Database schema created successfully! Updating database…
1
vote
0 answers

What is causing this "file import" error in Akeneo?

I have the latest version of Akeneo connected to a Magento 2.3.5 instance and upon importing, I get the following error: File import is not enabled. I have checked to see that the file import is enabled on all import profiles in the admin panel. Is…
Petey88
  • 89
  • 1
  • 9
1
2 3 4 5