No email for account creation

It appears that in order to create an apex user account, an email is required. I have a requirement to run on an internal network that is not connected to the internet neither does it have an email setup.
How can I use apex in this situation?

A database schema is a database schema is a database
schema. There is no such thing as "apex schema" -
that doesn't make any sense.The real issue here for me is that nothing about setting up apex is making much sense to me. I have no live coaches. Nobody around me, that I know of, that has any knowledge of how to get things working. All I know is from Oracle's haystack of documentation and it's very difficult to find the needle of information I need.
I was able to figure how to get apex running on my machine but the process is very complicated because there are so many dependencies and knowledge needed outside of Oracle software (ie Apache, etc.). I know that I am not a system administrator, which would help, but I don't need to be a system administrator -- I just need to learn how the Oracle components work and learn how they can be used to accomplish our tasks.
The reason I ask about apex "schemas" is that apex workspace creation asks for a schema name and a schema password (I didn't know database schemas had passwords, users yes but not schemas).
Also when setting up user accounts for apex I can't use usernames already in the database because they would be duplicated -- this would imply to me that the database user account should work for the apex account. But two things show that this isn't the case: 1 - apex passwords are case sensitive and oracle passwords are not, and 2 - when I try to use the database credentials when logging on to the apex account, the attempt is unsuccessful. So, if the accounts are the same (which the inability to duplicate user names indicates) but they are not the same accounts (which the inequality of the credentials shows), how are they related?
As you can see I am very confused about all of this and I find the documentation I have to be inadequate in helping. I may be able to get answers from this forum but the process is more than panistakingly slow. How can I get some answers where I have no other resource other than the internet?
Message was edited by:
user556531

Similar Messages

  • To make changes in  the subject of Email for PO Creation...

    Hi ,
            We have done configuration in NACE for simple mail to be sent when a PO is created . i want to change the subject of Email for PO Creation...
    Please help me in this regards
    Regards
    R/Ragu
    Useful answers will be rewarded

    Hi,
    In NACE, select your output type and double click on the option for Mail title and Texts in the navigation area on the left side of the screen. Here you can maintain the Subject for your E-mail.
    Cheers!

  • Flat File Active Sync doesn't work for account creation without unique id

    Hi,
    I'm trying to set up a FlatFileActiveSync for creation and update of accounts in IDM 7.0. I've followed the below steps for this purpose :-
    1) Create a correlation rule (confirmation rule not reqd in my case).
    2) Create a proxy admin and assign him a empty form. Also give him control over Top organisation.
    3) Create a Flat-File Resource Adapter.
    4) Create ActiveSync input form using the (Active Sync) wizard.
    5) Start Active Sync...
    My feed file contains only 3 fields firstname, lastname, email Id.
    My correlation rule has the logic of matching up with IDM accounts(Lighthouse accountId) by taking first letter of firstname and concat with lastname from the data coming from feed file.
    Now everything works fine for account updates i.e. if I change somebody's email Id who already exists in IDM I can actually see the changed email Id in Configurator's console.
    But if I put in a record that doesn't exist, and which I expect to be created, it gives me an error.
    Although, if I introduce a unique identifier in my feed file and link it with Lighthouse.accountId the account creation works fine.
    Is this a limitation or I'm not doing something right ?
    Exception I saw in resource log with log level 4 :
    2007-04-30T10:02:12.291-0400: Error Processing Line: {lastname=Pogu, firstname=Gogu, [email protected]}
    com.waveset.adapter.iapi.IAPIException: There was a conflict with the record [{lastname=Pogu, firstname=Gogu, [email protected]}]
    and no resolution process has been specified on the adapter.
    It is recommended that you define the process for handling unmatched accounts
    on this load process.
    2007-04-30T10:02:12.292-0400: Poll complete.
    2007-04-30T10:02:12.292-0400: SARunner: loop 1076
    2007-04-30T10:02:12.314-0400: Started, paused until Mon Apr 30 10:07:12 EDT 2007
    2007-04-30T10:07:12.024-0400: Pause completed
    2007-04-30T10:07:12.038-0400: Polling
    2007-04-30T10:07:12.056-0400: Error Processing Line: {lastname=Poker, firstname=Hoker, [email protected]}
    com.waveset.adapter.iapi.IAPIException: There was a conflict with the record [{lastname=Poker, firstname=Hoker, [email protected]}]
    and no resolution process has been specified on the adapter.
    It is recommended that you define the process for handling unmatched accounts
    on this load process.

    That logic is in my correlation rule as I specified in my initial post and here's the XPRESS code for it :-
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Rule PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!-- MemberObjectGroups="#ID#Top" description="Find out if a resource account is correlated to an IDM account" id="#ID#D23CC16ECF6E5D42:-4527465C:11224925657:-769F" lastMod="61" lastModifier="Configurator" name="HR_DB_CORR" subtype="SUBTYPE_ACCOUNT_CORRELATION_RULE"-->
    <Rule subtype='SUBTYPE_ACCOUNT_CORRELATION_RULE' id='#ID#D23CC16ECF6E5D42:-4527465C:11224925657:-769F' name='HR_DB_CORR' creator='Configurator' createDate='1177449448746' lastModifier='Configurator' lastModDate='1177686884156' lastMod='61'>
    <Description>Find out if a resource account is correlated to an IDM account</Description>
    <cond>
    <and>
    <notnull>
    <ref>firstname</ref>
    </notnull>
    <notnull>
    <ref>lastname</ref>
    </notnull>
    </and>
    <block>
    <concat>
    <substr>
    <ref>firstname</ref>
    <i>0</i>
    <i>1</i>
    </substr>
    <ref>lastname</ref>
    </concat>
    </block>
    <s>false</s>
    </cond>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Rule>
    Although this is not specified in Active Sync input form but in the correlation rule attribute of Active Sync config (using the wizard). Do I need to specify it there using the Field function.
    Also, I figured out today that I needed to restart IDM instance after changing the value of "Create Unmatched Accounts" flag and now the error is as below :-
    <WavesetResult>
    <ResultItem type='error' status='error'>
    <ResultError throwable='com.waveset.util.WavesetException'>
    <Message id='SES_VIEW_CHECKIN_ERROR'>
    </Message>
    <StackTrace>com.waveset.util.WavesetException: Unable to checkin view. No account ID specified.&#xA;&#x9;at com.waveset.view.UserViewer.checkinView(UserViewer.java:1165)&#xA;&#x9;at com.waveset.object.ViewMaster.checkinView(ViewMaster.java:727)&#xA;&#x9;at com.waveset.sync.IAPIUserImpl.processCommand(IAPIUserImpl.java:526)&#xA;&#x9;at com.waveset.sync.IAPIUserImpl.submitCreate(IAPIUserImpl.java:195)&#xA;&#x9;at com.waveset.sync.IAPIUserImpl.submit(IAPIUserImpl.java:749)&#xA;&#x9;at com.waveset.adapter.FlatFileActiveSyncAdapter.processLine(FlatFileActiveSyncAdapter.java:404)&#xA;&#x9;at com.waveset.adapter.FlatFileActiveSyncAdapter.processFlatFile(FlatFileActiveSyncAdapter.java:350)&#xA;&#x9;at com.waveset.adapter.FlatFileActiveSyncAdapter.poll(FlatFileActiveSyncAdapter.java:307)&#xA;&#x9;at com.waveset.task.SARunner.doRealWork(SARunner.java:288)&#xA;&#x9;at com.waveset.task.Executor.execute(Executor.java:154)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    </ResultError>
    </ResultItem>
    </WavesetResult>

  • No notificaiton email for account locked

    Hi!!
      I configed UM configuration in field "Max. No of Failed Logon Attempts" to 3. Once user type incorrect password more than 3 times,the system didn't send email to user to inform that their account is locked.The error message always show "Authentication failed". How user can identified which case is "Incorrect password" or "Account locked"
    Thanks
    Ketsara

    Hi Ketsara,
               In your UM Configuration settings under Notification E-mails tab you should have made the settings to send emails when the user gets locked.You need system administratin rights for that.Hope that help u.
    Mittal
    DOnt forget to reward points....

  • Suspicious email for account expiration

    Hi Apple France.
    I did try to reach your customer service BUT there are no emails / live chat services available !! You should get in the 21st century.
    I did receive an email from [email protected] with a suspicious weblink ofnafin.com.mx. where I am supposed to click in order to avoid an account cancellation "suspension de votre compte" in French.
    Why should I do this ?
    This should be either an error or a phishing
    Please clarify ASAP and if you are looking to cancel my account, you are welcome, I will go to Android.
    Thanks,

    Apple France with a .mx (Mexico) domain?  That is not even suspicious.  It is simply ridiculous.  Delete it.
    For more information, see thee 2 documents:
    Identifying fraudulent "phishing" email
    http://support.apple.com/kb/HT4933
    Identifying legitimate emails from the iTunes Store
    http://support.apple.com/kb/HT2075

  • HT204088 somebody hacked my apple id i got email saying email for account has changed

    had to create new apple id cancel credit card. apple support is closed today

    You should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.

  • Text file update for account creation

    Hi,
    For an application, the requirement to create an account is -
    A text file resides on a database server. We need to open the file, add users account info in that, save and close. After that, come into IDM and assign the resource in user object.
    My questions are -
    Is there any inbuilt adapter in IDM which can be used for this purpose?
    Or do we need to call a java when all the approvals are done - to do this job and then after executing the method in java, come back to IDM and assign the resource in user object?
    How do we handle if there is any error while creating user object?
    Thanks,
    Santoshanand

    Hi,
    Please respond to my questions. If it is possible to call a java method to update the text file and then assign resource in IDM, we will searve the exact purpose of IDM to make the application fully digital provisioned.
    Thanks,
    Santoshanand

  • Sending Email notification on creation of account

    Hi,
    Our requirement is to send an email notification when a user account gets created. I have tried the following in User Form of proxy admin
    <Field name='viewOptions.Process'>
      <Expansion>
        <block trace='true'>
          <switch>
            <ref>feedOp</ref>
            <case>
              <s>create</s>
              <s>Send Mail</s>
            </case>
          </switch>
        </block>
      </Expansion>
    </Field>but it doesn't send any notification. While in Tomcat it shows the value as below where Send Mail is the name of workflow .
    <switch>
      <ref>feedOp</ref>Resolved feedOp to create
    --> create
      <case>
        <s>create</s> --> create
        <s>Send Mail</s> --> Send Mail
      </case> --> Send Mail
    </switch> --> Send MailEven i have tried to call this workflow from Process rule of synchronization policy but in that case it only sends mail and the user doen't get crreated.
    Please suggest what to do.
    Thanks

    Hi,
    Thanks for ur reply. I have tried the configure taks method but don't u think that now it will send notification for ach and every account created in sim irrespective of the process used for account creation(ActiveSync or else) and resource because i need to send notification only when the user in sim is being created using activesync on Flat File Activesync resource.
    Thats why please suggest something else or tell me how it can be made to resource specific in configure tasks as i don't think it is a good approach to modify the default create user workflow.
    Thanks
    Waiting for reply.

  • POP account creation in Mail 4.5

    I am trying to set up a pop account for retrieving e-mails with Mail 4.5, and Mail forces me to create a IMAP account while I need POP. How can one unselect or deactivate the "smart" account configuration, or manually create an account?

    Folks,
    I found out the solution to my own problem: when prompted for account creation, one has to type a WRONG password, which then makes a next screen appear with a pop-up menu from which one can choose IMAP, POP and a couple other options.

  • Send Email on User Account Creation in OIM 11g

    Hi All,
    We are working on email notifications for the user account creation. we followed the following procedure:
    1) Creation of email template
    2) Creation of resource object
    3) Creation of notification process
    4) Create Customer Rule
    5) Create Customers Role and Assign Rule
    6) Create Access Policy.
    After assigning AD account to the user we are getting following errors..
    1> Class/Method: tcEmailNotificationUtil/parseEmail encounter some problems: Data Access Error
    Supplemental Detail com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:952)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.parseEmail(tcEmailNotificationUtil.java:1213)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:235)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:269)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3765)
    2> *Class/Method: tcEmailNotificationUtil/sendEmail encounter some problems: [EOF]*
    Supplemental Detail javax.mail.MessagingException: [EOF]
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1481)
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1512)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.sendEmail(tcEmailNotificationUtil.java:850)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3782)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate(tcScheduleItem.java:741)
    3) And I am also getting error related to FAX like..
    select Fax from orc orc, usr usr where usr.usr_key=orc.usr_key and orc.orc_key =293
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:856)
    4) Class/Method: tcDataBase/readPartialStatement encounter some problems: ORA-00904: "FAX": invalid identifier
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    Plaese provide quick resolution to our issue..
    It will be very helpful to us.
    Thanks

    Thanks alot.I have configured this requirement.
    Regards
    A Abhinay

  • Delegated Administrator Force UID to Email local Part on account creation

    I would like to force the login id on account creation to be the same as the email local part.
    So essentially mail local_part = uid.
    I think I can make the field non editable by editing the JSP and xml templates or Security.properties however I don't see a way to change the default value that is presented to the user for the login_id.
    If I could grab the previously entered email value from the session (using JSP) I could hack it in with JS. However the DAprinciple won't let me dump the session so I can see the attribute names.
    Am I going about this the wrong way?
    Edited by: sigilik on Feb 20, 2009 4:54 PM

    sigilik wrote:
    For the most part the system is going to be email only, I could go through and set all the appropriate settings on all the comms components to use the mail attribute as the auth lookup, but from a management perspective I think it would make much more sense to have user@domain actually be [email protected] a user to log in with their mail: attribute value is much more flexible. Restricting the uid to be the same as the mail: attribute prevents you from easily changing the mail address (e.g. the user changes their name when they get married) without also having to change the uid (which is a long-tedious process to be avoided if possible).
    If uid = local_part I don't have to deal with any of that.This is true. That being said I couldn't see any easy way to enforce this requirement using Delegated Administrator.
    I mean considering that traditionally a uid on a unix system has always mapped that user to that system's domain wouldn't this make sense? Or am I missing something....Mapping the uid <=> email address made sense when the user logged into the mail-server to access their email. It was easy to remember (and route) the email address login-uid@unix-host.
    Given that this is no requirement for the uid to be related to the mail address, nor the mail-server hostname to the domain of the user for that matter, why continue to enforce it?
    Regards,
    Shane.

  • My ipod has had a previous owner How do I change my ipods email address so that when I try to down load anything it asks for the previous owners password but when I go to my account it says its my email my account but not when I try to download????

    My ipod has had a previous owner How do I change my ipods email address so that when I try to down load anything it asks for the previous owners password but when I go to my account it says its my email my account but not when I try to download can anyone please help me ????Plus it still has some of the previous owners pictures and videos on it that I want to delete and can't????? Also is there a way to kill the apps that u have used throughout the day the battery doesn't last long at all ??????

    - How did you dlete stuff from the iPod? If you have a 1G or 2G iPod and deleted the stuff by going to Settings>Genera.>Reset>Erase aall contents and settings without being connected to a power source, the battery dies before he erase was comleted since it can take hour.
    - In any event try the following:
    - Connect to a chaging sour for three hours.
    - Reset the iPod and then connect to the computer and try to restore va iTunes.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Next try placing the iPod in recovery moe and then try to restore. For recovery mode:
    iPhone and iPod touch: Unable to update or restore
    - Last try DFU made and restore.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • I had to change my email for my apple account on my iPhone 4.  when I go to add an app or update an app it shows the old email.. so I can't delete apps for this to work becuz I would have to delete my apple store app and it won't let me

    I had to change my email for my apple acct on my iPhone e 4.  When I go add an app or update an app the old apple email comes up.  I can't delete an apple store app.  So how do I refresh the apple store app?

    Hi skippy2012trev,
    Welcome to the Apple Support Communities!
    I understand that you updated your Apple Id and password but now you are being prompted for the old information in iCloud. You are on the right track by changing the Apple ID back to the previous email address temporarily so that you can sign out. You should not need to verify the email address. After you edit the Apple ID back to the old email address and then sign out of iCloud on your iPhone, edit the Apple ID back to the address you would currently like to use. There is no need to change the password again, only the email address, unless you prefer to update the password again.
    If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Tap Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Sign Out, then tap Sign Out to confirm. If you're using iOS 7 or earlier, tap Delete Account, then tap Delete to confirm.
    Tap Keep on My [Device] or Delete from My [Device]. In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    Cheers,
    Joe

  • I changed my apple id email address to try jumpstart my account to send me a verification email for iCloud activation.  It worked but now I cannot change back to my original email address.  It says its in use.

    Hi Guys
    I am writing this on behalf of a friend of mine.  To understand my issue let me explain how it started.  My friend has a apple ID with email address (lets call it) [email protected]  when activating iCloud on her iPhone a email was sent to verify her account.  This was not done and rendered the iCloud feature disabled due to not being activated.  [email protected] is the correct email address and works.  A form of troubleshooting I used the iForgot service to test if the email address was correct and mail flow from apple was working and it worked fine.
    I logged into apple id to manage account and resend activation email for iCloud.  this did not send the mail.  I waited 48hrs but to no avail.
    I decided to kickstart the account to force it to send to another email address by changing the primary email address from [email protected] to [email protected]  it worked and I verified the address and iCloud is now active.  However now I cannot change the primary email address back to [email protected] as it says its being used by another apple ID. 
    I then tried iForgot with the [email protected] email address, it says it sent a email to [email protected] but nothing arrived in [email protected] or [email protected]
    I have this feeling the [email protected] is stuck I'm memory on my apple ID some how but can't get it to forget [email protected] so that I can use it as my primary email address again.
    I have tried to log into iTunes with my original details [email protected] and password but says its incorrect.
    any advices in this would be greatly appreciated.

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • How do I change the email for my icould account on my iphone 4s?

    I have an iPhone 4S. I have an old email for my icloud that shows on my iPhone 4S. My actual Appleid is a new one that I've had for awhile now. The iPhone when hooked up via USB to my computer is signed in under my new email, however keeps the old email for the iCloud even after the update and sync. Can someone please help me? There is no "Delete Account," when you go to Settings either. Someone else suggested that and it's just not there. I am really hoping that I do not have to completely reset the iPhone.

    Hey JT_BARRETT,
    Thanks for the question. You are definitely on the right track. You’ll want to follow these instructions for updating your iPhone with your new iCloud account. Please note that “Delete Account” had changed in iOS 8 to “Sign Out”:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    iCloud
    iOS 6 and later: Go to Settings > iCloud.
    - If you signed out before changing your Apple ID, enter your current Apple ID to sign in. The data from your iCloud account will download to your device.
    - If you're still signed in with your previous Apple ID:
    Scroll down and tap Delete Account. Depending on what iCloud options are turned on, you'll be asked to confirm that you want to delete data from your device. To confirm, tap Delete. (If you're using iOS 7 and have Find My iPhone turned on, you'll be asked to enter the password for your previous Apple ID. Enter the password, then tap Turn Off.) The data will be deleted from your device, but not from iCloud.
    Enter your current Apple ID to sign in. The data from your iCloud account will download again to your device.
    Thanks,
    Matt M.

Maybe you are looking for

  • Messages going to all devices

    Hello I need some help...both my husband and I have iPhone 4 phones, we also have an iPad. We bought our son and iPod for Christmas and while setting it up I must have done something wrong as now it seems that messages are going to all devices. At th

  • Unable to open indt file in CS6

    I am very new to InDesign, and I was sent a template file created in CS5 that I am unable to open. This is the error I am getting. Any advice or solutions are very much welcome! I haven't been able to determine what kind of plug ins are needed.

  • Multiple Problems with iPhone 4.

    Okay, so about a year and a half ago, I purchased a brand new iPhone 4 16GB. Worked perfectly for about a month, and then it froze up. There was a malfunction with the screen, and Apple confirmed it was through no fault of mine. It was defective. So,

  • Boolean mapping from Forte to C

    I need to map some boolean data types from Tool to C++. Has anyone ever done this before. If so, how did you establish a one to one correspondence bewtween the boolean types in Forte and the boolean types in C++. I am using Microsoft visual C++. Acco

  • How to change the alarm sound for CALENDAR events?

    I missed an important meeting today, thanks to the almost-inaudible and incredibly short alarm sound in the Calendar app. Is there a way to change the alarm sound for events in Calendar? Setting another alarm in Clock is viable but obviously inconven