MX7 Admin problem - ODBC

Yesterday, our SQL 2005 database server crashed so I moved the databases to an alternate database server.  But the Coldfusion Admin website just hung and I could not access it.  So, I took the IP address that was on the the crashed server and added that IP to the database server where I moved the databases, and the Admin screens came up and I can login.
I started to edit the ODBC connections in the Admin screen.  I started to change the IP address to the primary IP on that server, and change the SQL username to a different username, but I hit cancel on that change.
The databases are restored on the new server with the same username & password that they had on the old server, and the IP address from the old server has been added to the new server.  The websites are now up and running just fine.  From the web server, I can use the Windows ODBC function to successfully test the database connections using the IP address, user & password that are setup in the Coldfusion Admin. 
That's the long story, here is my issue.  Now, I can log in the the Admin website and click to all the pages; Coldfusion Settings, Mail, etc.  But when I click on the Data Source link, that page just hangs.
I checked the ...\lib\neo-query.xml file and that still has the original IP address and username, as if my canelled changes were, in fact, not saved.
Any clue why the Data Source linkhangs and I can no longer access that page ?
I appreciate any help...
Joe Voelker

Joe, this is curious. I can't see why the CF admin page for DSNs would hang, regardless of the settings for any DB, other than perhaps when you "verify" a DSN (which is also done when you add a dsn). But you're saying it hangs when you open the page. That's very surprising.
Anyway, as for your observation of the xml file, in that you think it may be the solution, you could edit the file manually--but note that you do need to stop CF, then edit it, then start it, to ensure that your change is loaded (and not overridden by CF itself before or during its shutdown).
Finally, as for using ODBC, I'm curious: my not use the built-in SQL Server JDBC database type? I no longer have a CF7 install on which to test, but is that an option, even if you may be using CF Standard? I just find that many folks who moved from CF5 or earlier used ODBC then and didn't change things once they moved past CF6 and its available JDBC driver alternatives. If the option is there, it may be worth a try for you.
Then again, I can't recall if CF7's SQL Server drivers supported SQL Server 2005. I will note that Adobe came out with a technote for CF 6, though, that showed how to add the driver which could be obtained from MS directly: http://kb2.adobe.com/cps/421/ded4216b.html. (I'll note that since that was written, MS came out with a 1.1 update for their driver, pointed to at the bottom of the page the Adobe technote links to.)
Let us know if any of this helps.
/charlie

Similar Messages

  • DataExport problem-ODBC Layer Error: [21S01]-ORA-00947

    Hi,
    I have one planning application from which I want to transfer data to Oracle DB in the table "t". I have 11 dimension in the planning application, so I have created 12 columns in the table "t"(11 for dimension-members and 1 col for value) with the following script---
    create table t (
    a varchar2(100),
    b varchar2(100),
    c varchar2(100),
         d varchar2(100),
         e varchar2(100),
    f varchar2(100),
         g varchar2(100),
         h varchar2(100),
    i varchar2(100),
    j varchar2(100),
         k varchar2(100),
         l number)
    I have created a wire protocol dsn. But when I execute the following calcscript ---
    fix (jan,budget,fy08)
    DATAEXPORT "DSN" "xz" "t" "tstschma" "password" ;
    ENDFIX
    then it is showing error below---
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021000)
    Connection With SQL Database Server is Established
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1012695)
    DataExport can not do batch insert to relational table. The ODBC driver and/or RDBMS doesn't support batch insert. Using record by record SQL export
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021013)
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC Oracle Wire Protocol driver][Oracle]ORA-00947: not enough values]
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021014)
    ODBC Layer Error: Native Error code [947]
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Error(1012085)
    Unable to export data to SQL table [t]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1021002)
    SQL Connection is Freed
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Warning(1080014)
    Transaction [ 0x920001( 0x4a5a097a.0x7918 ) ] aborted due to status [1012085].
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1012579)
    Total Calc Elapsed Time for [datexprt.csc] : [0.062] seconds
    [Mon Jul 13 00:04:10 2009]Local/essdb/Plan1/admin/Info(1013274)
    Calculation executed
    Please guide me if I am doing anything wrong...
    Thanks & Regards.

    Hi,
    It all depends on you dense dimension being used in your export, it will use a column for each member.
    For example if the dense dimension on the export was period and you were doing a level 0 export (level0 members of time are Jan:Dec)
    Then there would need to be a column for each dimension and 12 columns for each of the periods (Jan:Dec)
    The best way to work it out is to export to a file first in column format and you will see how the table needs to look.
    The columns have to exactly match the data being exported.
    Take a look at this post, it something you may experience as well :- Re: DATAEXPORT command- Periods in the columns when sparse
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • MX7 install problem

    Once again I ran into problems installing MX7 on a Windows
    2003 server. It seems like each install is an adventure. I followed
    the suggestions in the Adobe technote (link below), to install MX
    with the option to use the built-in web server, and then manually
    add the IIS connector. That worked, but now I am stuck with the
    cfide folder in the C: drive (where MX7 is installed, but in the
    wwwroot folder that was installed for the built-in web server).
    The Cold Fusion mapping for /cfide is non-editable. I want to
    move it to the proper document root (on another drive, I prefer to
    not have any web document folders on the operating system and
    programs drives, but on a drive dedicated to web data). I also want
    to lock down the cfide/administrator folder.
    How can I change the /cfide mapping?
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=228c3aaa

    Ken, thanks for the prompt reply, I have spent far too much
    time on this and I need to move forwards. I cannot believe how Cold
    Fusion is defying me.
    Stopped the Cold Fusion services (4 of them, app, odbc agent,
    odbc server, and search)
    Copied neo-runtime.xml and neo-runtime.back to a folder
    completely outside of any cfmx folders.
    Edited neo-runtime.xml and found the line in line 1 of the
    code below, which I replaced with Line 2
    Restarted the MX services
    Opened neo-runtime.xml in Notepad, and see that the line is
    how I want it, i.e. the value is D:\webdocs
    Opened the Cold Fusion Administrator, click on Mappings, and
    see the undesired value, C:\CFusionMX7\wwwroot\CFIDE
    Opened neo-runtime.xml in Notepad, and see that the UNDESIRED
    line has been magically brought back.
    I searched the entire hard drive for all files with
    neo-runtime in the name, can't find any other than the .xml and
    .bak variants in the lib folder and the copies I made.
    I did this several times, always with the same result. As
    soon as I go into the Cold Fusion administrator, the undesired
    mapping is brought back. Preposterous!!!
    Where is Cold Fusion getting the C:\CFusionMX7\wwwroot\CFIDE
    string from??? Why? How can I stop it???

  • Help with Admin Problems

    Ok so I have been blessed with the most unlucky of situations anybody could Imagine. My Dilemma is that I now have a new Macbook Pro running Mavericks 10.9.4 as my old one is many, many years old. Now the problem is that I need to unlock the gold padlock on the old computer running 10.5.8 but there is no admin account? All of the users say standard and I thought I had used to be the admin but now its gone. So I looked up ways of fixing the problem including one specific one: Restart computer, Hold command+s, type: "mount -uw /" then: "rm /var/db/.AppleSetupDone" then: "reboot" and had gone through all the settings and set up a new account but the account it made is still only a standard and not an Admin account! And since I still don't have an admin I cannot even delete the new standard account. My poor old Mac is running out of memory and disk room. Any ideas on anything I can do as I no longer remember where the startup discs were put, cannot gain access to any admin privileges, can not unlock anything I need to get to, and have not tried an Apple store yet as I heard they will not do it for you. Anybody have suggestions as I can't get any of my important files off my old mac or even activate our time machine cause it requires the admin info as well

    The first user on Mac is also has administrator rights, so use your password for the account.

  • ARD Admin problem

    I'm running ARD 3.4 in a school with 26 iMacs from early 2006 in a lab. Everything was working fine until I had to replace two machines due to hardware failure. I replaced them with the same model computer, restored them from the same image that the rest used, and called it good. I administer ARD from another iMac, early 2008 20" in the building. I went to install some software and found the two I had replaced not working, call them #1 and #3. I removed them from my list, ran the scanner, and found the machines were simply using different IP addresses, so I re-added them to my list. ARD works as usual for all the machines except 1 & 3, listing them as offline, but I am still able to control them (any other tasks fail because the computers are "offline"). I've gone through every setting, both on the machines, and in ARD and the only difference I can find is that ARD reports 1 & 3 as being administered by a computer with a different IP address than the others - I've pinged this IP address and gotten no response. The working computers also have a green light next to the admin machine name, while 1 & 3 do not. I click the edit button at the bottom of this page, but it doesn't actually let me edit anything, regardless of which computer I'm checking.
    Has anyone else run into this problem? Any suggestions?

    Hi jhana,
    I've been combing the boards because I too am having this very same kind of thing happen.
    In my case, I moved and have been attempting to recreate the office I had back in AUG 2010. Started setting it all up in January and was delayed due to a lot of hardware failures. Am finally getting around to setting up ARD and my computers are not working with ARD as they did in the past. Many are showing up as Offline. I decided to throw away the prefs and thought it would give me a fresh start, but now many computers on the network are not even showing up!
    Misery loves company, but I sure would like to solve this and get happy.
    Suggestions anyone?
    ARD 3.4 Administered from an iMac PowerPC G5, and the Ethernet & Airport network has 3 more iMacs, a MacMini, and two PowerMacs, and a PowerBook G5, and sometimes an iBook. Things were working great before I moved. Network is configured a bit differently that before, but since I set it up, file sharing seemed to be working OK, so then went I went to set up ARD 3.4 things are not right.
    Why?
    Thanks in advance and so long for now, TOM

  • Server Admin Problem - File Sharing fails to load

    We recently switched over from a 10.4 server to an Intel Quad Core Xserve running 10.5.8. Things seemed to be working for about a week but now The File Sharing part of Server Admin fails to load. After spinning for a few minutes I get a kNetworkError on the File Sharing Service.
    I'm not totally through setting up all the share points so this is causing quite a problem. Otherwise the Sharepoints that are set up are working properly. The first time this happened a server restart cleared the problem. This time nothing seems to help.
    Anyone have a cure for this?

    The problem seems to be getting worse. Once the error occurs some of the other services are not available through SA either. Anybody have any suggestions, or is it a reformat and reinstall situation?

  • IP Admin Problem

    I am unable to install my printer on my MacBook 10.5.8
    I have pasted into the Terminal:
    dseditgroup -o edit -p -a admin -t group _lpadmin
    I then press enter and it asks for my password, but when I type it in nothing happens, nothing types.
    How do I enter my password if I cant type it in please?
    I have searched this forum and I cant find anyone else with the password input problem
    Hope someone can help
    Thanks

    Keep typing it in. It's not supposed to display anything onscreen when entering it in the Teminal.
    (91739)

  • Delegated Admin - Problem

    I just installed the SC 6 Update 2 all component in the same server....when i try to create a user with delegate admin i have the following error
    /opt/sun/comms/da/bin/commadmin -v user create -D admin -n domain.com -l username -d domain.com -w password -S mail,cal -H servername.domain.com
    FAIL
    *5088:Error message required. missing resource string -> norgsmd null*
    the only way to make work is if I remove the " -S mail,cal". I enable mail & cal to be use with convergence, the object exist in the LDAP because the admin user that was created with the installation has all the objectsclass needed for calendar and mail, so if I login into convergence I see the calendar and email folders...
    and then a I run the command /opt/sun/comm/im/sbin/imadmin assign_services to assign the services to all users in a specific domain and it executes without problem but without changes...the users still have the same objectclass
    the complete output of the command is :
    bash-3.00# /opt/sun/comms/da/bin/commadmin -v user create -D admin -n domain.com -l username -d domain.com -w 12345 -S mail,cal
    [Debug]: DBG:Object = user ; task = create
    [Debug]: default domain from Properties: domain.com
    [Debug]: IShost from Properties: mail.domain.com
    [Debug]: ISPort from Properties: 80
    [Debug]: Contacting : http://mail.domain.com:80/commcli/auth
    [Debug]: To servlet: domain=domain.com&username=admin&password=12345&charsetenc=UTF-8
    [Debug]: cookie => JSESSIONID=6777b671e5fb7eee49f1851ec1a3; Path=/commcli
    [Debug]: RECV: OK
    [Debug]: RECV: OK
    [Debug]: RECV: dn: uid=admin, ou=People, o=domain.com,dc=domain,dc=com
    [Debug]: RECV: nsroledn: cn=Top-level Admin Role,dc=domain,dc=com
    [Debug]: RECV:
    [Debug]: DBG: before getobjtaskargs
    [Debug]: In getObjTaskArgs for: user; create
    [Debug]: Contacting : http://mail.domain.com:80/commcli/climap
    [Debug]: Sending to servlet: task=create&object=user
    [Debug]: getObjTaskArgs Status: 0
    [Debug]: Number of servlets: 1
    [Debug]: Servlet Name: TaskManager
    [Debug]: Servlet args: task=CreateUser
    [Debug]: Servlet args: objecttype=User
    [Debug]: Valid Options Array: 8
    d, true, , false, true, user's domain, domain, ,
    l, true, , true, true, user's login ID, add_uid, ,
    F, true, , true, true, user's first name, add_givenname, ,
    L, true, , true, true, user's last name, add_sn, ,
    I, true, , false, true, user's middle initial, add_initials, ,
    W, true, , true, true, user's password, add_userpassword+confirm_userpassword, ,
    S, true, , false, true, service(s) to be added , add_services, mail={H;true;#;false;true;user's mail host;add_mailhost;#},{E;true;#;false;true;user's email address;add_mail;#}::cal={E;true;#;false;true;user's email address;add_mail;#},{B;true;#;false;true;user's back end calendar server;add_icsdwphost;#},{J;true;#;false;true;first day of the week;add_icsfirstday;#},{T;true;#;false;true;user's timezone;add_icstimezone;#},{k;true;#;false;true;calendar version - legacy or hosted domain;cal_version;#},
    A, true, , false, true, attribute to add, <attr name>:<value>, add_, ,
    [Debug]: DBG: getObjTaskArgs done
    [Debug]: servInfo len = 1
    Enter user's password: 123456789
    [Debug]: argVal =domain.com
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com
    [Debug]: argVal =username
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username
    [Debug]: argVal =test
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test
    [Debug]: argVal =test
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test
    [Debug]: argVal =123456789
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789
    [Debug]: argVal =123456789
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789
    [Debug]: argVal =mail
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail
    [Debug]: argVal =cal
    [Debug]: servCommand =task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail&add_services=cal
    [Debug]: Contacting : http://mail.domain.com:80/commcli/TaskManager
    [Debug]: To servlet: task=CreateUser&objecttype=User&domain=domain.com&add_uid=username&add_givenname=test&add_sn=test&add_userpassword=123456789&confirm_userpassword=123456789&add_services=mail&add_services=cal
    [Debug]: RECV: FAIL
    *[Debug]: RECV: 5088:Error message required. missing resource string -> norgsmd null*
    [Debug]: CLITask: status returned =FAIL
    FAIL
    *5088:Error message required. missing resource string -> norgsmd null*
    [Debug]: DBG: doOne returned code=6
    [Debug]: Contacting : http://mail.domain.com:80/commcli/logout
    [Debug]: Logout ...
    any help will much appreciated
    CA

    KenGra wrote:
    I found the problem, the default domain that was created during the installation did not have all the objectclass needed, such as calendaruser etc....Did you remember to run the "./commadmin domain modify -S mail -S cal -H mailhost" for the default domain after the installation of Delegated Administrator?
    Regards,
    Shane.

  • Java problem ODBC please help!!

    Hi everyone,I am getting an error when i try to compile my java code it says :
    SQL Problem: java SQLException: [Microsoft] [ODBC Driver Manager]
    function sequense error
    I need my code to print out questions and possible answers from my database of questions the code is looping through and printion out the first question and possible answers but then it only prints out the second question and then i get the above error??
    Here is my code:
    Thanks in advance.
    james
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.sql.ResultSet;
    public class DatabaseConnection
    public static void main(String [] arguments)
    Connection connection = null;
    Statement statement = null;
    ResultSet rs = null;
    try
    // Load the database drievrs. An ODBC: JDBC bridge
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    System.out.println("Drivers loaded");
    // Obtain connection to the database.
    connection = DriverManager.getConnection("jdbc:odbc:Questions", "", "");
    System.out.println("Connection established");
    // Cerate statement to read and write to/from database.
    statement = connection.createStatement();
    System.out.println("Statement created");
    //THE PROBLEM STARTS HERE
    for (int i = 1; i < 7 ; i++){
    rs = statement.executeQuery("SELECT * FROM Questions WHERE [Index] = "+i+" ");
    // Get next row.
    rs.next();
    System.out.println(" ************************************************");
    System.out.println("no: " + rs.getString("Index"));
    System.out.println("Question : " + rs.getString("Questions"));
    System.out.println("Answer A: " + rs.getString("A"));
    System.out.println("Answer B: " + rs.getString("B"));
    System.out.println("Answer C: " + rs.getString("C"));
    rs.next();
    // Close statement and conenction.
    statement.close();
    connection.close();
    catch (ClassNotFoundException cnf)
    System.out.println("Could not find class: " + cnf);
    catch (SQLException sqle)
    System.out.println("SQL problem: " + sqle);
    //thanks everyone

    I think your second next is causing a problem. Assuming there is only one row per index, the second next might generate the error. Try removing the second next. Incidentally, you are getting this error when you run the program not compile it; big difference.

  • Shares-admin problem

    I have a problem with shares-admin application on Gnome. I've been install Samba through wiki (http://wiki.archlinux.org/index.php/Samba), and install gnome-system-tools and nautilus-share package for easy share of my files. But Add and Unblock buttons of shares-admin don't be able to press. And on nautilus-share, "Share through" is disable to me.
    Any ideas about this issue? Thanks in advance.
    Last edited by alessandro_ufms (2008-11-17 14:31:32)

    Have you found a solution to this? Or has anyone else got any idea of what might be causing this?
    I'm having the exact same problem. Shares-admin doesn't allow me to do anything (not even change the workgroup name) except for removing shared folders.
    I can share folders with no problems by editing the smb.conf file (and other computer are able to access them - so samba is working), but I can't do it from nautilus nor can I view the shared folders of other computers.
    It seems like this user has no access to samba... do I need to add this user to any group (it didn't use to be like this)?
    I know it used to work some time ago, but since I rarely share new folders I can't tell what update caused it to stop working.

  • Admin problem with WRT54G

    I am logging into my WRT54G to try to upgrade my firmware. The problem is that when I log in, I get a error on the page and it will not bring up any of the links or icons that I would use to go to Administration or check my wireless or anything. Does anyone even know where to start with this? I am using XP Pro and IE6 SP2.
    Any ideas?
    Thanks,
    Derek

    If you are getting a 401 error, the router most likely did not accept your user name and password.  The defaults are:  user name is left blank, and password is "admin"  (with no quotes).  If you changed these, then you will need to enter whatever you changed them to.  If you cannot remember what you set them to, then the only other option is to reset the router to factory defaults.  This will reset the user name and password to the values noted above.
    Sometimes this problem is caused by communication errors between the computer and router.  To correct this, do the following:
    Use Internet Explorer, it usually works.
    JavaScript must be enabled.
    Use a computer that is wired to the router.
    In the non-working computer, temporarily turn off your software firewall. Note that some Zone Alarm users have had to uninstall the firewall to get it turned off.
    If you cannot get anything at 192.168.1.1 then perhaps this is not your router's address. Go to "Start" > All Programs > Accessories > Command Prompt.
    A black DOS box will appear. Type in "ipconfig" (with no quotes), then hit the Enter key. Look at the "Default Gateway". Is it 192.168.1.1 ? Point your browser to the "Default Gateway", then login to your router.

  • Admin problem activating Firevault in User a/c

    Have activated FireVault in my Admin a/c & in one user a/c, no problems. However in the last a/c  , my partners its refusing to acknowledge my admin password which is valid. There's is plenty of HD space available. Any Suggestons? There's is nothing (data,photos) much in the a/c so one option is thrash it & create a new one but before I do this I just wanted to see if there's is a reason why this is happening.
    Thanks

    Hello LT
    apologies for the late reply but tried earlier via by 5S but was unable to post a reply.
    Your last Q got me thinking as when I looked at the profile last night before initiating thread the user had admin rights which I then removed, no problem. When I returned home a little while ago tonight I tried to activate FireVault using her user name & password = no luck. I tried again with admin rights = no luck. Finally I tried again using admin password but this time I changed the case of the first letter & yes it worked. Seems strange but you may have an answer. In the other two profiles I had no issue & even now re. logging in & making other admin changes the lower case version of the password works.
    We had a break-in 2 days ago & we were v fortunate. He had the iMac removed but was interrupted. Hence my FireVault activation.
    Thanks for your help. Hope this is of help to the third party who is experiencing the same problem.
    Kind regards,
    Dino.

  • From schema 1 to schema 2 migration delegated admin problem

    I want migrate from schema 1 to schema 2 the messaging server 6.2 ( jes 2005q1).
    I have install access manager and delegated admin.
    With the commdirmig I migrate the domain and schema , the messaging work correctly.
    I have a problem with the delegated admin web interface.
    The delegated don't view my domain. If I add the sundelegatedorganization objectclass I can view my domain on delegated admin but I can view user and group.
    Any Idea?
    TIA
    Bye Giovanni

    There are two very different products called "deletaged admin". The old iPlanet Delegated Admin (iDA) only works with Schema 1. The current Delegated Admin, that comes with JES3 only works with Schema 2.
    If you're using the old iDA that worked with schema 1, it won't work with schema 2. You have to install the new DA for that.
    It doesn't work with groups/lists, only with users and domains.

  • Flash Player 10 causing a Google Analytics Admin Problem

    Since I upgraded to Flash Play 10, inside the admin of Google Analytics is not working.  When I log in to Google Analytics, Flash Play 10 is a part of adjusting the dates and it is causing some type of error that I can't figure out.  All I want to do is be able to adjust dates within Google Analytics and I can't.
    It happens in the three different browsers FireFox, IE and Chrome.  I have tried uninstalling and reinstalling an older version but it still isn't working.
    The reason I believe it is the flash play is because when I open the date section in Analytics I can right click and it give me the option of 'About Adobe Flash Player" and shortly after updating I opened analytics and my browser crashed.
    I am going to uninstall my browsers to see if that will work but if anyone else has had this problem and solved it please help me out.
    Thanks

    Hi, Thanks for the feedback. Yes that does help in many cases. Sometimes updating the device drivers also.
    The hardware acceleration sometimes can't be used by every system. You can read about the system requirements and what and how it works here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html
    Regards,
    eidnolb

  • OSX 10.4.7 Workgroup Admin problem from remote computer

    I've set up for test a 10.4 server on a private network.
    On this server, I've created with Workgroup Admin some accounts for files, mail and web. I've no problem to access nd modify these accounts with the tools installe on the server, but when I try to do the same thing from a remote Workgroup Admin, I've an empty list for users and group, except the admin user.
    The fact is that i've changed the DNS setup from a dyndns account to a classical dns entry.
    Is there any correlation between the DNS changement entry and the fact that I cannot retreive my users entries in Workgroup and how restore a normal usage.
    Thanks for help !

    Are you looking in the correct domain from the remote machine?
    You may just be looking in the local netinfo domain of the server, and you need to be looking in the OD domain.
    Open WorkGroup Manager and in the top left under the 'Admin' globe you will see another small globe. Click on this and use th pulldown menu to check you are looking at the /LDAPv3/127.0.0.1 domain.
    hth,
    b.

Maybe you are looking for

  • Problem with iTunes and PrintScreen

    I have a lil' problem. When a song is playing in iTunes, and while it is playing, I push printscreen and my computer makes a strange sound and the music stops playing. It will only start playing again when i move the printscreen img file to the trash

  • How to get page orientation in acrobat plugin?

    Is there any method in acrobat SDK or PDFLibrary to get the page orientation from the plugin the way we have PDPageGetRotate? Other doubts are:- - is it manually possible for the user to change the orientation of a page or its fixed at the time of cr

  • NI9870 with cRio9024 interfacing

    Dear NI engineer, my problem is that i am totally new to FPGA as well as LABview I started my work last week I have labview 2010 in this 2010 there is a link getting started with labview when i click it it opens apdf that is very good from that pdf i

  • Slideshows on TV

    I have been making slideshows with transitions and music, for some time now, in iMovie then iDVD and burning to disk, and all has been playing well through my dvd player to my 12 year old TV. Problem: I have just bought a far better and good quality

  • Calling a custom Infotype field in Time Management PCR

    Dear All, I need to read a custom Infotype field in TM PCR to read the individual leave entitlement. In my organization there is no employee group wise or Personnel Area wise fixed entitlements for leave. Leave entitlement varies individual to indivi