]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001202.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001202.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Databases
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Databases&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001170.html">
11 <LINK REL="Next" HREF="001203.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Databases</H1>
15 <B>Saturn</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Databases&In-Reply-To="
17 TITLE="[IRCServices Coding] Databases">saturn at jetirc.net
18 </A><BR>
19 <I>Thu Aug 1 18:13:47 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001170.html">AW: [IRCServices Coding] Databases
22 </A></li>
23 <LI>Next message: <A HREF="001203.html">[IRCServices Coding] Databases
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1202">[ date ]</a>
27 <a href="thread.html#1202">[ thread ]</a>
28 <a href="subject.html#1202">[ subject ]</a>
29 <a href="author.html#1202">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I am running pre6... I just did the import (I have unreal 3.1.3) after MUCH
35 editing of the exported info from the other db files...
36
37 I got it to the point where it doenst squawk about line numbers having the
38 wrong code, and now the only error after import is
39
40 [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Jet at localhost</A> services]$ ./ircservices -import=mooo.xml
41 Segmentation fault (core dumped)
42
43 I don't know how to gather &quot;core&quot; info... what do i need to do to give you
44 the info you need to help me? =)
45
46 Oh yes, it boots fine if i DONT try to import, but the imported stuff isnt
47 there yet. I guess it never completed the database write.... any ideas?
48
49 ----- Original Message -----
50 From: &quot;Yusuf Iskenderoglu&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">uhc0 at rz.uni-karlsruhe.de</A>&gt;
51 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
52 Sent: Saturday, July 27, 2002 3:31 AM
53 Subject: AW: [IRCServices Coding] Databases
54
55
56
57 Hello;
58
59 The convert-db utility will produce an xml file as an output, when
60 piped into a file.
61 You take this file, and go to the web interface and say &quot;import&quot; it.
62 Then, using your collision settings, the content of the file is
63 imported to your db set directly. There is no additional step required.
64 Since your dbs are not xml, you also do not need merging them with
65 external files. The db import option directly writes into your db
66 from the xml file.
67
68 And yes, import is complete for at least older ircservices versions
69 AND ircservices with trircd modifications ;-)
70 Other versions I did not check, but they are out of interest for you
71 anyway.
72
73 There is a problem known to me with command line import, which will
74 be solved in pre6. Maybe ist generally a better idea from you to
75 wait until pre6 is released.
76
77 Regards;
78 yusuf
79
80 ----------------------------------------------------------------------
81 |<i> Yusuf Iskenderoglu | You get to meet all sorts, |
82 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">uhc0 at stud.uni-karlsruhe.de</A>| in this line of work... |
83 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">s_iskend at ira.uka.de</A> | |
84 </I>|<i> ICQ UIN : 20587464 \ TimeMr14C | |
85 </I>----------------------------------------------------------------------
86
87
88 -----Urspr&#252;ngliche Nachricht-----
89 Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>
90 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>] Im Auftrag von
91 Saturn
92 Gesendet: Samstag, 27. Juli 2002 00:34
93 An: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
94 Betreff: [IRCServices Coding] Databases
95
96
97 My network and another is merging...
98
99 We're going to stay with my copy of services (latest 5.0 beta) .. but
100 they are using 4.2.x ...
101
102 They have abotu 250 users, and I have about the same -- any ideas how we
103 can do the following tasks:
104
105 1. Import their 4.2.x services databases (chan.bc and nick.db i think is
106 all we need) into our 5.0beta databases
107
108 2. During import, NOT import duplicate nicks or channels.....
109
110 My 3rd question is this method of exporting and importing using that
111 database for xml or whatever it is.... how complete is the
112 export/import? Will all the channel settings access levels, nicks,
113 memos and so on be saved in that format? If so, then I thin kI can
114 solve my first 2 questions, by simply upgrading their databases to 5.0
115 and then exporting both out to xml and use Excel to merge them...
116
117 can anyone help?
118
119 Thanks
120
121 ------------------------------------------------------------------
122 To unsubscribe or change your subscription options, visit:
123 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
124
125
126
127
128
129
130
131 </PRE>
132
133 <!--endarticle-->
134 <HR>
135 <P><UL>
136 <!--threads-->
137 <LI>Previous message: <A HREF="001170.html">AW: [IRCServices Coding] Databases
138 </A></li>
139 <LI>Next message: <A HREF="001203.html">[IRCServices Coding] Databases
140 </A></li>
141 <LI> <B>Messages sorted by:</B>
142 <a href="date.html#1202">[ date ]</a>
143 <a href="thread.html#1202">[ thread ]</a>
144 <a href="subject.html#1202">[ subject ]</a>
145 <a href="author.html#1202">[ author ]</a>
146 </LI>
147 </UL>
148
149 </body></html>