Using Libraries in IBM Connections 4.5
My company has a contract with TIM. I don’t know if this company do in your country what it is doing here in Brazil.
Eight days ago my cell phone and all phones of my company stop to working. Internet and voice.
I can’t call anyone, i was on the road, in another, state without a cell phone.
The company TIM doesn’t care about our situation and told that the time to solve the problem was 5 days.
I am still without a cell phone.
If you will travel to Brazil, do not buy nothing with TIM, the worst cell phone company in the planet i think.
When you are installing the FixPack for cognos 10.1 (connections 4.5 ) maybe you see the error above if you want to use the graphical interface.
Reading archive information – /cognosfp1/linuxi38664h/setup.csp. Please wait…
Warning: Missing charsets in String to FontSet conversion
X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 14 (X_GetGeometry)
Resource id in failed request: 0x2
Serial number of failed request: 305
Current serial number in output stream: 305
Solution: Check if you have the following libraries on Suse 11
# zypper search openmotif
Loading repository data…
Reading installed packages…
S | Name | Summary | Type
–+———————-+——————————+——–
i | openmotif | Open Motif | package
i | openmotif-libs | Open Motif Runtime Libraries | package
i | openmotif-libs-32bit | Open Motif Runtime Libraries | package
Experience the collective expertise shared at the 2013 Conference through this complimentary series of video recordings. Let these informative recordings be your educational starting point to help you deliver the promise of an exceptional web experience.
If your iNotes server is not using SSL, add the following parameter to your notes.ini file:
BrowserUseHTTPForiNotes=1
This information can be found in the Notes Domino wiki article Troubleshooting the Notes Browser Plug-in
I search for information on how to update the profiles photo from an ldap server. I found several information on how to use TDI to do a sort of imports on profiles.
I wrote this article on Connections Wiki like a How To
Next week, I will be the instructor for a class of new Domino Designers. They will start from the basics
See how migration works
http://www.slideshare.net/ktree19/replacing-ltus-notes-heres-how-it-really-goes-down
LDAP filters consist of one or more criteria. If one than more criterion exist in one filter definition, they can be concatenated by logical AND or OR operators.
AND Operation:
(& (…K1…) (…K2…)) or with more than two criteria:(&(…K1…)(…K2…)(…K3…)(…K4…))
OR Operation:
(| (…K1…)(…K2…)) or with more than two criteria:(|(…K1…)(…K2…)(…K3…)(…K4…))
Nested Operation:
Every AND/OR operation can also be understood as a single criterion:
(|(& (…K1…)(…K2…))(&(…K3…)(…K4…))) means:(K1 AND K2) OR (K3 AND K4)
The search criteria consist of a requirement for an LDAP attribute, e.g. (givenName=Sandra). Following rules should be considered:
Equality: (attribute=abc) , e.g. (&(objectclass=user)(displayName=Foeckeler)
Negation: (!(attribute=abc)) , e.g. (!objectClass=group)
Presence: (attribute=*) , e.g. (mailNickName=*)
Absence: (!(attribute=*)) , e.g. (!proxyAddresses=*)
Greater than: (attribute>=abc) , e.g. (mdbStorageQuota>=100000)
Less than: (attribute<=abc) , e.g. (mdbStorageQuota<=100000)
Proximity: (attribute~=abc) , e.g. (displayName~=Foeckeler) Caution: ~= is treated as = in ADS environments !!
Wildcards: e.g. (sn=F*) or (mail=*@cerrotorre.de) or (givenName=*Paul*)
I made some VM´s using Windows 2008 R2 one year ago. I forgot the admin password.
I follow this steps to recover: